.loader {
    margin-left: auto;
    margin-right: auto;
    border: 5px solid rgba(255, 255, 255, 0.0);
    border-radius: 50%;
    border-top: 5px solid #264d7d;
    width: 130px;
    height: 130px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modalBackground{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(000,000,000, 0.2);
    z-index: 5;
}

.spanModal{
    position: absolute;
    top: 2vw;
    right: 2vw;
    padding: 1.8% 1.8%;
    cursor: pointer;
    z-index: 6;
}

.fundo-principal{
    z-index: -1;
    width: 100%;
    opacity: 0.2;
}

.conteudo1{
    position: absolute;
    top: 12vw;
    left: 12%;
    width: 26%;
}

.texto1{
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 1.6vw;
    text-align: justify;
}

.SaibaMais{
    font-size:0.9vw;
    color: #1E8449;
    text-decoration: underline;
}

.cards{
    position: absolute;
    top: 50vw;
    left:7%;
    width:14%;
    height:15vw;
    background-color:#AED6F1;
    border-radius: 2vw;
    text-align: center;
    z-index: 2;
}

.cardsTexto{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3vw;
    word-spacing: 3px;
    font-weight: lighter;
}

.conteudo2{
    position: absolute;
    left: 0%;
    width: 100%;
    height: 31vw;
    background-color: #161a5a;
    z-index: 1;
}

.texto2{
    font-size: 1.3vw;
    font-weight: 200;
    color:#fff;
}

.Img2{
    margin-top: -5vw;
    margin-bottom: -25vw;
    width: 100%;
    height: 28vw;
    opacity: 0.2;
    z-index: -1;
}

.conteudo3{
    position: absolute;
    top: 90vw;
}

.textoQuemSomos{
    margin-top: -1%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:1.8vw;
    font-weight:600;
    padding-bottom: 1%;
}

.texto3{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:500;
    font-size: 1.4vw;
    letter-spacing: 0.01vw;
    width: 45%;
}

.conteudo4{
    position: absolute;
    top: 115vw;
    left: 0%;
    width: 100%;
    height: 12vw;
    background-color: #161a5a;
    z-index: 1;
}

.Img3{
    position: absolute;
    top: 17%;
    left: 16%;
    width: 2.4%;
}

.Img4{
    position: absolute;
    top: 52%;
    right: 30%;
    width: 4.5%;
}

.Img5{
    position: absolute;
    top: 32%;
    right: 15%;
    width: 14%;
}


.conteudo5{
    position: absolute;
    top: 125vw;
    left: 0%;
    width: 100%;
    height: 50vw;
    z-index: 1;
}

.comoFunciona{
    position: absolute;
    left:44%;
    bottom: 85%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.7vw;
    font-weight: 600;
}

.texto5{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.4vw;
    font-weight: 200;
    letter-spacing: 0.01vw;
    line-height: 1.5vw;
}

.texto5Topico{
    position: absolute;
    top: 15vw;
    left: 28%;
    width: 21%;
    height: 20%;
}

.texto5Numeracao{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.8vw;
    font-weight: 600;
    display:inline-block;
}

.texto5Foco{
    margin-left: 10%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5vw;
    font-weight: 600;
    display:inline-block;
}

.Img6{
    position: absolute;
    top: 127vw;
    left: 0%;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
}

.Img7{
    position: absolute;
    top: 25vw;
    left: 34%;
    width:30%;
}

.recomendacoes-ezMobi{
    position: absolute;
    top: 187vw;
    left:40%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2vw;
    font-weight: 600;
}

.recomendacoes1{
    position: absolute;
    top: 194vw;
    left: 4%;
    width: 43%;
    height: 27vw;
    background-color: rgb(236, 236, 236)
}

.recomendacoesLogo{
    position: absolute;
    top:15%;
    left:32%;
    width:35%;
}

.recomendacoesImg1{
    position: absolute;
    top:42%;
    left:20%;
    width:7%;
}

.recomendacoesImg2{
    position: absolute;
    top:46%;
    right:15%;
    width:30%;
}

.recomendacoesImg3{
    position: absolute;
    top:55%;
    right:47%;
    width:9%;
}

.recomendacoes2{
    position: absolute;
    top: 194vw;
    right: 5%;
    width: 43%;
    height: 27vw;
    background-color: #AED6F1;
}

.carroselImg{
    position: absolute;
    top:15%;
    left:45%;
    width:10%;
}

.flechaEsquerda{
    position: absolute;
    top: 42%;
    left: 10%;
    font-family: monospace;
    font-size: 2vw;
    cursor: pointer;
}

.flechaDireita{
    position:absolute;
    top: 42%;
    right: 10%;
    font-family: monospace;
    font-size: 2vw;
    cursor: pointer;
}

.carroselConteudo{
    position: absolute;
    top:30%;
    left: 15%;
    width: 70%;
    height: 50%;
    text-align: center;
    animation: carroselConteudoAnimation 2s;
}

@keyframes carroselConteudoAnimation {
    from{
        opacity: 0;
    }
    
    to{
        opacity: 1;
    }
}

.carroselTexto{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    font-size: 1.4vw;
    letter-spacing: 0.01vw;
}

.carroselTextoFoco{
    margin-top: 10%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    letter-spacing: 0.01vw;
}

.radioPosition{
    position: absolute;
    bottom: 2vw;
    left: 20vw;
    width: 50%;
}

.radioR{
    cursor: pointer;
    height: 6px;
    width: 6px;
    border-radius:25px;
    border:solid 2px #000;
    display: inline-block;
}

.radioActivateR{
    cursor: pointer;
    height: 6px;
    width: 6px;
    border-radius:25px;
    border:none;
    background-color:#000;
    display: inline-block;
}

.Img8{
    position: absolute;
    top: 209vw;
    left: 0%;
    width: 100%;
    height: 17vw;
    z-index: -1;
}

.imgMascara{
    position: absolute;
    top: 209vw;
    left: 0%;
    width: 100%;
    height: 17vw;
    background-color:rgba(0, 8, 122, 0.74);
    z-index: -1;
}


.conteudo6{
    position: absolute;
    left: 0%;
    top: 228vw;
    width: 100%;
    height: 55vw;
}

.texto6Foco{
    position: absolute;
    top: 20%;
    left: 15%;
    font-size: 1.8vw;
    font-weight: 400;
}

.texto6{
    position: absolute;
    top: 33%;
    left: 15%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.4vw;
    font-weight: 200;
    letter-spacing: 0.01vw;
}

.conteudo6celular{
    position: absolute;
    top: 13%;
    right: 18%;
    width: 22.5%;
    height: 73.5%;
    background-color: rgb(54, 54, 54);
    border-radius: 2vw;
}

.celularTela{
    position: absolute;
    top: 7%;
    left: 5.5%;
    width: 89%;
    height: 85%;
    background-color: #fff;
    overflow: hidden;
}

.conteudo6ImgCel{
    width: 100%;
    height: 130%;
}

.celularTelaLogo{
    position: absolute;
    top: 20%;
    left: 10%;
    width: 75%;
}

.celularTelaLoading{
    position: absolute;
    top: 30%;
    left: 20%;
    width: 60%;
}

.conteudo6Mascara{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 8%;
    background-color: rgb(54, 54, 54);
    border-radius: 0 0 25px 25px;
}

.conteudo7{
    position: absolute;
    top: 282vw;
    left: 0%;
    width: 100%;
}

.texto7{
    font-size: 1.8vw;
    font-weight: 600;
}

.Img9{
    position: absolute;
    top: 282vw;
    left: 0%;
    width: 100%;
    height: 29vw;
    opacity: 0.2;
}


.Contato1{
    position: absolute;
    top: 316vw;
    left: 7%;
    width: 40%;
    height: 34vw;
    background-color: #b4d4e9;
    border-radius:15px
}

.ContatoTextoFoco{
    margin-top: 13%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2vw;
    font-weight: 600;
    margin-bottom: 1vw;
}

.ContatoInput{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2vw;
    font-weight: 200;
    letter-spacing: 0.01vw;
    border:none;
    margin:0;
    width: 14.6vw;
    height: 3vw;
    padding-left: 3%;
}

.ContatoTextarea{
    margin-top: 2%;
    padding-left: 2%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2vw;
    font-weight: 200;
    letter-spacing: 0.01vw;
    border:none;
    width: 30.2vw;
}

.ContatoButton{
    margin-top: 2%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:1.2vw;
    width: 75.8%;
    padding: 1.3% 0 1.3% 0;
    background-color: #2874A6 ;
    color: #fff;
    border: none;
    cursor: pointer;
}

.Contato2{
    position: absolute;
    top: 316vw;
    right: 7%;
    width: 40%;
    height: 34vw;
    background-color: #b4d4e9;
    border-radius:15px
}

.ContatoTexto{
    margin-top: 15%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5vw;
    font-weight: 200;
}

.ContatoSocialPosition{
    position: absolute;
    top: 55%;
    left: 0%;
    width: 100%;
}

.BackgroundColorFinal{
    position: absolute;
    top: 343vw;
    left: 0%;
    width: 100%;
    height: 14vw;
    background-color: #161a5a;
    z-index:-1;
}

.loader {
    margin-left: auto;
    margin-right: auto;
    border: 5px solid rgba(255, 255, 255, 0.0);
    border-radius: 50%;
    border-top: 5px solid #264d7d;
    width: 130px;
    height: 130px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#snackbar {
    display: none;
    position: fixed;
    min-width: 250px;
    margin-left: -125px;
    background-color: #008000;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    bottom: 10%;
    font-size: 17px;
}


#snackbarError {
    display: none;
    position: fixed;
    min-width: 250px;
    margin-left: -125px;
    background-color: #ed4337;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    bottom: 10%;
    font-size: 17px;
}

