/* ============================================
   IMPORTS - Módulos CSS separados
   ============================================ */
@import url('./sections/colors.css');
@import url('./sections/carousel.css');
@import url('./sections/cards.css');
@import url('./sections/navigation.css');
@import url('./sections/search.css');
@import url('./sections/swiper.css');
@import url('./sections/modals.css');
@import url('./sections/acordeon.css');
@import url('./sections/scrollable.css');
@import url('./sections/social.css');
@import url('./sections/offline.css');
@import url('./sections/footer.css');
@import url('./sections/lists.css');
@import url('./sections/pwa.css');

.fuentes_norma {
    font-family: Georgia, 'Times New Roman', Times, serif;
}


/* Separador horizontal estándar para contenido */
.content-separator {
    margin: 1rem 0 0;
    padding: 0;
    border: 1px solid #00AEA9;
}
._centerV {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    align-self: center;
    justify-items: center;
}


.h3_alt {
    font-size: 1.315em;
    line-height: 1.2em;
    margin-top: 0;
    min-height: 48px !important;
}
.small_alt {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    z-index: 99;
    top: 300;
}
.smaller {
    position: fixed;
    height: 72px !important;
    background: #f3f3f3 !important;
    /*    background: #f3f3f3 url(../iconos/iso_small.svg) 12.5% center no-repeat !important; */
    -moz-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    box-shadow: 0 0 50px 0 #000;
    z-index: 999;
    width: 100%;
}
.smaller .medios,
.smaller ul {
    margin-top: 14px;
}
body html * {
    font-family: 'Lato', sans-serif !important;
}
header {
    height: 144px;
    min-height: 14px;
    background: #0f1e44;
}

