.congreso2026 {
    --purple: #361f5b;
    --purple-2: #5a337b;
    --purple-soft: #f5f0f8;
    --wine: #7c1537;
    --text: #252229;
    --muted: #6e6873;
    --line: #ded8e2;
    --white: #fff;
    --max: 1180px;
    --radius: 18px;
    --shadow: 0 16px 40px rgba(54, 31, 91, .10);

    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.58;
    width: 100%;
}

.congreso2026,
.congreso2026 * {
    box-sizing: border-box;
}

.congreso2026 img {
    max-width: 100%;
    display: block;
}

.congreso2026 a {
    color: inherit;
}

.congreso2026 .container {
    width: min(var(--max), calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.congreso2026 .narrow {
    max-width: 980px;
}

.congreso2026 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.congreso2026 .skip-link {
    position: fixed;
    z-index: 9999;
    top: -100px;
    left: 20px;
    background: #fff;
    color: var(--purple);
    padding: 10px 14px;
    border-radius: 0 0 8px 8px;
    font-weight: 700;
}

.congreso2026 .skip-link:focus {
    top: 0;
}

.congreso2026 .topbar {
    position: sticky;
    top: 0;
    z-index: 900;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid #ece8ef;
    backdrop-filter: blur(10px);
}

.congreso2026 .topbar-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.congreso2026 .brand {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    color: var(--purple);
}

.congreso2026 .brand-kicker {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted);
    margin-bottom: 5px;
}

.congreso2026 .brand strong {
    font-size: .95rem;
}

.congreso2026 .main-nav {
    display: flex;
    gap: 5px;
    align-items: center;
}

.congreso2026 .main-nav a {
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
    padding: 9px 10px;
    border-radius: 8px;
    transition: .2s ease;
}

.congreso2026 .main-nav a:hover,
.congreso2026 .main-nav a.active {
    background: var(--purple-soft);
    color: var(--purple);
}

.congreso2026 .menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 10px;
}

.congreso2026 .menu-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    background: var(--purple);
    margin: 5px 0;
}

.congreso2026 .hero {
    background: var(--purple);
    overflow: hidden;
}

.congreso2026 .hero img {
    width: 100%;
    height: auto;
    min-height: 260px;
    object-fit: cover;
    object-position: center;
}

.congreso2026 .section {
    padding: 78px 0;
}

.congreso2026 .section-soft {
    background: var(--purple-soft);
}

.congreso2026 .section-purple {
    background: var(--purple);
    color: #fff;
}

.congreso2026 .eyebrow {
    margin: 0 0 8px;
    color: var(--purple);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
    font-weight: 800;
}

.congreso2026 .eyebrow.light {
    color: #e6d7ef;
}

.congreso2026 h1 {
    margin: 0 auto 12px;
    max-width: 820px;
    text-align: center;
    color: var(--purple);
    font-size: clamp(2rem, 4.2vw, 4rem);
    line-height: 1.03;
    letter-spacing: -.025em;
}

.congreso2026 .intro>.container>.eyebrow {
    text-align: center;
}

.congreso2026 .section-title {
    text-align: center;
    margin: 0 0 32px;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.congreso2026 .prose {
    font-size: 1.02rem;
}

.congreso2026 .prose p {
    margin: 0 0 18px;
}

.congreso2026 .section-heading {
    max-width: 800px;
    margin: 0 auto 34px;
    text-align: center;
}

.congreso2026 .section-heading h2 {
    margin: 0 0 10px;
    color: var(--purple);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.congreso2026 .section-heading p:last-child {
    margin: 0;
    color: var(--muted);
}

/* ==========================================
   TEMAS DEL CONGRESO
   Diseño para 2 o 3 tarjetas
========================================== */

/* Estilos generales */

.congreso2026 .themes {
    display: grid;
    gap: 28px;
    width: 100%;
    margin: 38px auto 0;
}

/* DOS TARJETAS */

.congreso2026 .themes--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 850px;
}

/* TRES TARJETAS */

.congreso2026 .themes--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1200px;
}

/* Estilo compartido de las tarjetas */

