body {
    background-color: #FFF;
    font-family: "Poppins", serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: #22254f;
    padding-top: 100px;
}

.fondo-portada {
    padding: 130px 0 130px 0;
    margin: -100px auto -130px;
}

* {
    transition: all .2s;
}

a {
    text-decoration: none;
}

.contenido {
    max-width: 1870px;
}

.barrasDeNavegacionBarraPrincipal,
.englishNavigationBarsMainBar {
    border-bottom: 1px solid #273769;
    height: 100px;
    font-size: 1.05rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

    .navbar-nav {
        justify-content: space-evenly;
        width: 79%;
    }

    .nav-link {
        color: #FFF;
    }

    .nav-link:hover {
        color: #26a2ed;
    }

    .nav-link:hover.active {
        color: #FFF;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: #22254f;
    }

    .nav-pills .nav-link {
        border-radius: 4px;
    }

    .dropdown-toggle::after {
        vertical-align: 1px;
        margin-left: 3px;
    }

    .nav-link.show {
        background-color: #22254f;
        color: #FFF !important;
    }

    .dropdown-menu {
        padding: 5px;
        border: none;
        -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.3);
    }

    .dropdown-menu::before {
        content: '\F235';
        font-family: 'Bootstrap-icons';
        top: -22px;
        position: absolute;
        left: 59px;
        font-size: 25px;
        color: #FFF;
    }

    .dropdown-item {
        padding: 10px 20px;
        transition: 0s;
        color: #22254f;
        border-radius: 4px;
    }

    .dropdown-item a {
        color: #22254f;
    }

    .dropdown-item:hover {
        background-color: #22254f;
        color: #FFF;
    }

    .navbar-brand img {
        width: 165px;
    }

    &.ajusteScroll {
        background: transparent !important;
        height: 70px;

        .navbar-brand img {
            width: 126px;
        }
    }

    &.bg-light {
        background-color: rgba(33, 36, 79, 0.9) !important;
    }
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler-icon {
    filter: invert();
}

.navbar > .container-fluid {
    max-width: 1870px;
}

@media (max-width: 1300px) {
    .barrasDeNavegacionBarraPrincipal,
    .englishNavigationBarsMainBar {
        .navbar-nav {
            width: 80%;
        }
    }
}

@media (max-width: 1000px) {

    /*Para que el menu dropdown se abra en hover*/
    .dropdown:hover>.dropdown-menu {
        display: block;
        border-top: 15px solid transparent;
        background-color: #FFF;
    }

    .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }
}

/********************************************/

.idiomaBuscador {
    display: flex;
    align-items: center;
    width: 100px;
    justify-content: space-between;
    font-size: 17px;

    i {
        font-size: 22px;
        vertical-align: middle;
        color: #fff;
    }

    .idioma,
    .buscar {
        font-weight: 500;
        color: #fff;
        cursor: pointer;
    }

    .idioma i {
        margin-right: 7px;
    }

    .buscar i:hover {
        color: #26a2ed;
    }

    .idioma:hover {
        color: #26a2ed;
    }
}

/*
BUSCADOR
*/
.buscador {
    background-color: rgba(14, 32, 88, 0.6);

    .modal-content {
        background-color: transparent;
        border: none;
        border-radius: 7px;
        padding: 1px;
        margin-top: 8rem;
    }

    .bi-search {
        position: absolute;
        left: 32px;
        top: 26px;
        font-size: 22px;
        z-index: 1;
    }

    .form-control {
        padding-left: 55px;
        position: relative;
        border: none;
        height: 52px;
        font-size: 1.1rem;
        font-weight: 500;
        color: #22254f !important;
        border-radius: 8px 0 0 8px;
        margin-right: 0 !important;
    }

    .botonBuscar {
        position: relative;
        right: 0;
        height: 52px;
        border-radius: 0 7px 7px 0;
        background-color: #3badd1;
        border: none;
        color: #FFF;
        width: 60px;
        font-size: 29px;
    }

    .botonBuscar:hover {
        background-color: #C81249;
    }

    .botonBuscar:active {
        background-color: #C81249;
    }
}

