: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-2);
    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);
}

/*********** pagina mintra ***********/

/* --- ESTILO DEL BANNER --- */
.main-banner {
    position: relative;
    height: 560px;
  top: 86px;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    /* Fondo negro por seguridad */

}

/* --- FIX: CORRECCIÓN DE LA IMAGEN PARA NO CORTAR ROSTROS --- */
.banner-img-fix {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción */
    object-position: initial;
    /* <--- ESTO ES LO IMPORTANTE: Alínea la imagen con la parte superior */
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
}

.banner-content {
    position: relative;
    z-index: 3;
    /* Por delante de la imagen y el overlay */

}

.text-white {
    margin: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.mt-4 {
    text-align: center;

}

/* Asegurar que el texto sea blanco, ignorando reglas globales de h2 morado */
.banner-content h1 {
    color: #ffffff !important;
    font-family: var(--titulos_subtitulos);
    text-align: center;

}

.banner-content p {
    font-family: var(--parrafos-fuen);
    font-size: var(--parrafo);
    text-align: center;
}




/********mintra section 1*******/

.mintra {
    background: rgba(209, 236, 236, 0.2);

    padding-top: 300px;
  
}


/* Colores específicos de la sección informativa */
.text-morado-claro {
    color: var(--color-empresa);
    /* Morado suave del título */
}

.text-morado-fuerte {
    color: var(--color-empresa);
    /* Morado más intenso para resaltar */
}

.text-verde-corporativo {
    color: var(--color-verde);
    font-size: var(--parrafo);
    text-align: justify;

    /* El verde azulado del texto principal */
}

.mintra-text {
    padding: 40px;
}

/* Ajuste de interlineado para que se vea aireado como en la imagen */
.lh-base {
    line-height: 1.6 !important;
}

/* Estilo para la imagen (bordes suaves) */
.img-fluid.rounded {

    border-radius: px !important;
}


.col-lg-8 p {
    font-size: 18px;
}

.titulos-5{
    text-align: center;
    color: white;
    background:var(--color-voleta);
    width: 400px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 60px;
    font-size: var(--titulo-4);
    font-family: var(--fuente1);
    
}



.titulo{
    width: 500px;
}

.img-capacitaciones img {
    border-radius: 20px;
}


.card {
    border-radius: 20px;
}


.bg-teal-light {
    background-color: #5fcabe;
}

.card-body {

    background-color: #00a8a8;


}

.text-teal {
    color: white !important;

}

.bg-teal-light h6 {
    font-size: var(--titulo-4);
}

.card-body li {
    font-family: var(--parrafos-fuen);
    font-size: var(--parrafo);
    color: white;
}

.fa-check-circle {
    color: white;
    font-size: 1.2rem;
    margin-right: 10px;
}

.fa-user-shield {
    color: white;
    font-size: 1.2rem;
    margin-right: 10px;
}



.solo {
    background: #00a8a8;
}

.table-responsive {
    background: #00a8a8;
}

.table-responsive p {
    color: white;
}

.table-responsive td {
    color: white;

}

.table-responsive th {
    color: white;


}



.bg-morado {
    background-color: var(--color-empresa)
}



/* Ajustes de tabla */
.table th {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: var(--color-empresa);
}

.table tr {
    border-color: violet;
}


.table td {
    color: var(--color-verde);
}



.fw {
    color: var(--color-empresa);
}





/******** occupational monitoring page **********/



/****seccion beneficio monitoreo*/




/* Estilo de la lista sin viñetas pesadas */
.lista-minimalista {
    list-style: none;
    padding: 0;
}

.lista-minimalista li {
    font-size: var(--parrafo);
    font-family: var(--parrafos-fuen);
    color: var(--color-verde);
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.lista-minimalista li i {
    color: var(--color-verde);
    /* Tu verde corporativo para el check */
    margin-right: 12px;
    margin-top: 5px;
    font-size: 0.9rem;
}

/* Reutilizando tus variables de color corporativo */
.text-verde {
    color: var(--color-verde);
}

.text-company {
    color: var(--color-empresa);
    /* Tu morado */
}

/* Botón con tus estilos actuales de .btn-company */


.btn-company:hover {
    background-color: var(--color-verde);
    transform: translateY(-2px);

}

.btn-company {
    font-family: var(--botones);
    font-size: var(--parrafo);
}

.personal img {
    width: 100%;
    border-radius: 8px;
}

/* --- SECCIÓN ATRACCIÓN DE TALENTO (ESTRICTO SEGÚN IMAGEN) --- */

.ip-atraccion-talento {
    background-color: #ffffff;
    margin-top: 100px;
}

/* Título Morado */
.ip-titulo-atraccion {
    color: #9B7BD3;
    /* Morado claro de la imagen */
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Subtítulo Verde/Turquesa */
.ip-subtitulo-atraccion {
    color: var(--color-verde);
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: var();
}

.ip-contenedor-img-talento img {
    width: 100%;
    border-radius: 4px;
}

/* Bloque Derecho Turquesa */
.ip-bloque-turquesa-solido {
    background-color: var(--color-verde);
    /* Turquesa exacto */
    color: #ffffff;
    padding: 60px 40px;
    height: 100%;
    /* Para que iguale la altura de la columna izquierda */
}

.ip-bloque-turquesa-solido h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ip-bloque-turquesa-solido p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 300;
    font-family: var(--fuente1);
}

.ip-bloque-turquesa-solido strong {
    font-weight: bold;
}


/* --- TARJETAS DINÁMICAS (ESTRICTO SEGÚN IMAGEN + MOVIMIENTO) --- */

.ip-seccion-pasos{
    background: rgba(153, 143, 143, 0.05);
}


.ip-titulo-proceso-morado {
    color: #B388FF;
    font-size: 1.8rem;
    font-weight: bold;
}

.ip-tarjeta-dinamica {
    background-color: var(--color-aternativo);
    /* Turquesa de la imagen */
    color: #ffffff;
    padding: 30px 25px;
    height: 100%;
    border-radius: 20px;
    /* Rectangulares como pediste */

    /* PROPIEDADES DINÁMICAS */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;

}

/* Efecto al pasar el mouse (Hover) */
.ip-tarjeta-dinamica:hover {

    /* Oscurece un poco el turquesa */
    transform: translateY(-8px);
    /* Se eleva */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    /* Sombra de profundidad */
    border-color: rgba(255, 255, 255, 0.3);
    /* Brillo sutil en el borde */
}

.ip-tarjeta-dinamica h4 {
    font-size: var(--titulo-4);
    font-weight: 500;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    font-family: var(--titulos_subtitulos);
    text-align: center;
    padding: 5px;
    border-radius: 8px;
    background: var(--color-empresa);
  width: 75%;
    margin: auto;
    flex-wrap: wrap;

   
}

/* El título se mueve ligeramente al hacer hover */
.ip-tarjeta-dinamica:hover h4 {
    transform: scale(1.05);

}

.ip-tarjeta-dinamica p {
    font-size: var(--botones);
    line-height: 1.5;
    margin-bottom: 5px;
    padding-top: 20px;
    opacity: 0.9;
    font-family: var(--parrafos-fuen);
}

/* Botón Dinámico */
.ip-btn-morado-rounded {
    background-color: #9B7BD3;
    color: white !important;
    padding: 12px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.ip-btn-morado-rounded:hover {
    background-color: var(--color-verde);
    box-shadow: 0 5px 15px rgba(155, 123, 211, 0.4);
    transform: scale(1.05);
}







/* Ajuste para móviles */



.container-info {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 20px;

}

.info-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 5px solid transparent;
}

.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.info-header {
    padding: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-header i {
    font-size: 1.5rem;
}

.info-header h3 {
    margin: 0;
    font-size: var(--titulo-4);
    font-family: var(--titulos_subtitulos);

}

.info-body {
    padding: 25px;
}

.info-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-body li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: var(--color-verde);
    line-height: 1.5;
    font-family: var(--parrafos-fuen);

}

.info-body li::before {
    content: "\f00c";
    /* Icono de check de FontAwesome */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--color-empresa);
    font-size: 0.9rem;
}

/* Colores Tematizados */
.bg-red {
    background: var(--color-empresa);
}

.border-red {
    border-color: var(--color-empresa);
}

.bg-teal {
    background: #008282;
}

.border-teal {
    border-color: #008282;
}

.bg-purple {
    background: var(--color-empresa);
}

.border-purple {
    border-color: var(--color-empresa);
}


/*monitoreo******/

.seccion-monitoreos {
    background: rgba(155, 123, 211, 0.1);
}


.section-monitoring h1 {
    color: var(--color-empresa);
    font-family: var(--titulo-4);
    text-align: center;
    margin-bottom: 0;
}



.container-compact {
    position: relative;
    max-width: 1000px;

    width: 100%;
    height: 800px;
    margin: 30px auto;
}

.header-titulos {
    text-align: center;
    margin-bottom: 40px;
}

.header-titulos h1 {
    color: var(--color-empresa);
    font-size: var(--titulo-2);
    font-weight: bold;
    margin: 0;
    font-family: var(--titulos_subtitulos);
}

.sub-linea {
    color: #008282;
    font-weight: bold;
    border-top: 2px solid #008282;
    display: inline-block;
    padding-top: 5px;
    width: 400px;
}


/* Contenedor Principal */
.container-monitoreo {
    max-width: 1200px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 2fr, 1fr  ;
    gap: 30px;
    padding: 0 20px;
}

/* Rejilla de Agentes */
.grid-agentes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;

}


