/* Company Color Variables */
:root {
    --color-empresa: rgb(155, 123, 211);
    --color-verde: rgb(31, 111, 99);
    --color-aternativo: #00a8a8;
    --color-voleta: #a855f7;
    --titulos_subtitulos: 'Archivo';
    --botones: 'Montserrat';
    --parrafos-fuen: 'Roboto';
    --td: 15px;
    --parrafo: 17px;
    --titulo-4: 19px;
    --titulo-3: 22px;
    --titulo-2: 26px;
    --titulo-1: 32px;
    --navbar: 13px;
    /* Asegúrate de que esta variable exista en ambos */
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll !important;
}




h1 {
    font-size: var(--titulo-2);
    font-family: var(--titulos_subtitulos);

}

h2 {
    font-size: var(--titulo-3);
    font-family: var(--titulos_subtitulos);
}

h3 {
    font-size: var(--titulo-3);
    font-family: var(--titulos_subtitulos);
}

h4 {
    font-size: var(--titulo-4);
    font-family: var(--titulos_subtitulos);
}



p {
    font-size: var(--parrafo);
    font-family: var(--parrafos-fuen);
}

ul {
    font-size: var(--parrafo);
    font-family: var(--parrafos-fuen);
}





/* Adjustment for large screens to secure the center */
@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
    }
}


/******* ESTILOS DE NAVEGACIÓN (Navbar) *******/

/* --- NAVEGACIÓN CENTRADA --- */


/* Color normal de los enlaces (Verde) */
.navbar-nav .nav-link {
    color: var(--color-verde) !important;
    transition: 0.3s;
    padding-left: 5px !important;
    padding-right: 5px !important;

}

/* Tamaño del Logo */
.navbar-logo {
    height: 75px;

    /* Más grandecito como pediste */
    width: auto;

    padding: 5px 50px;
}

/* Espaciado de los links para que no se vean extendidos */

/* Botón de Intranet al extremo */
.btn-company {
    background-color: var(--color-empresa);
    border-radius: 0px;
    white-space: nowrap;
}

/* Color de WhatsApp */
.text-success {
    color: #25D366 !important;
}

.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    /* Esto hace que el movimiento sea elegante y no brusco */
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.navbar-hidden {
    transform: translateY(-100%);
}

/* Contenedor de la lista centrado */


.navbar li {
    padding: 15px 25px;
    font-family: var(--parrafo);
    font-size: 13px;

}


.navbar-nav {
    display: flex;
    margin-bottom: 0;
}

/* Estilo de los bloques (Turquesa) */
.ip-nav-block {
    background-color: var(--color-verde);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    /* Línea divisoria sutil */
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    min-width: 100px;
    width: 130px;
    padding: 10px 25px;

    /* Para que el bloque no se estire demasiado */

}

.ip-nav-block .nav-link {
    color: white !important;
    /* font-weight: bold; */
    text-align: center;
    padding: 10px 5px !important;
    height: 90%;
    width: 80%;
    /* Para que el área cliqueable sea total */
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centra el texto dentro del link */
    font-size: var(--navbar);
    font-family: var(--navbar);
    transition: all 0.3s ease;
}

/* Bloque CONTACTO (Celeste) */
.ip-contact-block {
    background-color: #00CFFF !important;
    border-right: none;
}

.ip-nav-block:hover {
    background-color: var(--color-empresa) !important;

    /* Rosado (Pink) */
}

/* Forzar el estado activo */
.ip-nav-block.active {
    background-color: var(--color-empresa) !important;
    /* Rosado */
}

.ip-nav-block.active .nav-link {
    color: white !important;
    /* Verde */
    font-weight: 500;
    /* Un poco más de grosor para notar el cambio */
}

/* Línea decorativa inferior opcional para el activo */
.ip-nav-block.active {
    border-bottom: 5px solid var(--color-verde);
}


.navbar-nav .nav-link:hover {
    color: white !important;
}


.btn-intranet {
    background-color: var(--color-empresa);
    color: white !important;
    border-radius: 10px;
    transition: 0.3s;
    text-decoration: none;
    padding: 5px;
    width: 120px;
}

.btn-intranet:hover {
    background-color: var(--color-verde);
    color: white !important;
}

/* Responsive: En móviles se apilan y el centrado se quita */



