@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;
}

.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%);
    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: 150px;
    width: 100%;
}

.logo_header {
    max-height: 100px;
}

nav {
    height: auto;
}

.nav-link {
    color: #2F3542;
    font-size: 17px;
}

/* banners  */

#home {
    margin-top: 145px;
}

.slide-banner {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.slide-banner img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* 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%;
    text-align: justify;
}

/* servicos */

#produtos {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

.text-produto {
    max-width: 980px;
    width: 100%;
    margin: auto;
}

.text-produto p{
    text-align: justify;
}

.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;
    min-height: 350px;
    padding: 22px 5px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgb(9 74 102 / 10%);
    background: #fff;
    position: relative;
    width: 14rem !important;
}

.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%;
    border-radius: 8px;
}

.card-title {
    font-weight: 500;
    font-size: 18px;
}

.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;
}

.box-extra img {
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.desc-extra {
    width: 100%;
}

.desc-extra p{
    text-align: justify;
}



/* pagina extra */

.overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.page-extra {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 116px;
}

.img-extra-page {
    position: relative;
}

.page-extra .title {
    padding-top: 30px;
    padding-bottom: 0 !important;
}

.img-extra-page img {
    width: 100%;
    max-height: 400px;
    height: 100%;
    object-position: top;
    object-fit: cover;
}

.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;
    padding: 30px 20px;
    font-size: 19px;
    font-weight: 500;
}

.icones-perguntas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}



.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: 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: start;
    gap: 5px;
}


.horarios {
    display: flex;
    align-items: start;
    justify-content: center;
}


.whats-flutuante {
    position: fixed;
    bottom: 65px;
    right: 5px;
    z-index: 20;
}

.whats-flutuante a {
    background: #39AE41;
    padding: 17px;
    border-radius: 30px;
}


.cookies {
    background: rgba(0, 0, 0, 0.9);
    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;
}

.policy {
    text-decoration: underline;
}

.signature {

    color: #333333;
}


.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%;
    position: relative;
}

.extra2 p {
    font-size: 25px;
    font-weight: 600;
}

.extra2 .title {

    padding-top: 50px;
}

.extra2 .container {
    position: relative;
}

.extra2 .container p {
    margin-bottom: 0;
}

.overlay2 {
    background: rgba(88, 88, 90, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Politica*/

.policys {
    min-height: 60vh;
    margin-top: 220px;
    padding-bottom: 50px;
}


.policys h2 {
    text-align: center;
}

.policys h3 {
    font-size: 20px;
}


/* mapa */

.mapa iframe {
    width: 100%;
    height: 100%;
}

.mapa {
    height: 200px;
}



.desk{
    display: block;
}

.mobile{
    display: none;
}


.depoimentos{
    background: #fafafa;
    padding-bottom: 50px;
    padding-top: 50px;  
}


@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:992px) {
 
    .grid {
        gap: 15px;
    }
    .box-extra{
        flex-wrap: wrap;
    }

    .desk{
        display: none;
    }
    
    .mobile{
        display: block;
    }
    
}

@media(max-width:480px){
    .card-servicos,.box-sobre img{
        max-width: 100% !important;
        width: 100% !important;
  }
}