.card-agente {
    background: #fff;
    border: 2px solid #00a8a8;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: default;
}

.card-agente li {
    color: var(--color-verde);
    font-family: var(--parrafos-fuen);

}



.card-agente:hover {
    transform: translateY(-10px);
    background: #00a8a8;
    color: white;
    box-shadow: 0 15px 30px rgba(0, 168, 168, 0.2);
}

.card-agente:hover li {


    color: white;

}

.card-agente:hover h4 {


    color: white;

}


.icon-header {
    font-size: 2.5rem;
    color: #00a8a8;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.card-agente:hover .icon-header {
    color: white;
}

.card-agente h4 {
    margin: 10px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: var(--color-empresa);

}

.card-agente ul {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.6;
}


.card-agente li {
    color: var(--color-verde);
}

/* Panel de Frecuencia (Derecha) */
.panel-frecuencia {
    background: #00a8a8;
    color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.panel-ajuste {
    width: 100%;
    display: flex;
    justify-content: center;
}



.panel-1 {
    background-color: var(--color-voleta); /* El morado de tu diseño */
    color: white;
    border-radius: 10px;       /* Bordes totalmente redondeados */
   /*  padding-left: 40px !important;
    padding-right: 40px !important; */
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 15px;
}
.tabla-frecuencia {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.tabla-frecuencia th,
.tabla-frecuencia td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.95rem;
}

/* Botón Dinámico */
.btn-cotizar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #a855f7;
    color: white;
    text-decoration: none;
    padding: 18px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-cotizar:hover {
    background: #9333ea;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.4);
}







/*** subsidios******/


.container-subsidios-v2 {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

.grid-beneficios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 20px;
}

.card-resultado {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #008282;
    /* Color turquesa de tu imagen */
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card-resultado:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.15);
    border-left-color: #a855f7;
    /* Cambia a morado al hacer hover */
}