.borde_sup ul {
    border-style: solid;
    border-width: 2px;
    border-bottom-style: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
strike {
    color: #9c9c9c !important;
}

@media only screen and(max-width: 75em) {

    .articulo h4 {
        font-weight: 700 !important;
        margin: 12px !important;
        color: #00AEA9 !important; /* #191497!important;*/
        font-size: 0.85em !important;
        line-height: 1.35 !important;
    }

    ._color-bkg06 {
        background: rgba(0, 0, 0, 0.6) !important;
    }
    ._op90 {
        opacity: 1 !important;
    }
    .slide01 {
        height: 184px !important;
        min-height: 184px !important;
    }
    body {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    header {
        height: 144px;
        min-height: 144px;
    }
    .titulos h2 {
        font-size: 1.4em; /*1.625em;*/
        font-weight: 700;
        color: #00AEA9; /* #191497;*/
    }
    .titulos {
        margin: 24px 16px !important;
    }
    .pods h3:nth-child(1),
    .pubs h3:nth-child(1) {
        text-align: center !important;
    }
    .top {
        position: fixed;
        position: fixed;
        z-index: 998;
        height: 72px !important;
        width: 100%;
        background: #fff !important;
        color: #00AEA9 !important; /* #191497 !important;*/
    }

    /* Estilos generales */
    .header-container {
        margin-top: 0;
    }

    .header-container .rowfixed {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Mostrar header en pantallas grandes */
    @media(min-width: 992px) {
        .header-container {
            display: block;
        }
    }

    /* Ocultar header en pantallas medianas y pequeñas */
    @media(max-width: 991px) {
        .header-container {
            display: none;
        }
    }

    /* Estilos para el menú hamburguesa en pantallas pequeñas */
    @media(max-width: 768px) {
        .unmdp_status_m {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            background: white;
            z-index: 1000;
            padding: 10px;
        }
        .unmdp_status_m img {
            width: 48px;
        }
        .hamburger-menu-container {
            display: flex;
            align-items: center;
        }
    }

    /* Ajustar la posición del icono de hamburguesa en pantallas medianas */
    @media(min-width: 769px) and(max-width: 991px) {
        .unmdp_status_m {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            background: white;
            z-index: 1000;
            padding: 10px;
        }
        .unmdp_status_m img {
            width: 48px;
        }
        .hamburger-menu-container {
            display: flex;
            align-items: center;
        }
    }

    /* Estilos específicos para .unmdp_status_m.ch */
    .unmdp_status_m.ch {
        position: fixed;
        margin-top: 0;
        background: #fff;
        width: 100%;
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        align-items: center;
        justify-items: center;
        z-index: 998;
        height: 72px;
        padding: 10px;
        border-bottom: 2px solid #b2c6d0;
    }

    /* Ajustes específicos para .unmdp_status_m.ch en pantallas pequeñas */
    @media(max-width: 768px) {
        .unmdp_status_m.ch {
            display: flex !important;
            justify-content: space-between;
            align-items: center;
            grid-template-columns: none;
            height: auto;
        }
    }

    .social {
        padding-top: 68px;
        font-size: 1.135em;
        color: #000000; /* #8ab;*/
        background: #51e8e3; /* #dbf3ff; */
    }
    .social a {
        color: #000000; /* #8ab;*/
    }
    ._grid8 {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 2px;
        align-items: center;
        justify-items: center;
        margin: 0 10px;
    }
    ._grid3 {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 2px;
        align-items: center;
        justify-items: left;
        margin: 0 10px;
        font-family: 'Lato', sans-serif;
        color: #73909e;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        padding: 24px 0;
    }
    ._grid8_foot {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 2px;
        align-items: center;
        justify-items: center;
        margin: 0;
    }
    .cont_int {
        top: 24px !important;
    }
    #saludo {
        font-family: 'Lato', sans-serif;
        color: #73909e;
        font-weight: 600;
        text-align: left;
        font-size: 4vw;
        padding: 24px 0;
        width: 150px;
    }
    #saludo h3 {
        margin-top: 0 !important;
        font-size: 4vw !important;
    }
    .sldr {
        position: relative;
        top: -20px;
        background: linear-gradient(180deg, #dbf3ff 30%, rgba(219, 243, 255, 0) 30%);
    }
    .cd-btn {
        right: 0 !important;
        font-size: 1.2rem !important;
        line-height: 0 !important;
        padding: 0 !important;
    }


    .card {
        margin: 24px 6px;
        height: 264px;
    }


    .reversa {
        flex-direction: column-reverse !important;
        display: flex !important;
    }
    .intro-box h2 {
        margin: 12px !important;
    }
    .intro-box dl {
        padding: 6px 12px !important;
    }

    .card_notibox {
        margin: 24px 0 0 !important;
        padding-bottom: 24px !important;
        -webkit-box-shadow: 0 3px 21px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 3px 21px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 0 3px 21px -5px rgba(0, 0, 0, 0.75);
    }
    .inscript {
        display: flex;
        position: fixed;
        bottom: 26px;
        left: 12px;
        background: #171779;
        border-radius: 100px;
        padding: 20px 2rem;
        color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.24), 0 8px 12px rgba(0, 0, 0, 0.14);
        z-index: 997;
        width: auto;
        align-items: center;
    }
    .inscript-genero img {
        display: flex;
        position: fixed;
        bottom: 26px;
        left: 172px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.24), 0 8px 12px rgba(0, 0, 0, 0.14);
        z-index: 999;
        width: auto;
        align-items: center;
        height: 58px !important;
        border-radius: 12px;
        margin-left: 18px;
    }


    ._animate_in {
        -webkit-animation: slide-in-blurred-bottom 1s ease-in-out both;
        animation: slide-in-blurred-bottom 1s ease-in-out both;
    }
    
    .nav-down {
        bottom: -72px;
    }
    .divider {
        margin: 48px 6px !important;
    }
    .acc_mail a,
    .acc_siu a {
        padding: 10px 24px 14px 8px;
        border: 2px solid;
        border-radius: 24px;
        color: #00AEA9; /* #191497;*/
        position: relative;
    }
    .acc_mail a img {
        margin: 0 10px;
        height: 14px;
        position: relative;
        top: -1px;
    }
    .acc_siu a img {
        height: 18px;
        margin: 0 5px;
        position: relative;
        top: -2px;
    }
    @-webkit-keyframes slide-in-bottom {
        0% {
            -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    @keyframes slide-in-bottom {
        0% {
            -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    ._slide-in-bottom {
        -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;

    }
    ._slide-in-bottom_r {
        -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
        animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
    }
    #filterinput {
        width: 100% !important;
        height: 48px;
        border: 0 none;
        font-size: 1em;
        color: #e91e63;
        padding: 12px;
        position: relative;
        top: 0;
        z-index: 90;
        -webkit-transition: background-color 1s ease-out;
        -moz-transition: background-color 1s ease-out;
        -o-transition: background-color 1s ease-out;
        transition: background-color 1s ease-out;
        margin: 24px 0;
        border-radius: 12px;
    }
    #filterinput:focus {
        background-color: #dadada !important;
        border: none !important;
        -webkit-tap-highlight-color: transparent !important;
        -webkit-focus-ring-color: transparent !important;
    }
    #filterinput::placeholder {
        font: normal normal 500 1em / 1.5 Lato, sans-serif;
        margin: 24px;
        vertical-align: middle;
    }
    .cont_int section .articulo div,
    .margin_art {
        padding: 0 !important;
    }
    .articulo h2 {
        font-size: 1.5em !important;
        line-height: 1.5em !important;
    }
    .breadcrumb span h3 {
        top: 240px !important;
        position: absolute !important;
        right: 60px !important;
        left: 0 !important;
    }
    .divisor {
        margin: 24px !important;
    }
    .categories-list h2 {
        font-size: 1.625em !important;
        line-height: 1.84615385em !important;
        margin-bottom: 0;
        padding: 12px !important;
    }
    .borde_abajo {
        margin: 0 !important;
    }

    .articulo figure {
        min-height: auto !important;
    }
    .cont_int section .articulo .contenedor_art {
        padding: 5%; /* padding: 48px 10% !important; */
    }
    .menu-mobile-est ul li a {
        border-bottom: 1px solid;
        padding: 12px 3px;
        display: flex;
        font-size: 1em;
        color: #00AEA9; /* #191497;*/
        line-height: 1.5;
    }
}
@media only screen and(min-device-width: 768px) and(max-device-width: 1024px) {
    #saludo {
        width: 100%;
        font-size: 2vw;
        padding: 0;
    }
    ._grid8 {
        grid-template-columns: 500px 1fr 1fr 1fr 1fr 1fr !important;
    }
}
@-webkit-keyframes shadow-drop-bottom {
    0% {
        box-shadow: 0 0 0 0 transparent;
    }
    100% {
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}
@keyframes shadow-drop-bottom {
    0% {
        box-shadow: 0 0 0 0 transparent;
    }
    100% {
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}
.logo img {
    margin: 43px;
    height: 55px;
}
.logo a {
    display: block;
}
.top {
    height: 48px;
    min-height: 48px;
    background: #f3f3f3;
    color: #273261;
    display: flex;
    text-align: right;
}

.titulos {
    margin-top: 48px;
    min-height: auto;
    padding: 0;
    font-weight: 300;
    color: #00AEA9; /* #191497;*/
    align-items: center;
    margin-bottom: 48px;
}


#input {
    width: 100%;
    height: 48px;
    border: 0 none;
    font-size: 1em;
    color: #000;
    padding: 12px;
    position: relative;
    top: 0;
    z-index: 90;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
#input:focus {
    background-color: #dadada !important;
}
#input::placeholder {
    font: normal normal 500 1.5em / 1.5 "Gothic A1", sans-serif;
    margin: 24px;
    vertical-align: middle;
}
#cerrar {
    font-size: 1.5em;
    position: absolute;
    z-index: 999;
    top: 15px;
    right: 20px;
    color: rgba(0, 0, 0, 0.3);
}
#buscar {
    color: #fff;
}
#iso {
    fill: #fff !important;
}
.titulos object {
    width: 36px;
    margin: 0 24px 0 0;
}
#iso_lineal {
    fill: #00AEA9; /* #191497;*/
}
.titulos h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.iso_tag {
    border-radius: 0 24px 24px 0;
    position: relative;
    left: 0;
    margin-right: 24px;
    padding: 46px 22px 46px 16px;
    background: rgba(0, 0, 0, 0.3);
}
.isolinea {
    fill: #fff !important;
}
header .col-2 {
    height: 144px !important;
}
.destacados {
    min-height: 264px;
}
.destacados .iso_tag {
    height: 120px;
    padding: 48px 18px 72px;
}
._logo_fondo {
    background: url('../img/iso_lineal_bco2.svg') 80% center no-repeat;
}
.row.col-6._centerV._logo_fondo:nth-child(1) > div:nth-child(2) {
    height: 120px;
    font-family: "Gothic A1", sans-serif;
    margin-left: 24px;
}
.row.col-6._centerV._logo_fondo:nth-child(1) > div:nth-child(2) h2 {
    font-weight: 100;
    margin-bottom: 0;
}
.row.col-6._centerV._logo_fondo:nth-child(1) > div:nth-child(2) h3 {
    font-weight: 500;
    margin-top: 0;
}
.article-thumb {
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    background-size: cover;
}
.small_alt2 {
    font-size: 12px;
    font-weight: 700;
    z-index: 9999;
    margin: 48px;
    top: 300px;
    position: relative;
}
.onesignal-reset {
    color: #7fffd4 !important;
}
body .destacados .row ._color-txt-noticias .h3_alt {
    color: #fff !important;
}
.destacados .row ._color-txt-noticias .small_alt strong {
    color: #fff !important;
}
body .destacados .row ._color-txt-noticias .small_alt {
    color: #fff !important;
}
svg text,
svg text tspan {
    font-family: Lato !important;
    fill: #00AEA9 !important; /* #191497 !important;*/
}
.borde_abajo {
    position: relative;
    font-family: Lato;
    font-weight: 700;
    border: 2px solid;
    height: 48px;
    border-top-style: hidden;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    margin: 0 48px;
    justify-content: flex-end;
}
.borde_abajo_menu ul {
    position: relative;
    font-family: Lato;
    font-weight: 700;
    border: 2px solid;
    height: 70px;
    border-top-style: hidden;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    justify-content: flex-start;
    overflow: hidden;
}
.borde_abajo_menu ul li:first-child {
    margin-left: 18px;
}
.borde_abajo p {
    margin-left: auto;
    margin-right: 48px;
}
body div .borde_abajo img:not(.footer-logo) {
    position: relative;
    left: 21px;
    top: -11px;
}