.congreso2026 .theme-card {
    min-width: 0;
    min-height: 230px;
    padding: 30px 22px;
    border: 1px solid #ded8e2;
    border-radius: 18px;
    background: #ffffff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    box-sizing: border-box;
}

.congreso2026 .theme-card img {
    display: block;
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto 20px;
}

.congreso2026 .theme-card h3 {
    margin: 0;
    color: #361f5b;
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
}

/* TABLET */

@media (max-width: 900px) {

    .congreso2026 .themes--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 850px;
    }

}

/* MÓVIL */

@media (max-width: 600px) {

    .congreso2026 .themes--2,
    .congreso2026 .themes--3 {
        grid-template-columns: 1fr;
        max-width: 450px;
    }

    .congreso2026 .theme-card {
        min-height: 210px;
    }

}

.congreso2026 .center-action {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.congreso2026 .btn {
    min-height: 46px;
    padding: 11px 20px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 800;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    line-height: 1.2;
}

.congreso2026 .btn:hover {
    transform: translateY(-2px);
}

.congreso2026 .btn img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.congreso2026 .btn-primary {
    background: var(--purple);
    color: #fff;
    border: 2px solid var(--purple);
}

.congreso2026 .btn-primary:hover {
    background: #24133f;
    border-color: #24133f;
    color: #fff;
}

.congreso2026 .btn-outline {
    border: 2px solid var(--purple);
    color: var(--purple);
    background: #fff;
}

.congreso2026 .btn-light {
    background: #fff;
    color: var(--purple);
    border: 2px solid #fff;
}

.congreso2026 .agenda-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.congreso2026 .agenda-card {
    background: #fff;
    border: 1px solid #ddd6e3;
    border-radius: var(--radius);
    padding: 28px;
    display: flex;
    gap: 24px;
    align-items: center;
    box-shadow: 0 8px 24px rgba(54, 31, 91, .06);
}

.congreso2026 .agenda-day {
    width: 74px;
    height: 74px;
    flex: 0 0 74px;
    border-radius: 50%;
    background: var(--purple);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    font-weight: 900;
}

.congreso2026 .small-label {
    margin: 0 0 3px;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .12em;
    font-weight: 800;
    color: var(--muted);
}

.congreso2026 .agenda-card h3 {
    margin: 0 0 8px;
    color: var(--purple);
    font-size: 1.6rem;
}

.congreso2026 .text-link {
    color: var(--purple);
    font-weight: 800;
    text-underline-offset: 4px;
}

.congreso2026 .notice {
    max-width: 980px;
    margin: 0 auto 34px;
    padding: 20px 22px;
    background: #f7f3f9;
    border-left: 5px solid var(--purple);
    border-radius: 12px;
    display: flex;
    gap: 16px;
}

.congreso2026 .notice-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background: var(--purple);
    color: #fff;
    font-weight: 900;
    display: grid;
    place-items: center;
}

.congreso2026 .notice p {
    margin: 0 0 8px;
}

.congreso2026 .notice p:last-child {
    margin-bottom: 0;
}

.congreso2026 .registration-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.congreso2026 .registration-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px;
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.congreso2026 .registration-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.congreso2026 .registration-icon img {
    max-height: 64px;
    object-fit: contain;
}

.congreso2026 .registration-card h3 {
    margin: 0 0 10px;
    color: var(--purple);
    font-size: 1.45rem;
}

.congreso2026 .registration-card>p:not(.small-label) {
    min-height: 76px;
}

.congreso2026 .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.congreso2026 .venue-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 48px;
    align-items: center;
}

.congreso2026 .venue-image {
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .25);
}

.congreso2026 .venue-image img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.congreso2026 .venue-copy h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin: 0 0 12px;
}

.congreso2026 .venue-copy h3 {
    margin: 0 0 16px;
    font-size: 1.35rem;
}

.congreso2026 .venue-copy p {
    color: rgba(255, 255, 255, .86);
    margin-bottom: 26px;
}

.congreso2026 .travel-option {
    max-width: 1080px;
    margin: 0 auto 34px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 20px;
}

