@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;
}

.btns {
    padding: 6px 15px;
    font-weight: 600;
    border-radius: 4px;
    border: none !important;
    font-size: 18px;
}

.slick-initialized .slick-slide {
    text-align: center !important;
    display: block !important;
}

.box-perguntas .slick-next {
    right: 10px;
}

.box-perguntas .slick-prev {
    left: -1px;
    z-index: 12;
}

.carrossel-servicos .slick-prev:before,
.carrossel-servicos .slick-next:before {
    color: #313131;
}

.carrossel-servicos .slick-prev {
    left: -33px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
}

.carrossel-servicos .slick-dots,
.box-perguntas .slick-dots {
    bottom: -38px !important;
}

.carrossel-servicos .slick-dots li.slick-active button:before,
.box-perguntas .slick-dots li.slick-active button:before {
    color: #313131 !important;
}

.carrossel-servicos .slick-slide {
    margin: 0 5px;
}

.carrossel-servicos .slick-dots li button:before,
.box-perguntas .slick-dots li button:before {
    color: #313131 !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;
}




/*equipe*/

#equipe {
    padding-top: 50px;
    padding-bottom: 50px;
}


.equipe-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.equipe-box>div img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

/* topo */

header {
    box-shadow: 0 3px 6px 0 rgb(9 74 102 / 10%);
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    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: 200px;
    width: 100%;
}

nav {
    height: auto;
}

.nav-link {
    color: #2F3542;
    font-size: 17px;
}

/* banners  */

#home {
    margin-top: 143px;
}

.slide-banner {
    max-width: 100%;
    width: 100%;
    max-height: 600px;
    height: 100%;
}

.slide-banner img {
    max-width: 100%;
    width: 100%;
}

/* sobre */

#sobre {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-sobre img {
    max-width: 350px;
    max-height: 350px;
    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 */

#servicos {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}


.grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.card-servicos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 420px;
    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 {
    width: 200px;
    height: 200px;
    max-width: 100%;
    border-radius: 8px;

}

.card-title {
    font-weight: 400;
    font-size: 16px;
}

.card-body p {
    font-size: 14px;
}


/* secao extra 1 */

#motoristas {
    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;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.desc-extra {
    max-width: 500px;
    width: 100%;
}

.desk{
    display: block;
}

.mobile{
    display: none;
}


/* 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: 500px;
    object-fit: cover;
    border-radius: 8px;
    object-position: top;
}


/* projetos */

.projetos {
    padding-top: 50px;
    padding-bottom: 50px;

}

.boxes-perg {
    height: 650px;
    padding: 30px 20px;
    border-radius: 16px;
    max-width: 100%;
    margin: 0 5px;
}

@media(min-width: 1081px) {
    .boxes-perg {
        max-width: 350px;
    }
}

.box-perguntas {

    .box-perg2 {
        height: 120px;
    }

    .box-perg,
    .box-perg3 {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;

        img {
            max-width: 100%;
            border-radius: 8px;
            height: 400px;
            width: 100%;
            max-width: 100%;
        }
    }


}

.hide {
    display: none;
}


/* contato */

.contato {

    padding-top: 50px;
    padding-bottom: 50px;
}

.wpcf7-submit{
    background: #F9CE0E;
    border: none;
    border-radius: 4px;
    padding: 5px 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: center;
}
.button-container p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

textarea{
    height: 100px;

}
.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: center;
}

.social-midias {
    display: flex;
    align-items: center;
    justify-content: center;
    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%;
    text-align: left;
    gap: 8px;
    word-break: break-word;
}


.horarios {
    display: flex;
    align-items: start;
    text-align: start;
    justify-content: start;
}


.whats-flutuante {
    position: fixed;
    bottom: 96px;
    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;
}


.rodape {
    padding: 10px 0;

}

.rodape .footer-logos {
    position: relative;
}

.rodape .footer-logos a:hover:after {
    opacity: 1;
}

.rodape .footer-conteudo {
    justify-content: start;
    display: flex;
    align-items: center;
}

.rodape .footer-logos a:after {
    content: "DESIGN E DESENVOLVIMENTO";
    position: absolute;
    top: -50px;
    width: 90%;
    right: 0%;
    padding: 5px;
    background: #000;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 0.8rem;
    opacity: 0;
    text-align: center;

}



.container-sig {
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}


/*Seção 5*/

.extra2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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%;
}



@media(max-width:1023px) {
 

    .row-footer {
        gap: 30px;
        justify-content: center;
    }

    .div-desc a {
        display: flex;
        align-items: center;
        justify-content: center;

    }
}

@media(max-width:992px) {
    .grid {
        gap: 70px;
    }
    .desk{
        display: none !important;
    }
    
    .mobile{
        display: block !important;
    }

    .slide-banner{
        max-height: fit-content;
    }
    
    
}

@media(max-width:500px) {

    .conteudo_pag_extra img{
        max-height: 400px;
    }
    .card-servicos {
        height: 410px;
    }

  
    .slick-next {
        right: 0 !important;
    }
    .slick-prev{
        left:  0!important;
        z-index: 12;
    }
}


.wpcf7-submit.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
  }
  