.elementor-469 .elementor-element.elementor-element-9f2d72e{--display:flex;--position:absolute;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:0px;--z-index:9999;}body:not(.rtl) .elementor-469 .elementor-element.elementor-element-9f2d72e{left:0px;}body.rtl .elementor-469 .elementor-element.elementor-element-9f2d72e{right:0px;}.elementor-469 .elementor-element.elementor-element-8b0b766{z-index:4;}.elementor-469 .elementor-element.elementor-element-8f8dcf3{z-index:4;}.elementor-469 .elementor-element.elementor-element-c9c0359{z-index:4;}.elementor-469 .elementor-element.elementor-element-7e417e7{z-index:4;}.elementor-469 .elementor-element.elementor-element-4fa51bf{z-index:4;}.elementor-469:not(.elementor-motion-effects-element-type-background), .elementor-469 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#222427;}@media(max-width:1024px) and (min-width:768px){.elementor-469 .elementor-element.elementor-element-9f2d72e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-8b0b766 */nav {
    display: grid !important;
    position: fixed;
    top: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    height: 100vh;
    width: 3.6rem;
    background: #000000eb;
    overflow: hidden;
    transition: width 0.3s ease;
    font-family: Be Vietnam Pro !important;
    align-content: space-between !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    z-index: 0 !important;
}


nav.active {
   left: 0;  /*Mostrar el menú*/
}

nav a {
    display: flex !important;
    flex-direction: right !important;
    color: #ffffff !important;
    text-decoration: none;
    display: table;
    width: 16rem;
    padding-left: 1rem;
}

nav:hover {
    width: 16rem;
}

nav a:hover {
    padding-left: 30% auto;
    color: #52D5F2 !important;
}

nav a .fa-solid {
    display: table-cell;
    padding: 1rem 0;
}

nav a .miPerfil{
    pointer-events: none !important;
}

nav a .label {
    display: table-cell;
    font-size: 0.8vw;
    align-content: center !important;
    padding-left: 30px;
}

hr {
    border: .1 solid #FFFFFF !important;
    width: 50% !important;
    margin-left: 25% !important;
    /*margin-right: 10% !important;*/
    /*margin-top: 10% !important;*/
    /*margin-bottom: 10% !important;*/
}

.barras {
    display: none; /* Ocultar el botón de menú en pantallas grandes */
}

.calActivo {
    color: #52D5DC;
}

.cierreSesion {
    margin-top: 100px;
}

.inicio {
    margin-left: -1.5%;
    width: 14%;
}

.barras {
    position: relative;
    cursor: pointer;
    z-index: 1001; /* Valor alto para asegurar que esté por encima de todo */
    padding: 5px !important;
}

.icono-menu {
    opacity: 1;
}

.icono-cerrar {
    opacity: 0; /* Empezar oculto para la transición */
    transition: none; /* Sin transición por defecto */
    z-index: 99999;
}

.icono-cerrar.visible {
    opacity: 1; /* Clase para mostrar con transición */
    transition: opacity 1.5s ease-in-out; /* Transición solo cuando aparece */
}

.barras.abierto .icono-menu {
    display: 1;
}

.barras.abierto .icono-cerrar {
    opacity: 1;
}

/* Estilo opcional para el menú nav cuando está activo */
nav.active {
    /* Tus estilos para el menú desplegado */
    display: block; /* o flex, dependiendo de tu diseño */
}


