@charset "utf-8";

/*** Fonts Face CSS ***/
@import url('https://fonts.googleapis.com/css2?family=poppins:wght@100;300;400;500;700;900&display=swap');


/**** CSS Variables ****/

/** use variables in css property like, background-color: var(--primary-color); */
:root {
    /* --- color variables --- */
    --primary-color: #f9f9f9;
    --secondary-color: #fff;
    --border-color: #e8dede;
    --text-primary-color: #292323;
    --text-secondary-color: #ccc;
    --text-selection-color: #b3d4fc;
}

/* -=- Common Element CSS Start -=- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: var(--text-selection-color);
    text-shadow: none;
}

::selection {
    background: var(--text-selection-color);
    text-shadow: none;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
html, body {
    color: #333;
} 

#lg-outer { 
    background-color: rgba(0,0,0,0.7);
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

ul {
    padding-left: 25px;
}

li {
    list-style: disc;
}
 
body {
    font-family: Poppins;
    font-weight: 300;
    font-size: 18px;
    color: #023C51;
}

h1 {
    font-size: 35px;
    font-weight: 700;
    margin: 20px 
}
 
h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 15px 0;
} 

h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0;
}

a {
    color: inherit;
    text-decoration: none
}

a:hover { 
    color: inherit;
}

b {
    font-weight: bold;
}

p {
    margin: 12px 0;
}

.menu a {
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid transparent;
    border: 2px solid transparent;
    padding: 19px 13px 19px;
}

.menu a:hover:not(.selected) { 
    background-color: #ffffff33;
} 
.menu a.selected {
    background-color: #ffffff33;
}

input, select, textarea {
    background-color: #f5f5f5;
    border: 1px solid #c9c9c9; 
    color: #333333;
    font-size: 14px;
    border-radius: 2px;
    font-family: Poppins;
    height: 28px;
}

.inputtext {
    padding: 6px 10px; 
    resize: none;
    transition: all 0.5s ease-in-out 0s;
    width: 100%; 
    margin-bottom: 7px;
    font-family: Poppins;
}

.inputtext option {
    
}

.inputtext:focus {
    background-color: rgba(30, 45, 111, 0.14);
    border: 1px solid #1a3bdc;
    box-shadow: 0 0 3px rgba(30, 45, 111, 0.14);
}



.box {
    position: relative;
    width: 100%;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1*/
}

.ratio2_1:before {
    padding-top: 50%;
}

.ratio1_2:before {
    padding-top: 200%;
}

.ratio4_3:before {
    padding-top: 75%;
} 

.ratio16_9:before {
    padding-top: 56.25%;
}

.btChangeBg .mainBt {
    background-color: #183fae !important;
}
.padding-top-120{
    padding-top:128px;
}
.title-oq-trans{
    font-size: 35px;
    font-weight: 800;
    font-style: italic;
    color: #31455e;
    display: inline-block;
    border: 5px solid black;
    border-radius: 45px;
    padding: 0px 17px;
    background: #183fae;
}

.title-section{
    color: #ffffff;
    font-size: 30px;
    background: #0E3155;
    width: auto;
    margin: auto;
    border: 4px solid black;
    border-radius: 28px;
    display: inline-block;
    padding: 0px 14px;
}
.btn-fale-conosco-menu{
    display: flex;
    border-radius: 12px;
    border: 1px solid #FFFFFF;
    padding: 0px 16px;
    color: white;
    max-width: 170px;
    cursor: pointer;
    text-align: center;
    justify-content: space-between;
    width: auto;
    height: 37px;
    align-items: center;
    font-size: 12px;
}
.card-servicos{
    flex-direction: column;
    flex: 0 0 calc(33.333% - 10px);
    margin-bottom: 12px;
    padding: 23px;
    color: #f9f9f9;
    height: auto;
    background-color: #183fae;
    display: flex;
    align-items: flex-start;
    text-align: left;
    transition: all .2s;
}

.card-servicos img{

    transition: all .3s;

}
.card-servicos:hover img{
    transition: all .1s;
    transform: scale(1.5);
 
}

.card-servicos:hover{
    transition: all .2s;
    background-color: #2667FF;
 
}
 
 
.barra-separacao{
    display: flex;
    width: 80%;
    border: 1px solid #FFFFFF; 
    opacity: 0.17;
    margin:auto;
}


.facilidade-notebook{ 
     margin-left: 10%;

}
.facilidade-notebook img{
 width: 100%;

}
.mapa-brasil{
    margin-left:15%;
}
.mapa-brasil img{
    width: 100%;
    max-width: 450px;
    
}
.mao-celular img {
    width: 100%;
}

.facilidade-formulario{
    margin-right: 90px; display: flex;flex-direction: column; justify-content: flex-start;
}

