/* ============================================================
   ACUERDO 286 - CSS
   Estilos para template-acuerdo-286.php y subpáginas
   Version: 1.3.7
   ============================================================ */

/* ========== SECCIÓN IMAGEN INTRO ========== */
.og-acuerdo-imagen-intro {
    padding: 0;
    background: #fff;
}

.og-acuerdo-imagen-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.og-acuerdo-imagen-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========== SECCIÓN TEXTO INTRO ========== */
.og-acuerdo-texto-intro {
    padding: 60px 0;
    background: #f5f5f5;
    width: 100%;
}

.og-acuerdo-texto-intro h1 {
    font-size: 2.5rem;
    color: #003b72;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.og-acuerdo-texto-intro p {
    font-size: 1.25rem;
    color: #4a5568;
    text-align: center;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 30px;
}

.og-acuerdo-texto-intro .og-maestrias-intro-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Botones de la intro */
.og-btn-maestrias-primary {
    padding: 14px 32px;
    background: #003d71;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.og-btn-maestrias-primary:hover {
    background: #002852;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 61, 113, 0.3);
    color: #ffffff;
}

.og-btn-maestrias-secondary {
    padding: 14px 32px;
    background: transparent;
    color: #003d71;
    border: 2px solid #003d71;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.og-btn-maestrias-secondary:hover {
    background: #003d71;
    color: #ffffff;
    transform: translateY(-2px);
}