#usuarios.contmenu ul {
    background-color: rgba(255, 255, 255, 0.01) !important;
    position: relative;
    top: -10px;
}
.menu2 {
    min-height: 72px;
}
#usuarios.contmenu ul {
    left: 50px;
    position: relative;
}

.divisor {
    margin: 50px;
    padding: 0 58px;
}

.divisor a {
    text-decoration: none;
    color: #00AEA9;
    margin-left: 50px;
    font-size: 1em;
}
.img_slide {
    background-size: cover !important;
    background-position: center !important;
}
.pods {
    padding-top: 48px;
    min-height: 264px !important;
}
.medios {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
}
.medios svg {
    margin: 6px;
}
strong {
    font-weight: 700;
}
.interior {
    min-height: 192px;
    height: 192px;
    background: #9ce9e4; /*#d7e3f1;*/
}
.interior h3 {
    font-weight: 600;
    margin: 0 24px;
    color: var(--base-unmdp);
    font-family: 'Lato', sans-serif;
}
.breadcrumb {
    width: 100%;
    margin: 48px 0;
    height: auto;
    color: #005957;
}
.breadcrumb a {
    color: #005957;
    font-weight: 600;
}
.breadcrumb a:last-child {
    color: #00AEA9; /* #191497;*/
}
.cont_int {
    background: 0 0;
    position: relative;
    top: -48px;
    z-index: 9;
}
.cont_int section {
    background: var(--base-fondo);
    min-height: 100vh;
}
.cont_int section .articulo .contenedor_art {
    padding: 7%; /* 72px 15% 0;*/
}
.cont_int section .articulo .icons,
.cont_int section .articulo .icons div {
    padding: 0 !important;
}
.cont_int section .articulo p {
    color: #333;
    margin: 24px 0;
}
.cont_int article aside h4 {
    margin: 24px 0;
}
.datos_sec a {
    font-style: italic;
    color: #005957;
}
.datos_sec div {
    margin-top: 24px;
}
.datos_sec {
    background: #c8f7f4; /*#eaf3fb;*/
    padding: 48px 24px;
}
.datos_sec h4 {
    font-weight: 600;
    margin: 24px 0;
    color: var(--base-unmdp);
}
.submenu_int section {
    height: 144px !important;
    min-height: 144px !important;
}
.submenu_int .col-3 {
    padding: 0 5% 0 0;
    margin: 12px 0;
    flex-direction: column;
    min-height: 96px;
}
.submenu_int h5 a {
    font-size: 18px;
    font-weight: 600;
    color: var(--base-unmdp);
    border-bottom: 2px solid #00AEA9; /* #191497;*/
    padding-bottom: 3px;
    line-height: 1.5em;
}
#secciones .col-3 p {
    margin-top: 0;
    color: #00AEA9; /* #191497;*/
}
.submenu_int h5 {
    margin-bottom: 0.5em;
}
.submenu_int h5 a:hover {
    color: #00c4be !important; /* #03f !important; */
    border-bottom: 2px solid #00c4be; /*2px solid #03f;*/
}
.submenu_int h5 a:visited {
    color: var(--base-unmdp);
}
.articulo h3 {
    margin-top: 0.92307692em !important;
}
.articulo figcaption,
.articulo h2,
.articulo h3 {
    color: var(--base-unmdp);
}
.articulo figure {
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    min-height: 312px;
}
.articulo em {
    font-style: oblique;
    font-weight: 600;
    color: #5b598e;
}
.articulo figure img {
    width: 100%;
    height: auto;
}
.articulo h4 {
    font-weight: 700;
    margin: 24px 0;
    color: #005957; /*#00AEA9; /* #191497;*/
    font-size: 1.125em;
    line-height: 1.35;
}
.articulo .img_caption {
    color: #00AEA9 !important; /* #191497 !important;*/
    font-style: italic;
    font-size: 14px;
    margin: 0 !important;
    width: auto !important;
}
.articulo p cite {
    font-weight: 700;
    font-style: italic;
    color: #2e59a2;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.wrap {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.etiqueta ul.tags.inline {
    height: 24px !important;
    margin: 0 !important;
    position: absolute;
    z-index: 10;
    top: 300px;
    left: 30px;
    display: inline-flex;
}
.etiqueta ul.tags.inline li {
    display: none;
}
.etiqueta ul.tags.inline li:first-child {
    display: block !important;
}
.etiqueta ul.tags.inline li {
    margin: 0 3px;
}
.etiqueta ul.tags.inline li span {
    padding: 14px 24px !important;
    background: #efefef !important;
    color: #00AEA9 !important; /* #191497 !important;*/
    text-transform: uppercase !important;
    border-radius: 48px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
}
.interior ul {
    display: inline-flex;
    flex-wrap: wrap;
}
.divider {
    margin: 0 4px;
}
.breadcrumb span h3 {
    top: 48px;
    position: relative;
    left: -180px;
}
.categories-list h2 {
    padding: 72px 15% 0;
    color: var(--base-unmdp);
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}
.article-info-term {
    display: none !important;
}
.published {
    display: block !important;
    /*margin-bottom: 24px !important;*/
    padding: 0;
}
.margin_art {
    padding: 72px 15%;
}
.titulo_alt {
    display: none;
}
.smaller .titulo_alt {
    display: flex !important;
    justify-content: left;
    align-items: center;
    width: 90%;
    height: 90%;
    color: #00AEA9; /* #191497;*/
    font-weight: 600;
    text-align: left;
}
.article-social {
    display: inline-flex;
    align-items: middle;
    font-size: 1.5em;
    margin-bottom: 24px !important;
}
.article-social li a {
    margin: 12px;
    color: #587f9c;
}
.article-social li:first-child {
    font-size: 14px;
    font-weight: 600;
}
.txtg {
    font-size: 1.2em;
}
.texto-justify {
    text-align: -justify;
}