/* para mobile */

.modalBackgroundMobile{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(000,000,000, 0.2);
    z-index: 5;
}

.spanModalMobile{
    position: fixed;
    top: 2vw;
    right: 5vw;
    width: 29px;
    height: 29px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 7vw;
    color:rgb(54, 54, 54);
    cursor: pointer;
    z-index: 6;
}

.backgroundMobile{
    position: sticky;
    padding-top: 65px;
    width: 100%;
    height: 530px;
    opacity: 0.2;
    z-index: -1;
}

@font-face{
    font-family: 'Poppins-ExtraLight';
    src: url('../fonts/Poppins-ExtraLight.ttf');
}

.texto1Mobile{
    text-align: center;
    font-family: Poppins-ExtraLight;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    width: 90%;
}

.SaibaMaisMobile{
    font-size: 13px;
    color: #1E8449;
    text-decoration: underline;
}

.cardsMobile{
    width: 250px;
    height: 120px;
    margin-bottom: 35px;
    background-color:#AED6F1;
    border-radius: 25px;
    text-align: center;
    z-index: 1;
}

.cardsTextoMobile{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    word-spacing: 3px;
    letter-spacing: 1px;
    margin-left: 20px;
}

.imgCards{
    margin-left: 10px;
    height: 75px;
}