.congreso2026 .travel-option-header {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 16px;
}

.congreso2026 .option-number {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--purple);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
}

.congreso2026 .travel-option-header h3 {
    margin: 0;
    color: var(--purple);
    font-size: 1.65rem;
}

.congreso2026 .transport-grid,
.congreso2026 .mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.congreso2026 .transport-card,
.congreso2026 .mini-card {
    border-radius: 15px;
    border: 1px solid #ddd6e3;
    overflow: hidden;
    background: #fff;
}

.congreso2026 .transport-card h4 {
    margin: 0;
    padding: 15px 18px 4px;
    color: var(--purple);
    font-size: 1.45rem;
}

.congreso2026 .route {
    margin: 0;
    padding: 0 18px 14px;
    color: var(--muted);
    font-weight: 700;
}

.congreso2026 dl {
    margin: 0;
}

.congreso2026 dl div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #ece6ef;
}

.congreso2026 dt,
.congreso2026 dd {
    padding: 11px 16px;
    margin: 0;
}

.congreso2026 dt {
    background: #f5f0f8;
    color: var(--purple);
    font-weight: 800;
}

.congreso2026 dd {
    font-weight: 700;
}

.congreso2026 dl .full {
    grid-template-columns: 1fr;
}

.congreso2026 dl .full dt,
.congreso2026 dl .full dd {
    text-align: center;
}

.congreso2026 .subheading {
    text-align: center;
    margin: 28px 0 12px;
    color: var(--purple);
    font-size: 1.2rem;
}

.congreso2026 .mini-card {
    padding: 22px;
    text-align: center;
}

.congreso2026 .mini-card h5 {
    margin: 0 0 8px;
    color: var(--purple);
    font-size: 1.35rem;
}

.congreso2026 .mini-card p {
    margin: 0 0 10px;
}

.congreso2026 .mini-card strong,
.congreso2026 .mini-card span {
    display: block;
}

.congreso2026 .transport-card-wide {
    margin-top: 22px;
}

.congreso2026 .congress-footer {
    background: #230f3d;
    color: #fff;
    padding: 28px 0;
}

.congreso2026 .footer-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.congreso2026 .footer-inner>img {
    width: 190px;
    max-height: 70px;
    object-fit: contain;
    object-position: left center;
}

.congreso2026 .footer-inner strong,
.congreso2026 .footer-inner span {
    display: block;
}

.congreso2026 .footer-inner span {
    color: #d7cbe0;
    font-size: .9rem;
}

.congreso2026 .footer-inner a {
    color: #fff;
    font-weight: 800;
    text-underline-offset: 4px;
}

