* {  margin: 0;
     padding: 0;
     box-sizing: border-box;}

.ativo {
    color: #ad9966;
    font-weight: bold;
}
     
body {  
    font-family: "Roboto", sans-serif;
    font-family: "Playfair Display", serif;
}

.header { width: 100%;
          top: 0;
          position: sticky;
          z-index: 99;
          background-color: white;
          font-family: "Roboto", sans-serif;}

a { color: #000;
    text-decoration: none;}          

a:hover {color: #ad9966}

.recipiente {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 30px 0;
}
.menu:first-child { justify-self: start;}

.menu:last-child { justify-self: end;}

.menu { display: flex;
        gap: 30px;
        list-style: none;}

.menu li { font-size: 13px;
           letter-spacing: 2px;
           cursor: pointer;}

.logo { font-size: 20px;}

.logo1 {width: 67px;}

.prabaixo { position: relative; }

.prabaixoo {
  position: absolute;
  display: none;
  background: white;
  padding: 20px;
  list-style: none;
  width: 180px;
  top: 100%;}

.prabaixoo li { margin-bottom: 8px; }

.prabaixo:hover 
.prabaixoo { display: block;}


#rooftop {height: 39vh;
     background-image: url(banner-bg.png);
     background-position: center;
     background-repeat: no-repeat;
     position: relative;}

.cor { color: white;
font-size: 20px;}

.texto-foto { position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%,-50%);
              color: ghostwhite;
              font-family: "Playfair Display", serif;
              letter-spacing: 2px;}

.texto-foto h1:first-child { letter-spacing: 10px;
  font-size: 50px;}

.texto-foto p {
  font-family: "Roboto", sans-serif;
    text-align: center;}

hr { margin: 20px auto;
     width: 350px;
     border: 1px solid white;}

.Daily {
    width: 700px;
    position: absolute;
    top: 800px;
    right: 840px;
    padding-top: 60px;
    text-align: center;
     font-family: "Playfair Display", serif;
    font-size: 50px;
    text-align: left;
    }

 .botao {
    position: absolute;
    text-decoration: none;
    padding: 15px 20px;
    color: white;
    background-color: #ad9966;
    font-size: 20px;
    transition: 0.3s;
    margin-right: 30px;
    border: solid 1px;
    border-color: white;
    top: 132%;
    left: 19%;
    cursor: pointer;
}   

.botao:hover {
    background-color: white;
    color: #ad9966;
    border-color: #ad9966;
    border-width: 2px;}

.textoDaily {  font-family: "Roboto", sans-serif;
               font-size: 19px;
               text-align: left;
               color: #777777}

.Appetizer {  right: 300px;
              height: 1280px;
              width: 700px;
              position: absolute;
              padding-top: 150px;
              text-align: center;
              font-size: 25px;
              background-color: #faf5f0;
              z-index: 1}

.valor1 { font-size: 17px;
font-family: "Roboto", sans-serif;}
.ma { margin-top: 120px;}
.valor2 { font-size: 17px;
font-family: "Roboto", sans-serif;}
.dr { margin-top: 120px;}
.valor3 { font-size: 17px;
font-family: "Roboto", sans-serif;}

.ap, .ma, .dr {
    display: inline-block;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;}

.chefs { z-index: 2;
         display: block;
         position: relative;
         margin-left: 22%;
         margin-top: 60%;}

.chef { position: absolute;
        top: 191%;
        left: 57%;
        font-size: 50px;
        text-align: left; }

.textochef { font-family: "Roboto", sans-serif;
             font-size: 19px;
             margin-top: 1%;
             color: #777777}

.assinatura { margin: 0 auto;
              display: block;
              margin-top: -10%;
              margin-left: 57%}

.carrossel {  position: relative;
             width: 60%;
             margin: 260px auto;}

.imgcarroceu {  
  width: 100%;
  height: 370px;
  object-fit: cover;
             }

.textofoto2 { position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              text-align: center;
              background: rgba(255, 255, 255, 0.8);
              padding: 30px 50px;}

.textofoto2 h1 { font-size: 26px;
                 font-family: "Playfair Display", serif;}   
                 
.textofoto2 hr { margin: 20px auto;
                 width: 160px;
                 border: 1px solid #777777}                 


.textofoto2 p { font-size: 14px;
                 font-family: "Roboto", sans-serif;
                 color: #777777;}
                 
.rodape {
  background-color: #04091e;
  padding: 150px 0;
  margin-top: 10%;
  display: flex;
  justify-content: center;
  gap: 80px;}


.TOP, .quick, .features, .resources, .newsletter
 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
}

.textoTOP, .textoquick, .textofeatures, .textoresources, .textonewsletter 
{ color: #888;
  font-family: "Roboto", sans-serif;
  font-size: 14px;}
button {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;}

button:hover { color: #ad9966;}

.textorodape { font-family: "Roboto", sans-serif;
  position: absolute;
  color: #888;
  font-size: 14px;
  margin-top: 10%;
  left: 23.3%;}

.textorodape span, .textorodape a 
{
  color: #ad9966;
  text-decoration: none;
}

.newsletter p {
  font-size: 16px;
  color: #888;
}

.newsletter input {
  padding: 13px;
  border: 1px solid #333;
  background: transparent;
  color: #888;
}

.newsletter button {
  margin-top: -42px;
  margin-left: 200px;
  padding: 13px;
  background-color: #ad9966;
  color: white;
}

.social {
  margin-top: -100px;
  margin-left: 70%;
  display: flex;
  gap: 1px;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #22223b;
    color: #b8a36f;
}

.socials:hover {
    background-color: #b8a36f;
    color: white;
}