/*Header */

nav{
    background-color: var(--secondary);
    height: 90px;
    position: fixed;
    width: 100%;
    padding: 20px 30px;
}

nav img{
    width: 150;
    height: 50;
}

nav ul :where(li){
    padding: 5px 10px;
    min-width: 90px;
    padding: 0 20px;
}

nav :where(li, a){
    color: var(--white);
    font-weight: 700;
    transition: 0.3s all ease-in-out;
    font-size: 16px;
    text-align: center;
}

nav .nav-cta{
    background-color: var(--primary);
    padding: 10px 20px;
    min-width: 180px;
    border-radius: 10px;
}

nav .nav-cta:hover{
    background-color: var(--terciary); 
}

nav :where(li:hover){
    transform: scale(1.1);
    color: var(--terciary);
}

/* Accordeon */
.navbar__mob-accordeon{
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 200px;
    z-index: 1000;
    background-color: var(--white);
    box-shadow: var(--white) 0px 3px 3px;
}

.navbar__mob-accordeon ul{
    padding-left: 0;
}

.navbar__mob-accordeon li{
    list-style: none;
    padding: 10px;
}

#checkbox-menu {
    position: absolute;
    opacity: 0;
}

.navbar__mob-list label{
    cursor: pointer;
    position: relative;
    display: block;
    height: 22px;
    width: 30px;
}

#checkbox-menu:checked+label span:nth-child(1) {
    transform: rotate(-45deg);
    top: 8px;
}

.navbar__mob-list label span:nth-child(1) {
    top: 0;
}

#checkbox-menu:checked+label span:nth-child(3) {
    transform: rotate(45deg);
    top: 8px;
}

#checkbox-menu:checked+label span:nth-child(2) {
    opacity: 0;
}

.navbar__mob-list label span:nth-child(2) {
    top: 8px;
}

#checkbox-menu:checked+label span:nth-child(3) {
    transform: rotate(45deg);
    top: 8px;
}

.navbar__mob-list label span:nth-child(3) {
    top: 16px;
}

.navbar__mob-list label span {
    position: absolute;
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 30px;
    background-color: var(--white);
    transition: all 0.25s ease-in-out;
}

.checkbox-menu:checked+label span:nth-child(3) {
    transform: rotate(45deg);
    top: 8px;
}

#checkbox-menu:checked ~ .navbar__mob-accordeon {
    display: flex!important;
}

.navbar__mob a li{
    color: var(--primary);
}
/* end accordeon */

header :where(p, h1, strong, h2){
    color: var(--white);
}

header{
    background-image: url(../img/background-mob.webp);
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-position-x: 0px;
    background-position-y: 80px;
    background-color: var(--primary);
}

.header__form{
    padding: 100px 10px 20px 10px;
}

header :where(h1, p, strong){
    text-align: center;
}

h1{
    font-size: 30px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.3);
}

.header__form p{
    font-size: 24px;
    line-height: 1.5em;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.3);
}

.form_style{
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
}

.form_style h2{
    background-color: var(--secondary);
    width: 90%;
    padding: 20px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 24px;
    margin: 20px 0;
}

.form_style form{
    width: 100%;
    padding: 0 10px 10px 10px;
}

.form_style form fieldset{
    border: 0;
}

.form_style :where(div){
    display: flex;
    flex-direction: column;
}

.form_style form input{
    width: 100%;
    height: 35px;
    border-radius: 5px;
    margin-top: 5px;
    background-color: #f5f5f5;
    border: 1px solid #cccfd3;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.form_style form input:focus{
    background-color: var(--white);
    box-shadow: 0px 0px 8px #0a58ca;
}

