#conteudo-site{
    margin-top: 80px!important;
}
.open-menu{
    float: right;
    position: relative;
    display: block;
    background: transparent;
    border: none;
    outline: none;
}
.open-menu .round{
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    transition: all ease-in-out 0.3s;
    width: 50px;
    text-align: center;
}
.open-menu p{
    position: relative;
    font-family: 'Oraqle';
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    font-size: 4em;
    vertical-align: middle;
}
 .open-menu span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 60%;
    transition: all 0.5s;
    height: 2px;
    border-radius: 2px;
    transition: all ease-in-out 0.2s;
    background: #fff;
}
.open-menu.open span{
    top: 75%;
}
.open-menu.open span::after{
    transform: rotate(45deg);
    top: -15px;
}
.open-menu.open span::before{
    transform: rotate(-45deg);
    bottom: 15px;
}
.open-menu span::after,
.open-menu span::before{
    content: '';
    transition: all 0.5s;
    position: absolute;
    background: inherit;
    width:100%;
    height: 100%;
    left: 0;
    border-radius: inherit;
}
.open-menu span::after{
    top:10px;
    transform: translateY(-50%);
}
.open-menu span::before{
    bottom:10px;
    transform: translateY(50%);
}



.struct-menu{
    height: 80px;
    padding: 15px;
    border-bottom: 1px solid #cdaf74;
    /*box-shadow: 0 0 10px 2px #6e6e6e;*/
    background: linear-gradient(to top,#927d56, #675948);
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all ease-in-out 0.3s;
}
.struct-menu .container-struct{
    display: flex;
    width: 100%;
    float: left;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
#dark{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    z-index: 49;
    right: 0;
}
.struct-aberto{
    transition: transform ease-in-out 0.4s, opacity ease-in-out 0.4s;
    transform: translateX(-200%);
    /*display: none;*/
    position: fixed;
    z-index: 50;
    width: 50%;
    height: 100vh;
    opacity: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align:left; 
    /*padding-top: 65px;*/
    background: #000;
}
.animate-menu{
    opacity: 0.95;
    transform: translateX(0);
}
.close-struct{
    padding: 15px 0;
    padding-left: 25px;
    background: #ce0810;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 2.3rem;
    font-family: 'Regular';
    color: #fff;
}
.close-struct span{
    font-size: 2rem;
    color: #fff;
}
.close-struct span:before{
    margin-top: -5px;
}
.cta-menu.item-lista-struct{
    padding-left: 0;
    margin-top: 15px;
    padding: 0 5px;
}
.cta-menu.item-lista-struct label input{
    margin-left: 0;
}
.cta-menu.item-lista-struct label{
    width: 100%;
}
.cta-menu.item-lista-struct form{
    justify-content: flex-start;
    border-radius: 0;
}
.item-lista-struct{
    padding: 20px 0;
    padding-left: 25px;
    /*border-top: 1px solid #e4c7c8;*/
    font-size: 1em;
    /*text-transform: uppercase;*/
    font-family: "Light";
    color: #f7e6ba;
}
.item-lista-struct.item-esp{
    background: #3e282f;
    color: #ffffff;
    font-size: 1.8rem;
    font-family: 'Light';
    padding-left: 25px;
}
.item-lista-struct img{
    display: inline-block;
    margin-right: 10px;
}
.struct-aberto-inner a:first-of-type .item-lista-struct{
    border-color: transparent;
}
.selected-resp{
    background: #adadad;
    color: #202428;
    font-family: "Light";
}
.struct-aberto-inner{
    opacity: 0;
    margin-top: 90px;
}
/*.top{
    background: #fff;
    bottom:0;
    padding: 15px 0;
    display: none;
}*/
/*.top a{
    display: block;
    width: 100%;    
}
.top .logo-menu-resp{
    width: 100%;
    height: 80px;
}
.top .link-menu-resp{
    display: none;
}
.top span{
    display: none;
}*/
/*.bottom{
    bottom:calc(100% - 80px);
    top: 0;
}*/
.struct-menu span{
    font-size: 3rem;
    /*top: 0;*/
    color: #ce0810;
}


.logo-menu-resp{
    width: 180px;
    height: 95px;
    transition: all ease-in-out 0.2s;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    left: 0;
    top: -15px;
    margin: 0;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
.link-menu-resp{
    text-align: right;
}
.link-menu-resp span{
    font-size: 2.5rem;
    color: #a0a0a0;
}
@media(max-width:767px){
    .struct-aberto{
        width: 80%;
    }
}