/* .container-burger{
    width:100%; 
    z-index:4; 
    position:fixed;
    top:-140px;
    left:0px;
    transition:1s;
} */ 
.desplegado{
    top:0px !important;
    transition:1s;
}
.contenido-menu{
    overflow-x:hidden;
    position: fixed;
    top: 47px;
    left:0px;
    z-index: 4;
    padding:0px;

    width:0px;
    height:100%;

    transition:0.5s;

    overflow-y:scroll;
    -ms-overflow-style: none !important;  /* Internet Explorer 10+ */
    scrollbar-width: none !important;  /* Firefox */
}
 
.container-menu{
    display: flex;
    align-items: center;
    height: 100%;
}

.contenido-menu::-webkit-scrollbar { 
    display: none !important;  /* Safari and Chrome */
}

.m-link{
    color: black;
    font-size: calc(1.275rem + .3vw);
    transition: 0.25s;
}
.m-link:hover{
    color:#2C9FAB  !important;
    font-weight: bold;
}
.m-link > span{
    display:block;
    width:100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.m-link > span:hover{
    color:#2C9FAB  !important;
    font-weight: bold;
}

.m-link img{transition: 0.5s;}
.m-link:hover img{
    filter: brightness(115%);
    transition: 0.5s;
}
.m-link-2{
    color: black;
    font-size: 1.25rem;
    transition: 0.5s;
}
.m-link-2:hover{
    color:#2C9FAB  !important;
    transition: 0.5s;
}
.menu-on{
    width:100%;
    transition:0.5s;
}
.e-submenu{
    display:none;
}

.container-menu > div{
    margin-top: -71px !important;
}



/* BURGUER */
.contBurguerMain {
    z-index:4; 
    position:fixed;
   /*  top: -70px; */
    top: 0px;
    left: 0px;
    height: 47px;
    width: 100%;
 /*    transition:1s ; */
}
/* .contBurguerMainDesplegado{ 
    top: 0px;
    transition:1s ;
} */
.contBurguer{
    position: absolute;
    top: 5px;
    left: 5px !important;
    height: 40px;
    width: 80px;
}
.contBurguer2 {
    width: 60px;
    height: 50px;
    position: relative;
}

.burgerBars {
    width: 30px;
    height: 2px;
    position: absolute;
    left: 8px;
    border-radius: 10px;
    background-color: white;
}

.burgerBar1 {
    top: 10px;
    transition: 0.75s;

}

.burgerBar2 {
    top: 18px;
    transition: 0.20s;

}

.burgerBar3 {
    top: 26px;
    transition: 0.5s;

}

.burgerBar1-On {
    transform: rotate(-40deg);
    top: 19px !important;
    transition: .5s;
}

.burgerBar2-On {
    transform: rotate(40deg);
    top: 19px !important;
    transition: .75s;
}

.burgerBar3-On {
    width: 0 !important;
    transition: .20s;
}

.burger-text {
    display:none;
}
/* FIN - BURGUER */
@media only screen and (min-width: 500px) {
    /* BURGUER */
    .contBurguer {
        height: 40px;
        width: 200px;
    }
    
    .burger-text {
        display: flex;
        font-size: 23px;
        position: absolute;
        top: 3px;
        left: 71px;
    }
    /* FIN - BURGUER */
    }

@media only screen and (min-width: 768px) {
    .e-submenu{
        display:flex !important;
    }
    .submenu > i{
        display:none !important;
    }
    .container-menu {
        display: block !important; 
    }
    .container-menu > div {
        margin-top: 14px !important;
        padding-bottom: 200px;
    }
    .m-espacio{
        height: 500px;
        width: 100%;
    }
}    

@media only screen and (min-width: 992px){
    .m-espacio{
        height: 600px;
        width: 100%;
    }
    /* BURGER */
    .contBurguerMain {
        height: 55px;
    }
    .contBurguer2 {
        width: 60px;
        height: 50px;
    }
    .burger-text {
        top: 5px;
    }
    .burgerBars {
        width: 40px;
        height: 3px;
    }
    .burgerBar2 {
        top: 20px;
    }
    .burgerBar3 {
        top: 30px;
    }
    /* FIN - BURGER */
}


@media only screen and (min-width: 1200px){
    .container-menu {
        display: flex !important; 
    }
    .container-menu > div {
        margin-top: -71px;
        padding-bottom: 0px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

    .container-menu > div{
        margin-top: 80px !important;
    }
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
    .container-menu > div{
        margin-top: 37px !important;
    }

}