.og-acuerdo-hero,
.og-acuerdo-opcion-hero {
    background: linear-gradient(135deg, #1a365d 0%, #2563eb 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.og-acuerdo-hero h1,
.og-acuerdo-opcion-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.og-acuerdo-content,
.og-acuerdo-opcion-content {
    padding: 60px 0;
    background: #f8fafc;
}

/* Secciones comunes */
.og-acuerdo-intro,
.og-content-text {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    margin-bottom: 3rem;
}

.og-acuerdo-intro h2,
.content-text h2 {
    font-size: 2rem;
    color: #1a365d;
    margin-bottom: 1.5rem;
}

.og-acuerdo-intro p,
.og-content-text p {
    font-size: 1.25rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* Beneficios */
.og-acuerdo-beneficios {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    margin-bottom: 3rem;
}

.og-acuerdo-beneficios h2 {
    font-size: 2rem;
    color: #1a365d;
    margin-bottom: 2rem;
    text-align: center;
}

.og-beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.og-beneficio-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    border-top: 4px solid #2563eb;
}

.og-beneficio-card h3 {
    font-size: 1.25rem;
    color: #1a365d;
    margin-bottom: 0.75rem;
}

.og-beneficio-card p {
    color: #64748b;
    font-size: 0.95rem;
}

/* Programas */
.og-acuerdo-programas {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    margin-bottom: 3rem;
}

.og-acuerdo-programas h2 {
    font-size: 2rem;
    color: #1a365d;
    margin-bottom: 1.5rem;
}

.og-acuerdo-programas ul {
    list-style: none;
    padding: 0;
}

.og-acuerdo-programas ul li {
    padding: 1rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.og-acuerdo-programas ul li:last-child {
    border-bottom: none;
}

.og-acuerdo-programas ul li a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.og-acuerdo-programas ul li a:hover {
    color: #1e40af;
}

/* Documentación */
.og-acuerdo-documentacion {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    margin-bottom: 3rem;
}

.og-acuerdo-documentacion h2 {
    font-size: 2rem;
    color: #1a365d;
    margin-bottom: 1.5rem;
}

.og-docs-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.og-doc-link {
    display: inline-block;
    padding: 1rem 2rem;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.og-doc-link:hover {
    background: #2563eb;
    color: white;
}

/* CTA */
.og-acuerdo-cta {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    text-align: center;
}

.og-acuerdo-cta h3 {
    font-size: 1.75rem;
    color: #1a365d;
    margin-bottom: 1rem;
}

/* FAQ */
.og-faq-section {
    background: white;
    padding: 3rem;
    border-radius: 12px;
}

.og-faq-item {
    padding: 2rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.og-faq-item:last-child {
    border-bottom: none;
}

.og-faq-item h3 {
    font-size: 1.25rem;
    color: #1a365d;
    margin-bottom: 0.75rem;
}

.og-faq-item p {
    color: #475569;
    line-height: 1.6;
}

/* Botón volver */
.og-acuerdo-back {
    text-align: center;
    margin-top: 2rem;
}

/* ========================================
   NUEVAS SECCIONES - PÁGINA PRINCIPAL ACUERDO 286
======================================== */

/* ========== SECCIÓN: ¿QUÉ ES EL ACUERDO 286? ========== */
.og-acuerdo-que-es {
    padding: 80px 0;
    background: #fff;
}

/* Grid con texto e imagen */
.og-acuerdo-que-es-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
    margin-bottom: 60px;
}

.og-acuerdo-que-es-text .og-acuerdo-title {
    font-size: 2.5rem;
    color: #003b72;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: left;
}

.og-acuerdo-que-es-text .og-acuerdo-description {
    font-size: 1.25rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 35px;
    text-align: left;
    max-width: none;
}

/* Botones principales en la intro */
.og-acuerdo-buttons-intro {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.og-btn-acuerdo-primary {
    padding: 16px 32px;
    background: #003b72;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.og-btn-acuerdo-primary:hover {
    background: #002749;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 59, 114, 0.3);
    color: #fff;
}

.og-btn-acuerdo-secondary {
    padding: 16px 32px;
    background: #0593f3;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.og-btn-acuerdo-secondary:hover {
    background: #0373c4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(5, 147, 243, 0.3);
    color: #fff;
}

.og-acuerdo-que-es-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    align-items: center;
}

.og-acuerdo-que-es-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.og-acuerdo-title {
    font-size: 2.5rem;
    color: #1a365d;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.og-acuerdo-description {
    font-size: 1.25rem;
    color: #4a5568;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

/* Grid de botones */
.og-acuerdo-buttons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.og-btn-acuerdo {
    padding: 18px 24px;
    background: #2b6cb0;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.og-btn-acuerdo:hover {
    background: #1a4d8f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(43, 108, 176, 0.3);
    color: #fff;
}

/* Botones con borde blanco (outline) */
.og-btn-acuerdo-outline {
    background: #ffffff;
    color: #1e3a5f;
    border: 2px solid #1e3a5f;
}

.og-btn-acuerdo-outline:hover {
    background: #f7fafc;
    color: #1e3a5f;
    border-color: #2b6cb0;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.15);
}

.og-btn-acuerdo-outline .og-dropdown-arrow {
    color: #1e3a5f;
}

/* Botones celeste/cyan */
.og-btn-acuerdo-cyan {
    background: #0ea5e9;
    color: #ffffff;
    border: 2px solid #0ea5e9;
}

.og-btn-acuerdo-cyan:hover {
    background: #0284c7;
    border-color: #0284c7;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}

.og-btn-acuerdo-cyan .og-dropdown-arrow {
    color: #ffffff;
}

/* Botones azul oscuro */
.og-btn-acuerdo-dark {
    background: #1e3a5f;
    color: #ffffff;
    border: 2px solid #1e3a5f;
}

.og-btn-acuerdo-dark:hover {
    background: #152a45;
    border-color: #152a45;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
}

.og-btn-acuerdo.og-btn-disabled {
    background: #cbd5e0;
    color: #718096;
    cursor: not-allowed;
    pointer-events: none;
}

/* Dropdown wrapper */
.og-btn-dropdown-wrapper {
    position: relative;
    z-index: 10;
}

.og-btn-dropdown-wrapper.active {
    z-index: 1000;
}

.og-btn-dropdown-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.og-dropdown-arrow {
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.og-btn-dropdown-wrapper.active .og-dropdown-arrow {
    transform: rotate(180deg);
}

/* Menú desplegable */
.og-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #2b6cb0;
    border-radius: 8px;
    padding: 8px 0;
    display: none;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-height: 300px;
    overflow-y: auto;
}

.og-btn-dropdown-wrapper.active .og-dropdown-menu {
    display: block;
}

.og-dropdown-item {
    display: block;
    padding: 14px 20px;
    color: #2d3748;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s ease;
    border-left: 3px solid transparent;
}

.og-dropdown-item:hover {
    background: #ebf4ff;
    color: #2b6cb0;
    border-left-color: #2b6cb0;
}

/* ========== SECCIÓN: ¿QUÉ PERFILES SE PUEDEN ACREDITAR? ========== */
.og-acuerdo-perfiles {
    padding: 80px 0;
    background: #f7fafc;
}

.og-perfiles-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 60px;
    background: #fff;
    border: 3px solid #003b72;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 59, 114, 0.15);
}

.og-perfil-card {
    background: #fff;
    border-left: 5px solid #003b72;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.og-perfil-card h3 {
    color: #1a365d;
    font-size: 1.4rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.og-check-icon {
    color: #48bb78;
    font-size: 1.5rem;
    font-weight: 700;
}

.og-perfil-subtitle {
    font-size: 0.9rem;
    color: #718096;
    font-style: italic;
    margin-bottom: 10px;
}

.og-perfil-card p:last-child {
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

/* ========== SECCIÓN: ¿QUIÉNES PUEDEN TITULARSE? ========== */
.og-acuerdo-quienes {
    padding: 80px 0;
    background: #fff;
}

.og-acuerdo-quienes .og-container {
    max-width: 1200px;
}

.og-acuerdo-quienes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    margin-top: 40px;
}

.og-acuerdo-quienes-text {
    padding-right: 20px;
}

.og-acuerdo-quienes-text h3 {
    font-size: 1.6rem;
    color: #1a365d;
    margin-bottom: 20px;
    font-weight: 600;
}

.og-acuerdo-quienes-text p {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7;
}

.og-acuerdo-subtitle {
    font-size: 2rem;
    color: #2d3748;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.og-acuerdo-intro {
    font-size: 1.25rem;
    color: #4a5568;
    text-align: left;
    margin-bottom: 20px;
}

.og-acuerdo-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.og-acuerdo-list li {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
    text-align: left;
}

.og-acuerdo-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #003b72;
    font-weight: 700;
    font-size: 1.5rem;
}

.og-acuerdo-quienes-requisitos {
    background: #fff;
    border: 3px solid #003b72;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 4px 16px rgba(0, 59, 114, 0.2);
}

.og-acuerdo-quienes-requisitos h3 {
    color: #003b72;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}

.og-requisitos-list-simple {
    list-style: none;
    padding: 0;
    margin: 0;
}

.og-requisitos-list-simple li {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 18px;
    padding-left: 10px;
    line-height: 1.6;
    text-align: left;
}

.og-requisitos-list-simple li:before {
    content: "-";
    margin-right: 10px;
    font-weight: 700;
    color: #003b72;
}

.og-acuerdo-list li {
    font-size: 1.125rem;
    color: #4a5568;
    margin-bottom: 15px;
    line-height: 1.7;
}

.og-nota-visible {
    background: #e6f3ff;
    border: 2px solid #0593f3;
    border-radius: 8px;
    padding: 25px;
    margin-top: 40px;
    max-width: 100%;
    text-align: center;
}

.og-nota-visible h4 {
    color: #0593f3;
    font-size: 1.2rem;
    margin-bottom: 12px;
    text-align: center;
}

.og-nota-visible p {
    color: #4a5568;
    margin: 0;
    font-size: 1.05rem;
    text-align: center;
}

/* ========== SECCIÓN: REQUISITOS ========== */
.og-acuerdo-requisitos {
    padding: 80px 0;
    background: #f7fafc;
}

.og-requisitos-card {
    background: #fff;
    border: 2px solid #2b6cb0;
    border-radius: 12px;
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(43, 108, 176, 0.1);
}

.og-requisitos-card h3 {
    color: #1a365d;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
}

.og-requisitos-list {
    list-style: none;
    padding: 0;
}

.og-requisitos-list li {
    font-size: 1.125rem;
    color: #4a5568;
    margin-bottom: 18px;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
}

.og-requisitos-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #48bb78;
    font-weight: 700;
    font-size: 1.3rem;
}

/* ========== SECCIÓN: CONOCE EL PROCESO ========== */
.og-acuerdo-proceso {
    padding: 80px 0;
    background: #fff;
}

/* Línea de tiempo */
.og-proceso-timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto 50px;
    position: relative;
    padding: 0 20px;
}

.og-proceso-timeline:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50px;
    right: 50px;
    height: 3px;
    background: linear-gradient(to right, #2b6cb0 0%, #2b6cb0 100%);
    z-index: 0;
}

.og-proceso-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    flex: 1;
}

.og-proceso-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cbd5e0;
    border: 4px solid #fff;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.og-proceso-step:hover .og-proceso-dot {
    background: #2b6cb0;
    transform: scale(1.15);
}

.og-proceso-step.active .og-proceso-dot {
    background: #2b6cb0;
    box-shadow: 0 0 0 8px rgba(43, 108, 176, 0.2);
}

.og-proceso-label {
    font-size: 0.95rem;
    color: #4a5568;
    text-align: center;
    max-width: 140px;
    line-height: 1.4;
    font-weight: 600;
}

.og-proceso-step.active .og-proceso-label {
    color: #2b6cb0;
}

/* Contenido desplegable */
.og-proceso-content {
    background: #f7fafc;
    border-radius: 12px;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    min-height: 200px;
}

.og-proceso-info {
    animation: fadeIn 0.4s ease;
}

.og-proceso-info h4 {
    color: #1a365d;
    font-size: 1.6rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.og-proceso-info p {
    color: #4a5568;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.og-proceso-info ul {
    padding-left: 25px;
    margin: 0;
}

.og-proceso-info ul li {
    color: #4a5568;
    font-size: 1.125rem;
    margin-bottom: 12px;
    line-height: 1.6;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== SECCIÓN: CONVOCATORIA VIGENTE ========== */
.og-acuerdo-convocatoria {
    padding: 80px 0;
    background: #f7fafc;
    overflow: hidden;
}

.og-acuerdo-convocatoria .og-acuerdo-title {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.og-convocatoria-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.og-convocatoria-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px;
    display: block;
}

.og-btn-convocatoria {
    display: inline-block;
    padding: 18px 48px;
    background: #2b6cb0;
    color: #fff;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(43, 108, 176, 0.3);
}

.og-btn-convocatoria:hover {
    background: #1a4d8f;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(43, 108, 176, 0.4);
    color: #fff;
}

/* ========== SECCIÓN: COSTOS DEL PROCESO ========== */
.og-acuerdo-costos {
    padding: 60px 0;
    background: #fff;
}

.og-acuerdo-costos .og-acuerdo-title {
    margin-bottom: 50px;
}

/* Layout vertical para costos */
.og-costos-vertical {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Grid horizontal legacy (mantener por compatibilidad) */
.og-costos-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.og-costos-info {
    background: #f7fafc;
    padding: 40px;
    border-radius: 12px;
    border-left: 5px solid #2b6cb0;
    width: 100%;
}

.og-costos-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.og-costos-list li {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.og-costos-list li.og-total {
    background: #2b6cb0;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 10px;
}

.og-costos-video,
.og-costos-video-large {
    width: 100%;
}

.og-costos-video-large h2 {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    color: #2b6cb0;
    margin-bottom: 25px;
}

/* Video wrapper más grande */
.og-video-wrapper-large {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.og-video-wrapper-large iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

/* ========== SECCIÓN: PREGUNTAS FRECUENTES (FAQ) ========== */
.og-acuerdo-faq {
    padding: 80px 0;
    background: #f7fafc;
}

.og-faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.og-faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.og-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 25px;
    background: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.3s ease;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
}

.og-faq-question:hover {
    background: #f7fafc;
}

.og-faq-item.active .og-faq-question {
    background: #ebf4ff;
    color: #2b6cb0;
}

.og-faq-icon {
    color: #2b6cb0;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.og-faq-text {
    flex: 1;
}

.og-faq-arrow {
    color: #718096;
    font-size: 0.875rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.og-faq-item.active .og-faq-arrow {
    transform: rotate(180deg);
    color: #2b6cb0;
}

.og-faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.og-faq-item.active .og-faq-answer {
    padding: 0 25px 20px;
    max-height: 500px;
}

.og-faq-answer p {
    color: #4a5568;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   BOTÓN FLOTANTE INSCRIBIRME AHORA
   ============================================ */
.og-floating-cta {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9999;
    animation: pulse 2s infinite;
}

.og-btn-floating {
    display: inline-block;
    background: #003d82;
    color: #ffffff;
    padding: 18px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 61, 130, 0.4);
    transition: all 0.3s ease;
    border: 2px solid #003d82;
}

.og-btn-floating:hover {
    background: #0056b3;
    border-color: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 61, 130, 0.5);
    color: #ffffff;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Responsive Laptop/Desktop Pequeño */
@media (min-width: 1025px) and (max-width: 1280px) {
    .og-acuerdo-buttons-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        max-width: 1150px;
    }
    
    .og-btn-acuerdo {
        font-size: 0.95rem;
        padding: 16px 20px;
    }
}

/* Responsive Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .og-acuerdo-hero h1,
    .og-acuerdo-opcion-hero h1 {
        font-size: 2.5rem;
        padding: 0 20px;
    }
    
    .og-acuerdo-buttons-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    
    .og-acuerdo-que-es-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .og-acuerdo-que-es-image {
        height: auto;
        max-height: 400px;
    }
    
    .og-acuerdo-que-es-text .og-acuerdo-title {
        text-align: center;
    }
    
    .og-acuerdo-que-es-text .og-acuerdo-description {
        text-align: center;
    }
    
    .og-acuerdo-buttons-intro {
        justify-content: center;
    }
    
    .og-btn-acuerdo {
        font-size: 0.9rem;
        padding: 16px 18px;
    }
    
    /* Layout vertical sigue vertical en tablet */
    .og-costos-vertical {
        gap: 30px;
    }
    
    .og-costos-video-large h2 {
        font-size: 1.6rem;
        margin-bottom: 22px;
    }
    
    /* Grid horizontal se vuelve vertical en tablet */
    .og-costos-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .og-proceso-timeline:before {
        left: 30px;
        right: 30px;
    }
    
    .og-beneficios-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .og-perfil-card {
        margin-left: 30px;
        margin-right: 30px;
    }
    
    .og-perfiles-wrapper {
        padding: 40px 30px;
    }
    
    .og-acuerdo-quienes-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .og-acuerdo-quienes-text {
        padding-right: 0;
    }
}

/* Responsive Móvil */
@media (max-width: 768px) {
    .og-acuerdo-hero h1,
    .og-acuerdo-opcion-hero h1 {
        font-size: 2rem;
    }

    .og-beneficios-grid {
        grid-template-columns: 1fr;
    }
    
    /* Botón flotante móvil */
    .og-floating-cta {
        bottom: 90px;
        right: 20px;
    }
    
    .og-btn-floating {
        padding: 15px 28px;
        font-size: 16px;
    }
    
    /* Nuevas secciones responsive */
    .og-acuerdo-que-es,
    .og-acuerdo-perfiles,
    .og-acuerdo-quienes,
    .og-acuerdo-requisitos,
    .og-acuerdo-proceso,
    .og-acuerdo-convocatoria,
    .og-acuerdo-costos,
    .og-acuerdo-faq {
        padding: 50px 0;
    }
    
    .og-acuerdo-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    .og-acuerdo-subtitle {
        font-size: 1.5rem;
    }
    
    .og-acuerdo-description,
    .og-acuerdo-intro {
        font-size: 1rem;
        padding: 0;
        text-align: left;
    }
    
    .og-acuerdo-quienes-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .og-acuerdo-quienes-text {
        padding-right: 0;
    }
    
    .og-acuerdo-quienes-text h3 {
        font-size: 1.4rem;
    }
    
    .og-acuerdo-quienes-text p {
        font-size: 1rem;
    }
    
    .og-acuerdo-quienes-requisitos {
        padding: 25px;
    }
    
    .og-acuerdo-quienes-requisitos h3 {
        font-size: 1.5rem;
    }
    
    .og-requisitos-list-simple li {
        font-size: 1rem;
    }
    
    .og-perfiles-wrapper {
        padding: 25px 15px;
        margin: 0 15px;
    }
    
    .og-acuerdo-buttons-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 20px;
    }
    
    .og-acuerdo-que-es-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .og-acuerdo-que-es-image {
        height: auto;
        max-height: 300px;
    }
    
    .og-acuerdo-que-es-image img {
        height: auto;
        min-height: 250px;
    }
    
    .og-acuerdo-que-es-text .og-acuerdo-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .og-acuerdo-que-es-text .og-acuerdo-description {
        font-size: 1rem;
        text-align: center;
    }
    
    .og-acuerdo-buttons-intro {
        flex-direction: column;
        align-items: stretch;
    }
    
    .og-btn-acuerdo-primary,
    .og-btn-acuerdo-secondary {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    
    .og-btn-acuerdo {
        padding: 16px 20px;
        min-height: 60px;
        font-size: 0.95rem;
    }
    
    .og-perfil-card {
        margin-left: 20px;
        margin-right: 20px;
        padding: 25px;
    }
    
    .og-perfil-card h3 {
        font-size: 1.2rem;
        flex-direction: column;
        text-align: center;
    }
    
    .og-acuerdo-list {
        padding-left: 30px;
        padding-right: 20px;
    }
    
    .og-acuerdo-list li {
        font-size: 1rem;
    }
    
    .og-nota-visible {
        margin: 25px 20px 0;
        padding: 20px;
    }
    
    .og-requisitos-card {
        margin: 0 20px;
        padding: 30px 25px;
    }
    
    .og-requisitos-card h3 {
        font-size: 1.5rem;
    }
    
    .og-requisitos-list li {
        font-size: 1rem;
    }
    
    /* Convocatoria responsive */
    .og-acuerdo-convocatoria {
        padding: 50px 0;
    }
    
    .og-convocatoria-content {
        padding: 0 15px;
    }
    
    .og-convocatoria-img {
        margin-bottom: 20px;
        border-radius: 8px;
    }
    
    .og-btn-convocatoria {
        padding: 14px 28px;
        font-size: 0.95rem;
        width: auto;
        display: inline-block;
    }
    
    /* Costos responsive */
    .og-costos-vertical {
        gap: 25px;
        padding: 0 20px;
    }
    
    .og-costos-video-large h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .og-costos-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .og-costos-info {
        padding: 30px 20px;
    }
    
    .og-costos-list li {
        font-size: 1.1rem;
        padding: 12px;
    }
    
    .og-costos-list li.og-total {
        font-size: 1.3rem;
    }
    
    /* FAQ responsive */
    .og-faq-accordion {
        padding: 0 20px;
    }
    
    .og-faq-question {
        padding: 16px 20px;
        font-size: 1rem;
    }
    
    .og-faq-icon {
        font-size: 1.1rem;
    }
    
    .og-faq-answer {
        padding: 0 20px;
    }
    
    .og-faq-item.active .og-faq-answer {
        padding: 0 20px 16px;
    }
    
    .og-faq-answer p {
        font-size: 0.95rem;
    }
    
    /* Timeline móvil - vertical */
    .og-proceso-timeline {
        flex-direction: column;
        padding: 0 40px;
    }
    
    .og-proceso-timeline:before {
        top: 0;
        bottom: 0;
        left: 60px;
        right: auto;
        width: 3px;
        height: auto;
    }
    
    .og-proceso-step {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
        width: 100%;
    }
    
    .og-proceso-dot {
        margin-bottom: 0;
        margin-right: 20px;
        flex-shrink: 0;
    }
    
    .og-proceso-label {
        text-align: left;
        max-width: none;
    }
    
    .og-proceso-content {
        padding: 30px 20px;
    }
    
    .og-proceso-info h4 {
        font-size: 1.3rem;
    }
    
    .og-proceso-info p,
    .og-proceso-info ul li {
        font-size: 1rem;
    }
    
    /* Mejorar padding de secciones en móvil */
    .og-acuerdo-intro,
    .og-content-text {
        padding: 2rem 1.5rem;
        margin: 0 15px 2rem;
    }
}

/* Responsive Móviles Pequeños */
@media (max-width: 480px) {
    .og-acuerdo-hero h1,
    .og-acuerdo-opcion-hero h1 {
        font-size: 1.5rem;
        padding: 0 15px;
    }
    
    .og-acuerdo-que-es-text .og-acuerdo-title {
        font-size: 1.5rem;
    }
    
    .og-acuerdo-que-es-text .og-acuerdo-description {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .og-btn-acuerdo-primary,
    .og-btn-acuerdo-secondary {
        font-size: 0.9rem;
        padding: 14px 24px;
    }
    
    .og-btn-acuerdo {
        font-size: 0.85rem;
        padding: 14px 16px;
        min-height: 55px;
    }
    
    .og-acuerdo-buttons-grid {
        gap: 12px;
    }
    
    .og-dropdown-menu {
        font-size: 0.9rem;
    }
    
    .og-dropdown-item {
        padding: 12px 16px;
    }
    
    .og-perfil-card {
        padding: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .og-perfil-card h3 {
        font-size: 1.1rem;
    }
    
    .og-acuerdo-que-es-image {
        max-height: 250px;
    }
    
    .og-perfiles-wrapper {
        padding: 20px 12px;
        margin: 0 10px;
        border-width: 2px;
    }
    
    .og-perfil-card {
        padding: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .og-acuerdo-quienes-requisitos {
        padding: 20px;
    }
    
    .og-acuerdo-quienes-requisitos h3 {
        font-size: 1.3rem;
    }
    
    .og-nota-visible {
        padding: 18px;
        margin: 25px 10px 0;
    }
}
