header{
    font-family: "Roboto", sans-serif;
    background-color: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;
    color: black;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
}
header img{
    width: 65px;
    margin: 0 95px;
}
a {
    font-weight: 500;
}
#hrbanner{
margin: 16px;
width: 362px;
}
.div-header{
    text-align: center;
    justify-content: center ;
    align-items: center;
    display: flex;
    
}
.link{
    position: relative;
    margin: 25px;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 13px;
    z-index: 1;
}
.link:hover{
    color: rgb(173, 153, 102);
}
#banner{
    font-family: "Playfair Display", serif;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    display: flex;
    width: 1520px;
    height: 750px;
    background-image: url(img/header-bg.png);
    background-position: center;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
}
#text1{
    font-size: 70px;
    letter-spacing: 10px;
}
#text2{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
#div-hover{
    display: none;
}
#a-hover{
    color: rgb(173, 153, 102);
}
#a-hover:hover + #div-hover{
    z-index: 0;
    text-align: left;
    flex-direction: column;
    bottom: 510px;
    left: 61%;
    position: absolute;
    background-color: #ffffff;
    display: flex;
    transform: translateY(479%);
    padding: 10px;
}
#div-hover:hover{
    display: flex;
    z-index: 0;
    text-align: left;
    flex-direction: column;
    bottom: 510px;
    left: 61%;
    position: absolute;
    background-color: #ffffff;
    display: flex;
    transform: translateY(479%);
    padding: 10px;
}
#div-hover a{
    display: flex;
    font-size: 13px;
    color: black;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    margin-left: 5px;
}
.imagens-section2{
    width: 350px;
    height: 214px;
}
#section1{
    display: flex;
     justify-content: center;
     align-items: center;
     padding-top: 90px;
}
.div1{
    padding-right: 15px;
    padding-left: 15px;
    height: 300px;
}
#div-fundopreto{
    background: rgba(0, 0, 0, 0.85);
    margin: 7%;
    width: 301px;
    height: 164px;
    transform: translateY(-220px)
}
#div-fundopreto:hover{
    background-color: rgb(173, 153, 102, 0.85);
}
h4{
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase
}
p {
    color: #ffffff;
    margin: 0px;
}
hr {
    width: 200px;
}
#content-detalhes{
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    bottom: 0px;
    position: absolute;                
    text-align: center;
}
ul{
    list-style-type: none
}
#lista{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 16px;
    width: 117px;
    height: 25px;
}
#ulsection2{
    width: 117px;
    padding-right: 15px;
    height: 456px;
}
#pul{
    margin-bottom: 30px;
}
.linka{
    color: black;
    text-decoration: none;
}
.linka:hover{
    color: rgb(173, 153, 102);
}
#div1section2{
    display: flex;
}
.img-texto{
    width: 540px;
    height: 252px;
}
#div2section2{
    padding-left: 15px;
    padding-right: 15px;
}
h3{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
}
#texto-random3{
    color: #777777;
    margin-bottom: 20px;
}
#section2{
    display: flex;              
  justify-content: center;      
  align-items: center;
}
#btn{
    color: black;
    display: flex;
    padding: 0px 30px;
    width: 120px;
    justify-content: center;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    border: 1px solid #ad9966;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 29px;
}
#btn:hover{
    background-color: rgb(173, 153, 102);
    color: #fff;
}
#input-sl{
    background-color: #ad9966;
    width: 230px;
    height: 40px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border: none;
    color: #fff;
}
#button{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    width: 58px;
    padding: 6px;
    background: #ad9966;
    color: #fff;
    font-size: 17px;
    border: none;
    height: 41px;
}
#div-fdp{
    padding-bottom: 15px;
    margin: 30px;
    display: flex;
    margin-top: 20px;
}
#bagulho-direita{
    border: 1px solid #eee;
    background-color: #fafaff;
}
#h4fdp{
    font-family: "Playfair Display", serif;
    color: #000;
    font-weight: normal;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 5px;
}
#psla{
    color: #777777;
    height: 25px;
    margin-bottom: 16px;
}
#divfeia{
text-align: center;
padding-bottom: 30px;
margin-bottom: 30px;
}
#rede-img {
    display: flex;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(210%, 3190%);
}
#rede-img a {
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#rede-img a img {
    width: 16px; 
    height: auto;
    filter: brightness(1) invert(0); 
}
#rede-img a img:hover {
    width: 16px; 
    height: auto;
    filter: brightness(1) invert(0); 
    color: #ad9966;
}
#psla2{
    color: #777777;
    margin-top: 70px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 16px;
}
#h4vsfdr{
    background: #ad9966;
    color: #fff;
    text-align: center;
    padding: 12px 0px;
    width: 288px;
    margin-bottom: 0px;
    height: 27px;
    padding-bottom: 10px;
}
#divposts{
    text-align: center;
    margin: 30px 30px;
}
#abcd{
    color: #777777;
    text-decoration: none;
}
#abcd:hover{
    color: #ad9966;
}
.main-footer {
    background-color: #04091e;
    color: #ffffff;
    padding: 130px 20% 130px 20%;
    font-family: 'Playfair Display', serif;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}