.facilidade{
    display: flex;
    padding: 80px 20px;
    justify-content: center;
    align-items: center;
}
.controle-conteudo{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-bottom: 60px;
  
}
.opcoes-planos{
    display: flex;
    padding: 80px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

}
.text-opcoes{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 129px;

       

}
.veiculos{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

@media not screen and (min-width: 1200px) {
    .veiculos{
        display: flex;
    }

    .card-veiculos{
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }

    .btn-selecionar-plano p{
        font-size:15px
    }
    
    
}


.text-card{
    display: flex;
    text-align: left;
    flex-direction: column;
   
}
.text-p1{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF; 

}
.text-p2{
    font-size: 35px;
    color: #FFFFFF; 
}
.card-veiculos{
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    padding:15px;
    flex: calc(25% - 20px);
    
}
.cards{
    height: auto;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border: 1px solid #F0F2F4;
    border-radius: 15px;
    opacity: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0 10px 10px
    
    
}
.card-textp1{
    font-weight: bold;
    color: black;
    margin-bottom: 0;

}
.card-textp2{
    text-align: left;
    margin: 0;
    font-size: 15px;
    padding: 0px 5px;
}
.text-valor{
    margin-top: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F0F2F4;
    border-radius: 15px;
    opacity: 1;
    position: relative;
}
.text-valorp1{
    font: normal normal normal 13px / 20px Poppins;
    letter-spacing: 0px;
    color: #2B2D3C;
    margin-bottom: 0px;
    margin-top: 20px;
    width: 165px;
    opacity: 0.6;
}
.text-valorp2{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.valores{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;

}
.mes-valor{
    width: 100%;
    height: 21px;
    color: #2B2D3C;
    font-size: 15px;
}

.cifrao{
    font-size: 27px;
    color: black;
    margin: 0;
    font-weight: 500;
    line-height: 43px;
}
.numero-valor{
    font-size: 35px;
    font-weight: 500;
    color: black;
}

.btn-selecionar-plano{
    background: transparent linear-gradient(0deg, #1645B1 0%, #5D00FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 13px;
    opacity: 1;
    cursor: pointer;
    color: white;
    width: 82%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    transition: all .2s;
    transform: scale(.9);
}

.btn-selecionar-plano:hover{
    transition: all .2s;
    transform: scale(1);
}


.btntodas-as-vantagens{
    background: white;
    border-radius: 13px;
    border: 1px solid #1645B1;
    opacity: 1;
    cursor: pointer;
    color: #1645B1;
    width: 171px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-bottom: 35px;
}
.perguntaspfrequentes{
    display: flex;
    flex-direction:column;
}
.p-perguntas{
    display: flex;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.p-confira{
    display: flex;
    font-size: 35px;
    margin-bottom: 84px;

}
.confira{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 35px;
    color: #000000;
    margin-top: 85px;
}
.box-questionario{
   margin-top: 100px;
   max-width: 900px;
   display: flex;
   flex-direction: column;
   margin: auto;
}
.questionario{
    margin-top: 32px;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.questionario img{
    width: 26px;
    height: 26px;

    align-items: center;
}

.plus > .icon-mais{
    
    display: none;

}
.plus > .icon-menos{
    display: block;
}
.icon-menos{
    display: none;
}
.questoes{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    color: #000000;
    
}
.text-questoes{
    display: flex;
    flex-direction: column;
}
.text-questoes-p p{
    display: flex;
    color: #000000;
    font-size: 16px;
    font-weight: 400; 
}

.text-questoes-p{
    height:0px;
    overflow: hidden;
    transition: all 0.2s;
}

.text-questoes-p.show{
    transition: all 0.2s;
    height:auto;

}
.barra-separacao1{
    display: flex;
    width: 100%;
    border: 1px solid #4b4a4a;
    opacity: 0.17;
    margin-top: 32px;

}
.depoimentos{
    background-color: #1146c3;
    padding: 80px 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 150PX;
   
}
.card{
    width: 100%;
    height: 530px;
    background: black;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    color: #000000;
    margin: 5px;
    overflow: hidden;
    padding: 0;
}

.card-p1{
    font-weight: 500;
}
.card-p2{
    text-align: left;
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 0px 47px 0px 0px;
}
.todos-depoimentos{
    display: flex;
    flex-direction: row ;
    width: 100%;
}


.botao-outline:hover {
    color:white
}

.botao-outline{
    display: inline-flex;
    border-radius: 12px;
    border: 1px solid #FFFFFF;
    padding: 0px 27px;
    color: white;
    margin: auto;
    cursor: pointer;
    text-align: center;
    justify-content: space-between;
}
.botao-outline p{
    font-size:15px;
    margin-right:10px;
}

.controle-total{
    background-color: #0F3181;
    width: 100%;height: auto;
    display: flex;
    flex-direction: column;
}
.preco-card{
    display: flex;
}
.rodape-page{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 55px;

}
.rodape-contato{
    color: #000000;
}
.container-rodape{
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1658px;
    display: flex;
    align-items: center;
}
.dados-endereco{
    
    font-size: 15px;
    color: black;
    font-weight: 600;

}
.btn-google-maps{
    width: 226px;
    height: 37px;
    border: 1px solid #2A2A2A;
    border-radius: 19px;
    opacity: 1;
    color: #2d2d2d;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-weight: 500;
}
.btn-google-maps p{
    font-size: 14px;
}
.btn-google-maps img{
    width: 17px;
    height: 23px;
    color: #000000;
}
.direitos-reservados{
    width: 100%;
    height: 60px;
    background: #E5E5E5 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.direitos-reservados-p{

text-align: left;
letter-spacing: 0px;
color: #535353;
opacity: 1;
font-size: 13px;


}
.titulo-page{
    color: #202020;
    font-size: 45px;
    line-height: 46px;
}

.btns-servicos{
    margin-top:50px;
    display: flex;
     flex-wrap: wrap;
      justify-content: space-between;
       margin-bottom: 10px;
}


.enviando .enviando-registro{
    opacity: 1;
    transition: all .2s;
}


.enviando-registro{
    opacity: 0;
    transition: all .2s;
}

.enviando .enviar{
    opacity: 0;
}
.enviar{
    opacity: 1;    transition: all .2s;
}

.whats-fixed{
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: 1px solid #0a930a;
    color: white;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: green;
    z-index: 100;
    cursor: pointer;
    transition: all 0.2s;
}
.whats-fixed:hover{
    transform: scale(1.2);
    transform: all .1s;
    background: rgb(27, 161, 27);
}