body {
    font-family: 'Rubik', sans-serif;
    color: #1a265b;
    font-kerning: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background: #a3d4fc;
    background: -moz-linear-gradient(0deg,rgba(163,212,252,0) 0,#a3d4fc 100%);
    background: -webkit-linear-gradient(0deg,rgba(163,212,252,0),#a3d4fc);
    background: linear-gradient(0deg,rgba(163,212,252,0),#a3d4fc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a3d4fc",endColorstr="#a3d4fc",GradientType=1);
    background-repeat: no-repeat;
}

body:before {
    content: "";
    border-image: linear-gradient(90deg, #0f69b4 50%, #eb3c46 0) 1;
    border-width: 3px;
    display: block;
    width: 100%;
    position: fixed;
    border-style: solid;
    top: 0;
    z-index: 2;
    display: none;
}

.banner-header {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    width: 100%;
    top: -12px;
    position: relative;

    .bi {
        margin-right: 3px;
    }

    a {
        color: #FFF;
        background-color: #0b5ded;
        padding: 7px 20px;
        display: block;
    }

    a:hover {
        background-color: #074f8e;
        color: #FFF;
    }
}

* {
    transition: .2s ease;
}

a {
    text-decoration: none;
    color: #127ddb;
}

a:hover {
    color: #03387f;
}

h1 {
    font-size: 1.6rem;
}

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

h3 {
    font-size: 1.1rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 1rem
}

ul ul {
    margin-bottom: 1rem;
}

.pie {
    background-color: #0b5ded;
    color: #b5d9f9;
    padding: 42px 0 0;
    font-size: .95rem;

    h2 {
        color: #FFF;
        margin: 0;
    }

    .text-center {
        text-align: left !important;
    }

    li {
        margin-bottom: 3px;
    }

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

    i {
        margin-right: 8px;
        color: #87afd3;
    }

    .container-fluid {
        max-width: 1440px;
    }

    .row {
        justify-content: space-between;
    }

    a {
        color: #b5d9f9;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    .h {
        text-transform: uppercase;
        font-weight: 600;
        font-size: .85rem;
        letter-spacing: .9px;
        margin-bottom: 5px;
        color: #FFF;
    }
}

h2, section.hijos h2 a {
    color: #0063af;
    font-weight: 600;
    margin-top: 26px;
}

h5 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.menu-top {
    padding: 0 0 4px 0;
    display: flex;
    align-items: center;

    ul {
        margin: 0;
        align-items: center;
        font-size: 15px;
    }

    #donar-btn {
        padding: 5px 17px;
        line-height: normal;
        font-weight: 900;
        margin: 0 10px 0 0;
        font-size: .95rem;
        border-radius: 3px;
    }

    .nav-link {
        padding: 0;
        font-size: .95rem;
        font-weight: 400;
    }

    .ingreso::before {
        content: '\f007';
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        font-weight: 600;
        background: #FFF;
        border: none;
        margin-right: 5px;
    }
}

.sticky-top {
    top: 0;
}

.navbar-brand img {
    width: 210px;
    margin-top: -17px;
}

#barrabarrasDeNavegacionBarraPrincipal {
    width: 100%;
    margin: 0px auto 25px;
    font-weight: 500;
    font-size: 1rem;
    padding-bottom: 12px;
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;

    .bg {
        max-width: 1440px;
    }
}

.nav-link {
    color: #174873;
}

.nav-link:hover {
    color: #0f69b4;
}

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

.navbar-collapse {
    text-align: center;
}

.navbar {
    background: #FFF !important;
    border-bottom: 1px solid hsla(0,0%,100%,.13);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);

    .dropdown-toggle::after {
        content: '\F107';
        font-family: 'Font Awesome 5 Free';
        color: #0f69b4;
        font-size: 17px;
        font-weight: 600;
        background: #FFF;
        border: none;
    }

    .btn.dropdown-toggle {
        margin: 0;
        margin-left: 0px;
        padding: 0;
        border: none;
        top: 4px;
        transition: .2s all;
    }

    .btn.dropdown-toggle:hover {
        top: 1px;
        transition: .3s all;
      }

    .btn-group {
        margin-right: 10px;
    }

    .dropdown-item {
        font-size: .9rem;
        color: #174873;
    }

    .dropdown-item:hover {
        background: #c7e3fb;
    }
}

@media print {
    section.payload {
        border-top: 0;
        border-radius: 0;
        padding: 0;
    }
    body {
        background-color: inherit;
    }
    .gradiente:before {
        visibility: none;
    }
    body:before {
        border: none;
    }
    a.btn-fdlr {
        display: none;
    }
    div.pie {
        display: none;
    }
    div.container {
        --bs-gutter-x: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: 3000px;
    }
    article.nodo.nodo {
        padding-top: 0;
    }
    thead {
        display: table-row-group;
    }
}

.portada {
    border-radius: 20px;
    display: flex;

    .bg {
        background-color: #184974;
        width: 1415px;
        margin: auto;
        border-radius: 15px;
        flex-flow: row-reverse;
        display: flex;
        justify-content: space-between;
    }

    .resumen {
        width: 550px;
        margin-left: 80px;
        align-self: center;
    }

    .resumen img {
        width: 525px;
        margin: auto;
        display: block;
    }

    .resumen p {
        margin-bottom: 35px;
    }

    .imagen_portada {
        border-radius: 15px;
        height: 324px;
        overflow: hidden;
        width: 100%;
    }

    .imagen_portada img {
        object-fit: none;
        height: 499px;
        object-position: right -110px;
        border-radius: 15px;
        width: 100%;
    }

    .btn {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 1.3rem;
        border: 4px solid;
        border-radius: 15px;
        height: 70px;
        padding: 0;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .btn-primary {
        background-color: #d3def2;
        color: #1d5c87;
        border-color: #1d5c87;
    }

    .btn-primary:hover {
        background-color: #1d5c87;
        border-color: #1d5c87;
        color: #FFF;
    }

    .btn-success {
        background-color: #90daaa;
        color: #176910;
        border-color: #176910;
    }

    .btn-success:hover {
        background-color: #176910;
        border-color: #176910;
        color: #FFF;
    }
}

.noticias {
    max-width: 1440px;
    margin: 0 auto 70px;

    .card-title {
        font-size: 1rem;
        margin: -20px 0 0;
        font-weight: 400;
        line-height: 21px;
    }

    h2 {
        border-bottom: 1px solid #9ec3ee;
        padding-bottom: 9px;
        margin-bottom: 16px;
        font-weight: 700;
        margin-top: 35px;
    }

    a {
        color: #1d5c87;
    }

    .card-img-top {
        height: 150px;
        object-fit: cover;
        object-position: center;
    }

    p.fecha {
        margin-bottom: 0;
        font-weight: 600;
        background-color: #1d5c87;
        border-radius: 5px;
        width: 100px;
        text-align: center;
        padding: 3px;
        top: -30px;
        position: relative;
        font-size: .9rem;
    }

    .text-muted {
        color: #fff !important;
    }

    .border-secondary {
        border-color: #ceddee !important;
    }

    .border-secondary:hover {
        border-color: #1d5c87 !important;
    }

    .btn-outline-primary {
        margin: auto;
        display: block;
        border: 3px solid #1d5c87;
        background: transparent;
        color: #1d5c87;
        font-weight: 600;
        padding: 7px 20px;
        width: fit-content;
    }

    .btn-outline-primary:hover {
        border: 3px solid #1d5c87;
        background: #1d5c87;
        color: #FFF;
    }
}

.grilla {
    .col-lg-4 {
        margin-bottom: 30px;
    }

    .card-title {
        font-size: 1rem;
        margin: 0;
        font-weight: 400;
        line-height: 21px;
    }

    .card-title a {
        font-size: 1rem;
        font-weight: 400;
        line-height: 21px;
        color: #212c60;
    }

    .card {
        height: 100%;
    }

    a {
        color: #1d5c87;
    }

    .fecha {
        margin-bottom: 8px;
        font-weight: 400;
        color: #0B5DED;
        border-radius: 5px;
        width: fit-content;
        text-align: left;
        padding: 0;
        font-size: .9rem;
    }
}

.nodo.articulo, article {
    background: #FFF;
    margin: 0 auto 60px;
    border-radius: 5px;
}

.interior article {
    padding: 0;
}

.nodo.nodo {
    padding: 35px;
}

.interior .nodo.nodo {
    padding: 0;
}

.nodo {
    margin: auto;

    header p {
        margin-top: 16px;
    }

    header h1 {
        font-size: 1.6rem;
        border-bottom: 1px solid #badaff;
        padding-bottom: 16px;
        font-weight: 700;
        margin-bottom: 25px;
    }
}

.nodo.articulo {
    h1 {
        font-size: 1.6rem;
        text-align: left;
    }

    .fecha {
        background-color: #1d5c87;
        width: fit-content;
        border-radius: 5px;
        padding: 3px 10px;
        color: #FFF;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: .9rem;
        font-weight: 600;
        text-align: center;
    }

    .relacionadoPrincipal.imagen {
        margin-bottom: 32px;
    }
}

.interior {
    max-width: 1280px;
    margin: 0 auto 60px;
    background-color: #FFF;
    display: flex;
    flex-direction: row-reverse;
    padding: 50px 40px;

    .invisible {
        display: none;
    }

    .nodo {
        width: auto;
    }

    header h1 {
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 32px;
    }

    header p {
        text-align: left;
    }

    section {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        margin-top: 0;
      }

    aside {
        transition: .4s ease;
        margin-right: 15px;
        background-color: #fff;
        position: sticky;
        top: 120px;
        border: 1px solid #dde4ec;
        border-top: 2px solid #2b6ea5;
        padding: 16px 20px 8px;
        border-radius: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    aside,
    aside a {
        text-align: left;
        color: #00367e;
    }

    aside:hover {
        transition: .3s;
        border: 1px solid #7eb0dc;
        border-top: 2px solid #3e7ba5;
    }

    aside h2 {
        font-weight: 400;
        margin-right: -20px;
        margin-left: -20px;
        line-height: normal;
        padding: 0 20px 16px;
        border-bottom: 1px solid #c8cfd8;
        font-size: 19px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    aside h2 a {
        color: #00367e;
    }

    aside h2 a:hover {
        color: #0f69b4;
        text-decoration: none;
    }

    aside ul {
        list-style: none;
        padding: 0 0 0 15px;
        line-height: normal !important;
        padding-left: 15px;
    }

    aside ul li {
        margin-bottom: 1rem;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    aside ul li a:before {
        content: "";
        position: absolute;
        border-right: 1px solid #4e576b;
        border-bottom: 1px solid #4e576b;
        width: 7px;
        height: 7px;
        top: 10px;
        left: -17px;
        transform: translateY(-50%) rotate(-45deg);
        transition: .3s ease;
    }

    aside ul li a:hover:before {
        left: -14px;
        transition: .1s ease;
    }

    aside ul .active a:before,
    aside ul li a:hover:before {
        border-color: #136bd5;
    }

    aside ul ul li a:before {
        content: none;
    }

    aside ul li.active:before {
        transform: translateY(-70%) rotate(45deg);
    }

    aside .active a,
    aside ul ul .active a {
        color: #0f69b4;
        font-weight: 500;
    }

    aside .active ul a {
        color: #576873;
    }

    .small.retornar {
        margin: 16px -21px -17px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        line-height: normal;
        font-size: 15px;
        border-left: 1px solid transparent;
        transition: .5s;
    }

    aside a:hover,
    aside ul ul li a:hover {
        color: #0f69b4;
        text-decoration: none;
    }

    .small.retornar a {
        display: block;
        padding: 13px 0 13px 26px;
        transition: .2s;
    }

    .small.retornar a:hover {
        color: #0f69b4;
        transition: .2s;
    }

    .small.retornar:hover {
        border-left: 4px solid #0f69b4;
        transition: .2s;
    }

    .small.retornar a:before {
        content: "\F359";
        font-family: Font Awesome\ 5 Free;
        color: #0f69b4;
        vertical-align: initial;
        font-size: 13px;
        margin-right: 3px;
    }

    aside ul ul {
        padding-top: 15px;
        margin-bottom: 26px;
        list-style: disc;
        font-size: .7rem;
        color: #576873 !important;
    }

    aside ul ul li a {
        color: #576873;
        font-weight: 400 !important;
    }

    aside ul ul li {
        font-size: .93rem;
    }

    aside ul ul li:before {
        display: none;
    }
}

.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    max-width: 1280px;
    margin: 0 auto 15px;
    height: 22px;
    overflow: hidden;
    font-size: .9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #365591;
    content: '\F0DA';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.breadcrumb a:hover {
    color: #00367e;
}

.hijos {

    li h2 {
        font-weight: 500;
        margin: 0px 0 0 30px;
        padding: 0;
        line-height: normal;
        font-size: .98rem;
    }

    h2 a {
        color: #294780;
    }

    li {
        margin-bottom: 25px;
        font-size: 15px;
    }

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

    ul {
        margin-bottom: 20px;
    }

    li.articulo {
        padding: 15px;
    }
}

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

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

  section.listadoConIconos > ul ul .articulo
, section.listadoConIconos > ul ul .nodo {
    padding: 0 0 0 11px;
    margin: 5px 0;
    border: none;
}

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: 16px 20px;
    border-radius: 3px;
}

section.listadoConIconos .nodo {
    padding: 16px 20px;
}

.hijos li.articulo, section.listadoConIconos > ul >li {
    background-color: #e9f3ff;
    border-radius: 5px;
    border: 1px solid #e9f3ff;
}

.hijos li.articulo:hover, section.listadoConIconos > ul > li:hover {
    border: 1px solid #5581b7;
    cursor: pointer;
}

.contacto header {
    text-align: center;

    p {
        margin-bottom: 0;
        text-align: center;
    }

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

    h1 {
        margin-bottom: 30px;
    }
}

.form-group {
    background-color: #e9f3ff;
    padding: 10px 15px;
    margin-bottom: 22px;
    border-radius: 10px;
}

.form-control {
    border: 1px solid #77a7d7;
}

label {
    margin-bottom: 12px;
}

.form-error-icon {
    display: none;
}

.form-error-message {
    color: #e84156;
}

.btn-primary {
    background-color: #1d5c87;
    border: 1px solid #1d5c87;
    border-radius: 3px;
}

.btn-primary:hover {
    background-color: #007096;
    border: 1px solid #007096;
}

.g-recaptcha {
    margin-bottom: 30px;
}

section.listadoConIconos>ul>li:before {
    content: '\F111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    font-size: 7px;
    color: #53acf4;
    font-size: 17px;
    margin-left: 0;
    margin-top: -2px;
}

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

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

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


section.listadoConIconos>ul>li.articulo:before {
    content: "\F249";
}

section.listadoConIconos>ul>li.nodo:before {
    content: "\F07B";
}

section.listadoConIconos>ul>li.documento:before {
    content: "\F56D";
}

section.listadoConIconos>ul>li.enlace:before {
    content: "\F0C1";
}

section.listadoConIconos>ul>li.evento:before {
    content: "\F073";
}

section.listadoConIconos>ul>li.imagen:before {
    content: "\F03E";
}

section.listadoConIconos>ul>li.audio:before {
    content: "\F001";
}

section.listadoConIconos>ul>li.video:before {
    content: "\F03D";
}

section.listadoConIconos>ul>li.tarjeta:before {
    content: "\F2BB";
}

section.listadoConIconos>ul>li.obra:before {
    content: "\f7d9";
}

.mas.small a {
    font-size: .9rem;
    background: #c8e1ff;
    width: fit-content;
    display: block;
    padding: 3px 9px;
    border-radius: 3px;
    margin-top: 20px;
    border: 1px solid #c8e1ff;
    color: #304d84;
}

.mas.small a:hover {
    color: #304d84;
    border-color: #7dafec;
}

/* Paneles Colapasables */
.panelesColapsables {
    .accordion-item {
        border: none;
        margin-bottom: 20px;
    }

    .accordion-button {
        border: none;
        background-color: #e3efff;
        color: #00367e;
        box-shadow: none;
        padding-right: 60px;
    }

    .accordion-body {
        background-color: #e3efff;
        padding-top: .5rem;
        font-size: .95rem;
        color: #1f3b60;
    }

    .accordion-header {
        margin-top: 0;
    }

    .accordion-header button {
        font-size: 1rem;
    }

    .accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button {
        border-radius: 0;
    }

    .accordion-button::after {
        background-image: none;
        position: absolute;
        right: 23px;
        top: 19px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        opacity: .8;
    }

    .accordion-button:not(.collapsed)::after {
        content: "\F106";
        transform: none;
    }

    .accordion-button::after {
        content: "\F107";
    }

    .perma {
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 3px solid #a1d8f7;
        background-color: #fff;
        border-radius: 0;
        padding: 6px 13px;
        font-size: .9rem;
        font-weight: 500;
        color: #4678bd;
    }

    .perma:hover {
        background-color: #588eac;
        color: #FFF;
        border-color: #2b77a2;
    }
}

.page-link.active, .active > .page-link {
    background: #FFF;
    border-color: #dee2e6;
}

table {
    border: none;
    width: 100%;
    height: auto;
    text-align: left;
    border-collapse: collapse;
    margin: 16px auto 40px;
    font-size: .9rem;
}

table td, table th {
    border: 1px solid #badaff;
    padding: .5rem;
}

table tbody {
    background: #fff;
}

table thead {
    background: #1a265b;
}

table th {
    font-weight: 600;
}

table thead th, table thead tr {
    font-weight: 600;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .noticias h2 {
        margin-bottom: 16px;
        margin-top: 35px;
    }

    aside {
        margin-bottom: 50px;
    }

    .interior {
        padding: 40px 20px 0;
    }

    .breadcrumb {
        max-width: 100%;
    }

    .noticias .card-img-top {
        height: 180px;
        object-fit: cover;
        width: 50%;
        border-radius: 5px 0 0 5px;
    }

    .noticias p.fecha {
        top: 0;
    }

    .noticias .card-title  {
        margin: 15px 0 0 0;
    }

    .noticias .card-img-top {
        height: 100%;
        object-fit: cover;
        width: 180px;
        border-radius: 5px 0 0 5px;
    }

    .noticias .card {
        display: flex;
        flex-direction: row;
    }

    .grilla .card {
        display: flex;
        flex-direction: row;
    }

    .nodo .card .card-img-top {
        height: 100%;
        object-fit: cover;
        width: 140px;
        border-radius: 5px 0 0 5px;
    }

    .nodo .card .card-title  {
        margin: 15px 0 0 0;
    }

    .grilla .fecha {
        top: 0 !important;
    }
}

@media only screen and (max-width: 1240px) {
    .portada .bg {
        flex-flow: column-reverse;
    }

    .portada .resumen {
        margin: 40px auto;
    }

    .portada .imagen_portada {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .portada .resumen {
        width: 100%;
    }

    .portada .resumen img {
        width: 100%;
    }

    .noticias .card-img-top {
        display: none;
    }

    .nodo .card .card-img-top {
        display: none;
    }
}

@media only screen and (max-width: 1180px) {
    .pie {
        text-align: center;
        padding-bottom: 0;
        margin-top: 0;

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

/* Boton estilo de base */
.btn-cu {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    line-height: 1.6em;
}

/*Icono ClaveÚnica*/
.btn-cu .cl-claveunica {
    display: inline;
    float: left;
    text-indent: -9999px;
}

.btn-cu.btn-color-estandar {
    background-color: #0F69C4;
    color: #FFF;
}

/*Texto ClaveÚnica*/
.btn-cu .texto {
    padding-left: 3px;
    text-decoration: underline;
}

/* Tamaño M */
.btn-cu.btn-m {
    width: 160px;
    min-width: 160px;
    max-height: 42px;
    padding: 8px 18px 8px 15px !important;
    font-size: 16px;
    line-height: 1.6em;
}
.btn-cu.btn-m .cl-claveunica {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

/* Tamaño S */
.btn-cu.btn-s {
    width: 130px;
    min-width: 130px;
    max-height: 36px;
    padding: 8px 10px !important;
    font-size: 14px;
}

.btn-cu.btn-s .cl-claveunica {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.btn-cu.btn-color-estandar:hover {
    background-color: #0C549C;
    color: #FFF;
}

.btn-cu.btn-color-estandar:active {
    background-color: #093F75;
    color: #FFF;
}

.btn-cu.btn-color-estandar:focus {
    background-color: #0C549C;
    color: #FFF;
    outline: 1px dashed #000;
}

.btn-fdlr {
    margin: 10px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.3rem;
    background: #eb3c46;
    border: 1px solid #eb3c46;

    i {
        margin-right: 7px;
    }
}

.btn-fdlr:hover {
    background-color: #c12d35;
    border-color: #c12d35;
}

.intro {
    margin: 33px auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 50px auto 0;
    max-width: 100%;
    text-align: center;

    .texto {
        max-width: 1180px;
        margin: auto;
    }

    p {
        color: #1c1919;
    }

    .intro-video {
        margin-bottom: 26px;
    }

    .video .screen {
            box-shadow: 30px 30px 72px -37px rgba(0,0,0,0.35);
            width: 576px;
            margin-bottom: 32px;
            border-radius: 8px;
        }

    h1 {
        font-size: 2.3rem;
        font-weight: 400;
        margin-bottom: 33px;
    }

    .banner-portada {
        width: auto;
        margin: -330px auto 0;
        position: relative;
        z-index: -1;
        padding: 0;
        object-fit: cover;
    }

    .boton {
        margin-top: 43px;

        a {
            background-color: #0b5ded;
            width: fit-content;
            border-radius: 30px;
            margin: 30px auto 50px;
            padding: 10px 25px;
            font-weight: 500;
            color: #FFF;
            display: flex;
            align-items: center;
            font-size: 18px;
        }

        i {
            margin-left: 16px;
            font-size: 24px;
        }

        a:hover {
            background-color: #4f8fff;
        }
    }
}

@media only screen and (max-width: 1400px) {
    .intro {
        margin-top: 30px;
        max-width: 100%;
    }

    .texto {
        max-width: 100%;
    }

    .video {
        max-width: 100%;
    }
}

.mesu-bg {
    background-color: #0b5ded;
    width: 100%;
}

.mesu {
    margin: auto;
    display: flex;
    max-width: 1440px;
    padding: 65px 0;
    justify-content: space-between;
  }

  .logo-mesu {
    max-width: 410px;
    margin-bottom: 60px;
  }

  .secciones {
    color: #FFF;
    text-align: left;

    p {
        margin-bottom: 14px;
    }
}

.seccion {
    margin: 0;
    text-align: left;
    width: 100%;
    font-size: 20px;

    a {
        display: flex;
        color: #FFF;
        padding: 14px 20px;
        border-bottom: 1px solid #4086FF;
        align-items: center;
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 600;
    }

    .icono {
        color: #fff;
        font-size: 25px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    a:hover {
        background-color: #699fff;
        color: #FFF;
    }

    a:hover .icono {
        color: #FFF;
    }
}

.destacado a {
    background-color: #699fff;
    padding: 14px 20px;
}

.noticia {
    max-width: 1440px;
    margin: 70px auto;

    img {
        border-radius: 10px;
        object-fit: cover;
        height: 260px;
        width: 100%;
    }

    a {
        display: block;
    }

    p {
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 24px;
    }

    span {
        padding: 16px 0;
        display: flex;
        flex-direction: column-reverse;
        color: #212c60;
    }

    .fecha {
        font-size: 15px;
        color: #0062ff;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 5px;
        overflow: unset;
        height: auto;
        padding-top: 0;
    }

    h1 {
        margin-bottom: 34px;
        text-align: center;
    }
}

.noticia a:hover {
    p {
        color: #127ddb;
    }

    img {
        opacity: .7;
    }
}

@media only screen and (max-width: 992px) {
    .intro h1 {
        font-size: 1.7rem;
    }

    .logo-mesu {
        max-width: 310px;
        margin: 0 auto 40px;
    }

    .mesu {
        padding: 45px 0;
    }

    .secciones p {
        text-align: center;
    }

    .seccion {
        font-size: 18px;

        a {
            padding: 12px 20px;
        }
    }

    .pie h2 {
        text-align: center;
    }

    .noticia {
        a {
            display: flex;
            border-bottom: 1px solid #bbd8f0;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        img {
            border-radius: 10px;
            object-fit: cover;
            height: 170px;
            max-width: 40%;
            margin-right: 20px;
        }
    }
}

@media only screen and (max-width: 552px) {
    .noticia {
        margin: 70px auto 30px;

        a {
            display: flex;
            flex-direction: column;
            border-bottom: 1px solid #bbd8f0;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        span {
            padding: 16px 0 0 0;
        }

        img {
            border-radius: 10px;
            object-fit: cover;
            height: 170px;
            max-width: 100%;;
            margin-right: 20px;
        }
    }
}

section.hijos.resultado .epi,
article.grafico .epi {
    font-size: .875em;
}

article.nodo {
    color: #294780;
}

.interior aside ul li.i-1c4787583f956,
.interior aside ul li.i-070f5d1e61876
{
    font-weight: bold;
}

.hijos li h2 {
    font-weight: 400;
    margin: 0 0 0 24px;
    padding: 0;
    line-height: normal;
    font-size: .95rem;
}

.hijos ul {
    margin-bottom: 3rem;
}

.hijos ul ul li {
    margin-bottom: 1rem;
}

.hijos ul ul {
    font-size: 15.5px;
}

.nodo.nodo>section.listado>ul>li,
.nodo.nodo>section.personalizado>ul>li {
    margin-bottom: 16px;
    padding: 16px 20px;
    background-color: #f1f8ff;
    border: 1px solid #f1f8ff;
    border-radius: 3px;
}

@media only screen and (max-width:1150px) {
    .nodo.nodo>section.listado>ul>li,
    .nodo.nodo>section.personalizado>ul>li {
        margin: 0 0 15px;
    }
}

.nodo.nodo>section.listado>ul>li:hover,
.nodo.nodo>section.personalizado>ul>li:hover {
    border: 1px solid #7eb0dc;
}

.nodo.nodo>section.listado>ul,
.nodo.nodo>section.personalizado>ul {
    list-style: none;
    padding: 0;
}

.nodo.nodo>section.listado ul li table,
.nodo.nodo>section.personalizado ul li table {
    margin: 10px 0 0 10px;
}

.nodo.nodo>section.listado>ul ul,
.nodo.nodo>section.personalizado>ul ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.nodo.nodo>section.listado>ul li ul li,
.nodo.nodo>section.personalizado>ul li ul li {
    padding: 0 0 0 11px;
    margin: 5px 0;
    border: none;
}

.nodo.nodo>section.listado>ul li ul li:before,
.nodo.nodo>section.personalizado>ul li ul li:before {
    margin-top: 0;
}

.nodo.nodo>section.listado>ul li ul li:hover,
.nodo.nodo>section.personalizado>ul li ul li:hover {
    border: none;
}

.nodo.nodo>section.listado>ul li p,
.nodo.nodo>section.personalizado>ul li p {
    margin: 10px 25px;
}

.nodo.nodo>section.listado>ul li td p,
.nodo.nodo>section.personalizado>ul li td p {
    margin: 0;
}

.nodo.nodo>section.listado>ul li p,
.nodo.nodo>section.listado>ul li ul li,
.nodo.nodo>section.personalizado>ul li p,
.nodo.nodo>section.personalizado>ul li ul li {
    font-size: 15px;
    line-height: 1.5rem;
}

.nodo.nodo>section.listado>ul>li:before,
.nodo.nodo>section.personalizado>ul>li:before {
    content: "\F111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    font-size: 7px;
    color: #3f86cd;
    font-size: 16px;
    margin-left: 0;
    margin-top: -2px;
}

.nodo.nodo>section.listado>ul>li.articulo:before,
.nodo.nodo>section.personalizado>ul>li.articulo:before {
    content: "\F249";
}

.nodo.nodo>section.listado>ul>li.nodo:before,
.nodo.nodo>section.personalizado>ul>li.nodo:before {
    content: "\F07B";
}

.nodo.nodo>section.listado>ul>li.documento:before,
.nodo.nodo>section.personalizado>ul>li.documento:before {
    content: "\F56D";
}

.nodo.nodo>section.listado>ul>li.enlace:before,
.nodo.nodo>section.personalizado>ul>li.enlace:before {
    content: "\F0C1";
}

.nodo.nodo>section.listado>ul>li.evento:before,
.nodo.nodo>section.personalizado>ul>li.evento:before {
    content: "\F073";
}

.nodo.nodo>section.listado>ul>li.imagen:before,
.nodo.nodo>section.personalizado>ul>li.imagen:before {
    content: "\F03E";
}

.nodo.nodo>section.listado>ul>li.audio:before,
.nodo.nodo>section.personalizado>ul>li.audio:before {
    content: "\F001";
}

.nodo.nodo>section.listado>ul>li.video:before,
.nodo.nodo>section.personalizado>ul>li.video:before {
    content: "\F03D";
}

.nodo.nodo>section.listado>ul>li.tarjeta:before,
.nodo.nodo>section.personalizado>ul>li.tarjeta:before {
    content: "\F2BB";
}

.nodo.nodo>section.listado li .small,
.nodo.nodo>section.personalizado li .small {
    display: block;
    letter-spacing: .07rem;
    font-weight: 700;
    margin-bottom: 3px;
    color: #7e8b94;
}

.nodo.nodo>section.listado li a,
.nodo.nodo>section.personalizado li a {
    color: #26344a;
    font-weight: 500;
}

.nodo.nodo>section.listado li a:hover,
.nodo.nodo>section.personalizado li a:hover {
    color: #0b5ded;
}

.nodo.nodo>section.listado div.mas,
.nodo.nodo>section.personalizado div.mas {
    padding: 11px 0 0 41px;
}

li.i-f85b1f793f956 ul,
li.i-b7f590993f956 ul,
li.i-39dfb9f495876 ul
{
    display: none;
}

section.hijos.composicion hr {
    border: none;
    margin: 0;
    display: none;
}

div.grafico div.d-flex {
    visibility: hidden;
    margin-top: 10px;
}

div:hover.grafico div.d-flex {
    visibility: visible;
}

div.grafico div.d-flex a, article.grafico div.d-flex a {
    color: #888;
    font-size: 90%;
}

div.grafico div.d-flex a:hover {
    color: inherit;
}

div.grafico div.epi {
    margin-top: 1rem;
    font-size: 85%;
}

article.grafico a.permalink {
    visibility: hidden;
}