.form_style form button{
    border: 0;
    background-color: var(--terciary);
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    padding: 10px 5px;
    border-radius: 5px;
    margin-top: 0;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.form_style form button:hover{
    transform: scale(1.05);
    background-color: var(--primary);
}

@media(min-width:500px){
    header{
        background-size: contain;
    }

    nav{
        justify-content: center;
    }
}

@media(min-width:768px){
    nav{
        padding: 0 100px;
        height: 90px;
    }

    header{
        background-image: url(../img/background-desk.webp);
        background-position-x: -400px;
        background-position-y: 0px;
        background-size: cover;
    }

    header :where(h1, p, strong){
        text-align: left;
    }

    h1{
        font-size: 40px;
    }

    .form_style h2{
        font-size: 30px;
    }
}
/* end Header */


/*Main */

.vantagens{
    padding: 30px 10px;
}

.vantagens h2{
    color: var(--secondary);
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0 0 0;
}

.vantagens__card p{
    line-height: 1.5em;
    margin: 10px 0 0 0;
}

.vantagens__card{
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0;
}

.vantagens__card svg{
    width: 40px;
    height: 40px;
    fill: var(--secondary);
}

.plan-section{
    margin-bottom: 20px;
}

.plan-section img{
    width: 100%;
    max-width: 500px;
}

.plan-section h2{
    font-size: 30px;
}

.plan-section p{
    line-height: 1.5em;
    margin: 30px 0;
}

.plan-section a{
    background-color: var(--primary);
    color: var(--white);
    transition: all 0.3s ease-in-out;
    padding: 10px 30px;
    border-radius: 5px;
}

.plan-section a:hover{
    background-color: var(--terciary);
    color: var(--white);
    transform: scale(1.1);
}

.cta{
    background-color: var(--terciary);
    padding: 50px 20px;
}

.cta :where(p, strong, a){
    color: var(--white);
    text-align: center;
}

.cta strong{
    font-size: 30px;
    font-weight: 400;
}

.cta p{
    font-size: 20px;
}

.cta a{
    background-color: var(--primary);
    border: 1px solid var(--white);
    padding: 15px 25px;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

.cta a:hover{
    background-color: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary);
    transform: scale(1.1);
}

.responsive-order-1{
    order: 1;
}

.responsive-order-2{
    order: 2;
}

.tabela-de-precos{
    background-color: #e4e2e2;
    padding: 40px 10px;
    margin: 50px 0;
}

.tabela-de-precos :where(h2, p, h3, a){
    text-align: center;
}

.tabela-de-precos h2{
    color: var(--primary);
    font-weight: 400;
    font-size: 36px;
    margin: 0 0 10px 0;
}

.tabela-de-precos p{
    line-height: 1.5em;
    color: #212529bf;
}

.tabela-de-precos__card{
    background-color: var(--primary);
    border-radius: 5px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    padding: 15px 5px;
    min-height: 200px;
}

.tabela-de-precos__card :where(h3, a){
    color: var(--white);
    font-weight: 700;
}

.tabela-de-precos__card--circle{
    background-color: var(--white);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabela-de-precos__card svg{
    width: 45px;
    height: 45px;
    fill: var(--primary);
    padding: 10px;
}

.tabela-de-precos__card h3{
    font-size: 20px;
}

.tabela-de-precos__card a{
    background-color: var(--terciary);
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
}

.tabela-de-precos__card a:hover{
    background-color: var(--white);
    color: var(--secondary);
    transform: scale(1.1);
}

main .servicos h2{
    color: var(--secondary);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

main .servicos__card h3{
    color: var(--primary);
    text-align: center;
    font-size: 20px;
}

.servicos__card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
    width: 300px;
    height: 175px;
    margin-bottom: 10px;
}

.servicos__card svg{
    fill: var(--primary);
    height: 40px;
    width: 40px;
}

@media(min-width:768px){
    .cta strong{
        font-size: 40px;
    }

    .plan-section{
        margin-bottom: 50px;
    }

    .tabela-de-precos__card{
        width: 270px;
    }

    .responsive-order-1{
        order: 2;
    }
    
    .responsive-order-2{
        order: 1;
    }
    .vantagens__card{
        height: 250px;
    }
}
/* end Main */


/*Footer */

footer{
    background-color: var(--secondary);
    padding: 40px 10px 70px 10px;
}

footer strong{
    font-size: 21px;
    margin-top: 5px;
}

footer p{
    font-size: 18px;
    margin: 15px 0 5px 0;
}

footer :where(p, strong){
    color: var(--white);
    line-height: 1.5em;
}

footer .col-33-flex{
    padding: 0 20px;
}

.copyright{
    background-color: #00C282 !important;
}

.copyright p{
    margin: 0;
    padding: 8px 5px;
    text-align: center;
}

.copyright :where(p,strong){
    color: var(--text);
}

.whatsapp{
    position: fixed;
    left: 10px;
    bottom: 5%;
}

footer .social_item svg{
    background-color: var(--white);
    padding: 4px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    fill: var(--secondary);
    transition: all 0.3s ease-in-out;
}

footer .footer__logo img{
    margin: 20px 0;
}

footer .social_item svg:hover{
    fill: var(--white);
    background-color: var(--primary);
}

footer .social a{
    padding: 0 10px;
}

@media(min-width:768px){

}
/* end Footer */

/* cookie inicio */

.cookies-content {
   z-index: 100;
   position: fixed;
   bottom: 6%;
   left: 3%;
}

.content_cookie {
   width: 360px;
   height: 180px;
   box-shadow: 0 0 10px #292929;
   border-radius: 5px;
   padding: 1.5em;
   line-height: 26px;
   background-color: #faf7f7;
   font-size: 13px;
   opacity: .8;

}

.content__msg a {
   font-weight: bolder;
   color: #d49500;
}

.content__action {
   display: flex;
   justify-content: center;
   align-items: center;

}

.content__button {
   border-radius: 5px;
   background-color: #00975C;
   padding: .4em;
   margin-top: -0.3em;
   font-weight: 600;
   display: inline-block;
   width: 150px;
   text-align: center;
   color: #fff;
   font-family: 'MohrRoundedBold', 'Poppins', 'Arial Narrow', Arial, sans-serif;
   cursor: pointer;
   font-size: 17px;
}

.sumir {
   display: none;
}

.content_img {
   display: flex;
   justify-content: center;
   gap: 2em;
   align-items: center;
   flex-direction: row;
}

.cookie-img {
   align-self: flex-start;
}

#alturaimg {
   height: 35px;
   width: 38px;
}

@media screen and (max-width:590px) {
   .cookies-content{
      bottom: 18%;
   }

   .content_cookie {
      width: 220px;
      height: auto;
      padding: .6em;
      opacity: .8;
      
   }

   .content_img {
      flex-wrap: wrap;
      gap: 0;
      text-align: center;
   }

   .content__msg {
      margin-top: -2px;
   }

   #alturaimg {
      height: 50px !important;
      width: 50px !important;
   }
   

}