.footer-column {
    flex: 1;
    min-width: 180px;
}
.footer-column h3 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}
.footer-column ul li {
    margin-bottom: 12px;
}
.footer-column ul li a {
    color: #777777;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    transition: 0.3s;
}
.footer-column ul li a:hover {
    color: #AD9966;
}
.newsletter p {
    color: #777777;
    font-size: 15px;
    margin-bottom: 20px;
}
.newsletter-form {
    display: flex;
}
.newsletter-form input {
    background: transparent;
    border: 1px solid #333;
    padding: 10px;
    color: white;
    width: 100%;
    outline: none;
}
.newsletter-form button {
    background: #AD9966;
    border: none;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
}
.footer-bottom {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-bottom p {
    color: #777777;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.highlight {
    color: #ffba00;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.social-icons a {
    background-color: #FFFFFF1A;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.social-icons a img {
    width: 16px; 
    height: auto;
    filter: brightness(1) invert(0); 
}
.social-icons a:hover {
    background-color: #AD9966;
}
.social-icons a:hover img {
    filter: brightness(1); 
}
body{
    margin: 0px;
}
#input-sl{
    background-color: #ad9966;
    width: 230px;
    height: 40px;
    border: none;
    color: #fff;
}
#div-fdpp{
    display: flex;
}
.quadradinhos{
    display: flex;
    align-items: center;
    height: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
}
h6{
    font-size: 14px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0px;
}
#NASA{
    margin-left: 12px;
    text-align: left;

}
#img-quadradinho{
    height: 60px;
}
#psl{
color: #777777;
font-size: 15px;
font-family: 'Roboto', sans-serif;
}
#div-img-down{
    margin: 30px;
    padding-bottom: 10px;
}
#img-down{
    width: 288px;
    height: 240px;
}
#PARAPFV{
    margin: 30px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
