* {  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: 78vh;
     background-image: url(header-bg.png);
     background-position: center;
     background-repeat: no-repeat;
     position: relative;}
    
.texto-foto { position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%,-50%);
              color: ghostwhite;
              font-family: "Playfair Display", serif;}

.texto-foto h1:first-child { font-size: 65px;}

.texto-foto p { font-family: "Roboto", sans-serif;
  text-align: center;}

hr { margin: 20px auto;
     width: 350px;
     border: 1px solid white;}

.textoesquerda { font-family: "Roboto", sans-serif;
                 top: 44%;
                 left: 0%;
                 height: 180px;
                 width: 92px;
                 font-size: 13px;
                 position: fixed;
                 background-image: url(esquerdaimg.png);}

.textodireita { font-family: "Roboto", sans-serif;
    top: 44%;
    right:0;
    font-size: 13Px;
    position: fixed;
    background-image: url(direitaimg.png);
    height: 180px;
    width: 92px;
    color: white;}       

.textodireita p {
    position: absolute;
    right: -10px;
    top: 55%;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.3s ease-in-out;}

.textodireita:hover p { right: 0px;
top: 50%;
transform: translateY(-50%);}

.textoesquerda p {
    position: absolute; 
    right: -10px;
    left: -30px;
    top: 70%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s ease-in-out;}

.textoesquerda:hover p {
    right: 0px;
    top: 50%;
    transform: translate(30%,-50%);}

.Daily p { letter-spacing: 1.9px;}

.Daily {
    width: 700px;
    position: absolute;
    top: 1080px;
    right: 840px;
    padding-top: 60px;
    text-align: center;
    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: 1px solid #ad9966;
    border-color: white;
    top: 160%;
    left: 19%;
    cursor: pointer;
    font-family: "Roboto", sans-serif;}


.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;}

.sushii {position: relative;
         margin: 0 auto;
         display: inline-block;
         overflow: hidden;
         margin-top: 62%;
         margin-left: 22%; 
         z-index: 2}

.sushii:hover img { filter: brightness(50%);
transform: scale(1.3);}

.sushii:hover .plus{
opacity: 1;
margin-top: 70%;}

.massaa {  margin: 0 auto;
           display: inline-block;
           overflow: hidden;
           margin-top: -25%;
           margin-left: 53%;}

.massaa:hover img { filter: brightness(50%);
transform: scale(1.3);}

.massaa:hover .plus{
    opacity: 1;
    margin-top: 15%;
    margin-left: -12%;}

.biscoitoo { margin: 0 auto;
             display: inline-block;
             overflow: hidden;
             margin-top: -3%;
             margin-left: 27%;}

.biscoitoo:hover img { filter: brightness(50%);
transform: scale(1.3);}

.biscoitoo:hover .plus{
    opacity: 1;
    margin-top: 14%;
    margin-left: -12%;}

.saladaa { margin: 0 auto;
           display: inline-block;
           overflow: hidden;
           margin-top: -25%;
           margin-left: 53%; }

.saladaa:hover img { filter: brightness(50%);
transform: scale(1.3);}

.saladaa:hover .plus{
    opacity: 1;
    margin-top: 15%;
    margin-left: -14%;}

.plus{
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    height: 50px;
    fill: white;
    margin-top: 5%;
    margin-left: -48%;
    transform: translate(-50%,-50%);}


.bancodedados { 
  position: relative;
  width: 74%;
  top: 130px;
  z-index: 1}

.form {
  width: 700px;
  background-color: #faf5f0;
  padding: 40px;
  margin: auto;
  padding-top: 150px;
  padding-bottom: 300px;}

.form input:focus, .form select:focus, .form textarea:focus 
{ outline: none;
  border: none;}

.form input, .form select, .form textarea 
{
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  background-color: white;
  font-size: 14px;}

.linha { display: flex;
gap: 15px;}

.botao2 {
  background-color: black;
  color: white;
  padding: 15px;
  float: right;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;}

.botao2:hover {
    background-color: white;
    color: #ad9966;
    border: 1px solid #ad9966;
    border-color: #ad9966;}


.book p { letter-spacing: 2px; }

.book {
  position: absolute;
  top: 390%;
  left: 62%;
  font-size: 50px;
  text-align: left;}

.textobook {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  margin-top: -20px;
  color: #777777}

.chefs { z-index: 2;
         display: block;
         position: relative;
         margin-left: 52%;
         margin-top: 2%;}
         
.chef { position: absolute;
        top: 487%;
        left: 19%;
        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: -7%;
              margin-left: 19%}

.carrossel { top: 350px;
             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;}

.cotemig { position: absolute;
           padding-left: 20%;
           padding-top: 30%;}

.rooftop {
  position: absolute;
  top: 630%;
  left: 54%;
  font-size: 50px;
  text-align: left;}

.textorooftop {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  margin-top: 20px;
  color: #888}

.rodape {
  background-color: #04091e;
  padding: 150px 0;
  margin-top: 72%;
  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;
}