* {  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;}

.massa {  height: 650px;
          width: 500px;
          margin: 0 auto;
          display: block;
          margin-top: 5%;
          margin-left: 24%;}

.About {
  position: absolute;
  top: 80%;
  left: 55%;
  font-size: 50px;
  text-align: left;
  letter-spacing: 1px;
}

.textoAbout {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  margin-top: 20px;
  color: #777777
}

.carrossel { top: 150px;
             position: relative;
             width: 60%;
             margin: 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;}

.chef { position: absolute;
        top: 214%;
        left: 19%;
        font-size: 50px;
        text-align: left; }

.textochef { font-family: "Roboto", sans-serif;
             font-size: 19px;
             margin-top: 1%;
             color: #777777}

.chefs {
         margin: 0 auto;
         display: block;
         margin-left: 52%;
         margin-top: 14%;}

.assinatura { margin: 0 auto;
              display: block;
              margin-top: -10%;
              margin-left: 19%}

.rooftop {
  position: absolute;
  font-size: 50px;
  text-align: left;
}

.textorooftop {
  font-size: 17px;
  margin-top: 20px;
  color: #888
}

.rodape {
  background-color: #04091e;
  padding: 150px 0;
  margin-top: 15%;
  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;
}