*{
    scroll-behavior: smooth;
}
#capa {
    background-image: url('frontend/sourceCode/public/assets/imagesGeneral/capaLandingPage.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: space-between;
    background-attachment: fixed;
}

#contain-capa-1 {
    width: 50%;
    padding: 6.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contain-capa-2 {
    width: 25%;
    padding: 6.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo-capa {
    color: var(--cor-17);
    font-size: 4rem;
    font-weight: 900;
}

.subtitulo-capa {
    color: var(--cor-6);
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 2%;
}

#btn-delivery {
    background-color: var(--cor-17);
    color: var(--cor-6);
    border: none;
    outline: none;
    padding: 2% 5% 2% 5%;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 5%;
    box-shadow: 0px 0px 33px -3px rgb(255, 153, 0);
    font-size: 1rem;
    transition: 0.7s ease-in-out;
}

#btn-delivery:hover {
    transform: scale(1.07);
}

#status-funcionamento {
    font-size: 2rem;
    border: 3px solid var(--cor-17);
    border-radius: 10px;
    color: var(--cor-6);
    text-align: center;
    padding: 2%;
    list-style: inside;
    font-weight: 800;
}

#transicao {
    margin-top: -4%;
}

@media screen and (max-width: 800px) {
    #capa {
        flex-wrap: wrap;
    }

    #contain-capa-1 {
        width: 100%;
    }

    .titulo-capa {
        font-size: 2.5rem;
        text-align: center;
    }

    .subtitulo-capa {
        font-size: 1rem;
        text-align: center;
    }

    #contain-capa-1 {
        justify-content: center;
    }

    #btn-delivery {
        padding: 5% 10% 5% 10%;
        margin-top: 10%;
    }

    #contain-capa-2 {
        width: 100%;
        justify-content: start;
        margin-top: -17vw;
    }

    #capa a {
        display: flex;
        justify-content: center;
    }
}


/* Localização */


#localizacao {
    width: 100%;
    margin-top: -20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#localização img{
    width: 60%;
}
.titulo-location{
    font-size: 2rem;
    color: #1B1B1B;
    display: flex;
    align-items: center;
}

.sub-location{
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--cor-9);
    margin-top: 1%;
    margin-bottom: 5%;
}
iframe {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .sub-location{
        width: 80%;
        text-align: center;
        margin-bottom: 15%;
    }
}

#contatos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

#contais-contact{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 7%;
    flex-wrap: wrap;
}
.contato{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding: 5.8%;
    border-radius: 10px;
    transition: 0.7s ease-in-out;
    box-shadow: 0px 0px 21px -3px rgba(0, 0, 0, 0.185);
}

.contato:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 21px -3px rgba(0, 0, 0, 0.404);
}

.icon{
    background-color: var(--cor-17);
    color: var(--cor-6);
    padding: 15px;
    border-radius:100px ;
    margin-right: 5%;
}

@media screen and (max-width: 800px) {
  .contato{
    width: 80%;
  }
  #contatos{
    margin-top: 15%;
  }
  .contato{
   margin-bottom: 20%;
   justify-content: flex-start;
  }
}

footer{
    display: flex;
    background-color:#161616 ;
    padding: 5%;
    flex-wrap: wrap;
}

.rodape-1{
    width: 30%;
}

.rodape-1 img{
    width: 15%;
    margin-left: 3%;
}

.redes-sociais i{
    color: var(--cor-6);
    margin: 0.2%;
    font-size: 1.3rem;
}

.redes-sociais{
    margin-top: 5%;
}
.rodape-2 {
    width: 22%;
}
.rodape-2 ul li{
    list-style: none;
    color: var(--cor-6);
    margin-top: 8%;
}

.rodape-3{
    width: 22%;
}
.rodape-4{
    width: 22%;
    display: flex;
    justify-content: end;
    color: #161616;
}
#btn-cardapio{
    width: 100%;
    background-color: var(--cor-17);
    border: none;
    padding: 5%;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0px 0px 33px -3px #ff981183;
    color: var(--cor-6);
}
.icon-topo{
    background-color: var(--cor-17);
    width: 15%;
    height: 50%;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .rodape-1 img{
        width: 30%;
    }
    .rodape-1{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .redes-sociais{
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 5%;
        margin-top: 10%;
    }
    .rodape-2{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 5%;
        text-align: center;
    }
    .rodape-3{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 5%;
    }
    .rodape-3 a{
        width: 70%;
    }
    .rodape-4{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10%;
    }
    .icon-topo{
        height: 6.5vh;
    }
    #btn-cardapio{
        margin-top: 15%;
        margin-bottom: 7%;
    }
}

body {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }

  #direitos{
    width: 98%;
    background-color: #161616;
    text-align: center;
    border-top: 1px solid rgb(49, 49, 49);
    padding: 1vw;
  }

  #direitos a {
    color: var(--cor-6);
  }