/*
CAROUSEL — TITULAR
*/
.carouselTitular {
    margin-top: 25px;
}

.carousel {
    max-width: 715px;

    .carousel-item img {
        object-fit: cover;
        height: 460px;
        width: 100%;
    }

    .carousel-caption {
        font-size: 19px;
        font-weight: 500;
        margin: 0;
        padding: 0;
        line-height: 22px;
        text-align: left;
        right: 32px;
        left: 32px;

        p {
            margin: 0 0 10px 0;

            a {
                color: #FFF;
            }
        }
    }

    .carousel-inner {
        border-radius: 10px 10px 0 0;
    }

    .degradado::before {
        content: '.';
        width: 100%;
        background: linear-gradient(0deg, rgb(20, 20, 20) 0%, rgba(20, 20, 20, 0) 100%);
        position: absolute;
        bottom: 0;
        height: 220px;
        color: transparent;
        opacity: .9;
    }

    .controles {
        opacity: 0;

        span {
            width: 24px;
        }

        button {
            width: 63px;
        }
    }

    .controles:hover {
        opacity: 1;
    }
}
/*
TITULAR
*/
.bg {
    background-color: #22254f;
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 160px;
    padding-bottom: 50px;
}

.titular {
    display: flex;
    justify-content: center;
    color: #FFF;

    h2 {
        font-weight: 400;
        font-size: 2.9rem;
        margin: 0;
        line-height: 3rem;
    }
}

.tituloSeccion {
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
}

.tituloSeccion.noticias {
    background-color: #22254f;
    color: #FFF;
    padding: 8px 17px;
    border-radius: 25px;
    width: 108px;
    position: absolute;
    z-index: 1;
    margin: 32px 0 0 32px;
}

.tituloSeccion.noticias:hover {
    background-color: #C81249;
    width: 123px;
    transition: .3s;
}

.tituloSeccion::after {
    font-family: 'Bootstrap-icons';
    content: '\F285';
    font-size: 15px;
    top: 1px;
    position: relative;
    left: 0px;
    transition: .3s ease;
    opacity: 0;
}

.tituloSeccion:hover::after {
    left: 4px;
    opacity: 1;
}

/*
CALENDARIO
*/
.calendario {
    max-width: 715px;
    background-color: #F4F4F4;
    padding: 30px 32px 16px;
    border-radius: 0 0 10px 10px;

    .tituloCalendario {
        display: flex;

        a {
            color: #22254f;
        }
    }

    .tituloSeccion {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 20px;
    }

    ul {
        padding: 12px 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #d5d8e1;
        margin: 0;
    }

    li {
        a {
            color: #22254f;
            position: relative;
            transition: .3s all;
            left: 0;
        }

        a:hover {
            color: #22254f;
            left: 10px;
            font-weight: 500;
        }

        a::before {
            font-family: 'Bootstrap-icons';
            content: '\F285';
            position: relative;
            font-size: 13px;
            top: 1px;
            margin-right: 6px;
            color: #144ae7;
        }
    }
}

/*
Contenedor de Secciones y Publicaciones
*/
.secc-publ {
    position: relative;
    top: 240px;
}

/*
Secciones
*/
.secciones {
    .seccion {
        margin-bottom: 20px;
    }

    .caja {
        width: 100%;
        height: 170px;
        border-radius: 6px;
        padding: 0;
        display: flex;
        color: #FFF;
        transition: .6s all;
        overflow: hidden;
        align-content: center;
        justify-content: space-between;
        align-items: normal;
        position: relative;

        img {
            object-fit: cover;
            height: 100%;
            object-position: bottom right;
            position: absolute;
            right: 0;
            width: 100%;
            z-index: -1;
        }


        i {
            justify-self: flex-end;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 4px;
            padding: 3px 10px;
            width: fit-content;
            font-size: 27px;
        }
    }

    .caja:hover {
        transform: translateY(-13px);
        transition: .6s all;
    }

    h2 {
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
        padding-left: 20px;
        padding-top: 20px;
        max-width: 50%;
    }
}