.texto-left {
    text-align: left;
}

.intro-box a img {
    width: 150px;
}
.intro-box .attachmentsContainer {
    display: none;
}
.intro-box h2 {
    font-size: 1.5em;
    font-weight: 500;
}
.intro-box a {
    color: #00AEA9; /* #191497;*/
    width: 100%;
}
.intro-box dl {
    position: absolute;
    color: #00AEA9; /* #191497;*/
    z-index: 999;
    display: flex;
    font-size: 12px;
    padding: 6px 24px;
}
.intro-box dl .tlectura {
    display: none;
}
.reversa {
    flex-direction: row-reverse;
    display: inline-flex;
}
.noticias-generales #secciones {
    display: none;
}
.noticias-generales .datos_sec {
    display: none !important;
}
.tooltip {
    display: none !important;
}
.paginacion {
    justify-content: center;
}
.paginacion ul {
    display: inline-flex;
}
.int-link {
    color: #00AEA9 !important; /* #191497 !important;*/
}
.int-link div:first-of-type {
    display: none !important;
}
mark {
    background: #7fffd4 !important;
}
#info-context span:nth-child(2) {
    display: none;
}
._color-pubs .titulos ._txt-titulos {
    color: #fff !important;
    margin-left: 50px;
}
.color_agr h3,
.color_arq h3,
.color_der h3,
.color_eco h3,
.color_hum h3,
.color_inge h3,
.color_med h3,
.color_nat h3,
.color_psi h3,
.color_sal h3 {
    margin-top: 0 !important;
}
.underblock small {
    color: #00AEA9; /* #191497;*/
    font-size: 12px;
    left: 81px;
    position: relative;
}
._909e {
    display: none !important;
}
.btn_generico {
    background: #eaf3fb;
    border-radius: 12px;
    margin: 6px;
    width: 90%;
}
.btn_generico i {
    margin-right: 6px;
}
.btn_generico a {
    color: #00AEA9; /* #191497;*/
    padding: 12px;
    display: block;
    line-height: 1.3;
}
.btn_generico a div {
    font-size: 12px;
    font-weight: 700;
    margin: 12px 0;
}


