* {
    margin: 0;
    box-sizing: border-box;

}

body {
    background: linear-gradient(to top, hsla(29, 100%, 96%, 1) 0%, hsla(29, 98%, 60%, 1) 100%);
    height: 100vh;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    flex-direction: column;
}

#top {
    width: 100vw;
    height: 120px;
    display: flex;
    align-items: center;
}

#textCardapio {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-left: 31%;
    font-size: 48px;
}

#drop-list:hover>#dropdown {
    opacity: 1;
    z-index: 10;
    top: 32px;
}


#drop-click {
    position: relative;
    margin-left: 30%;
    width: 70px;
    height: 100px;
    margin-left: 36%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#dropdown-click {
    position: absolute;
    width: 9vw;
    list-style: none;
    padding: 0;
    opacity: 0;
    color: white;
    top: 50px;
    display: flex;
    flex-direction: column;
    height: 86vh;
    margin-top: 3px;
    justify-content: space-evenly;
    z-index: -10;
    transition: 0.5s;
    border-radius: 10px;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.3rem;
    background-color: rgba(0, 0, 0, 50%);
    backdrop-filter: blur(4px);
    box-shadow: 1px 3px 50px 13px black;
}

a{
    text-decoration: none;
    color: white;
}

li{
    width: 100%;
    height: 4vh;
    text-align: center;
}

#check {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
}

#check:checked~#dropdown-click {
    opacity: 1;
    z-index: 10;
    top: 80px;
}

#botaoVoltar:hover {
    cursor: pointer;
}

#botaoVoltar {
    width: 100%;
    height: 100%;

}

#barra1,
#barra2,
#barra3 {
    width: 100%;
    height: 3px;
    background-color: black;
}

#produtos {
    margin-top: 4%;
    height: 70%;
    width: 95%;
    overflow: scroll;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#produtos::-webkit-scrollbar {
    width: 50px;
}

#produtos::-webkit-scrollbar-thumb {
    background-color: #585555;
    border-radius: 20px;
    border: 4px solid #D9D9D9;
}

#produtos::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 20px;
}


#parteCima {
    height: 45%;
    width: 150vw;
    display: flex;
    flex-direction: row;
}

#parteBaixo {
    height: 45%;
    width: 150vw;
    display: flex;
    flex-direction: row;

}

.prod1 {
    height: 100%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-image: url(Hamburguer1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.prod2 {
    height: 100%;
    width: 30%;
    margin-left: 15%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-image: url(Hamburguer1\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;

}

.prod3 {
    height: 100%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-image: url(Hamburguer1\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 15%;
}

.prod4 {
    height: 100%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-image: url(Hamburguer1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10%;
}

#descBotao {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffff;
    justify-content: center;
}

.nomeProd {
    font-size: 2rem;
}

.descProd {
    text-align: center;
    margin-top: 5%;
    font-size: 1.5rem;

}

#botaoComprar {
    margin-top: 10px;
    width: 50%;
    height: 20%;
    border-radius: 20px;
    box-shadow: -5px 3px 3px 3px #FC7153;
    background-color: transparent;
    border: solid #FC7153;
}

#comprarBotao:hover {
    cursor: pointer;
}

#comprarBotao {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: transparent;
    border: none;
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 30px;
    color: #005E4D;
}

#logoWpp{
    position: absolute;
    height: 10vh;
    width: 5vw;
    top: 85%;
    left: 90%;
}

#wppLogo:hover{cursor: pointer;}