/* configs gerais */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
html {
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 20%;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #F9F9F9;
}
h1, h2, h3, h4, h5 {
    letter-spacing: 0.5px;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 2.15rem;
    line-height: 40px;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
hr {
    background-color: #123d6e;
    width: 50px;
    height: 3px;
    border: none;
    border-bottom: 2.5px solid #0d0e10;
    margin: 15px auto 25px auto;
}
.subtitulo {
    color: #2e3640;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

/* botao contato wpp*/
.whatsapp a {
    color: white;
    background-color: rgb(37, 211, 102);
    position: fixed;
    bottom: 4%;
    right: 4%;
    border-radius: 100%;
    transition: .2s;
    z-index: 9998;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    font-size: 2rem;
    padding: 8px 14px;
}
.whatsapp a:hover {
    background-color: #107d70;
    transition: .2s;
}
.whatsapp a:before,
.whatsapp a:after
{
	content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #25d366;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    animation: circulosWpp 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;    
}
.whatsapp a:hover:after, .whatsapp a:hover:before {
    border: 1px solid #107d70;
}
.whatsapp a:after { 
    animation-delay: .5s;
}
@keyframes circulosWpp {
   0%   { transform: scale(0.5); opacity:0; }
   50%  { opacity:1; }
   100% { transform: scale(1); opacity:0; }
}


/* menu */
nav {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: white;
    height: 130px;
    top: 0;
    transition: .2s;
}
.menu-fixo {
    position: fixed;
    height: 85px;
    z-index: 999;
    transition: .2s;
    background-color: white;
    -webkit-box-shadow: 10px 10px 25px -35px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 25px -35px rgba(0,0,0,1);
    box-shadow: 10px 10px 25px -35px rgba(0,0,0,1);
}
nav ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1300px) {
    nav ul:first-child {
        left: 6.5%;
    }
    nav {
        height: 120px;
    }
    .menu-fixo {
        height: 90px;
    }
    nav ul:nth-child(2) {
        display: none;
    }
}
nav ul li {
    display: inline-block;
    font-weight: 400;
    margin: 0 20px;
    font-size: 0.9rem;
    transition: .2s;
}
nav ul .menu-redes {
    margin: 0 3px;
}
nav li a {
    color: #2e3640;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: -0.25px;
    font-size: 0.9rem;
    transition: .2s;
}
.menu-fixo li a {
    font-size: 0.85rem;
    transition: .2s;
}
nav li a:hover {
    color: #E8E8E8;
    cursor: pointer;
    transition: .2s;
}
.menu-fixo ul li {
    font-size: 0.9rem;
}
nav img {
    width: 250px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: .2s;
}
.menu-fixo img {
    width: 240px;
    height: auto;
    transition: .2s;
}
@media (max-width: 1300px) {
    nav img {
        width: 190px;
        height: auto;
    }
    .menu-fixo img {
        width: 170px;
        height: auto;
    }
}
nav button {
    background: none;
    border: none;
    cursor: pointer;
    color: white;
}
.scroll-link.active {
    position: relative;
    transition: .2s;
    color: #185ba7;
}
.scroll-link.active::after {
    content: '';
    transition: .2s;;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #185ba7;
}
nav ul:first-child {
    left: 6%;
}
nav ul:nth-child(2) {
    right: 6%;
}
nav ul:nth-child(3) {
    right: 6%;
    display: none;
}
nav ul:nth-child(3) i {
    color: #103c51;
    font-size: 1.5rem;
    transition: 0.2s;
    position: relative;
    top: 2px;
}
.menu-fixo ul:nth-child(3) i {
    font-size: 1.3rem;
    transition: 0.2s;
    position: relative;
    top: 2px;
}
@media (max-width: 1300px) {
    nav ul:nth-child(2) {
        display: none;
    }
    nav ul:nth-child(3) {
        display: block;
    }
}
.menu-botao-cotacao a {
    background-color: #175D7E;
    text-transform: uppercase;
    padding: 5px;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    box-shadow: inset 0 0 0 0 #103c51;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.menu-fixo .menu-botao-cotacao a {
    font-size: 0.65rem;
}
.menu-botao-cotacao a:hover {
    color: white;
    box-shadow: inset 700px 0 0 0 #103c51;
}
.menu-botao-cotacao i {
    margin-left: 8px;
}
/* menu celular */
.menu-celular {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9997;
    top: 0;
    left: 0;
    display: none;
}
.menu-celular-fundo {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    z-index: 10;
    transition: 0.2s;
}
.menu-celular-caixa {
    position: absolute;
    background-color: white;
    left: -80%;
    top: 0;
    width: 80%;
    height: 100vh;
    z-index: 11;
    transition: left 0.3s ease;
}
.menu-celular-caixa.mostrar {
    left: 0;
}
.menu-celular-caixa ul {
    text-align: center;
    padding: 0;
}
.menu-celular-caixa ul li a {
    text-decoration: none;
}
.menu-celular-caixa ul li {
    list-style-type: none;
    padding: 30px 0 30px 20px;
    width: 100%;
    font-size: 0.85rem;
    transition: 0.1s;
    color: #091c33;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #F1F1F1;
    text-decoration: none;
    margin: 5px 0;
}
.menu-celular-caixa ul li i {
    margin-right: 8px;
}
.menu-celular-caixa ul li:first-child {
    padding: 50px 0 50px 20px;
}
.logo-menu-celular {
    position: relative;
}
.logo-menu-celular img {
    top: 20px;
    left: 25px;
    height: auto;
}
.logo-menu-celular-img {
    width: 180px; 
}
.fechar-menu-celular {
    position: absolute;
    top: 57px;
    font-weight: 100;
    right: 25px;
}
.fechar-menu-celular:hover li {
    background-color: transparent;
    cursor: pointer;
}
.fechar-menu-celular svg {
    width: 20px;
}
.menu-celular button {
    background: none;
    border: none;
    cursor: pointer;
    color: #091c33;
}
.menu-celular-caixa ul li a:hover {
    transition: 0.1s;
    cursor: pointer;
}
.menu-celular-caixa ul li a {
    color: #091c33;
}
.menu-celular-caixa ul .menu-botao-cotacao {
    border: none;
}
.menu-celular-caixa ul .menu-botao-cotacao a {
    color: white;
    display: block;
    width: calc(100% - 25px);
    text-align: center;
}
.menu-celular-caixa ul a i {
    position: relative;
    left: -3.5px;
}
.menu-celular ul li a > i.fa-instagram {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    color: white;
    padding: 9px;
    border-radius: 100%;
    transition: .2s;
    font-size: 1.1rem;
}
.menu-celular ul li a:hover > i.fa-instagram {
    background: -moz-linear-gradient(45deg, #d97710 0%, #ce491a 25%, #b21d34 50%, #a31c52 75%, #96136d 100%); 
    background: -webkit-linear-gradient(45deg, #d97710 0%,#ce491a 25%,#b21d34 50%,#a31c52 75%,#96136d 100%); 
    background: linear-gradient(45deg, #d97710 0%,#ce491a 25%,#b21d34 50%,#a31c52 75%,#96136d 100%); 
    transition: .2s;
}
.menu-celular ul li a > i.fa-linkedin {
    background-color: #0e76a8;
    color: white;
    padding: 9px;
    border-radius: 100%;
    transition: .2s;
    font-size: 1.1rem;
}
.menu-celular ul li a:hover > i.fa-linkedin {
    background-color: #185a7a;
    transition: .2s;
}


/* header */
header {
    margin-top: 85px;
    width: 100%;
    height: 80vh;
    background-image: url('img/fundo.webp');
    position: relative;
    color: #2e3640;
}
.header-fundo {
    width: 100%;
    height: 80vh;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
}
.header-caixa-container {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 100%;
}
.header-caixa {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    text-align: left;
}
.header-caixa:first-child {
    width: 40%;
}
header h1 {
    font-weight: 400;
    font-size: 3.5rem;
    text-align: left;
    margin-bottom: 15px;
    font-family: 'Playfair', serif;
}
header h1 span {
    font-weight: 600;
}
header p {
    font-size: 1.35rem;
    text-align: left;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 0.6px;
    margin-bottom: 45px;
}
header a {
    background-color: #175D7E;
    padding: 5px;
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 3px;
    box-shadow: inset 0 0 0 0 #103c51;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
header a:hover {
    color: white;
    box-shadow: inset 700px 0 0 0 #103c51;
}
header a i {
    margin-left: 8px;
}
@media (max-width: 1000px) {
    header h1 {
        font-size: 2.6rem;
    }
    .header-caixa:first-child {
        width: 85%;
    }
    header, .header-fundo {
        height: 70vh;
    }
    .header-caixa-container {
        top: 50%;
    }
}


/* sobre */
.sobre {
    text-align: center;
    width: 100%;
    padding: 180px 0;
    position: relative;
    text-align: center;
}
.sobre p {
    margin: 0 auto 12px auto;
    color: #333;
    letter-spacing: 0.2px;
    font-size: 1.1rem;
    font-weight: 300;
}
@media (max-width: 1300px) {
    .sobre p {
        font-size: 0.95rem;
    }
}
.sobre .sobre-caixa {
    width: 35%;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
.sobre .sobre-caixa-2 {
    width: 35%;    
    padding: 0;
    padding-left: 30px;
}
.sobre h2 {
    margin-top: 25px;
    line-height: 50px;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: #343346;
    font-family: 'Playfair', serif;
}
.sobre h2 span {
    font-weight: 600;
    color: #0b3345;
}
.sobre .sobre-caixa img {
    width: 100%;
    border-radius: 8px;
}
.sobre .sobre-caixa:first-child p {
    text-align: left;
    line-height: 30px;
}
@media (max-width: 1300px) {
    .sobre .sobre-caixa img {
        width: 100%;
        height: auto;
    }   
    .sobre {
        padding: 80px 0 140px 0;
    }
    .sobre .sobre-caixa {
        width: 85%;
        padding: 0;
    }
    .sobre .sobre-caixa:last-child {
        width: 85%;
        padding: 0;
        margin: 50px 0 0 0;
    }
    .sobre h2 {
        margin-bottom: 25px;
        font-size: 2.35rem;
        line-height: 53px;
    }
    .sobre p {
        font-size: 1.05rem;
    }
    .sobre .sobre-caixa:first-child p {
        line-height: 38px;
    }
}
.sobre a {
    color: #a68c7c;
    text-align: center;
    border: 1.5px solid #2e3640;
    text-decoration: none;
    background-color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #2e3640;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.sobre a:hover {
    color: white;
    border: 1.5px solid #2e3640;
    box-shadow: inset 700px 0 0 0 #2e3640;
    padding-left: 25px;
}
.sobre a i {
    margin-right: 5px;
}


/* produtos */
.produtos {
    background-color: #15506c;
    color: white;
    text-align: center;
    padding: 140px 0 160px 0;
}
.historia-caixa {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.produtos h2 {
    margin-top: 35px;
    line-height: 50px;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 65px;
    color: white;
    font-family: 'Playfair', serif;
}
.produtos h2 span {
    font-weight: 600;
    color: white;
}
.produtos .subtitulo {
    color: #F3F3F3;
}
.caixa-produto-fundo {
    width: 100%;
    height: 100%;
    border: 1.25px solid white;
    padding: 30px 25px;
    border-radius: 4px;
    transition: .2s;
}
.caixa-produto {
    width: 18%;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 25px; 
    color: white;
    transition: .2s;
    border-radius: 4px;
}
.caixa-produto:hover {
    background-color: white;
    color: #103c51;
    cursor: pointer;
    transition: .2s;
    transform: scale(1.01);
}
.caixa-produto:hover h3, .caixa-produto:hover .caixa-produto-i {
    color: #103c51;
}
.caixa-produto .caixa-produto-i {
    font-size: 2.5rem;
    color: white;
}
.caixa-produto h3 {
    font-size: 1.6rem;
    font-family: 'Playfair', serif;
    font-weight: 600;
    color: white;
    margin: 10px 0;
}
.caixa-produto p {
    font-size: 0.9rem;
    line-height: 24px;
}
@media (max-width: 1000px) {
    .produtos {
        padding: 140px 7.5% 160px 7.5%;
    }
    .produtos h2 {
        margin-bottom: 30px;
        font-size: 2rem;
    }
    .caixa-produto {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
}


/* história */
.historia {
    text-align: center;
    padding: 160px 0;
    color: #2e3640;
}
.historia-container {
    width: 70%;
    text-align: left;
    margin: 0 auto;
}
.historia-caixa {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.historia-caixa-1 {
    width: 30%;
    padding-right: 20px;
}
.historia-caixa-2 {
    width: 70%;
    padding-left: 50px;
}
.historia-container h2 {
    margin-top: 25px;
    line-height: 50px;
    font-size: 2.2rem;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 50px;
    font-family: 'Playfair', serif;
    color: #303a48;
    border-bottom: #303a48 4px solid;
    display: inline-block;
}
.historia-caixa-1 p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 35px;
    font-family: 'Playfair', serif;
    position: relative;
    color: #303a48;
}
.historia-caixa-1 svg {
    position: absolute;
    top: -5px;
    left: -35px;
}
.historia-caixa-2 p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 30px;
}
@media (max-width: 1000px) {
    .historia {
        padding: 120px 0 80px;
    }
    .historia-container {
        width: 85%;
    }
    .historia-caixa-1, .historia-caixa-2 {
        width: 100%;
        margin: 20px auto;
        padding-right: 0;
        padding-left: 0;
    }
    .historia-caixa-1 {
        width: calc(100% - 30px);
        position: relative;
        left: 35px;
        padding: 10px 0;
    }
    .historia-caixa-1 p {
        font-size: 1.8rem;
    }
}


/* logos parceiras */
@media (max-width: 1300px) {
    .logos-parceiras {
        display: block;
        padding: 80px 0;
        text-align: center;
    }
    .logos-parceiras svg:nth-child(1) {
        width: 160px;
        padding: 0 20px;
    }
    .logos-parceiras svg:nth-child(2) {
        width: 180px;
        padding: 0 20px;
    }
    .logos-parceiras svg:nth-child(3) {
        width: 200px;
        padding: 0 20px;
    }
    .logos-parceiras svg:nth-child(4) {
        width: 200px;
        padding: 0 20px;
    }
}

/* seguros parceiros */
.seguros-parceiros {
    padding: 95px 5%;
    text-align: center;
    background-color: rgb(252, 252, 252);
}

.seguros-parceiros svg {
    filter: grayscale(1);
    transition: 0.2s;
}
.seguros-parceiros svg:hover {
    filter: grayscale(0);
    transition: 0.2s;
}


/* indicacao */
.indicacao {
    text-align: center;
    padding: 160px 0;
    background-color: #15506c;
}
.indicacao a {
    text-decoration: none;
}
.indicacao-box {
    display: inline-block;
    vertical-align: middle;
}
.indicacao-box:first-child {
    width: 38%;
    text-align: left;
    padding-right: 30px;
}
.indicacao-box:first-child h2 {
    line-height: 65px;
    font-size: 3rem;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'Playfair', serif;
    color: white;
}
.indicacao-box:first-child p {
    margin-bottom: 40px;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 35px;
    color: white;
}
.indicacao-box:first-child p span {
    font-weight: 400;
}
.indicacao-box .indicacao-a {
    background-color: transparent;
    border: 1.25px solid white;
    text-transform: uppercase;
    padding: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px 35px;
    box-shadow: inset 0 0 0 0 #e8e8e8;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.indicacao-box .indicacao-a:hover {
    box-shadow: inset 700px 0 0 0 #e8e8e8;
    color: #103c51;
}
.indicacao-box .indicacao-a i {
    margin-left: 8px;
}
.indicacao-box:last-child {
    width: 35%;
    padding-left: 30px;
    padding-bottom: 0;
}
.indicacao-box:last-child img {
    width: 100%;
    border-radius: 8px;
}
.indicacao-box .indicacao-celular-contato {
    display: none;
}
@media (max-width: 1000px) {
    .indicacao {
        padding: 100px 0;
    }
    .indicacao-box:first-child h2 {
        margin-bottom: 15px;
        font-size: 2.35rem;
        line-height: 53px;
    }
    .indicacao-box:first-child p {
        font-size: 1.05rem;
        margin-bottom: 12px;
    }
    .indicacao-box:first-child p:nth-child(3) {
        margin-bottom: 40px;
    }
    .indicacao-box:first-child, .indicacao-box:last-child {
        width: 85%;
        padding-right: 0;
        padding-left: 0;
    }
    .indicacao-box:first-child a {
        display: none;
    }
    .indicacao-box:last-child a {
        display: block;
        margin-top: 40px;
    }
    .indicacao-caixa p {
        font-size: 0.9rem;
        line-height: 30px;
    }    
    .indicacao-caixa span {
        font-size: 1.3rem;
    }
}


/* contato */
.contato {
    padding: 130px 0;
    text-align: center;
    background-color: white;
}
.contato h3 {
    margin-top: 25px;
    line-height: 50px;
    font-size: 2.2rem;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Playfair', serif;
    color: #060443;
    border-bottom: #ffffff 4px solid;
    display: inline-block;
}
.contato .contato-caixa {
    display: inline-block;
    padding: 30px 0;
    width: 30%;
    margin: 35px 5px 0 5px;
    vertical-align: top;
    background-color: #15506c;
    box-shadow: inset 0 0 0 0 #103c51;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
}
.contato .contato-caixa:hover {
    color: white;
    box-shadow: inset 700px 0 0 0 #103c51;
}
.contato .contato-caixa i { 
    font-size: 1.5rem;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
@media (max-width: 1000px) {
    .contato {
        padding: 130px 7.5%;
        margin: 0 auto;
    }
    .contato .contato-caixa {
        width: 100%;
        margin: 20px 0;
    }
    .contato .subtitulo {
        margin-bottom: 10px;
        display: block;
    }
}


/* rodapé */
footer { 
    background-color: white;
    text-align: center;
    padding: 30px 0 100px 0;
    z-index: 3;
    line-height: 27px;
    color: #433344;
    font-weight: 300;
}
.footer-box img {
    width: 260px;
    height: auto;
    margin-bottom: 30px;
}
.footer-box p:last-child {
    color: #494949;
    margin-top: 10px;

}
@media (max-width: 1000px) {
    .footer-box img {
        width: 215px;
        height: 43px;
    }
}


/* loader */
.loader {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: white;
    z-index: 9999;
    top: 0;
}
.loader-caixa {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.loader-caixa .loader-outter {
    position: absolute;
    border: 4px solid #2e3640;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader-caixa .loader-inner {
    position: absolute;
    border: 4px solid #2e3640;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}