.elementor-27693 .elementor-element.elementor-element-d4f87c1 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-27693 .elementor-element.elementor-element-6625668 > .elementor-container{max-width:1336px;}.elementor-27693 .elementor-element.elementor-element-98d1756 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-4d40ad4 */.enfermeria-hero {
    text-align: center;
    padding: 60px 20px;
    background-color: #147399; /* Fondo completo con el azul de tus botones */
    font-family: 'Segoe UI', Roboto, sans-serif;
    border-bottom: 5px solid #3fc8d5; /* Línea inferior con tu turquesa brillante */
}
.enfermeria-hero h1 {
    color: #ffffff; /* Texto en blanco para alto contraste */
    font-size: 2.3rem;
    margin-bottom: 12px;
    font-weight: 800; /* Mayor grosor para las mayúsculas */
    text-transform: uppercase; /* Fuerza mayúsculas */
    text-shadow: 0 2px 4px rgba(0, 73, 100, 0.2); /* Sombra suave de lectura */
}
.enfermeria-hero p {
    color: #ffffff; /* Texto en blanco para el subtítulo */
    opacity: 0.9;
    font-size: 1.1rem;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 0.8px; /* Espaciado entre letras premium */
    text-transform: uppercase; /* Fuerza mayúsculas */
}

/* Clases de botones integradas en mayúsculas por si los necesitas en el futuro */
.hero-botones {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.btn-enlace {
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
.btn-azul {
    background-color: #004964; /* Azul oscuro contrastante */
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-azul:hover { 
    background-color: #00668d; 
}
.btn-gris {
    background-color: #ffffff; /* Botón blanco limpio */
    color: #147399 !important; /* Texto con azul de los botones */
}
.btn-gris:hover { 
    background-color: #eff8ff; 
    transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b706359 */.seccion-proceso-horizontal {
    padding: 40px 20px;
    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, sans-serif;
    max-width: 950px;
    margin: 0 auto;
}
.titulo-seccion {
    color: #2c5282;
    font-size: 1.5rem;
    border-left: 4px solid #319795;
    padding-left: 12px;
    margin-bottom: 5px;
}
.bajada-seccion {
    color: #718096;
    font-size: 0.95rem;
    margin-bottom: 35px;
}
.linea-horizontal {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}
.paso-h-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    flex: 1;
    transition: transform 0.2s ease;
}
.paso-h-item:hover { transform: translateY(-2px); }
.paso-h-numero {
    background: #e2e8f0;
    color: #4a5568;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.paso-h-texto {
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #718096;
    text-align: center;
    transition: color 0.3s ease;
}
.linea-conector {
    height: 4px;
    background: #e2e8f0;
    flex-grow: 1;
    margin: 0 -25px;
    transform: translateY(-15px);
    z-index: 1;
}
.paso-h-item.active .paso-h-numero {
    background: #319795;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(49, 151, 149, 0.2);
}
.paso-h-item.active .paso-h-texto { color: #2c5282; }
.contenedor-desplegables {
    background: #f7fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 25px;
    min-height: 150px;
}
.panel-contenido { display: none; }
.panel-contenido.active { display: block !important; animation: fadeIn 0.4s ease; }
.panel-contenido h3 { margin: 0 0 10px 0; color: #2d3748; font-size: 1.2rem; }
.panel-contenido p { margin: 0 0 20px 0; color: #718096; font-size: 0.95rem; }
.lista-descargas-pdf { display: flex; flex-direction: column; gap: 12px; }
.item-pdf-link {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #edf2f7;
    padding: 12px 18px;
    border-radius: 6px;
    text-decoration: none;
    color: #2d3748;
    transition: all 0.2s ease;
}
.item-pdf-link:hover {
    border-color: #cbd5e0;
    background-color: #f8fafc;
}
.icono-pdf { font-size: 1.3rem; margin-right: 15px; }
.texto-pdf { flex-grow: 1; font-size: 0.95rem; font-weight: 500; }
.badge-descarga {
    background: #e53e3e;
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
}
.item-pdf-link:hover .badge-descarga { background: #c53030; }
.buscador-tramite-box { margin-top: 15px; max-width: 400px; }
.btn-buscar-tramite-link {
    display: inline-block;
    background: #2b6cb0;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    transition: background 0.2s ease;
    box-shadow: 0 2px 4px rgba(43, 108, 176, 0.2);
}
.btn-buscar-tramite-link:hover { background: #2c5282; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 750px) {
    .linea-horizontal { flex-direction: column !important; gap: 15px; align-items: flex-start; }
    .linea-conector { display: none; }
    .paso-h-item { flex-direction: row !important; width: 100%; gap: 15px; justify-content: flex-start; }
    .paso-h-texto { margin-top: 0; text-align: left; }
    .buscador-tramite-box { width: 100%; }
    .btn-buscar-tramite-link { display: block; width: 100%; box-sizing: border-box; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-42fdc0f */.seccion-pagos {
    padding: 20px; /* Reducido el espacio exterior */
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, sans-serif;
}
.titulo-seccion {
    color: #00668d; /* Actualizado al azul principal */
    font-size: 1.7rem; /* Título un poco más grande */
    border-left: 5px solid #3fc8d5; /* Actualizado al turquesa brillante */
    padding-left: 12px;
    margin-bottom: 15px;
}
.tabla-contenedor {
    box-shadow: 0 2px 8px rgba(0, 102, 141, 0.08); /* Sombra sutil con tono de la paleta */
    border-radius: 8px;
    overflow: hidden;
}
.tabla-limpia {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}
.tabla-limpia th {
    background-color: #eff8ff; /* Fondo de encabezado suave de tu paleta */
    padding: 10px 14px; /* Espacio vertical reducido */
    text-align: left;
    color: #004964; /* Azul oscuro para un excelente contraste */
    font-weight: 700;
    font-size: 1.2rem; /* Letras de encabezado más grandes */
}
.tabla-limpia td {
    padding: 10px 14px; /* Espacio vertical reducido para quitar lo blanco */
    border-bottom: 1px solid #eff8ff; /* Separador sutil con el tono claro de la paleta */
    color: #000000; /* Texto en negro para máxima legibilidad corporativa */
    font-size: 1.15rem; /* Letras del contenido más grandes */
    font-weight:/* End custom CSS */