@media (max-width: 900px) {
    .congreso2026 .container {
        width: min(100% - 30px, var(--max));
    }

    .congreso2026 .menu-toggle {
        display: block;
    }

    .congreso2026 .main-nav {
        display: none;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        padding: 12px 18px 18px;
        background: #fff;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
    }

    .congreso2026 .main-nav.open {
        display: grid;
    }

    .congreso2026 .main-nav a {
        padding: 12px;
    }

    .congreso2026 .hero img {
        min-height: 0;
    }

    .congreso2026 .themes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .congreso2026 .agenda-grid,
    .congreso2026 .registration-grid,
    .congreso2026 .venue-grid,
    .congreso2026 .transport-grid,
    .congreso2026 .mini-grid {
        grid-template-columns: 1fr;
    }

    .congreso2026 .venue-grid {
        gap: 28px;
    }

    .congreso2026 .registration-card>p:not(.small-label) {
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .congreso2026 .section {
        padding: 56px 0;
    }

    .congreso2026 .topbar-inner {
        min-height: 66px;
    }

    .congreso2026 .main-nav {
        top: 66px;
    }

    .congreso2026 .brand-kicker {
        display: none;
    }

    .congreso2026 .brand strong {
        font-size: .82rem;
        max-width: 210px;
    }

    .congreso2026 .themes {
        grid-template-columns: 1fr;
    }

    .congreso2026 .theme-card,
    .congreso2026 .agenda-card {
        padding: 22px;
    }

    .congreso2026 .theme-card {
        align-items: center;
    }

    .congreso2026 .theme-card img {
        width: 72px;
        height: 72px;
    }

    .congreso2026 .agenda-day {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        font-size: 1.35rem;
    }

    .congreso2026 .button-row .btn {
        width: 100%;
    }

    .congreso2026 .travel-option {
        padding: 22px 16px;
    }

    .congreso2026 dl div {
        grid-template-columns: 1fr;
    }

    .congreso2026 dt,
    .congreso2026 dd {
        text-align: center;
    }

    .congreso2026 .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .congreso2026 .footer-inner>img {
        margin: 0 auto;
        object-position: center;
    }
}


/* =========================================================
   COMPATIBILIDAD CON FRAMEWORK GOB.MX
   El framework institucional usa un font-size raíz que hace
   que las unidades rem se vean demasiado pequeñas. Este bloque
   usa px/em dentro del micrositio para mantener proporciones.
   ========================================================= */
.congreso2026 {
    font-size: 18px;
    line-height: 1.65;
}

.congreso2026 p,
.congreso2026 li,
.congreso2026 dd,
.congreso2026 dt,
.congreso2026 a,
.congreso2026 button {
    font-size: 18px;
}

.congreso2026 .main-nav a {
    font-size: 16px;
}

.congreso2026 .eyebrow {
    font-size: 14px;
}

.congreso2026 h1 {
    font-size: clamp(38px, 4.2vw, 64px);
}

.congreso2026 .section-title,
.congreso2026 .section-heading h2,
.congreso2026 .venue-copy h2 {
    font-size: clamp(30px, 3.2vw, 42px);
}

.congreso2026 .prose,
.congreso2026 .prose p,
.congreso2026 .section-heading p,
.congreso2026 .notice p,
.congreso2026 .registration-card>p:not(.small-label),
.congreso2026 .travel-option>p,
.congreso2026 .venue-copy p {
    font-size: 18px;
    line-height: 1.72;
}

.congreso2026 .theme-card h3,
.congreso2026 .registration-card h3 {
    font-size: 21px;
    line-height: 1.4;
}

.congreso2026 .agenda-card h3,
.congreso2026 .travel-option-header h3 {
    font-size: 26px;
}

.congreso2026 .transport-card h4 {
    font-size: 22px;
}

.congreso2026 .mini-card h5 {
    font-size: 21px;
}

.congreso2026 .small-label {
    font-size: 13px;
}

.congreso2026 .btn {
    font-size: 16px;
    padding: 12px 22px;
}

/* ==================================================
   SEDE CONGRESO
   Clases independientes del framework institucional
================================================== */

.congreso2026 #sede {
    background: #361f5b !important;
    padding: 70px 20px !important;
}

.congreso2026 .sede-congreso {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    align-items: center !important;
    justify-content: center;

    gap: 55px;

    background: transparent !important;
}


/* FOTO */

.congreso2026 .sede-congreso-imagen {
    width: 55% !important;
    flex: 0 0 55% !important;
}

.congreso2026 .sede-congreso-imagen img {
    display: block !important;

    width: 100% !important;
    height: 380px !important;

    object-fit: cover;
    object-position: center;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 15px;
}


/* TEXTO */

.congreso2026 .sede-congreso-texto {
    width: 45% !important;
    flex: 1 1 45% !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    color: #ffffff !important;
}


.congreso2026 .sede-congreso-texto .eyebrow {
    color: #ffffff !important;

    font-size: 16px !important;
    line-height: 1.4;

    margin: 0 0 10px !important;

    opacity: .8;
}


.congreso2026 .sede-congreso-texto h2 {
    color: #ffffff !important;

    font-size: 38px !important;
    line-height: 1.2 !important;

    margin: 0 0 20px !important;
}


.congreso2026 .sede-congreso-texto>p:not(.eyebrow) {
    color: #ffffff !important;

    font-size: 18px !important;
    line-height: 1.65 !important;

    margin: 0 0 28px !important;
}


/* BOTÓN */