.btn_aside {
    background: #eaeaea;
    border-radius: 12px;
    margin: 12px 12px 12px 0;
}

.btn_aside a {
    color: #00AEA9; /* #191497;*/
    padding: 12px;
    display: block;
    line-height: 1.3;
}

#swipebox-close {
    left: 45% !important;
    top: 50px !important;
}

.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #00AEA9;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}


.blog-pagination {
    color: #00AEA9;
    text-align: center; /* Centrar el contenedor */

}

.blog-pagination ul {
    display: flex;
    justify-content: center; /* Centrar los elementos */
    align-items: center;
    padding: 0;
    margin: 2% auto; /* Centrar usando auto en los márgenes */
    list-style: none;
}

.blog-pagination li:first-child a,
.blog-pagination li:last-child a {
    padding: 12px 16px; /* Ajusta este padding para las flechas */
    font-size: 1.2em; /* Ajusta el tamaño del texto de las flechas */
    text-decoration: none; /* Remover el subrayado */
}

.blog-pagination li {
    margin: 0 10px;
    transition: all 0.5s ease;
    position: relative;
}

.blog-pagination li a {
    color: #00AEA9;
    padding: 12px 24px; /* Aumentamos el padding */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.5s ease;
    text-decoration: none; /* Remover el subrayado */
}

