* {  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 { font-size: 50px;}

.texto-foto p {font-family: "Roboto", sans-serif;
    text-align: center;
}

hr { margin: 20px auto;
     width: 350px;
     border: 1px solid white;}

.cotemig { position: absolute;
           padding-left: 20%;
           padding-top: 30%;}

.rooftop {
  position: absolute;
  top: 70%;
  left: 54%;
  font-size: 50px;
  text-align: left;}

.textorooftop { font-family: "Roboto", sans-serif;
  font-size: 17px;
  margin-top: 20px;
  color: #888}   

.bancodedados {
    position: absolute;
    top: 135%;
    left: 54%;
    width: 300px;
    
}

.bancodedados input,
.bancodedados textarea {
  font-size: 12px;
  width: 150%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.bancodedados textarea {
  height: 120px;
}


.botao {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  padding: 15px 30px;
  color: white;
  background-color: #ad9966;
  font-size: 14px;
  cursor: pointer;}


.botao:hover {
  background-color: white;
  color: #ad9966;
  border: 1px solid #ad9966}

.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;
}