*{
    color:black;
    transition:0.5s;
    margin:0;
    border:0;
}

::selection{
    background-color: #ad9966;
    color:white;
}

.opcoes-menu{
    display:inline-block;
    width:4.5%;
    margin-left: 50vh;
}

header>ul{
    padding:0;
    list-style:none;
    text-align: center;
    font-size:13px;
    letter-spacing: 0.5vh;
  
}

ul{
    text-align: center;
}

li{
    display:inline;
    font-family:"Roboto",sans-serif ;
    font-size:13px;

    
}

.menu{
    display:grid;
    grid-template-columns: repeat(3,12vh) 64vh repeat(3,16vh);
    justify-items: center;
    align-items:center;

    text-align: center;
    color:black;
    height:14vh;
    
    margin-right: 10vh;
    position:fixed;
    width:100%;
    margin-top:0;

    z-index:60;
   background-color:white;
}


.opcoes-menu>li{
    height:fit-content;
    background-color:white;
}
.pag{
    text-decoration: none;
}

.pag:hover{
    color:#ad9966;
    transition:0.3s;
}

.ativa{
    color:#ad9966;
}

.logo>img{
  width: 70px;;
  height:83px;  
  padding-left:1em;
  padding-right:1em;
  vertical-align:center;

}

.parte-animada:hover .drop{
    position:absolute;
    display:inline-block;
    height: 0;
    width: 0;
    margin-left: .225vh;
    vertical-align:.225vh;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent ;
    border-left:.3em solid transparent ;
    border-bottom:0 ;
}





.sec01{
    height:120vh;
    width:100%;
    background-image: url(header-bg.png);
    background-repeat:no-repeat;
    background-position:center;
    vertical-align:center;
    padding:0;
    margin:0;
    margin-top:15vh;
    position:absolute;
   
}

#titulo{
    position:absolute;
    top:65%;
    left:50%;
    color:white;
    transform:translate(-50%,-50%)
}

#titulo p{
    font-size:72px;
    color:white;
    font-family:"Playfair Display",serif;
    margin-bottom:0;
    letter-spacing:10.8px;
}

#titulo span{
    font-family: Roboto;
    color:white;
    margin-left:75px;
}

#titulo>hr{
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 0.5px solid rgba(255, 255, 255, 0.993);
    box-sizing: content-box;
    height: 0;
}