.blog-pagination li.active,
.blog-pagination li:hover {
    background: #00AEA9;
    border-radius: 50px;
}

.blog-pagination li.active a,
.blog-pagination li:hover a {
    color: #fff;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}

.circular-container {
    width: 100px;
    height: 100px;
}

/* Ajustar el tamaño para tablets */
@media(min-width: 768px) {
    .circular-container {
        width: 150px;
        height: 150px;
    }
}

/* Ajustar el tamaño para desktop */
@media(min-width: 992px) {
    .circular-container {
        width: 200px;
        height: 200px;
    }
}


.tabla_vigentes thead th {

    text-transform: uppercase;
    font-weight: 500;
    background-color: #00AEA9;
    color: white;
}

.tabla_vigentes th {
    vertical-align: middle;
    font-size: 0.9em;
}

.tabla_vigentes td {
    vertical-align: middle;
    font-size: 0.8em;
}
li a img {
    height: 2em; /* Ajusta según tus necesidades */
    vertical-align: middle;
    margin-left: 0.5em; /* Espacio a la izquierda de la imagen */
    margin-right: 0.5em; /* Espacio a la derecha de la imagen */
}

@media print {
    body {
        margin: 25mm;
    }
}

.clickable {
    cursor: pointer;
}


.submit-button {
    background-color: #00AEA9;
    border-color: #00AEA9;
}
.submit-button:hover {
    background-color: #e24953;
    border-color: #e24953;
}
.hover-text:hover {
    color: #00AEA9;
}


@media only screen and(max-width: 48em) {
    .divisor {
        margin: 12px !important;
        padding: 0 24px !important;
    }
    .borde_abajo {
        margin: 0 12px !important;
        height: 40px;
    }
    .divisor a {
        font-size: 1em;
        margin-left: 24px;
    }
    body div .borde_abajo img:not(.footer-logo) {
        left: 10px;
        top: -5px;
        width: auto;
        height: auto;
        max-width: 100%;
    }
}

@media only screen and(max-width: 30em) {
    .divisor {
        margin: 6px !important;
        padding: 0 12px !important;
    }
    .borde_abajo {
        margin: 0 6px !important;
        height: 35px;
    }
    .divisor a {
        font-size: 0.9em;
        margin-left: 12px;
    }
    body div .borde_abajo img:not(.footer-logo) {
        left: 5px;
        top: -3px;
        width: auto;
        height: auto;
        max-width: 100%;
    }
}

.dotted-line {
    border-bottom: 3px dotted #000;
    display: inline-block;
    line-height: 1.5;
}



/* ============================================================
   OVERRIDES PANEL MÓVIL SETIE
   (cargar siempre DESPUÉS de panel.css)
   ============================================================ */

    /* ---------- variables “caseras” ---------- */:root
    {
        --panel-bg: #7cf2ee; /* fondo turquesa */
        --panel-text: #000; /* texto negro     */
        --panel-link: #000;
        --panel-link-sm: 0.95rem;
        --panel-link-lg: 1.15rem;
    }
    /* ---------- contenedor y fondo ---------- */
    .cd-panel--from-right {
        width: 100%; /* ancho completo */
        background: var(--panel-bg);
    }
    .cd-panel__container {
        width: 100% !important; /* anula los 90 % / 25 % del css original */
        max-width: none !important;
        height: 100%;
    }
    /* ---------- botón cerrar (✕) ---------- */
    .cd-panel__close::before,
    .cd-panel__close::after {
        background: var(--panel-text) !important; /* líneas de la X en negro */
    }
    /* ---------- cabecera ---------- */
    .cd-panel__content {
        padding: 4rem 5% 2rem; /* 4 rem arriba para que respire */
        color: var(--panel-text);
    }
    .cd-panel__content h4 {
        margin: 0 0 1.25rem;
        font-size: 1.8rem;
        font-weight: 600;
        color: var(--panel-text);
        text-align: left;
    }
    /* ---------- enlaces nivel 1 ---------- */
    .menu-item > .d-flex a {
        color: var(--panel-link);
        font-size: var(--panel-link-lg);
        padding: 0.55rem 0.75rem;
        text-decoration: none;
    }
    /* ---------- enlaces submenú ---------- */
    .submenu a {
        color: var(--panel-link);
        font-size: var(--panel-link-sm);
        padding: 0.45rem 0.75rem;
        text-decoration: none;
    }
    /* ---------- flecha chevron ---------- */
    .toggle-submenu {
        border: 0;
        background: none;
        padding: 0.25rem;
        margin-left: 0.4rem;
    }
    .toggle-submenu .chevron,
    .chevron {
        display: inline-block;
        width: 0.7rem;
        height: 0.7rem;
        border-right: 2px solid var(--panel-text);
        border-bottom: 2px solid var(--panel-text);
        transform: rotate(45deg); /* ▼ */
        transition: transform 0.25s;
    }
    .menu-item.open .chevron {
        transform: rotate(-135deg);
    } /* ▲ */
    /* ---------- submenú oculto por defecto ---------- */
    .submenu {
        padding-left: 1.25rem;
    }
    /* ---------- sub-rayado opcional en hover ---------- */
    .menu-item a:hover,
    .submenu a:hover {
        text-decoration: underline;
    }

    /* separa los niveles 1 */
    .menu-item {
        margin-bottom: 0.35rem; /* prueba .35–.5 según tu gusto */
    }

    /* si también quieres más aire en el sub-menú */
    .submenu li {
        margin-bottom: 0.25rem;
    }

    /* === FIX cortina que tapa el menú =============================== */
    .cd-panel--from-right {
        background: transparent !important; /* adiós capa negra */
        pointer-events: none; /* no captura clicks */
    }
    .cd-panel__container {
        background: var(--panel-bg); /* turquesa SETIE   */
        pointer-events: auto; /* sí capta clicks  */
        z-index: 2000 !important; /* por encima de todo*/
    }

    /* === Aire entre ítems ========================================== */
    .menu-item {
        margin-bottom: 0.5rem;
    } /* ½ rem entre opciones */
    .submenu li {
        margin-bottom: 0.35rem;
    }

    /* También puedes subir el texto un poco con line-height */
    .menu-item > .d-flex a {
        line-height: 1.45;
    }
    .submenu a {
        line-height: 1.35;
    }

    /* === Flecha única (chevron) ==================================== */
    /* Oculta cualquier ▲/▼ que venga del CSS viejo */
    .toggle-submenu {
        font-size: 0 !important;
    } /* mata el carácter */
    .toggle-submenu::before {
        content: none !important;
    } /* mata pseudo-elem */

    /* Nuestro chevron sigue igual */
    .chevron {
        display: inline-block;
        width: 0.75rem;
        height: 0.75rem;
        border-right: 2px solid var(--panel-text);
        border-bottom: 2px solid var(--panel-text);
        transform: rotate(45deg); /* ▼ */
        transition: transform 0.25s;
    }
    .menu-item.open .chevron {
        transform: rotate(-135deg);
    } /* ▲ */
    /* ─── Anula la capa oscura y sus clics ───────────────────────── */
    .cd-panel::before {
        background: transparent !important; /* sin oscurecer */
        pointer-events: none !important; /* no bloquea clics */
    }

    /* Si tu versión usa ::after en vez de ::before: */
    .cd-panel::after {
        background: transparent !important;
        pointer-events: none !important;
    }

    /* Asegura que el contenedor turquesa reciba los eventos */
    .cd-panel__container {
        position: relative; /* crea una capa propia */
        z-index: 10; /* encima del pseudo-elemento */
    }


    /* Artículo/resumen en móviles  (<768 px)  ───────────────────────*/
    @media(max-width: 767.98px) {
        ._75 {
            /* quita el 75 %, ocupa todo */
            width: 100% !important;
        }
        ._75.articulo.blog {
            padding-left: 1rem; /* aire izquierdo  (≈16 px)  */
            padding-right: 1rem; /* aire derecho                */
            /* si prefieres margen externo: comenta línea de arriba
       y usa:  margin-left:1rem; margin-right:1rem;         */
        }
    }


    /* ancho por defecto (pantallas ≥ 768 px) */
    .contenido-resp {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* ancho y centrado en pantallas chicas */
    @media(max-width:767.98px) {
        .contenido-resp {
            width: 90% !important; /* 90 % del viewport */
            top: 100px;
            padding-top: 50px;
            margin: 10% auto; /* centrado horizontal */
        }
    }

    /* Usamos la variable para ambos botones */
    .btn-enviar {
        background-color: var(--base-unmdp);
        border-color: var(--base-unmdp);
        color: #fff;
    }
    .btn-enviar:hover,
    .btn-enviar:focus {
        background-color: #008d89; /* un poco más oscuro al pasar */
        border-color: #008d89;
        color: #fff;
    }

    /* Añadimos un pequeño gap vertical entre input y botón en pantallas XS */
    @media(max-width: 575px) {
        .row.gy-2 [class^="col-"] + .col-auto {
            margin-top: 0.25rem;
        }
    }


    /* ===== CONTROLES DE EDICIÓN DE IMÁGENES ===== */
    .image-wrapper {
        position: relative;
        display: inline-block;
    }

    .image-edit-controls {
        position: absolute;
        top: 5px;
        right: 5px;
        display: none;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 4px;
        padding: 4px;
        gap: 4px;
        flex-direction: row;
    }

    .image-edit-controls i {
        color: white;
        font-size: 14px;
        padding: 4px;
        border-radius: 3px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .image-edit-controls i:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.1);
    }

    .image-edit-controls .image-edit-icon:hover {
        color: #00AEA9;
        background: rgba(0, 174, 169, 0.2);
    }

    .image-edit-controls .image-delete-icon:hover {
        color: #dc3545;
        background: rgba(220, 53, 69, 0.2);
    }

    /* Asegurar que las imágenes tengan posición relativa para los controles */
    img {
        position: relative;
    }

    /* Mostrar controles solo en modo edición activo */
    body.edit-mode-active .image-edit-controls {
        display: flex;
    }

    /* Ocultar controles en elementos editables (para evitar duplicados) */
    .editable .image-edit-controls {
        display: none !important;
    }

    /* ===== OVERRIDES MENÚ SETIE REFACTORIZADO ===== */
    .setie-nav .setie-menu {
        display: flex !important;
        justify-content: center;
        align-items: stretch;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .setie-nav .setie-menu__item {
        display: flex !important;
        align-items: stretch;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .setie-nav .setie-menu__submenu-panel {
        z-index: 60;
    }

    .setie-nav .setie-menu__submenu {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        align-items: start;
        flex-wrap: nowrap !important;
        list-style: none;
    }

    .setie-nav .setie-menu__submenu-item {
        display: block !important;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .setie-nav .setie-menu__submenu-link {
        display: flex !important;
    }

    .setie-nav .setie-menu__third-level {
        display: block !important;
        flex-wrap: nowrap !important;
    }

    .setie-nav .setie-menu__third-level li {
        display: list-item !important;
        list-style: inherit;
    }

    .setie-nav .setie-menu__third-level a {
        display: inline !important;
    }

    .setie-mobile-menu,
    .setie-mobile-menu__submenu,
    .setie-mobile-menu__third-level,
    .setie-mobile-menu__item,
    .setie-mobile-menu__submenu li {
        display: block !important;
    }