@media (max-width: 991px) {
    .navbar-nav {
        width: 75%;



    }

    .navbar-brand {

        padding-bottom: 0;
        margin-bottom: 20px;

    }

    .navbar-brand img {
        height: 80px;
        width: auto;
    }

    .whatsapp {
        margin: auto;
    }

    .navbar-collapse {
        padding: 10PX;
        margin: auto;
    }


    .btn-intranet {

        width: 150px;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .ip-nav-block {
        border-right: none;
        border-bottom: 1px solid white;
        align-items: center;
        justify-content: center;
        height: 50px;

    }

    .nav-link {
        padding: 2px !important;
        justify-content: center;
        margin: auto;
        padding-left: 20px;
        min-width: 100%;
    }

    .ip-nav-block {
        background-color: var(--color-verde);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        /* Línea divisoria sutil */
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        min-width: 100px;
        width: 100%;


        /* Para que el bloque no se estire demasiado */

    }

    .somo-1 {

        margin: 10px auto;
    }

    .somos1 {

        margin-left: 20px;
    }

    .texto-2 {
        max-width: 85%;
        text-align: justify;
    }

    .servicios {
        max-width: 85%;
        margin: auto;
    }

    .mintra-text h2 p {

        margin: auto;
    }

    .row-mintra img {
        width: 95%;
    }

    .beneficios-2 {
        margin: auto;
        padding: 20px;
    }

}







/* Opcional: Si quieres que el título sea un poco más grande en móviles */
@media (max-width: 768px) {
    .display-6 {
        font-size: 1.8rem;
    }

    .ip-title-attraction {
        font-size: 2rem;
    }

    .navbar-nav {
        Width: 75%;
        margin: 10px;
    }

    .whatsapp {
        margin: auto;
    }




    .btn-intranet {

        width: 150px;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .ip-nav-block {
        border-right: none;
        border-bottom: 1px solid white;
    }

    .nav-link {
        padding: 2px !important;
        justify-content: center;
        margin: auto;
    }

    .ip-nav-block {
        background-color: var(--color-verde);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        /* Línea divisoria sutil */
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        min-width: 100px;
        width: 100%;


        /* Para que el bloque no se estire demasiado */

    }

}

.info-complementaria {

    background: rgba(175, 145, 241, 0.2);

}

/* 3. MAGIC RULE: For large screens (Desktop) */
@media (min-width: 999px) {
    .container-monitoreo {
        /* Solo en pantallas grandes vuelve a ponerse uno al lado del otro */
        grid-template-columns: 1.5fr 1fr;
    }
}

/* 4. Ajuste extra para que la tabla no se rompa en móviles muy pequeños */
@media (max-width: 576px) {

    .tabla-frecuencia th,
    .tabla-frecuencia td {
        padding: 10px;
        font-size: 0.85rem;
    }

    .panel-frecuencia {
        padding: 20px 15px;
    }

    .btn-intranet {

        width: 100px;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .navbar-nav {
        Width: 75%;
        margin-left: 5px;
        text-align: center;

    }

    .whatsapp {
        margin: auto;
    }

    .navbar-collapse {
        padding: 10PX;
    }



    .btn-intranet {

        width: 100px;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .ip-nav-block {
        border-right: none;
        border-bottom: 1px solid white;
        height: 40px;
        margin: auto;
        text-align: center;
    }

    .nav-link {
        padding: 2px !important;
        justify-content: center;

    }

    .ip-nav-block {
        background-color: var(--color-verde);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        /* Línea divisoria sutil */
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        min-width: 100px;
        width: 100%;

        text-align: center
            /* Para que el bloque no se estire demasiado */

    }

    .somo-1 {

        margin: 10px auto;
    }

    .somos1 {

        margin-left: 20px;
    }

    .texto-2 {
        max-width: 85%;
        text-align: justify;
    }

    .servicios {
        max-width: 85%;
        margin: auto;
    }

    .mintra-text h2 p {

        margin: auto;
    }

    .row-mintra img {
        width: 95%;
    }

    .beneficios-2 {
        margin: auto;
        padding: 20px;
    }

}

@media (max-width: 600px) {
    .grid-beneficios {
        grid-template-columns: 1fr;
    }

    .card-resultado {
        flex-direction: column;
        text-align: center;
    }

    .status-check {
        display: none;
    }
}

@media (max-width: 768px) {
    .intpro-contact-hero {
        height: auto;
        padding: 100px 0;
    }

    .intpro-contact-grid {
        flex-direction: column;
        gap: 30px;
    }

    .btn-intranet {

        width: 100px;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .navbar-nav {
        Width: 75%;

        text-align: center;
        margin: auto;
    }

    .whatsapp {
        margin: auto;
    }

    .navbar-collapse {
        padding: 10PX;
        margin: auto;
    }



    .btn-intranet {

        width: 100px;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .ip-nav-block {
        border-right: none;
        border-bottom: 1px solid white;
        Height:
            60px;
        margin: auto;
        text-align: center;
    }

    .nav-link {
        padding: 2px !important;
        justify-content: center;

    }

    .ip-nav-block {
        background-color: var(--color-verde);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        /* Línea divisoria sutil */
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        min-width: 100px;
        width: 100%;

        text-align: center
            /* Para que el bloque no se estire demasiado */

    }
}




/*********** carrusel ***********/


.carousel {
    margin-top: 95px;
}



/* --- RESTO DE TU CONFIGURACIÓN --- */

h2 {
    color: var(--color-empresa);
}

section {
    width: 100%;
    overflow-x: hidden;
    /* Evita que cualquier elemento interno empuje la pantalla */
    padding: 60px 0;
}

.carousel-item img {

    height: 300PX;
    width: 100%;
    object-fit: cover;
}


/* --- FIX: ACTIVAR EL OVERLAY DEL CARRUSEL --- */
.carousel-item {
    position: relative;
    /* Necesario para que el overlay se posicione respecto al slide */
    overflow: hidden;
}
.lead{
    font-family: 19px;
    font-family: var(--parrafo);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Color negro con 50% de opacidad */
    z-index: 1;
    /* Se pone encima de la imagen */
}

/* Asegura que el texto esté por encima del overlay */
.carousel-caption {
    z-index: 2 !important;
}

/* Ajuste de la imagen del carrusel */
.custom-carousel-img {
    height: 550px !important;
    /* Altura que definida*/
    object-fit: cover;
    /* Evita que la imagen se estire */
    width: 100%;
}


.bg-white {
    background-color: #ffffff !important;
}

.quien {
    background: rgba(91, 241, 159, 0.05);

}

/* Texto con color de la empresa */
.text-company {
    color: var(--color-empresa) !important;
}

/* Botones personalizados */
.btn-company {
    background-color: var(--color-empresa);
    color: white !important;
    border-radius: 10px;
    transition: 0.3s;
    font-size: 17px;
}

.btn-company:hover {
    background-color: var(--color-verde);
    color: white !important;
}

.btn-outline-company {
    border: 2px solid var(--color-empresa);
    color: var(--color-empresa);
    border-radius: 0px;
    font-weight: bold;
}

.btn-outline-company:hover {
    background-color: var(--color-empresa);
    color: white;
}

/* Estilo para las flechas del carrusel */
.dark-icon {
    filter: invert(1) grayscale(100%) brightness(0);
}

.carousel-indicators button {
    background-color: var(--color-empresa) !important;
}

.border-company-light {
    border-color: #e0e0e0 !important;
}

/***** seccion servicios *****/
/* Estilo de la lista con viñetas personalizadas */

.servicios {
    background: rgba(168, 85, 247, 0.05);
}

.lista-servicios {
    list-style: none;
    /* Quitamos los puntos por defecto */
    padding: 0;
    margin: 0;

}

.lista-servicios li {
    position: relative;
    padding-left: 30px;
    /* Espacio para la viñeta */
    margin-bottom: 15px;
    font-size: var(--parrafo);
    color: var(--color-verde);
    line-height: 1.4;
}

/* Creación de la viñeta (punto morado) */
.lista-servicios li::before {
    content: "•";
    /* Puedes usar un punto o una flecha "➤" */
    position: absolute;
    left: 0;
    top: -5px;
    /* Ajuste manual de altura del punto */
    color: var(--color-empresa);
    /* Usa el morado #9B7BD3 */
    font-size: var(--parrafo);
    /* Tamaño de la viñeta */
    line-height: 1;
}


/**** SECCION QUIENES SOMOS ****/


h2 {
    color: var(--color-empresa) !important;
    font-weight: bold;
    font-size: var(--titulo-4);
}

.texto {
    text-align: justify;
    margin-right: 20px;
    padding-right: 20px;
    font-size: var(--parrafo);
    line-height: 30px;
    color: var(--color-verde);
}

.texto-2 {
    color: var(--color-empresa);
    font-weight: bold;
}

.imagen {
    max-width: 100%;
    height: auto;
}




/* SECCION EXPERIENCIA */

.exp {
    color: var(--color-verde);
}

/* Sombra sutil para separar secciones */
.shadow-inset-section {
    background-color: #ffffff;
    box-shadow: inset 0 10px 15px -10px rgba(0, 0, 0, 0.04),
        inset 0 -10px 15px -10px rgba(0, 0, 0, 0.02);
}

/* Línea decorativa morada bajo el título */
.linea-decorativa {
    width: 60px;
    height: 4px;
    background-color: var(--color-empresa);
    border-radius: 2px;
}

/* Diseño de Tarjetas Diferenciado */
.card-actividad {
    border: none;
    /*   border-left: 5px solid var(--color-empresa) !important; */
    /* Borde morado lateral */
    transition: all 0.3s ease;
}

.card-actividad:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}


.card-body {
    background: rgba(91, 241, 159, 0.05);
}

.card-body h4{
    align-items: center;
    margin: auto;
}

.card-body h5 {
    color: var(--color-verde);
    font-size: 15px;
}

.card-body p {
    color: var(--color-green);



}


/* Etiquetas (Badges) */
.card-actividad .badge {
    background-color: #f3f0ff;
    /* Morado muy claro */
    color: var(--color-empresa);
    font-weight: 600;
    padding: 5px 10px;
}

/* Altura de imagen */
.img-trabajo {
    height: 220px;
    object-fit: cover;
}

/***** botn de llamada a la accion *****/

.cta-descansos {
    text-align: center;
    background: rgba(168, 85, 247, 0.05);
    padding: 60px 0px;
    border-radius: 20px;

}

.cta-descansos p {
    color: var(--color-verde);
}

.btn-subsidio-v3 {
    background: #a855f7;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    transition: 0.3s;
}


/* --- ESTILOS PARA LA SECCIÓN VALORES --- */

/* Row Main Container */
.valores {
    background: rgba(91, 241, 159, 0.02);
}

.valor {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;

}

/* Cada columna de valor */
.valor .colum {
    padding: 20px;
    transition: all 0.3s ease;
    flex: 1 0 18%;
    min-width: 200px;

}

.valor .colum i {
    color: #009393;
    display: block;
}


.valor .colum h2 {
    font-size: var(--parrafo);
    font-weight: 700;
    color: #6f42c1;
    margin-bottom: 15px;
}

.valor .colum p {
    font-size: 14px;
    color: var(--color-verde);
    line-height: 20px;
    text-align: center;
}


.valor .colum:hover {
    transform: translateY(-10px);
}

.valor .colum:hover i {
    color: #FFC0CB;
}


@media (max-width: 991px) {
    .valor .colum {
        flex: 1 0 45%;

        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .valor .colum {
        flex: 1 0 100%;

    }
}


/*********** training page ***********/

.monitoreo img {
    width: 500px;
    height: 360px;
}


.intpro-title-purple {
    color: var(--color-empresa);
    font-weight: bold;
}


.intpro-subtitle {
    color: var(--color-verde);
}


.intpro-divider-teal {
    width: 60px;
    height: 3px;
    background: var(--color-verde);
    margin: 10px auto;
}

.intpro-flip-card {
    height: 400px;
    perspective: 1000px;
}

.intpro-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.intpro-flip-inner.rotar {
    transform: rotateY(180deg);
}

.intpro-flip-front,
.intpro-flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Frontal */
.intpro-flip-front {
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.intpro-flip-front img {
    height: 220px;
    object-fit: cover;
}

.intpro-card-label {
    background: var(--color-verde);
    color: #fff;
    font-size: 0.7rem;
    padding: 4px 15px;
    text-transform: uppercase;
    font-weight: bold;
    width: fit-content;
}

.p-4 {
    color: var(--color-verde);
}

.p-4 h5 {
    font-size: var(--parrafo);
}

/* Botón Ver Temas */
.btn-resaltado {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    color: var(--color-verde);
    font-weight: bold;
    text-decoration: none;
    background: rgba(0, 130, 130, 0.1);
    border-radius: 30px;
    transition: 0.3s;
    font-size: 14px;
}

.btn-resaltado:hover {
    background: var(--color-empresa);
    color: #fff;
}

/* Trasera con SCROLL */
.intpro-flip-back {
    background: var(--color-verde);
    color: #fff;
    transform: rotateY(180deg);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.scroll-content {
    flex-grow: 1;
    overflow-y: auto;

    padding-right: 8px;
    text-align: left;

}


/* Personalización de la barra de scroll */
.scroll-content::-webkit-scrollbar {
    width: 4px;
}

.scroll-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.intpro-flip-back h5 {
    font-size: var(--parrafo);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.intpro-flip-front {
    background: rgba(91, 241, 159, 0.05);

}




.small-title {
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.9;
}

.small {
    font-family: var(--parrafos-fuen);
    font-size: var(--td);
}

.temario-lista {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.temario-lista li {
    font-size: 0.85rem;
    margin-bottom: 6px;
    padding-left: 15px;
    position: relative;
}

.temario-lista li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 10px;
    top: 3px;
}

.nota-legal {
    font-size: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    padding: 8px;
    border-radius: 5px;
    font-style: italic;
}

.btn-volver-simple {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: var(--titulo-5);
    margin: 10px auto 0 auto;
    /* AUTO centra el botón horizontalmente */
    cursor: pointer;
    display: flex;
    /* Cambiado a flex para usar alineación interna */
    border-radius: 20px;
    background: var(--color-empresa);
    width: 200px;
    height: 40px;
    /* Altura fija para centrar contenido */
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    /* Opcional para que resalte más en el fondo verde */
}

.btn-volver-simple:hover {
    font-weight: bold;
    color: var(--color-empresa);
    background: white;
}

.nota-legal {
    font-size: 0.75rem;
    font-style: italic;
    background: rgba(0, 0, 0, 0.15);
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
}


.card-v6 {
    position: absolute;
    width: 220px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 20;
}

.card-v6:hover {
    transform: translateY(-12px) scale(1.05) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 30;
}

.tag {
    position: relative;
    left: -25px;
    /* Ajustado para que no se salga tanto */
    width: calc(100% + 15px);
    padding: 10px 15px;
    color: white;
    font-weight: bold;
    border-radius: 5px 25px 25px 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.t-purple {
    background: #8e44ad;
}

.t-green {
    background: #27ae60;
}

.t-blue {
    background: #2980b9;
}

.t-red {
    background: #c0392b;
}

.t-indigo {
    background: #6c5ce7;
}

.card-v6 li {
    font-size: 13px;
    color: var(--color-verde);
    margin-top: 8px;
    line-height: 1.4;
}

/* POSICIONES CORREGIDAS */
.p-1 {
    top: 10%;
    left: 5%;
}

.p-2 {
    top: 10%;
    right: 5%;
}

.p-3 {
    top: 45%;
    left: 0%;
}

.p-4 {
    top: 45%;
    right: 0%;
}

.wrapper-inferior {
    position: absolute;
    bottom: -75%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 25;
    width: 250px;
}

.p-5 {
    position: relative;
    width: 300px;
}

.tag i {
    font-size: var(--titulo-1);
}

/* RESPONSIVE PARA TABLETS Y CELULARES */


/* AJUSTE PARA CELULARES MUY PEQUEÑOS */
@media (max-width: 480px) {
    .card-v6 {
        width: 95%;
    }

    .tag {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
}

.btn-subir-emergencia {
    /* Posicionamiento fijo */
    position: fixed !important;
    bottom: 40px !important;
    right: 40px !important;

    /* Dimensiones y Forma */
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;

    /* Colores Intpro */
    background-color: #008282 !important;
    color: #ffffff !important;

    /* Diseño de la flecha */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 24px !important;
    border: 2px solid #ffffff !important;

    /* Capas y Visibilidad */
    z-index: 999999 !important;
    cursor: pointer !important;

    /* Estado inicial */
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
}

/* Cuando se activa */
.btn-subir-emergencia.activo {
    opacity: 1 !important;
    visibility: visible !important;
}

.btn-subir-emergencia:hover {
    background-color: #4a148c !important;
    transform: scale(1.1) !important;
}


/* Footer pie de pagina */
.footer1 {
    background: rgba(31, 111, 99, 0.9);
}

.footer1 h4,
.footer1 h5 {
    color: white;
}

/* Divisiones Verticales */
@media (min-width: 992px) {

    /* La línea va a la izquierda de la 2da y 3ra columna */
    .border-column,
    .border-column-last {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        /* Blanco suave */
        padding-left: 40px;
        /* Espacio para que el texto no pegue a la línea */
    }
}

/* En móvil quitamos las líneas para que no se vea mal */
@media (max-width: 991px) {

    .border-column,
    .border-column-last {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        /* Línea horizontal en móvil */
        padding-top: 20px;
    }
}

/* Color de links */
.footer1 a {
    color: white;
    transition: all 0.3s ease;
}

.footer1 a:hover {
    color: #ffffff !important;
    padding-left: 5px;
    /* Efecto de movimiento sutil */
}

/* Iconos de la lista */
.footer-links i {
    font-size: 0.8rem;
    color: #ffffff;
    /* Las flechitas en blanco para contraste */
}

.footer-rights {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.85rem;
}


.img-footer {
    width: 90%;
   
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding-right: 150px;
}

@media( min-width: 550px ){

.imagen-5 a{
  
   
    display: block;
        margin-left: 70px;
        margin-right: auto;
        width: 50%;

  

   
}


}