@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: 'Archivo', sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}

.title{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
   padding-bottom: 30px;
   margin: 0;
}

p{
    font-size: 16px;
    font-weight: 400;
}

.dzencf-display-none{
    display: none;
}

.btns{
    padding: 6px 15px;
    font-weight: 600;
    border-radius: 20px;
    border: none !important;
    font-size: 18px;
    text-align: center;
    background: #F26836;
    color: #fff;
}

.slick-initialized .slick-slide{
    text-align: center !important;
    display: block !important;
}

.slick-dots{
    bottom: 0 !important;
}

.slick-dots li button:before{
    font-size: 10px !important;
    color: #fff !important;
}

.slick-dots li.slick-active button:before{
    color: #fff !important;
}

/* topo */

header{
    box-shadow: 0 3px 6px 0 rgb(9 74 102 / 10%);
    width: 100%;
    height: auto;
    background-color: #fff;
}


.tarja-topo{
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
}

.social-topo{
    display: flex;
    gap: 5px;
}

.logo_site{
    max-width: 250px;
    width: 100%;
   
}

nav{
    height: auto;
    padding: 30px 0 !important;
}

.nav-link{
    color: #2F3542;
    font-size: 17px;
}

/* banners  */


.slide-banner{
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.slide-banner img{
    max-width: 100%;
    width: 100%;
}

/* sobre */

#sobre{
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-sobre img{
    max-width: 350px;
    height: auto;
    width: 100%;
    border-radius: 8px;
}

.box-sobre a {
    text-decoration: underline !important;
}


.box-sobre{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.box-sobre p{
    max-width: 500px;
    width: 100%;
}

/* servicos */

#solucoes{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}


.grid{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card-servicos{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: auto;
    padding: 22px 5px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgb(9 74 102 / 10%);
    background: #fff;
    position: relative;
}

.img-servicos{
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body{
    padding: 0 20px;
}

.card-servicos img{
    max-width: 100px;
    width: 100%;

}

.card-title{
    font-weight: 500;
    font-size: 18px;
}

.card-body p{
    font-size: 14px;
}


/* secao extra 1 */

#servicos{
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-extra{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.box-extra img{
    max-width: 500px;
    border-radius: 8px;
}

.desc-extra{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}




/* pagina extra */

.overlay{
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.page-extra{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 129px;
}

.img-extra-page{
    position: relative;
}

.conteudo_pag_extra img{
    max-width: 100%;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}


/* perguntas */

.perguntas{
    padding-top: 50px;
    padding-bottom: 50px;

}

.box-perguntas{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
}

.boxes-perg{
    box-shadow: 0 3px 6px 0 rgb(9 74 102 / 10%);
    border-radius: 20px;
    font-size: 19px;
    font-weight: 500;
}

.icones-perguntas{
    display: flex;
    align-items: center;
    cursor: default;
    gap: 20px;
    justify-content: start;
}



.hide{
    display: none;
}


/* contato */

.contato{

    padding-top: 50px;
    padding-bottom: 50px;
}


.section_contato__form input,
.section_contato__form textarea
{
border-radius: 15px;
padding: 14px;
box-shadow: 0 3px 6px 0 rgb(9 74 102 / 10%);
}

/* footer */

footer{
    position: relative;
    padding: 30px 0;
}

.title2{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
}

.social-midias{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 15px;
}


.social-midias a{
   
    padding: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-midias a svg{
    width: 20px;
    height: 20px;
}


.contatos-footer{
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-self: center;
    align-items: start;
 
}

.contatos-footer a{
    width: 100%;
    gap: 5px;
}

.contatos-footer a p{
    max-width: 80%;
    margin: 0;
    text-align: start;
}


.horarios{
    display: flex;
    align-items: start;
    justify-content: left;
    text-align: left;
}


.whats-flutuante{
    position: fixed;
    bottom: 65px;
    right: 20px;
    z-index: 20;
}


.cookies{
    background: rgba(0,0,0,0.7);
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.btns2{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius:4px;
    padding: 3px 10px;
    font-size: 15px;
}

.signature{
    background-color: #fff;
    color: #000;
}


.container-sig{
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}


/*Seção 5*/

.extra2{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}

.extra2 .title{
    
    padding-top: 50px;
}

.extra2 .container{
    position: relative;
}

.extra2 .container p{
    margin-bottom: 0;
}

.overlay2{
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.mobile{
    display: none !important;
}

.mobile img,
.desk {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
}

.desk{
    display: block !important;
}


@media(max-width:1023px){
    .contatos-footer a{
        justify-content: center;
    }
    .row-footer{
        gap: 30px;
        justify-content: center;
    }
    .div-desc a{
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
}



@media(max-width:991px){
    .grid{
        gap: 70px;
    }
}



@media(max-width:560px){
  .desc-extra h5, 
  .desc-extra p,
  .desc-extra h4,
  .desc-extra h3,
  .desc-extra h2,
  .desc-extra h1{
        font-size: 18px;
  }

  .desc-extra img{
    max-width: 40px;
  }
}


@media(max-width:423px){
    .desc-extra h5, 
    .desc-extra p,
    .desc-extra h4,
    .desc-extra h3,
    .desc-extra h2,
    .desc-extra h1{
          font-size: 13px;
    }
}

@media(max-width:769px){
    .mobile{
        display: block !important;
    }

    .desk{
        display: none !important;
    }
}



/* Estilizar a div conforme necessário */
.toolkit {
    display: none; /* Começa oculta */
    position: absolute;
    bottom: 19px;
    right: 31px;
    background-color: #000;
    color: #F3E429;
    width: 90px;
    padding: 5px 0;
    font-size: 13px;
    text-align: center;
    border-radius: 3px;
  
}

/* Estilizar a div quando visível */
.toolkit.active {
    display: block;
}

.a-tool{
    position: relative;
}