@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;
    color: #203C83;
}

p {
    font-size: 16px;
    font-weight: 400;
}

.btns {
    padding: 6px 15px;
    font-weight: 600;
    border-radius: 4px;
    border: none !important;
    font-size: 18px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    border: none;
}

.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;
}

/*
.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;
}

.navbar-nav {
    gap: 10px;
}

.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%;
    max-height: 90px;
    height: 100%;
}

.logo_site_rodape {
    max-width: 150px;
    width: 100%;
    max-width: 120px;
    height: 100%;
}

nav {
    height: auto;
}

.nav-link {
    color: #203C83;
    font-size: 17px;
}

.tarja-topo {
    background-image: linear-gradient(to right, #ff5852, #fb3d63, #f21f77, #e2008c, #c900a1, #b500aa, #9e01b3, #8012bc, #6d10bb, #5810ba, #3c11b9, #0013b8);
}

/* banners  */

#home {
    margin-top: 157px;
}

.slide-banner {
    max-width: 100%;
    width: 100%;
    max-height: 600px;
    height: 100%;
}

.slide-banner img {
    max-width: 100%;
    width: 100%;

}

/*cardapio*/

.title-cardapio{
    font-weight: bold;
    color: #9e01b3;
    border: 1px solid lightgray;
    padding: 20px;
}

.title-cardapio:hover{
    background: #f5f5f5;
    cursor: pointer;
}
.title-cardapio.active {
    background: #f5f5f5;
  }

  .cardapio-gray{
    border: 1px solid lightgray;
    background: #f5f5f5;
  }
  
  

  @media(max-width:992px){
    .cardapio-gray-2{
        display: flex;
        gap: 10px;
        justify-content: space-between;
        padding: 0;
      }
  }

  @media(max-width:600px){
    .title-cardapio {
        padding: 5px;
        font-size: 13px;
    }
  }

  @media(max-width:425px){
    .cardapio-gray-2 {
      flex-direction: column;
    }
  }


/* sobre */

#sobre {
    padding-bottom: 50px;
}

.box-sobre .slick-slide img {
    max-width: 100%;
    height: 450px;
    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; */
}

.carrossel-sobre {
    width: 50%;
}

.box-sobre p {
    max-width: 500px;
    width: 100%;
}

/*decoracao*/

#decoracao{
    background: #EAE5F2;
}

/*servicos*/

#servicos,#decoracao {
    padding-top: 50px;
    padding-bottom: 50px;
}

.servicos-box{
    display: flex;
    align-items: start;
    justify-content: space-around;
}

/* lojas */



#lojas {
    padding-top: 50px;
    background: #EAE5F2;
    padding-bottom: 50px;
}


.carrossel-servicos img {
    width: 100%;
    border-radius: 8px;
    height: 250px;
}

.carrossel-servicos .slick-slide{
    margin-right: 20px;
}



.carrossel-servicos.slick-dotted.slick-slider {
    height: 300px !important;
}


/* secao extra 1 */

#como-contratar {
    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 {
    max-width: 500px;
    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;
    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;
}


input,
textarea {
  
    border-radius: 4px;
    padding: 14px;
    box-shadow: none;
    border:1px solid #203C83 !important;
    color: #203C83 !important;
    outline: none;
}


input::placeholder,
textarea::placeholder {
    color: #203C83 !important;
   
}
input{
    height: 50px;
}



/* footer */


footer {
    position: relative;
    padding: 30px 0;
    background: #EAE5F2;
    color: #203C83;
}

.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;
}

.social-midias a svg path, footer .col-md-12 svg path{
   fill: #203C83;
}


.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%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    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%;
}



@media(max-width:1023px) {
    .contatos-footer a {
        justify-content: center;
    }

    .horarios {
        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) {

    .tarja-topo {      
        font-size: 13px;
    }
    .tarja-topo .slick-track {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box-sobre {
        flex-wrap: wrap;
    }

    .grid {
        gap: 70px;
    }

    .navbar-nav {
        gap: 0px;
    }
}


@media(max-width:769px) {

    .tarja-topo {      
        height: 60px;
    }

    .carrossel-sobre {
        width: 100%;
    }

 
}

.slick-next,.slick-prev{
    display: none !important;
}

#botao_contato:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}