﻿.icon-izq {
    flex-direction: row;
    gap: 8px;
}

.nav-link {
    color: #263184 !important; /* Texto Azul por defecto */
}

.olv-sky.active .icono-tab {
    filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(1281%) hue-rotate(317deg) brightness(98%) contrast(96%);
}

.olv-sky.active span {
    color: #212121 !important;
}

.olv-sky.active {
    color: #212121 !important; /* Refuerzo para el texto */
}

/* ============================
   MENÚ RESPONSIVE
   ============================ */

.menu-responsive-mobile {
    width: 100%;
    margin: 0 auto 20px auto;
    display: none;
    flex-direction: column;
    gap: 0;
}

/* Botón principal y botones del dropdown */
.menu-btn {
    width: 100%;
    height: 10vh !important;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 14px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* icono + texto izquierda, flecha derecha */
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #263184 !important;
}

/* Ícono + texto de la izquierda */
.left-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ÍCONS SVG SIN FILTRO (color natural del SVG) */
.icon-img {
    width: 50px;
    filter: none !important;
}

/* FLECHA */
.arrow-icon {
    font-size: 18px;
    color: #263184;
    transition: transform .2s ease;
}

/* Flecha rotada cuando está expandido */
.menu-responsive-item.expanded .arrow-icon {
    transform: rotate(180deg);
}

/* BORDES EXPANDIDO */
.menu-responsive-item.expanded .menu-btn {
    border-radius: 20px 20px 0 0 !important;
}

/* Botón del medio sin bordes redondeados */
.menu-responsive-list button:nth-child(1) {
    border-radius: 0;
}

/* Último botón redondeado abajo */
.menu-responsive-list button:nth-child(2) {
    border-radius: 0 0 20px 20px;
}

/* BORDES CUANDO ESTÁ COLAPSADO */
.menu-responsive-item.collapsed .menu-btn {
    border-radius: 20px !important;
}

.swal2-confirm {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* Solo mostrar menú responsive en móviles */
@media (max-width: 768px) {
    .primer-menu-responsive {
        display: none !important;
    }

    .menu-responsive-mobile {
        display: flex !important;
    }
    .div-mensaje-responsive {
        padding: 14px !important;
    }
    .div2-mensaje-responsive {
        padding: 10px !important;
    }
    .bg-recuerda {
        text-align: center;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .signup-step-container {
        padding-bottom: 6rem !important;
    }
    .signup-step-container-responsive {
        padding-top: 0px !important;
    }
    .div-meses-responsive {
        height: 10vh !important;
    }
    .btn-meses-responsive {
        width: 100% !important;
        height: 100% !important;
        /*padding: 0px !important;*/
    }
}