.res-icon {
    font-size: 2rem;
    color: #008282;
    min-width: 60px;
    height: 60px;
    background: rgba(0, 130, 130, 0.1);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.res-content h4 {
    margin: 0;
    color: #4a148c;
    font-size: 1.1rem;
    font-weight: bold;
}

.res-content p {
    margin: 5px 0 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.4;
}

.status-check {
    margin-left: auto;
    color: #27ae60;
    font-size: 1.2rem;
    opacity: 0.3;
}

.card-resultado:hover .status-check {
    opacity: 1;
}

/* Botón Estilizado */
.cta-container {
    text-align: center;
    margin-top: 50px;
}

.btn-principal-v2 {
    background: var(--color-empresa);
    color: white;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

}

.btn-principal-v2:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(168, 85, 247, 0.3);
    background: var(--color-verde);
}

/* Responsive */



/* Sección 1: Descansos */
.container-descansos {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}


.grid-informacion {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 60px;
    margin-bottom: 40px;
}

.info-block h3 {
    color: var(--color-empresa);
    font-weight: bold;
    margin-bottom: 15px;
  
}

.info-block p {
    color: var(--color-verde);
    text-align: justify;
}

.tabla-mini-container {
    width: 100%;
    overflow-x: auto;
    /* Permite scroll horizontal si la tabla es más ancha que el celular */
    margin-top: 15px;
}



.subsid h1 {
    font-size: var(--titulo-2);
}