/* CSS ACORDEON PERFIL*/
.acordeon {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.acordeon-item {
    position: relative;
}

.acordeon-item:last-child {
    border-bottom: none;
}

.acordeon-header {
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acordeon-header:hover {

}

.acordeon-item:hover .submenu {
    max-height: 400px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    border-bottom: 1px solid #FFFFFF4D;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    padding: 0 50px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.submenu-item {
    padding: 0 0;
}

.submenu-item:last-child {
    border-bottom: none;
}

.submenu-item a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    display: block;
    transition: color 0.2s;
}

.arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-left: 10px;
    margin-bottom: 2px;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.acordeon-item:hover .arrow {
    transform: rotate(-135deg);
}



/* Media query para portatil */
@media screen and (max-width: 1366px){
    nav{
        padding-top: 0% !important;
        padding-bottom: 0% !important;
    }
    nav a .fa-solid {
        display: table-cell;
        padding: 0.7rem 0;
    }
}

/* Media query para tablet vertical */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    nav {
        width: 100%;
        left: -100%; /* Ocultar el menú al principio */
        /*top: 5%;*/
        position: fixed;
        background: #000000;
        font-family: Be Vietnam Pro !important;
        overflow-y: hidden;
        -webkit-transform: translate3d(0, 0, 205px);
        -moz-transform: translate3d(0, 0, 205px);
        transform: translate3d(0, 0, 205px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        align-content: center !important;
        gap: 30px !important;
        z-index: -1;
        padding-left: 5%;
    }

    nav a {
        color: #ffffff;
        text-decoration: none;
        display: table;
        width: 100%;
        font-size: 4vw !important;
    }

    nav.active {
        left: 0; /* Mostrar el menú cuando está activo */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    
    nav:hover,nav.pinned {
        width: 100%;
    }
    
    nav a img{
        width: 4% !important;
    }
    
    nav a.miPerfil img{
        width: 5% !important;
    }

    nav a fa-regular,.fa-solid {
        display: table-cell;
        font-size: 3vw;
        padding: 1.3rem 4rem 1.3rem 2rem;
    }

    nav .label {
        display: table-cell;
        font-size: 2.5vw !important;
    }
    
    /*.espacio {*/
    /*    margin-top: 5% !important; */
    /*    margin-bottom: 5% !important;*/
    /*}*/

    .barras {
        display: block; /* Mostrar el botón de menú */
        width: 11% !important;
        background-color: #02010100 !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
    }
    
    .inicio{
        margin-left: 0%;
        width: 100%;
    }
    
    
    /* CSS ACORDEON PERFIL*/
    .acordeon {
        width: 100%;
        max-width: 600px;
        margin-left: 0;
        padding: 0;
        overflow: hidden;
    }
    
    .acordeon-item {
        position: relative;
    }
    
    .acordeon-header {
        cursor: pointer;
        transition: background-color 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .acordeon-header:hover {
    
    }
    
    .acordeon-item:hover .submenu {
        max-height: 400px;
        transition: max-height 0.3s ease, padding 0.3s ease;
        border-bottom: 1px solid #FFFFFF4D;
    }

}

/* Media query para tablet horizontal */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    nav {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }
    nav a .fa-solid {
        display: table-cell;
        padding: 0.7rem 0;
    }
    
}
        
/* Media query para movil */
@media screen and (max-width: 767px) {
    nav {
        width: 100%;
        left: -100%; /* Ocultar el menú al principio */
        height: 100vh !important;
        padding-top: 10% !important;
        position: fixed;
        background: #000000;
        font-family: Be Vietnam Pro !important;
        overflow-y: hidden;
        overflow-x: hidden;
        /*-webkit-transform: translate3d(0, 0, 205px);*/
        /*-moz-transform: translate3d(0, 0, 205px);*/
        /*transform: translate3d(0, 0, 205px);*/
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        align-content: center !important;
        gap: 30px !important;
        z-index: -1;
    }
    
    nav a {
        color: #f6f6f6;
        text-decoration: none;
        display: table;
        width: 100%;
        font-size: 5vw;
    }

    nav.active {
        left: 0; /* Mostrar el menú cuando está activo */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    
    nav:hover,nav.pinned {
        width: 100%;
    }
    
    nav a img{
        width: 8% !important;
    }

    nav a .fa-solid {
        width: 4rem;
        display: table-cell;
        padding: 0.6rem 0;
    }

    nav .label {
        display: table-cell;
        font-size: 5vw !important;
    }
    
    .espacio {
        /*margin-top: 6% !important; */
        /*margin-bottom: 6% !important;*/
    }

    .barras {
        display: block; /* Mostrar el botón de menú */
        width: 10% !important;
        padding: 4% !important;
        background-color: #02010100 !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
        z-index: 999999999 !important;
    }
    
    .icono-menu, .icono-cerrar {
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity 0.3s ease;
    }
    
    .icono-cerrar {
        display: none;
        z-index: 1002; /* Un valor más alto que el contenedor */
    }
    
    .barras.abierto .icono-menu {
        display: none;
    }
    
    
    .barras.abierto .icono-cerrar {
        display: block;
    }
    
    /* Estilo opcional para el menú nav cuando está activo */
    nav.active {
        /* Tus estilos para el menú desplegado */
        display: block; /* o flex, dependiendo de tu diseño */
    }
    
    .inicio{
        margin-left: 0%;
        width: 100%;
    }
}


/* Media query para pantallas de aproximadamente 1200px */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    nav a .label {
        font-size: 1.3vw !important; /* Aumenta el tamaño de la fuente */
    }
    
    nav a .fa-solid {
        padding: 0.8rem 0; /* Ajusta el padding de los iconos si es necesario */
    }
    
    nav:hover {
        width: 18rem; /* Puedes aumentar un poco el ancho del menú desplegado */
    }

    /* Si necesitas ajustar otras propiedades específicas para este tamaño de pantalla */
    nav {
        padding-top: 1% !important;
        padding-bottom: 1% !important;
    }
}

/*Media para pantallas grandes*/
@media (min-width: 1921px) {
    nav {
       &:hover {
           width: 24rem; 
       }
       
       & a .label {
           font-size: .7vw;
       }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f8dcf3 */nav {
    display: grid !important;
    position: fixed;
    top: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    height: 100vh;
    width: 3.6rem;
    background: #000000eb;
    overflow: hidden;
    transition: width 0.3s ease;
    font-family: Be Vietnam Pro !important;
    align-content: space-between !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    z-index: 0 !important;
}


nav.active {
   left: 0;  /*Mostrar el menú*/
}

nav a {
    display: flex !important;
    flex-direction: right !important;
    color: #ffffff !important;
    text-decoration: none;
    display: table;
    width: 16rem;
    padding-left: 1rem;
}

nav:hover {
    width: 16rem;
}

nav a:hover {
    padding-left: 30% auto;
    color: #52D5F2 !important;
}

nav a .fa-solid {
    display: table-cell;
    padding: 1rem 0;
}

nav a .miPerfil{
    pointer-events: none !important;
}

nav a .label {
    display: table-cell;
    font-size: 0.8vw;
    align-content: center !important;
    padding-left: 30px;
}

hr {
    border: .1 solid #FFFFFF !important;
    width: 50% !important;
    margin-left: 25% !important;
    /*margin-right: 10% !important;*/
    /*margin-top: 10% !important;*/
    /*margin-bottom: 10% !important;*/
}

.barras {
    display: none; /* Ocultar el botón de menú en pantallas grandes */
}

.calActivo {
    color: #52D5DC;
}

.cierreSesion {
    margin-top: 100px;
}

.inicio {
    margin-left: -1.5%;
    width: 14%;
}

.barras {
    position: relative;
    cursor: pointer;
    z-index: 1001; /* Valor alto para asegurar que esté por encima de todo */
    padding: 5px !important;
}

.icono-menu {
    opacity: 1;
}

.icono-cerrar {
    opacity: 0; /* Empezar oculto para la transición */
    transition: none; /* Sin transición por defecto */
    z-index: 99999;
}

.icono-cerrar.visible {
    opacity: 1; /* Clase para mostrar con transición */
    transition: opacity 1.5s ease-in-out; /* Transición solo cuando aparece */
}

.barras.abierto .icono-menu {
    display: 1;
}

.barras.abierto .icono-cerrar {
    opacity: 1;
}

/* Estilo opcional para el menú nav cuando está activo */
nav.active {
    /* Tus estilos para el menú desplegado */
    display: block; /* o flex, dependiendo de tu diseño */
}


/* CSS ACORDEON PERFIL*/
.acordeon {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.acordeon-item {
    position: relative;
}

.acordeon-item:last-child {
    border-bottom: none;
}

.acordeon-header {
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acordeon-header:hover {

}

.acordeon-item:hover .submenu {
    max-height: 400px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    border-bottom: 1px solid #FFFFFF4D;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    padding: 0 50px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.submenu-item {
    padding: 0 0;
}

.submenu-item:last-child {
    border-bottom: none;
}

.submenu-item a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    display: block;
    transition: color 0.2s;
}

.arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-left: 10px;
    margin-bottom: 2px;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.acordeon-item:hover .arrow {
    transform: rotate(-135deg);
}



/* Media query para portatil */
@media screen and (max-width: 1366px){
    nav{
        padding-top: 0% !important;
        padding-bottom: 0% !important;
    }
    nav a .fa-solid {
        display: table-cell;
        padding: 0.7rem 0;
    }
}

/* Media query para tablet vertical */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    nav {
        width: 100%;
        left: -100%; /* Ocultar el menú al principio */
        /*top: 5%;*/
        position: fixed;
        background: #000000;
        font-family: Be Vietnam Pro !important;
        overflow-y: hidden;
        -webkit-transform: translate3d(0, 0, 205px);
        -moz-transform: translate3d(0, 0, 205px);
        transform: translate3d(0, 0, 205px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        align-content: center !important;
        gap: 30px !important;
        z-index: -1;
        padding-left: 5%;
    }

    nav a {
        color: #ffffff;
        text-decoration: none;
        display: table;
        width: 100%;
        font-size: 4vw !important;
    }

    nav.active {
        left: 0; /* Mostrar el menú cuando está activo */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    
    nav:hover,nav.pinned {
        width: 100%;
    }
    
    nav a img{
        width: 4% !important;
    }
    
    nav a.miPerfil img{
        width: 5% !important;
    }

    nav a fa-regular,.fa-solid {
        display: table-cell;
        font-size: 3vw;
        padding: 1.3rem 4rem 1.3rem 2rem;
    }

    nav .label {
        display: table-cell;
        font-size: 2.5vw !important;
    }
    
    /*.espacio {*/
    /*    margin-top: 5% !important; */
    /*    margin-bottom: 5% !important;*/
    /*}*/

    .barras {
        display: block; /* Mostrar el botón de menú */
        width: 11% !important;
        background-color: #02010100 !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
    }
    
    .inicio{
        margin-left: 0%;
        width: 100%;
    }
    
    
    /* CSS ACORDEON PERFIL*/
    .acordeon {
        width: 100%;
        max-width: 600px;
        margin-left: 0;
        padding: 0;
        overflow: hidden;
    }
    
    .acordeon-item {
        position: relative;
    }
    
    .acordeon-header {
        cursor: pointer;
        transition: background-color 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .acordeon-header:hover {
    
    }
    
    .acordeon-item:hover .submenu {
        max-height: 400px;
        transition: max-height 0.3s ease, padding 0.3s ease;
        border-bottom: 1px solid #FFFFFF4D;
    }

}

/* Media query para tablet horizontal */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    nav {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }
    nav a .fa-solid {
        display: table-cell;
        padding: 0.7rem 0;
    }
    
}
        
/* Media query para movil */
@media screen and (max-width: 767px) {
    nav {
        width: 100%;
        left: -100%; /* Ocultar el menú al principio */
        height: 100vh !important;
        padding-top: 10% !important;
        position: fixed;
        background: #000000;
        font-family: Be Vietnam Pro !important;
        overflow-y: hidden;
        overflow-x: hidden;
        /*-webkit-transform: translate3d(0, 0, 205px);*/
        /*-moz-transform: translate3d(0, 0, 205px);*/
        /*transform: translate3d(0, 0, 205px);*/
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        align-content: center !important;
        gap: 30px !important;
        z-index: -1;
    }
    
    nav a {
        color: #f6f6f6;
        text-decoration: none;
        display: table;
        width: 100%;
        font-size: 5vw;
    }

    nav.active {
        left: 0; /* Mostrar el menú cuando está activo */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    
    nav:hover,nav.pinned {
        width: 100%;
    }
    
    nav a img{
        width: 8% !important;
    }

    nav a .fa-solid {
        width: 4rem;
        display: table-cell;
        padding: 0.6rem 0;
    }

    nav .label {
        display: table-cell;
        font-size: 5vw !important;
    }
    
    .espacio {
        /*margin-top: 6% !important; */
        /*margin-bottom: 6% !important;*/
    }

    .barras {
        display: block; /* Mostrar el botón de menú */
        width: 10% !important;
        padding: 4% !important;
        background-color: #02010100 !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
        z-index: 999999999 !important;
    }
    
    .icono-menu, .icono-cerrar {
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity 0.3s ease;
    }
    
    .icono-cerrar {
        display: none;
        z-index: 1002; /* Un valor más alto que el contenedor */
    }
    
    .barras.abierto .icono-menu {
        display: none;
    }
    
    
    .barras.abierto .icono-cerrar {
        display: block;
    }
    
    /* Estilo opcional para el menú nav cuando está activo */
    nav.active {
        /* Tus estilos para el menú desplegado */
        display: block; /* o flex, dependiendo de tu diseño */
    }
    
    .inicio{
        margin-left: 0%;
        width: 100%;
    }
}


/* Media query para pantallas de aproximadamente 1200px */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    nav a .label {
        font-size: 1.3vw !important; /* Aumenta el tamaño de la fuente */
    }
    
    nav a .fa-solid {
        padding: 0.8rem 0; /* Ajusta el padding de los iconos si es necesario */
    }
    
    nav:hover {
        width: 18rem; /* Puedes aumentar un poco el ancho del menú desplegado */
    }

    /* Si necesitas ajustar otras propiedades específicas para este tamaño de pantalla */
    nav {
        padding-top: 1% !important;
        padding-bottom: 1% !important;
    }
}

/*Media para pantallas grandes*/
@media (min-width: 1921px) {
    nav {
       &:hover {
           width: 24rem; 
       }
       
       & a .label {
           font-size: .7vw;
       }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9c0359 */nav {
    display: grid !important;
    position: fixed;
    top: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    height: 100vh;
    width: 3.6rem;
    background: #000000eb;
    overflow: hidden;
    transition: width 0.3s ease;
    font-family: Be Vietnam Pro !important;
    align-content: space-between !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    z-index: 0 !important;
}


nav.active {
   left: 0;  /*Mostrar el menú*/
}

nav a {
    display: flex !important;
    flex-direction: right !important;
    color: #ffffff !important;
    text-decoration: none;
    display: table;
    width: 16rem;
    padding-left: 1rem;
}

nav:hover {
    width: 16rem;
}

nav a:hover {
    padding-left: 30% auto;
    color: #52D5F2 !important;
}

nav a .fa-solid {
    display: table-cell;
    padding: 1rem 0;
}

nav a .miPerfil{
    pointer-events: none !important;
}

nav a .label {
    display: table-cell;
    font-size: 0.8vw;
    align-content: center !important;
    padding-left: 30px;
}

hr {
    border: .1 solid #FFFFFF !important;
    width: 50% !important;
    margin-left: 25% !important;
    /*margin-right: 10% !important;*/
    /*margin-top: 10% !important;*/
    /*margin-bottom: 10% !important;*/
}

.barras {
    display: none; /* Ocultar el botón de menú en pantallas grandes */
}

.calActivo {
    color: #52D5DC;
}

.cierreSesion {
    margin-top: 100px;
}

.inicio {
    margin-left: -1.5%;
    width: 14%;
}

.barras {
    position: relative;
    cursor: pointer;
    z-index: 1001; /* Valor alto para asegurar que esté por encima de todo */
    padding: 5px !important;
}

.icono-menu {
    opacity: 1;
}

.icono-cerrar {
    opacity: 0; /* Empezar oculto para la transición */
    transition: none; /* Sin transición por defecto */
    z-index: 99999;
}

.icono-cerrar.visible {
    opacity: 1; /* Clase para mostrar con transición */
    transition: opacity 1.5s ease-in-out; /* Transición solo cuando aparece */
}

.barras.abierto .icono-menu {
    display: 1;
}

.barras.abierto .icono-cerrar {
    opacity: 1;
}

/* Estilo opcional para el menú nav cuando está activo */
nav.active {
    /* Tus estilos para el menú desplegado */
    display: block; /* o flex, dependiendo de tu diseño */
}


/* CSS ACORDEON PERFIL*/
.acordeon {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.acordeon-item {
    position: relative;
}

.acordeon-item:last-child {
    border-bottom: none;
}

.acordeon-header {
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acordeon-header:hover {

}

.acordeon-item:hover .submenu {
    max-height: 400px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    border-bottom: 1px solid #FFFFFF4D;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    padding: 0 50px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.submenu-item {
    padding: 0 0;
}

.submenu-item:last-child {
    border-bottom: none;
}

.submenu-item a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    display: block;
    transition: color 0.2s;
}

.arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-left: 10px;
    margin-bottom: 2px;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.acordeon-item:hover .arrow {
    transform: rotate(-135deg);
}



/* Media query para portatil */
@media screen and (max-width: 1366px){
    nav{
        padding-top: 0% !important;
        padding-bottom: 0% !important;
    }
    nav a .fa-solid {
        display: table-cell;
        padding: 0.7rem 0;
    }
}

/* Media query para tablet vertical */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    nav {
        width: 100%;
        left: -100%; /* Ocultar el menú al principio */
        /*top: 5%;*/
        position: fixed;
        background: #000000;
        font-family: Be Vietnam Pro !important;
        overflow-y: hidden;
        -webkit-transform: translate3d(0, 0, 205px);
        -moz-transform: translate3d(0, 0, 205px);
        transform: translate3d(0, 0, 205px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        align-content: center !important;
        gap: 30px !important;
        z-index: -1;
        padding-left: 5%;
    }

    nav a {
        color: #ffffff;
        text-decoration: none;
        display: table;
        width: 100%;
        font-size: 4vw !important;
    }

    nav.active {
        left: 0; /* Mostrar el menú cuando está activo */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    
    nav:hover,nav.pinned {
        width: 100%;
    }
    
    nav a img{
        width: 4% !important;
    }
    
    nav a.miPerfil img{
        width: 5% !important;
    }

    nav a fa-regular,.fa-solid {
        display: table-cell;
        font-size: 3vw;
        padding: 1.3rem 4rem 1.3rem 2rem;
    }

    nav .label {
        display: table-cell;
        font-size: 2.5vw !important;
    }
    
    /*.espacio {*/
    /*    margin-top: 5% !important; */
    /*    margin-bottom: 5% !important;*/
    /*}*/

    .barras {
        display: block; /* Mostrar el botón de menú */
        width: 11% !important;
        background-color: #02010100 !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
    }
    
    .inicio{
        margin-left: 0%;
        width: 100%;
    }
    
    
    /* CSS ACORDEON PERFIL*/
    .acordeon {
        width: 100%;
        max-width: 600px;
        margin-left: 0;
        padding: 0;
        overflow: hidden;
    }
    
    .acordeon-item {
        position: relative;
    }
    
    .acordeon-header {
        cursor: pointer;
        transition: background-color 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .acordeon-header:hover {
    
    }
    
    .acordeon-item:hover .submenu {
        max-height: 400px;
        transition: max-height 0.3s ease, padding 0.3s ease;
        border-bottom: 1px solid #FFFFFF4D;
    }

}

/* Media query para tablet horizontal */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    nav {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }
    nav a .fa-solid {
        display: table-cell;
        padding: 0.7rem 0;
    }
    
}
        
/* Media query para movil */
@media screen and (max-width: 767px) {
    nav {
        width: 100%;
        left: -100%; /* Ocultar el menú al principio */
        height: 100vh !important;
        padding-top: 10% !important;
        position: fixed;
        background: #000000;
        font-family: Be Vietnam Pro !important;
        overflow-y: hidden;
        overflow-x: hidden;
        /*-webkit-transform: translate3d(0, 0, 205px);*/
        /*-moz-transform: translate3d(0, 0, 205px);*/
        /*transform: translate3d(0, 0, 205px);*/
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        align-content: center !important;
        gap: 30px !important;
        z-index: -1;
    }
    
    nav a {
        color: #f6f6f6;
        text-decoration: none;
        display: table;
        width: 100%;
        font-size: 5vw;
    }

    nav.active {
        left: 0; /* Mostrar el menú cuando está activo */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    
    nav:hover,nav.pinned {
        width: 100%;
    }
    
    nav a img{
        width: 8% !important;
    }

    nav a .fa-solid {
        width: 4rem;
        display: table-cell;
        padding: 0.6rem 0;
    }

    nav .label {
        display: table-cell;
        font-size: 5vw !important;
    }
    
    .espacio {
        /*margin-top: 6% !important; */
        /*margin-bottom: 6% !important;*/
    }

    .barras {
        display: block; /* Mostrar el botón de menú */
        width: 10% !important;
        padding: 4% !important;
        background-color: #02010100 !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
        z-index: 999999999 !important;
    }
    
    .icono-menu, .icono-cerrar {
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity 0.3s ease;
    }
    
    .icono-cerrar {
        display: none;
        z-index: 1002; /* Un valor más alto que el contenedor */
    }
    
    .barras.abierto .icono-menu {
        display: none;
    }
    
    
    .barras.abierto .icono-cerrar {
        display: block;
    }
    
    /* Estilo opcional para el menú nav cuando está activo */
    nav.active {
        /* Tus estilos para el menú desplegado */
        display: block; /* o flex, dependiendo de tu diseño */
    }
    
    .inicio{
        margin-left: 0%;
        width: 100%;
    }
}


/* Media query para pantallas de aproximadamente 1200px */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    nav a .label {
        font-size: 1.3vw !important; /* Aumenta el tamaño de la fuente */
    }
    
    nav a .fa-solid {
        padding: 0.8rem 0; /* Ajusta el padding de los iconos si es necesario */
    }
    
    nav:hover {
        width: 18rem; /* Puedes aumentar un poco el ancho del menú desplegado */
    }

    /* Si necesitas ajustar otras propiedades específicas para este tamaño de pantalla */
    nav {
        padding-top: 1% !important;
        padding-bottom: 1% !important;
    }
}

/*Media para pantallas grandes*/
@media (min-width: 1921px) {
    nav {
       &:hover {
           width: 24rem; 
       }
       
       & a .label {
           font-size: .7vw;
       }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e417e7 */nav {
    display: grid !important;
    position: fixed;
    top: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    height: 100vh;
    width: 3.6rem;
    background: #000000eb;
    overflow: hidden;
    transition: width 0.3s ease;
    font-family: Be Vietnam Pro !important;
    align-content: space-between !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    z-index: 0 !important;
}


nav.active {
   left: 0;  /*Mostrar el menú*/
}

nav a {
    display: flex !important;
    flex-direction: right !important;
    color: #ffffff !important;
    text-decoration: none;
    display: table;
    width: 16rem;
    padding-left: 1rem;
}

nav:hover {
    width: 16rem;
}

nav a:hover {
    padding-left: 30% auto;
    color: #52D5F2 !important;
}

nav a .fa-solid {
    display: table-cell;
    padding: 1rem 0;
}

nav a .miPerfil{
    pointer-events: none !important;
}

nav a .label {
    display: table-cell;
    font-size: 0.8vw;
    align-content: center !important;
    padding-left: 30px;
}

hr {
    border: .1 solid #FFFFFF !important;
    width: 50% !important;
    margin-left: 25% !important;
    /*margin-right: 10% !important;*/
    /*margin-top: 10% !important;*/
    /*margin-bottom: 10% !important;*/
}

.barras {
    display: none; /* Ocultar el botón de menú en pantallas grandes */
}

.calActivo {
    color: #52D5DC;
}

.cierreSesion {
    margin-top: 100px;
}

.inicio {
    margin-left: -1.5%;
    width: 14%;
}

.barras {
    position: relative;
    cursor: pointer;
    z-index: 1001; /* Valor alto para asegurar que esté por encima de todo */
    padding: 5px !important;
}

.icono-menu {
    opacity: 1;
}

.icono-cerrar {
    opacity: 0; /* Empezar oculto para la transición */
    transition: none; /* Sin transición por defecto */
    z-index: 99999;
}

.icono-cerrar.visible {
    opacity: 1; /* Clase para mostrar con transición */
    transition: opacity 1.5s ease-in-out; /* Transición solo cuando aparece */
}

.barras.abierto .icono-menu {
    display: 1;
}

.barras.abierto .icono-cerrar {
    opacity: 1;
}

/* Estilo opcional para el menú nav cuando está activo */
nav.active {
    /* Tus estilos para el menú desplegado */
    display: block; /* o flex, dependiendo de tu diseño */
}


/* CSS ACORDEON PERFIL*/
.acordeon {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.acordeon-item {
    position: relative;
}

.acordeon-item:last-child {
    border-bottom: none;
}

.acordeon-header {
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acordeon-header:hover {

}

.acordeon-item:hover .submenu {
    max-height: 400px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    border-bottom: 1px solid #FFFFFF4D;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    padding: 0 50px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.submenu-item {
    padding: 0 0;
}

.submenu-item:last-child {
    border-bottom: none;
}

.submenu-item a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    display: block;
    transition: color 0.2s;
}

.arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-left: 10px;
    margin-bottom: 2px;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.acordeon-item:hover .arrow {
    transform: rotate(-135deg);
}



/* Media query para portatil */
@media screen and (max-width: 1366px){
    nav{
        padding-top: 0% !important;
        padding-bottom: 0% !important;
    }
    nav a .fa-solid {
        display: table-cell;
        padding: 0.7rem 0;
    }
}

/* Media query para tablet vertical */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    nav {
        width: 100%;
        left: -100%; /* Ocultar el menú al principio */
        /*top: 5%;*/
        position: fixed;
        background: #000000;
        font-family: Be Vietnam Pro !important;
        overflow-y: hidden;
        -webkit-transform: translate3d(0, 0, 205px);
        -moz-transform: translate3d(0, 0, 205px);
        transform: translate3d(0, 0, 205px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        align-content: center !important;
        gap: 30px !important;
        z-index: -1;
        padding-left: 5%;
    }

    nav a {
        color: #ffffff;
        text-decoration: none;
        display: table;
        width: 100%;
        font-size: 4vw !important;
    }

    nav.active {
        left: 0; /* Mostrar el menú cuando está activo */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    
    nav:hover,nav.pinned {
        width: 100%;
    }
    
    nav a img{
        width: 4% !important;
    }
    
    nav a.miPerfil img{
        width: 5% !important;
    }

    nav a fa-regular,.fa-solid {
        display: table-cell;
        font-size: 3vw;
        padding: 1.3rem 4rem 1.3rem 2rem;
    }

    nav .label {
        display: table-cell;
        font-size: 2.5vw !important;
    }
    
    /*.espacio {*/
    /*    margin-top: 5% !important; */
    /*    margin-bottom: 5% !important;*/
    /*}*/

    .barras {
        display: block; /* Mostrar el botón de menú */
        width: 11% !important;
        background-color: #02010100 !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
    }
    
    .inicio{
        margin-left: 0%;
        width: 100%;
    }
    
    
    /* CSS ACORDEON PERFIL*/
    .acordeon {
        width: 100%;
        max-width: 600px;
        margin-left: 0;
        padding: 0;
        overflow: hidden;
    }
    
    .acordeon-item {
        position: relative;
    }
    
    .acordeon-header {
        cursor: pointer;
        transition: background-color 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .acordeon-header:hover {
    
    }
    
    .acordeon-item:hover .submenu {
        max-height: 400px;
        transition: max-height 0.3s ease, padding 0.3s ease;
        border-bottom: 1px solid #FFFFFF4D;
    }

}

/* Media query para tablet horizontal */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    nav {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }
    nav a .fa-solid {
        display: table-cell;
        padding: 0.7rem 0;
    }
    
}
        
/* Media query para movil */
@media screen and (max-width: 767px) {
    nav {
        width: 100%;
        left: -100%; /* Ocultar el menú al principio */
        height: 100vh !important;
        padding-top: 10% !important;
        position: fixed;
        background: #000000;
        font-family: Be Vietnam Pro !important;
        overflow-y: hidden;
        overflow-x: hidden;
        /*-webkit-transform: translate3d(0, 0, 205px);*/
        /*-moz-transform: translate3d(0, 0, 205px);*/
        /*transform: translate3d(0, 0, 205px);*/
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        align-content: center !important;
        gap: 30px !important;
        z-index: -1;
    }
    
    nav a {
        color: #f6f6f6;
        text-decoration: none;
        display: table;
        width: 100%;
        font-size: 5vw;
    }

    nav.active {
        left: 0; /* Mostrar el menú cuando está activo */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    
    nav:hover,nav.pinned {
        width: 100%;
    }
    
    nav a img{
        width: 8% !important;
    }

    nav a .fa-solid {
        width: 4rem;
        display: table-cell;
        padding: 0.6rem 0;
    }

    nav .label {
        display: table-cell;
        font-size: 5vw !important;
    }
    
    .espacio {
        /*margin-top: 6% !important; */
        /*margin-bottom: 6% !important;*/
    }

    .barras {
        display: block; /* Mostrar el botón de menú */
        width: 10% !important;
        padding: 4% !important;
        background-color: #02010100 !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
        z-index: 999999999 !important;
    }
    
    .icono-menu, .icono-cerrar {
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity 0.3s ease;
    }
    
    .icono-cerrar {
        display: none;
        z-index: 1002; /* Un valor más alto que el contenedor */
    }
    
    .barras.abierto .icono-menu {
        display: none;
    }
    
    
    .barras.abierto .icono-cerrar {
        display: block;
    }
    
    /* Estilo opcional para el menú nav cuando está activo */
    nav.active {
        /* Tus estilos para el menú desplegado */
        display: block; /* o flex, dependiendo de tu diseño */
    }
    
    .inicio{
        margin-left: 0%;
        width: 100%;
    }
}


/* Media query para pantallas de aproximadamente 1200px */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    nav a .label {
        font-size: 1.3vw !important; /* Aumenta el tamaño de la fuente */
    }
    
    nav a .fa-solid {
        padding: 0.8rem 0; /* Ajusta el padding de los iconos si es necesario */
    }
    
    nav:hover {
        width: 18rem; /* Puedes aumentar un poco el ancho del menú desplegado */
    }

    /* Si necesitas ajustar otras propiedades específicas para este tamaño de pantalla */
    nav {
        padding-top: 1% !important;
        padding-bottom: 1% !important;
    }
}

/*Media para pantallas grandes*/
@media (min-width: 1921px) {
    nav {
       &:hover {
           width: 24rem; 
       }
       
       & a .label {
           font-size: .7vw;
       }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fa51bf */nav {
    display: grid !important;
    position: fixed;
    top: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    height: 100vh;
    width: 3.6rem;
    background: #000000eb;
    overflow: hidden;
    transition: width 0.3s ease;
    font-family: Be Vietnam Pro !important;
    align-content: space-between !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    z-index: 0 !important;
}


nav.active {
   left: 0;  /*Mostrar el menú*/
}

nav a {
    display: flex !important;
    flex-direction: right !important;
    color: #ffffff !important;
    text-decoration: none;
    display: table;
    width: 16rem;
    padding-left: 1rem;
}

nav:hover {
    width: 16rem;
}

nav a:hover {
    padding-left: 30% auto;
    color: #52D5F2 !important;
}

nav a .fa-solid {
    display: table-cell;
    padding: 1rem 0;
}

nav a .miPerfil{
    pointer-events: none !important;
}

nav a .label {
    display: table-cell;
    font-size: 0.8vw;
    align-content: center !important;
    padding-left: 30px;
}

hr {
    border: .1 solid #FFFFFF !important;
    width: 50% !important;
    margin-left: 25% !important;
    /*margin-right: 10% !important;*/
    /*margin-top: 10% !important;*/
    /*margin-bottom: 10% !important;*/
}

.barras {
    display: none; /* Ocultar el botón de menú en pantallas grandes */
}

.calActivo {
    color: #52D5DC;
}

.cierreSesion {
    margin-top: 100px;
}

.inicio {
    margin-left: -1.5%;
    width: 14%;
}

.barras {
    position: relative;
    cursor: pointer;
    z-index: 1001; /* Valor alto para asegurar que esté por encima de todo */
    padding: 5px !important;
}

.icono-menu {
    opacity: 1;
}

.icono-cerrar {
    opacity: 0; /* Empezar oculto para la transición */
    transition: none; /* Sin transición por defecto */
    z-index: 99999;
}

.icono-cerrar.visible {
    opacity: 1; /* Clase para mostrar con transición */
    transition: opacity 1.5s ease-in-out; /* Transición solo cuando aparece */
}

.barras.abierto .icono-menu {
    display: 1;
}

.barras.abierto .icono-cerrar {
    opacity: 1;
}

/* Estilo opcional para el menú nav cuando está activo */
nav.active {
    /* Tus estilos para el menú desplegado */
    display: block; /* o flex, dependiendo de tu diseño */
}


/* CSS ACORDEON PERFIL*/
.acordeon {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.acordeon-item {
    position: relative;
}

.acordeon-item:last-child {
    border-bottom: none;
}

.acordeon-header {
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acordeon-header:hover {

}

.acordeon-item:hover .submenu {
    max-height: 400px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    border-bottom: 1px solid #FFFFFF4D;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    padding: 0 50px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.submenu-item {
    padding: 0 0;
}

.submenu-item:last-child {
    border-bottom: none;
}

.submenu-item a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    display: block;
    transition: color 0.2s;
}

.arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-left: 10px;
    margin-bottom: 2px;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.acordeon-item:hover .arrow {
    transform: rotate(-135deg);
}



/* Media query para portatil */
@media screen and (max-width: 1366px){
    nav{
        padding-top: 0% !important;
        padding-bottom: 0% !important;
    }
    nav a .fa-solid {
        display: table-cell;
        padding: 0.7rem 0;
    }
}

/* Media query para tablet vertical */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    nav {
        width: 100%;
        left: -100%; /* Ocultar el menú al principio */
        /*top: 5%;*/
        position: fixed;
        background: #000000;
        font-family: Be Vietnam Pro !important;
        overflow-y: hidden;
        -webkit-transform: translate3d(0, 0, 205px);
        -moz-transform: translate3d(0, 0, 205px);
        transform: translate3d(0, 0, 205px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        align-content: center !important;
        gap: 30px !important;
        z-index: -1;
        padding-left: 5%;
    }

    nav a {
        color: #ffffff;
        text-decoration: none;
        display: table;
        width: 100%;
        font-size: 4vw !important;
    }

    nav.active {
        left: 0; /* Mostrar el menú cuando está activo */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    
    nav:hover,nav.pinned {
        width: 100%;
    }
    
    nav a img{
        width: 4% !important;
    }
    
    nav a.miPerfil img{
        width: 5% !important;
    }

    nav a fa-regular,.fa-solid {
        display: table-cell;
        font-size: 3vw;
        padding: 1.3rem 4rem 1.3rem 2rem;
    }

    nav .label {
        display: table-cell;
        font-size: 2.5vw !important;
    }
    
    /*.espacio {*/
    /*    margin-top: 5% !important; */
    /*    margin-bottom: 5% !important;*/
    /*}*/

    .barras {
        display: block; /* Mostrar el botón de menú */
        width: 11% !important;
        background-color: #02010100 !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
    }
    
    .inicio{
        margin-left: 0%;
        width: 100%;
    }
    
    
    /* CSS ACORDEON PERFIL*/
    .acordeon {
        width: 100%;
        max-width: 600px;
        margin-left: 0;
        padding: 0;
        overflow: hidden;
    }
    
    .acordeon-item {
        position: relative;
    }
    
    .acordeon-header {
        cursor: pointer;
        transition: background-color 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .acordeon-header:hover {
    
    }
    
    .acordeon-item:hover .submenu {
        max-height: 400px;
        transition: max-height 0.3s ease, padding 0.3s ease;
        border-bottom: 1px solid #FFFFFF4D;
    }

}

/* Media query para tablet horizontal */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    nav {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }
    nav a .fa-solid {
        display: table-cell;
        padding: 0.7rem 0;
    }
    
}
        
/* Media query para movil */
@media screen and (max-width: 767px) {
    nav {
        width: 100%;
        left: -100%; /* Ocultar el menú al principio */
        height: 100vh !important;
        padding-top: 10% !important;
        position: fixed;
        background: #000000;
        font-family: Be Vietnam Pro !important;
        overflow-y: hidden;
        overflow-x: hidden;
        /*-webkit-transform: translate3d(0, 0, 205px);*/
        /*-moz-transform: translate3d(0, 0, 205px);*/
        /*transform: translate3d(0, 0, 205px);*/
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        align-content: center !important;
        gap: 30px !important;
        z-index: -1;
    }
    
    nav a {
        color: #f6f6f6;
        text-decoration: none;
        display: table;
        width: 100%;
        font-size: 5vw;
    }

    nav.active {
        left: 0; /* Mostrar el menú cuando está activo */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    
    nav:hover,nav.pinned {
        width: 100%;
    }
    
    nav a img{
        width: 8% !important;
    }

    nav a .fa-solid {
        width: 4rem;
        display: table-cell;
        padding: 0.6rem 0;
    }

    nav .label {
        display: table-cell;
        font-size: 5vw !important;
    }
    
    .espacio {
        /*margin-top: 6% !important; */
        /*margin-bottom: 6% !important;*/
    }

    .barras {
        display: block; /* Mostrar el botón de menú */
        width: 10% !important;
        padding: 4% !important;
        background-color: #02010100 !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
        z-index: 999999999 !important;
    }
    
    .icono-menu, .icono-cerrar {
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity 0.3s ease;
    }
    
    .icono-cerrar {
        display: none;
        z-index: 1002; /* Un valor más alto que el contenedor */
    }
    
    .barras.abierto .icono-menu {
        display: none;
    }
    
    
    .barras.abierto .icono-cerrar {
        display: block;
    }
    
    /* Estilo opcional para el menú nav cuando está activo */
    nav.active {
        /* Tus estilos para el menú desplegado */
        display: block; /* o flex, dependiendo de tu diseño */
    }
    
    .inicio{
        margin-left: 0%;
        width: 100%;
    }
}


/* Media query para pantallas de aproximadamente 1200px */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    nav a .label {
        font-size: 1.3vw !important; /* Aumenta el tamaño de la fuente */
    }
    
    nav a .fa-solid {
        padding: 0.8rem 0; /* Ajusta el padding de los iconos si es necesario */
    }
    
    nav:hover {
        width: 18rem; /* Puedes aumentar un poco el ancho del menú desplegado */
    }

    /* Si necesitas ajustar otras propiedades específicas para este tamaño de pantalla */
    nav {
        padding-top: 1% !important;
        padding-bottom: 1% !important;
    }
}

/*Media para pantallas grandes*/
@media (min-width: 1921px) {
    nav {
       &:hover {
           width: 24rem; 
       }
       
       & a .label {
           font-size: .7vw;
       }
    }
}/* End custom CSS */