/* cookie fim */


/* section rota em numeros */

.rotaEmNumeros{
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    margin: 40px 0 70px 0;
}

.rotaEmNumeros h2{
    color: var(--primary);
    font-weight: 400;
    font-size: 36px;
    margin: 0 0 30px 0;
    text-align: center;
}

.rotaEmNumeros h3{
    text-transform: capitalize;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: var(--primary);
    font-weight: 700;
    font-size: 20px;
}

.rotaEmNumeros h3 span{
    margin: 0px 0 20px 0;
    font-size: 40px;
}

.rotaEmNumeros .stats{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80%;
    gap: 15px;
}

.rotaEmNumeros .stats div{
    width: 30%;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    margin: 15px 0;
    min-height: 115px;
}

/* beneficios */

.rotaBeneficios{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 0 80px 0;
    background-color: #00C282;

    background-image: url(../img/bg-beneficios.webp);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
}

.rotaBeneficios h2{
    text-align: center;
    width: 100%;
    color: white;
    font-size: 32px;
    line-height: 2.8rem;
}

.rotaBeneficios__container{
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 30px 0;
    width: 100%;
    padding: 0 30px;
    flex-wrap: wrap;
}

.rotaBeneficios__container div{
    background-color: white;
    border-radius: 10px;
    width: 25%;
    max-width: 400px;
    padding: 0 0 40px 0;
}

.rotaBeneficios__container img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.rotaBeneficios a{
    background-color: var(--terciary);
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
    font-weight: 700;
    padding: 8px 15px;
    color: white;
    margin-left: 20px;
}

.rotaBeneficios p{
    margin-bottom: 20px;
}

.rotaBeneficios a:hover{
    background-color: var(--secondary);
}

.rotaBeneficios :where(p, h3){
    padding: 15px 20px;
    margin: 0;
}


@media(max-width:768px){
    .rotaBeneficios{
        padding: 15px 30px 50px 30px;
        flex-direction: column;
        gap: 30px;
    }

    .rotaBeneficios div{
        width: 100%;
    }

    .rotaBeneficios h2{
        text-align: center;
    }

    .rotaBeneficios__container{
        flex-direction: column;
        padding: 0;
    }

    .rotaBeneficios__container div{
        width: 100%;
        padding: 0px 0 30px 0;
    }
}

#caixa-texto {
  height: 60px;
  width: 100%;
  background-color: #5d5d5d;	
  color: #FFF;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}