#DIVSLAMANO{
    display: flex;
    gap: 190px;
    padding-top: 10px;
}
.linkslaaaa{
    color: #777777;
    text-decoration: none;
}
.linkslaaaaa{
    color: #777777;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 8px;
}
.linkslaaaaa:hover{
    color: rgb(173, 153, 102);
}
.linkslaaaa:hover{
    color: rgb(173, 153, 102);
}
li:hover .linkslaaaa{
    color: rgb(173, 153, 102);
}
li:hover .linkslaaaa{
    color: rgb(173, 153, 102);
}
li:hover .linkslaaaa{
    color: rgb(173, 153, 102);
}
li:hover .linkslaaaa{
    color: rgb(173, 153, 102);
}
li:hover .linkslaaaa{
    color: rgb(173, 153, 102);
}
li:hover .linkslaaaa{
    color: rgb(173, 153, 102);
}
li:hover .linkslaaaa{
    color: rgb(173, 153, 102);
}
#DIVSLAMANO2{
    display: flex;
    gap: 208px;
    padding-top: 10px;
}
#DIVSLAMANO3{
    display: flex;
    gap: 215px;
    padding-top: 10px;
}
#DIVSLAMANO4{
    display: flex;
    gap: 245px;
    padding-top: 10px;
}
#DIVSLAMANO5{
    display: flex;
    gap: 235px;
    padding-top: 10px;
}
#DIVSLAMANO6{
    display: flex;
    gap: 188px;
    padding-top: 10px;
}
#DIVSLAMANO7{
    display: flex;
    gap: 200px;
    padding-top: 10px;
}
#ESTOUSOFRENDO{
    padding: 0px;
}
#divNãoAguentoMaisEsseSite{
    margin: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 0px;
    align-items: center;
}
#pNãoSuportoMais{
    color: #777777;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
}
#h4vsfdrr{
    background: #ad9966;
    color: #fff;
    text-align: center;
    padding: 0px 0px;
    width: 288px;
    margin-bottom: 0px;
    height: 27px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#input-slla{
    background-color: #ffffff;
    width: 159px;
    height: 38px;
    border: none;
    color: #fff;
    border: 1px solid #d1c4c4;
    border-left: none;
}
#butonnn{
    background-color: #ad9966;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: 87px;
}
#envolope{
    width: 16px;
    height: 16px;
    padding: 6px, 12px;
}
#div-envelope{
    display: flex; 
    justify-content: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #d1c4c4;
    border-right: none;
}
#h4vsfdrrrr{
    background: #ad9966;
    color: #fff;
    text-align: center;
    padding: 12px 0px;
    width: 288px;
    margin-bottom: 0px;
    height: 27px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
}
#svj1{
    height: 15px;
    width: 15px;
    margin-left: 25px;
}
#svj2{
    height: 15px;
    width: 15px;
    margin-left: 9px;
}
#svj3{
    height: 15px;
    width: 15px;
    margin-left: 20px;
}
#svj4{
    height: 15px;
    width: 15px;
    margin-left: 8px;
}
a.active{
    color: rgb(173, 153, 102);
    text-decoration: none;
}
.heart{
    color: rgb(173, 153, 102);
    font-size: 20px;
}
.h6a{
    font-weight: 750;
    text-decoration: none;
    color: #000
}
#numeros{
    width: 100%;
    margin: 110px auto 120px auto;
}
#numeros li{
    width: 40px;
}
#ulnumeros{
display: flex;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-115%, 8730%);
}
#numeros a{
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    display: block;
    letter-spacing: 0;
    transition: 0.4s ease;
    padding: 8px 12px;
}
#numeros a:hover{
    color: white;
    background-color: #ad9966;
}
#colorido{
    color: #fff !important;
    background-color: #ad9966;
    text-decoration: none;
}
.li-icone a{
    padding: 8px 9.5px ;
}
#numeros svg{
    width: 20px;
    vertical-align: middle;
}
#numeros path{
    transition: all 0.4s ease;
}

#numeros a:hover path{
    fill: white;
}
.aa{
    color: #777777;
    text-decoration: none;
}
#botoesz{
    margin-top: 10px;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}
.a-botaozinho{
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 4px 14px;
    text-decoration: none;
    color:#777777;
    background-color: white;
    border: 1px solid #eee;
}
.a-botaozinho:hover{
    color: white;
    background-color: rgb(173, 153, 102);
}
.h1-esp{
    width: 287px;
    padding: 12px 0;
    color: white;
    background-color: rgb(173, 153, 102);
    text-align: center;
    justify-self: center;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: normal;
}
#susu-merda{
    text-decoration: none;
    color: #000;
}
#susu-merda:hover{
    color: #AD9966;
}
