* {  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: 40vh;
     background-image: url(banner-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;
              letter-spacing: 2px;}

.texto-foto h1:first-child { font-size: 50px;}

.texto-foto p {text-align: center;
font-family: "Roboto", sans-serif;}

hr { margin: 20px auto;
     width: 350px;
     border: 1px solid white;}

.sushii { margin: 0 auto;
         display: inline-block;
         overflow: hidden;
         margin-top: 10%;
         margin-left: 22%; }

.sushii:hover img { filter: brightness(50%);
transform: scale(1.3);}

.sushii:hover .plus{
    opacity: 1;
    margin-top: 20%;}

.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: -13.8%;
    transform: translate(-50%,-50%);}

.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;
}