/*
Publicacion
*/
.tituloSeccion.publicaciones {
    margin-top: 58px;
    margin-bottom: 21px;
    color: #22254F;
}

.informe {
    display: flex;
    flex-direction: column;
    font-size: .85rem;
    color: #22254F;
    font-weight: 400;
    line-height: 18.5px;
    padding: 15px;
    border-radius: 6px;
    height: 100%;
    background-color: #f4f4f4;
    text-align: center;
    align-items: center;

    img {
        width: 92px;
        border-radius: 4px;
        object-fit: cover;
        height: 114px;
        margin-bottom: 15px;
    }

    p {
        margin: 0;
        max-height: 146px;
        overflow: hidden;
        height: 100%;
    }
}

.informe:hover {
    background-color: #FFF;
}

/*
SUGERENCIAS
*/
.sugerencias {
    text-align: center;
    margin-top: 70px;
    font-weight: 500;
    font-size: 1.1rem;

    .boton {
        background-color: #22254F;
        color: #FFF;
        border-radius: 300px;
        padding: 7px 20px;
        width: 160px;
        display: block;
        margin: auto;
    }

    .boton:hover {
        background-color: #C81249;
    }
}

.arriba {
    text-align: right;
    margin: 30px auto 0;
    padding-bottom: 0;
    max-width: 1000px;
    a {
        color: #22254F;
    }
}

/*
Pie
*/
.pie {
    background-color: #22254f;
    border-top: 1px solid #273769;
    margin-top: 90px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #999eb8;

    a {
        color: #999eb8;
    }

    a:hover {
        color: #FFF;
    }

    span, span a {
        font-weight: 700;
        margin-bottom: 22px;
        display: block;
        color: #FFF;
    }

    span a:hover {
        color: #999EB8;
    }

    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    li {
        margin-bottom: 3px;
    }

    .logo {
        width: 128px;
        margin-bottom: 20px;
    }

    .redes {
        font-size: 28px;
        letter-spacing: 7px;

        a {
            color: #FFF;
        }

        a:hover {
            color: #999eb8;
        }
    }

    .banners {
        a {
            border: 1px solid #273769;
            border-radius: 5px;
            padding: 12px 20px;
            width: 100%;
            margin-bottom: 20px;
            display: block;
        }

        .lobby {
            padding: 0 20px 12px 20px !important;
        }

        img {
            filter: brightness(1000%) grayscale(100%);
            opacity: .7;
            margin-bottom: 0 !important;
        }

        a:hover {
            background-color: #273769;
        }

        a:hover img {
            filter: none;
            opacity: 1;
        }
    }
}

/*
Medias para Portada
*/
@media (max-width: 1870px) {
    .contenido {
        padding: 0 35px;
    }
}

@media (max-width: 1600px) {
    .titular h2 {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }

    .secciones {
        .seccion {
            flex: 0 0 auto;
        }

        .caja i {
            padding: 5px;
            width: 50px;
            font-size: 27px;
            height: 50px;
            text-align: center;
        }

        .caja:hover {
            transform: none;
            opacity: .8;
        }
    }
}

@media (max-width: 1399px) {
    .secciones {
        h2 {
            padding-top: 0;
        }

        .caja {
            justify-content: space-between;
            align-items: center;
            display: flex;
            height: 100px;
        }
    }

    .barrasDeNavegacionBarraPrincipal,
    .englishNavigationBarsMainBar {
        height: auto;
        transition: 0s;

        &.ajusteScroll {
            height: auto;
        }
    }

    body {
        padding-top: 82px;
    }

    .bg {
        position: unset;
        margin-top: -130px;
        padding-bottom: 50px;
        padding-top: 140px;
    }

    .titular {
        padding-left: 0;
        text-align: center;
        margin-bottom: 0;

        h2 {
            margin: 0;
            line-height: 2.9rem;
        }
    }

    .secc-publ {
        position: unset;
    }

    .secciones {
        .seccion {
            width: 100%;
            flex: 0 0 auto;
        }
    }

    .tituloSeccion.publicaciones {
        margin-top: 20px;
    }

    .carousel,
    .calendario {
        max-width: 100%;
        margin: auto;
    }

    .calendario {
        margin-bottom: 35px;
    }

    .mobil {
        max-width: 900px;
    }

    .publicacion {
        margin-bottom: 20px;
    }

    .sugerencias {
        margin-top: 40px;
    }

    .pie {
        margin-top: 50px;
    }

    .breadcrumb {
        margin: 0 25px !important;
    }
}