.conteudoMobile1{
    width: 100%;
    height: auto;
    padding-bottom:20px;
    background-color: rgb(0,32,96);
}

@font-face {
    font-family: 'Avenir LT';
    src: url('../fonts/Avenir\ LT\ 35\ Light\ Regular.ttf');
 }

.textoMobile1{
    font-family: Avenir LT,sans-serif;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.Img1Mobile{
    position: sticky;
    width:100%;
    height: auto;
    z-index: -1;
}

.textoMobileTitulo2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 23px;
    font-weight: 600;
}

.textoMobile2{
    font-family: 'Avenir LT',sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 200;
    line-height: 24px;
    width: 90%;
}

.conteudoMobile3{
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #161a5a;
}

.Img5Mobile{
    width: 100%;
    height: auto;
}

@font-face{
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}

.conteudoMobile4Titulo{
    text-align: center;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    font-weight: 600;
}

.conteudoMobile4SubTitulo{
    font-family: Avenir LT,sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1.5px;
}

.conteudoMobile4Numeracao{
    padding: 5px 0;
    margin-left: 6%;
    font-family: 'Poppins-SemiBold';
    font-size: 26px;
    font-weight: 800;
}

.conteudoMobile4foco{
    margin-left: 6%;
    font-family: Avenir LT,sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.conteudoMobile4Texto{
    margin-top: -4%;
    margin-left: 6%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 18px;
}

.texto2Mobile{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.recomendacoesMobile{
    width: 100%;
    height: 320px;
    background-color: #AED6F1;
}

.carroselImgMobile{
    width: 65px;
    margin-top:50px;
}

.flechaMobile{
    font-family: monospace;
    font-size: 40px;
    cursor: pointer;
}

.carroselConteudoMobile{
    margin-top: 20px;
    height:150px;
    width:100%;
    text-align: center;
}

.carroselTextoMobile{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 1px;
    animation: animationMobilefadeIn 1.5s;
}

.carroselTextoFocoMobile{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    animation: animationMobilefadeIn 1.5s;
}

.radioPositionMobile{
    width: 50%;
}

@keyframes animationMobilefadeIn {
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

.texto3Mobile{
    margin-top: 100px;
    text-align: center;
    font-family: 'Poppins-ExtraLight';
    font-weight: 700;
    font-size: 20px;
}

.texto4Mobile{
    text-align: center;
    font-family: Avenir LT,sans-serif;
    font-size: 18.5px;
    letter-spacing: 1px;
}

.conteudoMobile5{
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 25px;
    width: 230px;
    height: 400px;
    background-color: rgb(54, 54, 54);
    border-radius: 25px;
}

.conteudoMobile6ImgCel{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.celularTelaMobile{
    margin: 0 auto;
    width: 210px;
    height: 350px;
    background-color: #fff;
    overflow: hidden;
}

.celularTelaLogoMobile{
    padding-top: 40%;
    padding-left: 12%;
    width: 85%;
}

.celularTelaLoadingMobile{
    width: 65%;
    margin-top: 23%;
    margin-left: 17%;
}

.conteudo6MascaraMobile{
    position: absolute;
    bottom: 0%;
    width: 66%;
    height: 5%;
    background-color: rgb(54, 54, 54);
    border-radius: 0 0 25px 25px;
}

.Img7Mobile{
    width: 100%;
    height: auto;
}

.conteudoMobile6{
    padding-top:20px;
    padding-bottom: 40px;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7)
}

.textoMobile6{
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.conteudoMobile6Img{
    width: 60px;
}

.ContatoMobile{
    width: 100%;
    padding-bottom: 65px;
    height: auto;
    background-color: #b4d4e9;
}

.ContatoMobileTextoFoco{
    padding-top: 40px;
    padding-bottom: 25px;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    font-weight: 600;
}

.ContatoMobileInput{
    width: 255px;
    height: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    border: none;
    padding: 10px 16px;
    margin: 0;
}

.ContatoMobileTextarea{
    margin-top: 10px;
    padding-left: 15px;
    width: 255px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    border:none;
}

.ContatoMobileButton{
    margin-top: 10ox;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    width: 255px;
    padding: 5px 0;
    background-color: #2874A6 ;
    color: #fff;
    border: none;
    cursor: pointer;
}

.conteudoMobile7{
    margin-top: 40px;
    width: 100%;
    height: auto;
    background-color: #b4d4e9;
}

.textoMobile7{
    padding-top: 25px;
    text-align: center;
    font-family: Avenir LT,sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.conteudoMobile7Footer{
    width: 100%;
    padding: 10px 0;
    background-color: #161a5a;
}

.conteudoMobile7Texto{
    margin-top: 5px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    color: #fff;
}