.congreso2026 .sede-congreso-texto .btn {
    margin: 0 !important;
}

@media (max-width: 800px) {

    .congreso2026 .sede-congreso {
        flex-direction: column !important;
        gap: 30px;
    }

    .congreso2026 .sede-congreso-imagen,
    .congreso2026 .sede-congreso-texto {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .congreso2026 .sede-congreso-imagen img {
        height: 320px !important;
    }

}


@media (max-width: 500px) {

    .congreso2026 #sede {
        padding: 45px 20px !important;
    }

    .congreso2026 .sede-congreso-imagen img {
        height: 240px !important;
    }

    .congreso2026 .sede-congreso-texto h2 {
        font-size: 30px !important;
    }

}

/* ==================================================
   MODAL CONGRESO
================================================== */

.congreso-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 30px;
}

.congreso-modal.activo {
    display: flex;
}


/* FONDO */

.congreso-modal-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, .75);
}


/* VENTANA */

.congreso-modal-dialog {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1050px;
    max-height: 90vh;

    background: #ffffff;

    border-radius: 14px;
    overflow: hidden;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}


/* CABECERA */

.congreso-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 18px 25px;

    background: #361f5b;
    color: #ffffff;
}

.congreso-modal-header h2 {
    margin: 0 !important;

    color: #ffffff !important;

    font-size: 24px !important;
    line-height: 1.2;
}


/* CERRAR */

.congreso-modal-cerrar {
    border: 0;
    background: transparent;

    color: #ffffff;

    font-size: 38px;
    line-height: 1;

    cursor: pointer;

    padding: 0 5px;
}


/* CONTENIDO */

.congreso-modal-body {
    padding: 25px;

    max-height: calc(90vh - 70px);
    overflow-y: auto;

    background: #ffffff;
}


/* IMÁGENES */

.congreso-modal-body img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0 auto 25px;

    border-radius: 8px;
}

.congreso-modal-body img:last-child {
    margin-bottom: 0;
}


/* EVITA SCROLL DE LA PÁGINA */

body.modal-abierto {
    overflow: hidden;
}


/* MÓVIL */

@media (max-width: 600px) {

    .congreso-modal {
        padding: 15px;
    }

    .congreso-modal-header {
        padding: 15px 18px;
    }

    .congreso-modal-header h2 {
        font-size: 20px !important;
    }

    .congreso-modal-body {
        padding: 15px;
    }

}

/* ==========================================
   MODAL - CORRECCION FINAL
========================================== */

#congresoModal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100% !important;
    height: 100% !important;

    z-index: 999999 !important;

    display: none !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 30px !important;

    box-sizing: border-box !important;
}

#congresoModal.activo {
    display: flex !important;
}

#congresoModal .congreso-modal-overlay {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    background: rgba(0, 0, 0, 0.80) !important;

    z-index: 1 !important;
}

#congresoModal .congreso-modal-dialog {
    position: relative !important;

    width: 95% !important;
    max-width: 1050px !important;
    max-height: 90vh !important;

    margin: auto !important;

    background: #ffffff !important;

    border-radius: 12px !important;

    overflow: hidden !important;

    z-index: 2 !important;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .4) !important;
}

#congresoModal .congreso-modal-header {
    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    background: #361f5b !important;

    padding: 18px 25px !important;
}

#congresoModal .congreso-modal-header h2 {
    color: #ffffff !important;

    font-size: 24px !important;

    margin: 0 !important;
}

#congresoModal .congreso-modal-cerrar {
    background: transparent !important;
    border: 0 !important;

    color: #ffffff !important;

    font-size: 40px !important;
    line-height: 1 !important;

    cursor: pointer !important;
}

#congresoModal .congreso-modal-body {
    display: block !important;

    padding: 25px !important;

    background: #ffffff !important;

    max-height: calc(90vh - 70px) !important;

    overflow-y: auto !important;
}

#congresoModal .congreso-modal-body img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 0 auto 25px !important;
}

#congresoModal .congreso-modal-body img:last-child {
    margin-bottom: 0 !important;
}

body.modal-abierto {
    overflow: hidden !important;
}