.struct-menu{
    height: 80px;
    padding: 15px;
    box-shadow: 0 0 10px 2px #6e6e6e;
    background: #110929;
    position: fixed;
    right: 0;
    top: 0;
    border-bottom: 2px solid #fab71b;
    transform-origin: right;
    width: 100%;
    z-index: 50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all ease-in-out 0.5s, background ease-in-out 0.15s, box-shadow 0s;
}
.struct-menu.struct-open{
    /*background: transparent;*/
    box-shadow: none;
    /*transform: scaleX(0.2);*/
    right: 0;
    height: 70px;
    padding: 10px 15px;
}
/*.struct-menu.struct-open img{
    display: none;
}*/
.item-lista-struct.item-fone{
    border-top: 1px solid #131313;
    background: #131313;
}
#dark{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    z-index: 49;
    right: 0;
}
.struct-aberto{
    background: #110929;
    transition: transform 0.55s;
    transform: translateX(-200%);
    /*display: none;*/
    position: fixed;
    z-index: 50;
    width: 50%;
    height: calc(100vh - 70px);
    opacity: 0.95;
    overflow: hidden;
    left: 0;
    top: 70px;
    right: 0;
    padding: 0;
    text-align:left; 
    /*padding-top: 65px;*/
}
.animate-menu{
    transform: translateX(0);
    overflow: scroll;
}
/*.close-struct{
    padding: 15px 0;
    padding-left: 25px;
    background: #b59f66;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 2.3rem;
    font-family: 'Slab Bold';
    color: #fff;
}
.close-struct span{
    font-size: 2.2rem;
    position: absolute;
    right: 25px;
    top: 20px;
    color: #fff;
}
.close-struct span:before{
    margin-top: -5px;
}*/
.item-lista-struct{
    padding: 18px 0;
    padding-left: 15px;
    /*border-top: 1px solid #fff;*/
    font-size: 1.15em;
    text-transform: uppercase;
    font-family: "Bold";
    color: #fff;
}
.item-rede{
    background: #4a6373;
    font-size: 1.2rem;
}
.item-rede img{
    vertical-align: bottom;
}
.item-lista-struct img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    max-width: 28px;
}
.item-lista-struct p{
    display: inline-block;
    vertical-align: middle;
}
.struct-aberto-inner a:first-of-type .item-lista-struct{
    border-color: transparent;
    /*border-top: 2px solid #fab71b;*/
}
.selected-resp{
    background: #adadad;
    color: #202428;
    font-family: "Slab";
}
.struct-aberto-inner{
    opacity: 0;
    transition: all ease-in-out 0.5s;
}
.animate-menu .struct-aberto-inner{
    opacity: 1;
}
.top{
    background: #fff;
    bottom:0;
    padding: 15px 0;
    display: none;
}
.top a{
    display: block;
    width: 100%;    
}
.struct-menu svg path{
    fill:#bba367;
}
.top .struct-menu img{
    width: 150px;
    height: 80px;
}
.top .link-menu-resp{
    display: none;
}
.top span{
    display: none;
}
.bottom{
    bottom:calc(100% - 80px);
    top: 0;
}
.struct-menu .span-abre-menu{
    position: relative;
    height: 30px;
    width:30px;
    display: block;
    padding-top: 13px;
}
.struct-menu .abre-menu{
    top: 0;
    position: relative;
    transition: all ease-in-out 0.5s;
    height: 4px;
    display: block;
    background: #fab71b;
    width: 100%;
}
.struct-menu .abre-menu::after{
    content: '';
    position: absolute;
    right: 0;
    transition: all ease-in-out 0.5s;
    bottom: -9px;
    width: 100%;
    height: 100%;
    background: #fab71b;
}
.struct-menu .abre-menu::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 9px;
    transition: all ease-in-out 0.5s;
    height: 100%;
    width: 100%;
    background: #fab71b;
}
.struct-menu .span-abre-menu.opened .abre-menu{
    background: transparent;
}
.struct-menu .span-abre-menu.opened .abre-menu::after{
    transform: rotate(45deg);
    bottom: 0;
}
.struct-menu .span-abre-menu.opened .abre-menu::before{
    transform: rotate(-45deg);
    bottom: 0;
}

.struct-menu img{
    max-width: 180px;
    max-height: 75px;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
    position: relative;
    margin: 0;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
.struct-open img{
    max-width: 150px;
    max-height: 60px;
}
.link-menu-resp{
    text-align: right;
}
.link-menu-resp span{
    font-size: 2.5rem;
    color: #a0a0a0;
}
@media(max-width:700px){
    .struct-aberto{
        width: 80%;
    }
}