/*
Theme Name: Kadence Child FLACSO
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.54.82
Updated: 2026-08-23 16:26:09

*/

:root {
    --flacso-color-primary: #163970;
    --flacso-color-primary-dark: #051938;
    --flacso-color-accent: #fcd116;
    --flacso-color-text: #1f2937;
    --flacso-color-muted: #64748b;
    --flacso-color-surface: #ffffff;
    --flacso-color-background: #f8fafc;
    --flacso-radius-sm: 0.5rem;
    --flacso-radius-md: 1rem;
    --flacso-radius-lg: 1.5rem;
    --flacso-shadow-card: 0 8px 24px rgb(7 28 61 / 10%);
    --flacso-content-width: 1200px;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid var(--flacso-color-accent);
    outline-offset: 3px;
}

/*
 * La fila superior de Kadence puede quedar con min-height: 0 desde el
 * personalizador. El botón "Agenda Web" es más alto que los iconos sociales y
 * terminaba desbordando la fila, superponiéndose a la barra de administración.
 */
#masthead .site-top-header-inner-wrap {
    min-height: 2.75rem;
    align-items: center;
}

#masthead .site-top-header-inner-wrap .site-header-section,
#masthead .site-top-header-inner-wrap .site-header-item,
#masthead .site-top-header-inner-wrap .header-button-wrap,
#masthead .site-top-header-inner-wrap .header-button-inner-wrap {
    min-height: 0;
    align-items: center;
}

#masthead .site-top-header-inner-wrap .header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-block: 0;
    line-height: 1.2;
}

@media (max-width: 767px) {
    #masthead .site-top-header-inner-wrap {
        min-height: 2.5rem;
    }
}

.screen-reader-text:focus {
    z-index: 100000;
}

/*
 * Imágenes destacadas 4:5.
 * La variable de fondo es asignada por assets/js/featured-images.js.
 * La portada de Novedades queda fuera de este normalizador: su relación 4:5
 * y su recorte pertenecen al componente del plugin flacso-uruguay-plugin.
 */
.flacso-featured-image-45 {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5 !important;
    overflow: hidden;
    isolation: isolate;
    background: #dfe5ec;
}

.flacso-featured-image-45::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: -8%;
    background-image: var(--flacso-featured-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(18px);
    transform: scale(1.08);
}

.flacso-featured-image-45::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgba(8, 22, 43, 0.14);
    pointer-events: none;
}

.flacso-featured-image-45 > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: contain !important;
    object-position: center;
}

/* Neutraliza proporciones y alturas históricas de los contenedores conocidos. */
.flacso-hero-figure,
.flacso-archive-card-thumb,
.seminario-card__image-container,
.seminario-card__media-link,
.seminarios-featured__media,
.evento-img,
.charla-img,
.flacso-premium-card__image-wrap,
.flc-eventos-react__media,
.novedades-grid .card-img-container {
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    min-height: 0 !important;
}

/*
 * Integración con los componentes de portada del plugin.
 * Kadence puede aplicar colores distintos a enlaces visitados y a párrafos;
 * una tarjeta fotográfica de Oferta Académica debe conservar su esquema claro.
 * El plugin mantiene la definición visual completa y estas reglas sólo evitan
 * que los estados globales del tema la contradigan.
 */
.flacso-main-page .flacso-oferta-mosaico__card,
.flacso-main-page .flacso-oferta-mosaico__card:visited,
.flacso-main-page .flacso-oferta-mosaico__card:hover,
.flacso-main-page .flacso-oferta-mosaico__card:focus-visible {
    color: #ffffff;
}

.flacso-main-page .flacso-oferta-mosaico__description,
.flacso-main-page .flacso-oferta-mosaico__description p,
.flacso-main-page .flacso-oferta-mosaico__link,
.flacso-main-page .flacso-oferta-mosaico__link span {
    color: inherit;
}

@media (prefers-reduced-motion: reduce) {
    .flacso-featured-image-45 > img {
        transition: none !important;
    }
}
