.elementor-153 .elementor-element.elementor-element-c25ee7a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-14085ba *//* ==========================================================================
   ESTRUCTURA MAESTRA Y MAQUETACIÓN GLOBAL
   ========================================================================== */
.na-coop-section {
    max-width: 1140px;
    width: 100%;
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.na-coop-main-title {
    color: #263064;
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1.3;
}

/* Distribución en Grid de dos columnas (Texto / Formulario) */
.na-coop-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 50px;
}

/* ==========================================================================
   ESTILOS DE LA COLUMNA DE TEXTO E INSTRUCCIONES
   ========================================================================== */
.na-coop-info-col {
    color: #333333;
    font-size: 15.5px;
    line-height: 1.65;
}

.na-coop-info-col p {
    margin-top: 0;
    margin-bottom: 18px;
}

.na-coop-info-col strong {
    color: #16408b;
}

/* Lista de instituciones */
.na-coop-list-title {
    font-weight: 700;
    margin-bottom: 10px !important;
    color: #1a202c;
}

.na-coop-list {
    margin: 0 0 22px 0;
    padding-left: 20px;
}

.na-coop-list li {
    margin-bottom: 8px;
    position: relative;
    list-style-type: square;
    color: #4a5568;
}

.na-coop-footer-text {
    font-size: 14.5px;
    font-style: italic;
    color: #718096;
}

/* ==========================================================================
   ESTILOS DEL FORMULARIO DE CONTACTO (CARD INTEGRADO)
   ========================================================================== */
.na-coop-card-form {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.na-form-group {
    margin-bottom: 20px;
}

.na-form-group label {
    display: block;
    font-size: 14.5px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 6px;
}

.na-form-group input,
.na-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.na-form-group input:focus,
.na-form-group textarea:focus {
    outline: none;
    border-color: #1e65af;
    box-shadow: 0 0 0 3px rgba(30, 101, 175, 0.15);
}

/* Botón de Enviar (Verde Identitario de la Captura) */
.btn-coop-submit {
    display: block;
    width: 100%;
    background-color: #5cb85c; /* Color verde exacto del botón Enviar */
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-align: center;
}

.btn-coop-submit:hover {
    background-color: #4cae4c;
}

/* ==========================================================================
   BLOQUE DE CONTACTO INFERIOR
   ========================================================================== */
.na-coop-contact-block {
    border-top: 1px solid #e2e8f0;
    padding-top: 40px;
    color: #333333;
}

.na-coop-sub-title {
    color: #16408b;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

.na-coop-contact-text {
    font-size: 15.5px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Elementos meta (Email y Sitio Web) */
.na-coop-meta-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15.5px;
    color: #263064;
}

.meta-item a {
    color: #263064;
    text-decoration: none;
    font-weight: 500;
}

.meta-item a:hover {
    text-decoration: underline;
}

.meta-icon {
    width: 18px;
    height: 18px;
    color: #718096;
    flex-shrink: 0;
}

/* Frase de cierre */
.na-coop-final-phrase {
    font-size: 15px;
    font-style: italic;
    color: #4a5568;
    margin-top: 20px;
}

/* ==========================================================================
   ADAPTACIÓN EXCLUSIVA PARA DISPOSITIVOS MÓVILES (RESPONSIVE)
   ========================================================================== */
@media (max-width: 991px) {
    .na-coop-grid {
        grid-template-columns: 1fr; /* Colapsa a una sola columna */
        gap: 35px;
    }
    
    .na-coop-card-form {
        padding: 20px; /* Reducción de espacio interno para pantallas pequeñas */
    }
}

@media (max-width: 767px) {
    .na-coop-main-title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 25px;
    }

    .na-coop-sub-title {
        font-size: 20px;
        text-align: center;
    }

    .na-coop-contact-text,
    .na-coop-final-phrase {
        text-align: center;
    }

    .na-coop-meta-info {
        align-items: center; /* Centra los datos de correo y web */
    }
}/* End custom CSS */