.struct-menu{
    height: 80px;
    padding: 5px 15px;
    box-shadow: 0 0 10px 2px #000000;
    background: #fff;
    position: fixed;
    z-index: 50;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    transition: all ease-in-out 0.3s;
}
.item-lista-struct.item-fone{
    border-top: 1px solid #131313;
    background: #131313;
    color: #fff;
    font-family: 'R-Black';
}
#dark{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    z-index: 49;
    right: 0;
}
.struct-aberto{
    background: #fff;
    transition: transform 0.55s;
    transform: translateX(-200%);
    /*display: none;*/
    position: fixed;
    z-index: 50;
    width: 50%;
    height: 100vh;
    opacity: 0.95;
    left: 0;
    right: 0;
    padding: 0;
    text-align:left; 
    /*padding-top: 65px;*/
}
.animate-menu{
    transform: translateX(0);
}
.close-struct{
    padding: 15px 0;
    padding-left: 25px;
    background: #00882d;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 2.3rem;
    font-family: 'R-Black';
    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: 20px 0;
    padding-left: 25px;
    border-top: 1px solid #bae0c7;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: "A-Regular";
    color: #04852f;
}
.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: 25px;
}
.item-lista-struct p{
    display: inline-block;
    vertical-align: middle;
}
.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: 60px;
}
.top{
    background: #fff;
    bottom:0;
    padding: 15px 0;
    display: none;
}
.top a{
    display: block;
    width: 100%;    
}
.top .logo-menu-resp{
    width: 100%;
    height: 60px;
}
.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;
    float: right;
    margin-top: 20px;
    color: #00a651;
}

.whats-resp{
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 35px!important;
    margin-top: 18px!important;
    z-index: 30;
}
.whats-resp img{
    float: left;
    max-width: 35px;
}
.logo-menu-resp{
    width: 150px;
    height: 75px;
    transition: all ease-in-out 0.2s;
    overflow: hidden;
    position: relative;
    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:700px){
    .struct-aberto{
        width: 80%;
    }
}