.menu-icon-items {
    margin-right: 0px;
    float: right;
}
.icons-menu {
    float: right;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    margin-top: 10px;
    transition: .3s;
}
.icons-menu:hover {
    background: rgba(255,255,255,1);
    transition: .3s;
}
.menu-icon {
    cursor:pointer; 
    float: right;
    width: 50px;
    height: 50px;
    margin-right: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #FFFFFF;
    margin-top: 10px;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0; 
    background-color: #040838;
    overflow-y: hidden;
    transition: 0.5s;
    background-image: url('../images/bg-menu.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.overlay-content {
    position: relative;
    top: 5%;
}
.menu-item {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    padding: 10px !important;
    font-weight: 700;
}
.menu-item:hover, .menu-item:focus {
    color: #fff;
}
.overlay .closebtn {
    position: absolute;
    top: 100px;
    left: 95px;
    font-size: 60px;
    opacity: 1;
}
.closebtn-share {
    position: absolute;
    top: 48px;
    right: 0px;
    font-size: 60px;
    opacity: 1;
}
.close {
    opacity: 1;
    transition: .2s;
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 9;
}
.close-regreso {
    opacity: 1;
    transition: .2s;
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 4;
    top: 20px;
    float: right;
    margin-bottom: -10px;
}
.close:hover {
    opacity: .7;
    transition: .5s;
}
.div-menu {
    border-bottom: 2px dashed #F0B4C3;
    width: 100%;
    height: 3px;
}
.avisos {
    margin-top: 20px;
}
.close-sm {
    margin-right: 0px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
}
.title-icon-modal {
    width: 50px;
    height: 50px;
    margin-left: 50px;
}
.menu-interior-1 {
    width: 169px;
    height: auto;
    padding: 0;
    position: absolute;
    top: 1px;
    left: 30px;
}
.menu-interior-2 {
    height: 168px;
    width: auto;
    padding: 0;
    position: absolute;
    top: 35px;
    left: 115px;
}
.menu-interior-3 {
    width: 169px;
    height: auto;
    padding: 0;
    position: absolute;
    bottom: -237px;
    left: 30px;
}
.menu-interior-4 {
    height: 168px;
    width: auto;
    padding: 0;
    position: absolute;
    top: 35px;
    left: -4px;
}
.center-cont {
    width: 230px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 7;
    margin-top: 30%;
}
.menu-element {
    z-index: 5;
}
.legales-title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
    z-index: 4;
    transition: .2s;
    padding-bottom: 20px;
}
.legales-title:hover, .legales-title:focus,.legales-title:active {
    color: #fff;
    transition: .2s;
}
.boton-fixed {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 0;
    padding: 0;
    width: 100%;
    max-width: 980px;
    bottom: 0px;
    left: 0;
    background-image: url('../images/fondo-btns.png');
}