@media (max-width: 1200px) {
    .idiomaBuscador {
        margin: 20px auto;
        border-top: 1px dashed #7485BC;
        padding-top: 20px;
        width: 100%;
    }

    .navbar-nav {
        padding-top: 32px;
    }

    .navbar-brand img {
        height: auto;
    }

    .dropdown-menu::before {
        display: none;
    }

    .barrasDeNavegacionBarraPrincipal,
    .englishNavigationBarsMainBar {
        height: auto;
        transition: 0s;

        &.ajusteScroll {
            height: auto;
        }
    }

    .idiomaBuscador {
        margin: 20px auto;
        border-top: 1px dashed #7485BC;
        padding-top: 20px;
        width: 100%;
    }

    .navbar-nav {
        padding-top: 32px;
    }

    .navbar-brand img {
        height: auto;
    }

    .dropdown-menu::before {
        display: none;
    }
}

























@media (max-width: 1280px) {
    .secciones {
        .seccion {
            width: 100%;
            flex: 0 0 auto;
        }
    }
}

@media (max-width: 1199px) {
    .pie {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 20px;

        .redes {
            border-bottom: 1px solid #273769;
            padding-bottom: 30px;
            margin-top: 36px;
            margin: 30px auto 36px auto;
        }

        .logo {
            margin: auto;
        }

        ul {
            margin-bottom: 40px;
        }

        .banners {
            max-width: 300px;
            margin: 0 auto 30px;
        }
    }

    .contenido {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .titular h2 {
        font-size: 2rem;
        line-height: 2.4rem;

        span {
            display: inline;
        }
    }
}

@media (max-width: 600px) {
    .calendario {
        text-align: center;

        ul {
            display: block;
        }

        li a::before {
            content: '';
        }

        li a {
            transition: none;
        }

        li a:hover {
            left: 0;
        }

        i {
            display: none;
        }
    }
}

@media (max-width: 576px) {
    .titular h2 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .bg {
        padding-bottom: 40px;
    }

    .informe img {
        width: 60px;
        height: 74px;
    }
}


/********************************************/
/*
INTERIOR
*/
.breadcrumb {
    max-width: 1280px;
    margin: auto;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    font-size: 80%;

    a {
        color: #22254f;
    }

    a:hover {
        color: #22254f;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: '\F285';
        font-family: 'Bootstrap-icons';
        font-weight: 600;
        margin-top: 1px;
    }
}

.interior::after {
    content: '';
    background-color: #22254F;
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.interior {
    max-width: 1280px;
    margin: 40px auto 0;
    flex-direction: row-reverse;

    h1 { font-size: 1.4rem; }
    h2 { font-size: 1.35rem; }
    h3 { font-size: 1.3rem; }

    h1, h2, h3 {
        margin-bottom: 20px;
    }

    h2.accordion-header {
        margin-bottom: 0;
    }

    .accordion-body {
        padding-bottom: 0;
    }

    hr {
        margin: 30px 0;
    }

    header {

        h1 {
            font-size: 1.3rem;
            font-weight: 500;
            margin-bottom: 20px;
        }

        img {
            width: 100%;
            margin-bottom: 15px;
            border-radius: 4px;
        }

        p {
            font-size: 1rem;
            line-height: 28px;
            font-weight: 400;
            color: #576873;
        }
    }

    aside {
        position: sticky;
        top: 120px;
        max-width: 350px;
        font-size: .94rem;
        margin-top: 6px;
        background-color: #F4F4F4;
        padding: 17px 20px;
        border-radius: 5px;
        border: 1px solid #ccd9ef;

        a {
            color: #253568;
        }

        ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        ul ul {
            padding-left: 0;
            padding-top: 10px;
        }

        ul li {
            margin-bottom: 12px;
            position: relative;
            padding-left: 17px;
        }

        ul li a::before {
            content: '\F285';
            font-family: 'Bootstrap-icons';
            position: absolute;
            width: 7px;
            height: 7px;
            top: 0;
            left: 0;
            transition: .3s ease;
            color: #86adc6;
        }

        a:hover, ul ul li a:hover {
            color: #c81249;
        }

        h2, h2 a {
            color: #253568;
            font-size: 1.12rem;
            font-weight: 700;
        }

        h2 {
            border-bottom: 1px solid #ccd9ef;
            margin: 0 -20px 20px;
            padding: 0 20px 15px;
        }


        .active {
            font-weight: 700;

            a {
                color: #22254f;
                font-weight: 600;
            }

            ul a {
                color: #576873;
            }

            ul li a {
                font-weight: 400;
            }

            .active a {
                color: #22254f;
                font-weight: 600;
            }
        }
    }
}


.hijos {
    li h2 {
        font-weight: 500;
        margin: 0 0 0 30px;
        padding: 0;
        font-size: 1.13rem;
    }

    a {
        color: #576873;
    }

    a:hover {
        color: #c81249;
    }

    h2 a {
        color: #253568;
    }

    h2 a:hover {
        color: #c81249;
    }

    ul {
        margin-bottom: 20px;
    }

    li {
        font-size: 15px;
    }

    li li {
        margin-top: 15px;
        margin-bottom: 0;
        padding-left: 10px;
    }

}

section.listadoConIconos>ul ul .articulo:hover,
section.listadoConIconos>ul ul .nodo:hover {
    color: #c81249;
    border: none;
}

section.listadoConIconos > ul ul .articulo a:hover,
section.listadoConIconos > ul ul .nodo a:hover {
    color: #c81249;
}

section.listadoConIconos>ul li p {
    margin: 10px 25px;
}

section.listadoConIconos>ul ul li p {
    margin: 10px 0;
}

section.listadoConIconos>ul>li {
    margin-bottom: 16px;
    padding: 13px 0;
}

section.listadoConIconos>ul>li::before {
    content: '\F111';
    font-family: 'Bootstrap-icons';
    font-weight: 600;
    position: absolute;
    color: #22254f;
    font-size: 17px;
    margin-left: 0;
    margin-top: -2px;
}

section.listadoConIconos>ul>li {
    border-bottom: 1px solid #ccd9ef;
}

section.listadoConIconos > ul ul > li::before {
    font-family: 'Bootstrap-icons';
    position: absolute;
    color: #22254f;
    font-size: 17px;
    margin-left: -30px;
    margin-top: -2px;
}

section.listadoConIconos > ul ul > li::before {
    font-family: 'Bootstrap-icons';
}

section.listadoConIconos > ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
}

section.listadoConIconos > ul, section.listadoConIconos > ul ul {
    list-style: none;
    list-style-type: none;
}

section.listadoConIconos > ul ul,
section.listadoConIconos p {
    margin-top: 10px;
    margin-bottom: 0;
}

section.listadoConIconos > ul ul {
    padding-left: 50px;
}

  section.listadoConIconos>ul>li.articulo:before
, section.listadoConIconos>ul ul>li.articulo::before {
    content: '\F138';
}

section.listadoConIconos>ul>li.nodo:before {
    content: '\F3D1';
}

section.listadoConIconos>ul ul>li.nodo::before {
    content: '\F3D7';
}

  section.listadoConIconos>ul>li.documento:before
, section.listadoConIconos>ul ul>li.documento::before {
    content: '\F30A';
}

  section.listadoConIconos>ul>li.enlace:before
, section.listadoConIconos>ul ul>li.enlace::before {
    content: '\F470';
}

  section.listadoConIconos>ul>li.evento:before
, section.listadoConIconos>ul ul>li.evento::before {
    content: '\F217';
}

  section.listadoConIconos>ul>li.imagen:before
, section.listadoConIconos>ul ul>li.imagen::before {
    content: '\F42A';
}

  section.listadoConIconos>ul>li.audio:before
, section.listadoConIconos>ul ul>li.audio::before {
    content: '\F49E';
}

  section.listadoConIconos>ul>li.video:before
, section.listadoConIconos>ul ul>li.video::before {
    content: '\F4F0';
}

  section.listadoConIconos>ul>li.tarjeta:before
, section.listadoConIconos>ul ul>li.tarjeta::before {
    content: '\F8C8';
}

  section.listadoConIconos>ul>li.obra:before
, section.listadoConIconos>ul ul>li.obra::before  {
    content: '\F5DB';
}

/********************************************/
/*
NOTICIAS
*/
.listadoConImagenesRelacionadas .media {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
    padding-bottom: 30px;

    img {
        width: 300px;
        margin-right: 40px;
    }

    .fecha {
        font-size: 1.1rem;
        font-weight: 300;
        margin-bottom: 15px;
    }

    h2 {
        color: #22254F;
        font-size: 1.3rem;
    }

    p {
        display: none;
    }

    h2:hover {
        color: #c81249;

        .fecha {
            color: #22254F;
        }
    }
}

.hijos.grilla {
    display: flex;
    flex-wrap: wrap;

    .card {
        border: 1px solid transparent;
        margin-bottom: 40px;
        border-radius: 4px;
        overflow: hidden;
        background: #F4F4F4;
        align-items: center;
        height: 90%;

        img {
            width: 100%;
            object-fit: cover;
        }
    }

    .card:hover {
        border: 1px solid #ced8e9;
    }
}

.card-body {
    padding: 20px;
    width: 100%;

    h2 {
        font-size: .95rem;
        color: #253568;
        margin: 0;
    }

    .fecha {
        font-size: .86rem;
        margin-bottom: 13px;
        color: #22254f;
        font-weight: 400;
    }

    .fecha::before {
        content: '\F1F6';
        font-family: 'Bootstrap-icons';
        margin-right: 4px;
        position: relative;
        top: 2px;
    }
}

@media (max-width: 990px) {
    .hijos.grilla .card {
        flex-direction: row;
        height: 180px;
        margin-bottom: 30px;
    }

    img {
        max-width: 400px;
    }

    .carousel {
        .carousel-item img {
            max-width: 100%;
            height: 320px;
        }
    }

    .listadoConImagenesRelacionadas .media {
        img {
            width: 200px;
            margin-right: 40px;
        }
    }
}

@media (max-width: 768px) {
    .listadoConImagenesRelacionadas .media {
        margin-bottom: 30px;
        padding-bottom: 20px;

        img {
            width: 150px;
            margin-right: 30px;
        }

        .fecha {
            font-size: .9rem;
            margin-bottom: 10px;
        }

        h2 {
            font-size: 1.2rem;
        }
    }
}

@media (max-width: 600px) {
    .listadoConImagenesRelacionadas .media {
        margin-bottom: 20px;
        padding-bottom: 10px;

        img {
            display: none;
        }

        .fecha {
            font-size: .8rem;
            margin-bottom: 10px;
        }

        h2 {
            font-size: 1rem;
        }
    }

}

@media (max-width: 500px) {
    .card img {
        display: none;
    }

    .hijos.grilla .card {
        height: auto;
        margin-bottom: 15px;
    }
}

.grupos {
    .page-link.dropdown.active {
        background-color: #FFF;
        border: 1px solid #dee2e6;
    }

    .dropdown-menu {
        left: -27px;
        margin: 0;
        top: 33px;
    }
}

.mas.small a {
    color: #253568;
    background-color: #fff;
    display: flex;
    width: fit-content;
    padding: 8px 13px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    align-items: center;
    border: 1px solid #ccd9ef;
    margin-bottom: 15px;
    font-size: .82rem;
}

.mas.small a::after {
    content: '\F231';
    font-family: 'Bootstrap-icons';
    font-size: 15px;
    margin-left: 6px;
}

.mas.small a:hover {
    background-color: #22254f;
    border-color: #22254f;
    color: #FFF;
}

form, .card-body {
    .btn-primary {
        background-color: #22254F;
        color: #FFF;
        border-radius: 300px;
        padding: 10px 20px;
        border: none;
        text-align: center;
        font-weight: 500;
        font-size: 1.1rem;
        text-transform: none;
        letter-spacing: normal;
    }

    .btn-primary:hover{
        background-color: #C81249;
        color: #FFF;
    }

    .btn-primary::after {
        content: '';
    }

}


table {
    height: 100%;
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

th {
    border: 1px solid #253568;
    background-color: #253568;
    color: #ffffff;
    padding: 5px 10px;
}

td {
    border: 1px solid #253568;
    padding: 10px;
}

label.required {
    margin-bottom: 8px;
    margin-top: 15px;
}

.header-nivel-1 {
    color: #fff;
    background-color: #FFF;
    padding: 30px;
    border-radius: 7px;
    margin-bottom: 40px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.3);
    width: 1280px;

    h2 {
        font-size: 1.7rem;
        font-weight: 900;
        margin-bottom: 0;
        color: #c81249;
    }

    img {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 4px;
    }

    p {
        font-size: 1rem;
        line-height: 28px;
        font-weight: 400;
        color: #576873;
        margin: 10px 0 0 0;
    }
}

aside nav h2 {
    display: none;
}

.clase-articulo.contexto-noticia {
    header {
        margin: 40px auto 0;
    }

    h1 {
        font-size: 1.8rem;
        padding-top: 20px;
        color: #c81249;
        font-weight: 600;
    }

    .fecha {
        font-weight: 500;
    }

    .resumen p {
        line-height: 28px;
        padding-top: 20px;
        font-weight: 300;
        font-size: 1.1rem;
        margin-bottom: 0;
        color: #22254f;
        text-align: left;
    }

    .fecha, h1, .resumen {
        margin: auto;
        max-width: 730px;
    }

    .relacionadoPrincipal.imagen {
        margin: auto;

        img {
            object-fit: cover;
            object-position: center center;
            width: 100%;
        }
    }

    .breadcrumb {
        width: 100%;
        margin: 20px auto 0;
    }

    .cuerpo {
        margin: 20px auto 0;
        font-size: 1.1rem;
        color: #576873;
        line-height: 1.7rem;
        max-width: 730px;
    }

    .hijos {
        margin: auto;
        max-width: 730px;
    }

    .relacionadoPrincipal.imagen, .breadcrumb {
        max-width: 1000px;
    }

    @media (max-width: 1399px) {
        .breadcrumb {
            margin: 20px auto 0!important;
        }
    }
}

li.i-1a5c6e3a8c4d5 > ul,
li.i-68beb7a3c9d76 > ul
{
    display: none;
}


.nodo_557591cb6cd76 article > header,
.nodo_d525ac53c0226 article > header,
.nodo_41493139461d5 article > header,
.nodo_69a5663178ae5 article > header,
.nodo_6802572678ae5 article > header,
.nodo_9c1acae1ae436 article > header,
.nodo_c26511a6235f5 article > header,
.nodo_a2286cb6235f5 article > header,
.nodo_30567cb671086 article > header
{
    display: none;
}

.table-responsive {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: 10px;

    th:first-child {
        position: sticky;
        left: 0;
    }

    &::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 10px;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}

.globos .card {
    font-weight: bold;
    color: #182F5B;
    .valor {
        text-align: center;
        > * {
            background-color: #182F5B;
            color: #fff;
            font-weight: bold;
            text-align: center;
            border-radius: 50%;
            display: inline-block;
            margin: 0 auto;
            width: 75px;
            height: 75px;
            line-height: 75px;
            font-size: 120%;
        }
    }
}

.bg-sombra {
    background: #ECF1F4;
}