.tabla-mini {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.tabla-mini th {
    background: var(--color-empresa);
    color: white;
    padding: 12px;
    font-size: 0.85rem;
}

.tabla-mini td {
    padding: 12px;
    border: 1px solid #eee;
    font-size: 0.85rem;
    color: var(--color-verde);
}

.alerta-requisito {
    background: var(--color-aternativo);
    color: white;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 1.4;
    text-align: justify;
}



.cta-descansos p {
    color: var(--color-verde);
    font-family: var(--parrafos-fuen);
}

.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;
}

/* Sección 2: Pasos */
.container-pasos {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.paso-card {
    background: var(--color-aternativo);
    color: white;
    width: 300px;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}


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

.paso-numero {
    background: var(--color-voleta);
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.paso-body {
    padding: 25px;
    text-align: center;
}

.paso-body i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
    color: white;
}

.paso-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 130, 130, 0.3);
}


/* --- BANNER SUNAFIL --- */
.intpro-banner-sunafil {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.intpro-img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.intpro-overlay-purple {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(74, 20, 140, 0.9) 0%, rgba(0, 130, 130, 0.4) 100%);
    z-index: 2;
}

.intpro-content-center {
    position: relative;
    z-index: 3;
}


/* --- CONTENIDO DETALLADO --- */
.intpro-txt-purple {
    color: #a855f7;
}
.intpro-detalle-sunafil h2{
font-size: var(--titulo-4);
}

.intpro-desc-main {
    font-size: 1.1rem;
    color: #008282;
    margin-bottom: 20px;
}

.intpro-check-list {
    list-style: none;
    padding: 0;
}

.intpro-check-list li {
    color: #444;
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.intpro-check-list i {
    color: #008282;
}

.intpro-alert-box {
    border-left: 5px solid #008282;
    background: #f0fafa;
    padding: 15px;
    color: #008282;
    font-style: italic;
}

/* --- TARJETA DE SERVICIOS (LADO DERECHO) --- */
.intpro-card-teal-solid {
    background-color: #00a8a8;
    border-radius: 20px;
    color: white;
    padding: 30px;

}

.intpro-card-teal-solid h4 {
    margin: 0;
    /* Cambiado de auto a 0 para que no deje aire alrededor */
   width: 500px;
    display: flex;
    left: 50px;
    /* Asegúrate de tener display flex para que las de abajo funcionen */
    justify-content: center;
    align-items: center;
    align-content: center;
    background: var(--color-empresa);
    padding: 10px 40px;
    border-radius: 15px;
    text-align: center;

    /* ELIMINAR LA LÍNEA BLANCA */
    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    /* Esto ayuda si la línea es un desajuste de píxeles del contenedor padre */
    position: relative;
    top: -1px;
    /* Sube el elemento 1px para tapar cualquier rendija superior */
}

.intpro-check-list li {
    color: var(--color-empresa);
}

.intpro-bullet-white {
    list-style: none;
    padding: 0;
}

.intpro-bullet-white li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    line-height: 1.4;

}

.intpro-bullet-white li::before {
    content: "•";
    font-weight: bold;
    position: absolute;
    left: -5px;
    top: 10%;
    color: white;
    font-weight: bold;
    color: var(--color-voleta);
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;

    text-align: center;
    transform: translateY(-50%);
}

/* BOTÓN */
.intpro-btn-purple-lg {
    background: #a855f7;
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s;
}

.intpro-btn-purple-lg:hover {
    background: #805ad5;
    transform: translateY(-3px);
    color: white;
}

/* --- BANNER DE CONTACTO --- */
.intpro-contact-hero {
    position: relative;
    height: 600px;
    /* Un poco más alto para que luzca en la página de contacto */
    overflow: hidden;
    background-color: #004d4d;
}

.intpro-contact-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

.intpro-overlay-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(310deg, rgba(17, 71, 62, 0.8) 10%, rgba(160, 114, 240, 0.7) 100%);
    z-index: 2;
}

.intpro-contact-layer {
    position: relative;
    z-index: 3;
}

/* Grid de iconos de contacto */
.intpro-contact-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.intpro-contact-item {
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transition: 0.3s ease;
}

.intpro-contact-item:hover {
    transform: translateY(-10px);
    color: #a855f7;
}

.intpro-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: white;
}

/* Colores de Iconos */
.bg-whatsapp {
    color: #25d366;
}

.bg-email {
    color: #008282;
}

.bg-web {
    color: #a855f7;
}

.intpro-contact-item span {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}