@import url(https://fonts.googleapis.com/css?family=Lato:300, 400, 500, 600, 700, 900);
:root {
    --base-unmdp: #191497;
    --base-fondo: #fff;
    --base-ing: #007272;
    --base-nat: #1e726f;
    --base-eco: #bb005c;
    --base-arq: #e05e00;
    --base-sal: #4c36d2;
    --base-der: #992d4e;
    --base-hum: #990909;
    --base-psi: #771e1a;
    --base-med: #004749;
    --base-agr: #046647;
    --fdo-facus: #eaeaea;
    --bg-blend: multiply;
    --blur: 0px;
    --fg-blend: lighten;
    --foreground: #000000;
    --opacity: 1;
    --spacing: 0px;
}
._color-bkg01 {
    background: #28618e;
}
._color-bkg02 {
    background: #1480b1;
}
._color-bkg03 {
    background: #8d4541 !important;
}
._color-bkg04 {
    background: #bd904b !important;
}
._color-bkg08 {
    background: #fcffb0 !important;
}
._color-bkg05 {
    background: #dbf3ff !important;
}
._color-bkg06 {
    background: rgba(0, 0, 0, 0.9);
}
._color-bkg_hdr {
    background: #fff !important;
}
._color-bkg07 {
    background: #dbe2e9 !important;
}
._color-bkg08 {
    background: #fafafa !important;
}
._color-fnt05 {
    color: #191497 !important;
}
._color-ftr {
    background: #fff !important;
    color: #191497;
}
._color-ftr a {
    color: #191497;
}
._color-titulos_noticias {
    color: #0b085b !important;
}
._color-medios {
    background: #192a41;
}
._color-pods {
    background: #422e35;
    background: linear-gradient(124deg, #5f1e34 26%, #7d2947 100%);
}
._color-pubs {
    background: #2e283c;
    background: linear-gradient(124deg, #21163a 26%, #14366f 100%);
}
._txt-blanco {
    color: #fff;
    fill: #fff !important;
}
._txt-pods {
    color: #bf9e85 !important;
}
._txt-titulos {
    color: #191497 !important;
}
._color-txt {
    color: #e24953;
}
._txt-pubs {
    color: #7ad6ff !important;
}
._color-txt-noticias {
    color: #262729;
}
._color-notibox {
    background: #2d3269;
}
._color-notibox2 {
    background: #182069;
}
._color-notibox3 {
    background: #0b085b;
}
._color-notibox4 {
    background: #0b0f3f;
}
._color-font01 {
    color: #0b0f3f !important;
}
._space4 {
    margin: 96px 0;
}
._txt-menu-1 {
    color: #013756 !important;
}
._txt-menu-2 {
    color: #191497 !important;
}
._op10 {
    opacity: 0.1 !important;
}
._op20 {
    opacity: 0.2 !important;
}
._op30 {
    opacity: 0.3 !important;
}
._op40 {
    opacity: 0.4 !important;
}
._op50 {
    opacity: 0.5 !important;
}
._op60 {
    opacity: 0.6 !important;
}
._op70 {
    opacity: 0.7 !important;
}
._op80 {
    opacity: 0.8 !important;
}
._op90 {
    opacity: 0.9;
}
._op100 {
    opacity: 1 !important;
}
._clr_borde_uni {
    border-color: #191497 !important;
}
._clr_borde_w {
    border-color: #fff !important;
}
._multiplicar {
    mix-blend-mode: multiply !important;
}
._dark {
    mix-blend-mode: darken !important;
}
._trans {
    -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;
}
._trans-all {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
._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 url(../iconos/iso_small.svg) 12.5% center no-repeat !important;
    -moz-transition: background-color 1s ease-out;
    -o-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;
}
nav {
    min-height: inherit !important;
}
.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) {
  
  ._grid4{
    grid-template-columns:1fr!important;
    gap:10%;
    height: 100vh;
}

.articulo h4 {
    font-weight: 700!important;
    margin: 12px!important;
    color: #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.625em;
        font-weight: 700;
        color: #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: #191497 !important;
    }
    .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;
    }
    .social {
        padding-top: 68px;
        font-size: 1.135em;
        color: #8ab;
        background: #dbf3ff;
    }
    .social a {
        color: #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_facus {
        padding: 0 !important;
    }
    .cards {
        padding: 12px;
        display: flex;
        flex-direction: column !important;
        justify-content: flex-start;
        align-items: stretch !important;
        align-content: stretch !important;
    }
    .card_facus {
        margin: 24px 6px;
        min-height: 264px;
        color: #fff;
        padding-left: 0;
        border-radius: 0 24px 0;
        height: 264px;
    }
    .card_facus_s {
        margin: 24px 12px !important;
    }
    .card_facus_s .img_facus_s {
        border-radius: 12px 12px 0 0 !important;
    }
    .reversa {
        flex-direction: column-reverse !important;
        display: flex !important;
    }
    .intro-box h2 {
        margin: 12px !important;
    }
    .intro-box dl {
        padding: 6px 12px !important;
    }
    .card_facus_s .txt_facus_s {
        border-radius: 0 0 12px 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;
    }
    .swiper-container {
        width: 100%;
        height: 184px !important;
    }
    .swiper-container .swiper-slide {
        border-radius: 6px !important;
        max-width: 1074px;
    }
    .swiper-container .contenido {
        top: 0 !important;
        position: relative !important;
        height: 150px !important;
        color: #fff;
        width: 100% !important;
        border-radius: 6px !important;
        font-size: 16px !important;
        padding: 12px !important;
    }
    footer {
        padding: 24px !important;
    }
    .footnav {
        height: 72px;
        position: fixed;
        bottom: 0;
        transition: bottom 0.2s ease-in-out;
        width: 100%;
        z-index: 999999;
        color: #73909e;
        background: #dbf3ff;
        border-radius: 16px 16px 0 0;
        -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.16);
    }
    .footnav div {
        vertical-align: middle;
    }
    .footnav a i {
        font-size: 1.25em;
        color: #191497;
    }
    .nav-down {
        bottom: -72px;
    }
    .swiper-container .swiper-slide .contenido.titulo_rot {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    .swiper-slide .contenido div strong h3 {
        line-height: 24px !important;
        font-weight: 600;
        font-size: 16px !important;
    }
    .swiper-container .swiper-slide {
        width: 100% !important;
        height: 90% !important;
    }
    .divider {
        margin: 48px 6px !important;
    }
    .acc_mail a,
    .acc_siu a {
        padding: 10px 24px 14px 8px;
        border: 2px solid;
        border-radius: 24px;
        color: #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;
    }
    ._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: 23px !important;
        line-height: 32px !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: 48px 10% !important;
    }
    .menu-mobile-est ul li a {
        border-bottom: 1px solid;
        padding: 12px 3px;
        display: flex;
        font-size: 1em;
        color: #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;
}
.contmenu {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.contmenu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #191497;
    margin-bottom: 0;
}
#usuarios.contmenu ul {
    justify-content: left;
    align-items: center;
}
.contmenu ul li {
    background-position: center bottom;
    padding: 36px 18px;
    margin: 0;
    display: inline-flex;
    text-align: center;
    transition: background-color 0.5s ease-out;
    font-size: 1.2vw;
    cursor: -webkit-pointer;
    cursor: pointer;
}
.contmenu ul li:hover {
    display: inline-flex;
    padding: 36px 18px;
    margin: 0;
    text-decoration: none;
    color: #1c13fc;
    transition: all 0.5s ease-out;
    background: #f3f3f3;
}
@-webkit-keyframes slide {
    from {
        background-position: -200px 0;
    }
    to {
        background-position: 0 0;
    }
}
.contmenu a {
    color: #191497;
}
.contmenu a:hover {
    color: #34326b;
}
.contmenu ul li ul {
    top: 264px;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    z-index: 998;
    justify-content: center;
    border: none;
    border-radius: 0 !important;
}
#usuarios.contmenu ul li ul {
    top: 768px;
}
._color_user {
    background: #fff !important;
}
.contmenu ul li ul div {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    height: 240px;
    min-height: 240px;
    padding: 0 !important;
    margin: 24px 0 !important;
    display: block;
    transition: all 0.5s ease-out;
    width: 70%;
    justify-content: flex-start;
}
.contmenu ul li ul div li a {
    cursor: -webkit-pointer;
    cursor: pointer;
    color: #3e424e;
    width: 100%;
    display: block;
    padding: 18px 6px;
    font-size: 0.9rem;
    transition: color 0.5s ease-out;
    text-decoration: none;
}
.contmenu ul li ul div li a:hover {
    color: #191497;
}
.contmenu ul li ul div li {
    padding: 0;
    text-align: left;
    width: auto;
    margin: 0 12px;
    border-bottom: 1px solid rgba(25, 20, 151, 0.2);
}
.contmenu ul li ul div li:hover {
    padding: 0;
    width: auto;
    color: #cb376e;
    background: 0 0;
    margin: 0 12px;
}
.contmenu ul li ul div li:first-child {
    border-bottom: none;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase !important;
}
.contmenu ul li:hover ul {
    display: flex;
    opacity: 1;
    visibility: visible;
    background: #f3f3f3;
    -webkit-animation: shadow-drop-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: shadow-drop-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.menu_nav {
    background: #fff;
}
.card_notibox {
    min-height: 336px;
    margin: 24px 0 0;
}
.card_notibox .img_notibox {
    font-family: "Gothic A1", sans-serif;
    min-height: 192px;
    background: #fafafa url(https://ichef.bbci.co.uk/news/660/cpsprodpb/D1B9/production/_102098635_exams.jpg);
    background-size: cover;
    background-position: center center;
}
.card_notibox .nbx_titulo {
    height: 192px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #fff;
}
.card_notibox .nbx_titulo small {
    font-size: 12px;
    margin: 0 24px;
    line-height: 4em;
    min-height: 192px;
}
.card_notibox .nbx_titulo span p {
    margin-top: 0;
}
.titulos {
    margin-top: 48px;
    min-height: auto;
    padding: 0;
    font-weight: 300;
    color: #191497;
    align-items: center;
    margin-bottom: 48px;
}
.card_facus {
    margin: 24px 0;
    min-height: 144px;
    color: #fff;
    padding-left: 0 !important;
    border-radius: 0 24px 0;
}
.card_facus:nth-child(even) {
    padding-right: 0 !important;
}
.card_facus .img_facus {
    display: flex;
    height: 144px;
    background-size: cover;
    background-position: center center;
    min-height: 144px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 12px 0 0 12px;
}
.--fdo-ing {
    background-color: var(--base-ing);
}
.--fdo-eco {
    background-color: var(--base-eco);
}
.card_facus .img_facus img {
    flex: 1 0 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    opacity: var(--opacity);
    position: relative;
    width: 100%;
    object-fit: cover;
}
.card_facus .txt_facus {
    border-radius: 0 12px 12px 0;
    padding: 24px 12px;
    min-height: 144px;
    height: 144px;
    background: #fafafa;
}
.card_facus .txt_facus small {
    text-transform: uppercase;
    font-weight: 700;
}
.card_noticias_event {
    min-height: 144px !important;
    color: #fff;
    padding-left: 0 !important;
    display: grid;
    grid-template-columns: 96px 250px;
    align-self: center;
    align-self: center;
    justify-self: center !important;
}
.card_noticias_event:nth-child(even) {
    padding-right: 0 !important;
}
.card_noticias_event .img_noticias_event {
    display: flex;
    object-fit: cover;
    overflow: hidden;
    background-position: center center;
    border-radius: 50%;
    width: 96px;
    justify-items: right !important;
    align-items: left;
    height: 96px;
    filter: brightness(0.9);
}
.card_noticias_event .txt_noticias_event {
    padding: 0 6px;
    justify-self: left;
}
.card_noticias_event .txt_facus small {
    text-transform: uppercase;
    font-weight: 700;
}
.color_inge {
    background: #e0e0e0;
    color: var(--base-ing) !important;
}
.color_inge h3:before {
    content: "Ingeniería";
    position: relative;
}
.color_nat {
    background: #e0e0e0;
    color: var(--base-nat) !important;
}
.color_nat h3:before {
    content: "Cs. Exactas y Naturales";
    position: relative;
}
.color_eco {
    background-color: #e0e0e0;
    color: var(--base-eco) !important;
}
.color_eco h3:before {
    content: "Cs. Económicas";
    position: relative;
}
.color_arq {
    background-color: #e0e0e0;
    color: var(--base-arq) !important;
}
.color_arq h3:before {
    content: "Arquitectura, Urbanismo y Diseño I.";
    position: relative;
}
.color_sal {
    background-color: #e0e0e0;
    color: var(--base-sal) !important;
}
.color_sal h3:before {
    content: "Cs. de la Salud y Trabajo Social";
    position: relative;
}
.color_der {
    background-color: #e0e0e0;
    color: var(--base-der) !important;
}
.color_der h3:before {
    content: "Derecho";
    position: relative;
}
.color_hum {
    background-color: #e0e0e0;
    color: var(--base-hum) !important;
}
.color_hum h3:before {
    content: "Humanidades";
    position: relative;
}
.color_psi {
    background-color: #e0e0e0;
    color: var(--base-psi) !important;
}
.color_psi h3:before {
    content: "Psicología";
    position: relative;
}
.color_med {
    background-color: #e0e0e0;
    color: var(--base-med) !important;
}
.color_med h3:before {
    content: "Medicina";
    position: relative;
}
.color_agr {
    background-color: #e0e0e0;
    color: var(--base-med) !important;
}
.color_agr h3:before {
    content: "Cs. Agrarias";
    position: relative;
}
.offline-notification {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    position: fixed;
    left: 50%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.5em;
    text-align: center;
    width: 100%;
    font-size: 12px;
    z-index: 99999;
}
.offline-notification a {
    color: #fff;
}
.offline-notification a:visited {
    color: #fff;
}
.offline-notification:hover .offline-notification_explanation {
    display: block;
}
.offline-notification_explanation {
    display: none;
    background: inherit;
    padding-top: 1em;
}
.offline-msg {
    display: none;
}
.offline .offline-notification {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
}
.offline .online-msg {
    display: none;
}
.offline .offline-msg {
    display: block;
}
#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: #191497;
}
.titulos h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.swiper-container .contenido {
    position: relative;
    height: 50%;
    color: #fff;
    padding: 24px;
    width: 40%;
    border-radius: 0 12px 12px 0;
    height: auto;
}
.swiper-container .contenido .titulo_rot {
    font-size: 14px !important;
}
.swiper-container .swiper-slide {
    -webkit-box-shadow: 6px 6px 16px -7px rgba(0, 0, 0, 0.89);
    -moz-box-shadow: 6px 6px 16px -7px rgba(0, 0, 0, 0.89);
    box-shadow: 6px 6px 16px -7px rgba(0, 0, 0, 0.89);
    font-size: 18px;
    background: #fff;
    width: 80% !important;
    border-radius: 20px;
    max-width: 1074px;
}
body section .swiper-container .swiper-pagination-clickable {
    position: relative;
    top: -50px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    border-radius: 50%;
    color: #ff7800;
    background-color: #ff7800;
    opacity: 1;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    color: #fff;
    background-color: #fff;
    opacity: 1;
}
.swiper-slide .contenido div strong h3 {
    line-height: 38.3px;
    font-size: 24.1px;
}
.swiper-slide .contenido div strong h3 {
    line-height: 36px;
    margin-bottom: 8px;
}
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.swiper-container .swiper-slide:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.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;
}
.search-box input[type="text"] {
    border: none;
    background: #191497;
    z-index: 1;
    width: 450px;
    height: 48px;
    transition: all 0.25s ease-in 0.25s;
    font-size: 1rem;
    line-height: 24px;
    border-radius: 24px;
    padding: 8px;
    color: #fff;
}
.search-box input::placeholder {
    color: #1a3444;
    font-style: oblique;
    text-align: center;
}
.search-box input[type="text"]:hover {
    cursor: pointer;
}
.search-box input[type="text"]:hover:focus {
    cursor: text;
}
.search-box input[type="text"]:hover + span {
    background: rgba(255, 255, 255, 0.2);
}
.search-box input[type="text"]:focus {
    width: 400px;
    padding: 0 10px;
    outline: 0;
    color: #000;
    background: #fff;
    color: #0c205f;
}
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;
}
footer {
    padding-top: 72px !important;
}
._color-ftr ._25 h3 {
    line-height: 36px;
}
._color-ftr ._25 small {
    line-height: 0;
    margin-top: 0;
    padding-top: 0;
}
svg text,
svg text tspan {
    font-family: Lato !important;
    fill: #191497 !important;
}
.iconos_social {
    display: inline-flex;
    width: 90%;
    justify-content: flex-end;
    margin-right: 18px;
}
.iconos_social li {
    height: 40px !important;
    margin-top: px;
}
.iconos_social li a {
    color: #adadad;
    display: block;
    padding: 12px;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.iconos_social li a:hover {
    color: #191497;
}
.acceso_mail {
    display:flex;
    position: relative;
    top: 54px;
  justify-content: end;
}
.acceso_mail li:nth-child(2) {
    -webkit-animation: heartbeat 1.5s ease-in-out 10s 5 both;
    animation: heartbeat 1.5s ease-in-out 10s 5 both;
}
.acceso_mail li:nth-child(2) span {
    padding: 14px 24px 14px 8px;
    border: 2px solid;
    border-radius: 24px;
    color: #191497;
    position: relative;
    top: 6px;
}
.acceso_mail li:nth-child(2) span a {
    color: #191497;
}
.acceso_mail img {
    margin: 0 8px;
}
.iconos_social .icon-search {
    border-color: #191497 !important;
    color: #191497;
    border-width: 2px !important;
}
.acceso_mail li:nth-child(1) {
    line-height: 16px;
    color: #191497;
    text-align: center;
    position: relative;
    top: 0;
    top: -6px;
    position: relative;
    font-size: 12px;
    font-weight: 600;
  margin-right: 24px;
}
.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 {
    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;
}
._color-ftr ._25 h3 {
    line-height: 30px;
}
.divisor {
    margin: 48px;
}
.swiper-container_comment,
.swiper-container_related {
    width: 100%;
    height: 168px;
    overflow: hidden;
}
.swiper-container_comment .swiper-slide,
.swiper-container_related .swiper-slide {
    width: auto;
}
.swiper-button-prev,
.swiper-container_comment .swiper-button-next {
    position: absolute;
    top: 50% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-container_comment .swiper-button-next {
    left: 1374px;
    top: 1717px !important;
    -webkit-filter: brightness(1) contrast(4.01) hue-rotate(27deg) saturate(6.82);
    filter: brightness(1) contrast(4.01) hue-rotate(27deg) saturate(6.82);
}
.swiper-container_comment .swiper-button-prev {
    top: 1717px !important;
    left: 36px;
    -webkit-filter: brightness(1) contrast(4.01) hue-rotate(27deg) saturate(6.82);
    filter: brightness(1) contrast(4.01) hue-rotate(27deg) saturate(6.82);
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1 !important;
    background: #eaeaea !important;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #191497 !important;
}
.swiper-pagination-clickable {
    position: relative;
    top: -96px;
}
.swiper-container_comment .swiper-pagination-clickable,
.swiper-container_related .swiper-pagination-clickable {
    position: relative;
    top: -10px;
}
.swiper-container_comment .swiper-wrapper,
.swiper-container_related .swiper-wrapper {
    height: 138px !important;
}
.img_slide {
    background-size: cover !important;
    background-position: center !important;
}
.pods {
    padding-top: 48px;
    min-height: 264px !important;
}
.pods .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: #d2444d !important;
    -webkit-box-shadow: 10px 10px 9px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 9px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 9px -10px rgba(0, 0, 0, 0.75);
}
.pubs .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: #7ad6ff !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: #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: #2e59a2;
}
.breadcrumb a {
    color: #2e59a2;
    font-weight: 600;
}
.breadcrumb a:last-child {
    color: #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: 72px 15%;
}
.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: #00f;
}
.datos_sec div {
    margin-top: 24px;
}
.datos_sec {
    background: #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 #191497;
    padding-bottom: 3px;
    line-height: 1.5em;
}
#secciones .col-3 p {
    margin-top: 0;
    color: #191497;
}
.submenu_int h5 {
    margin-bottom: 0.5em;
}
.submenu_int h5 a:hover {
    color: #03f !important;
    border-bottom: 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: #191497;
    font-size: 1.125em;
    line-height: 1.35;
}
.articulo .img_caption {
    color: #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;
}
.footer_div {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
@-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;
    }
}
#modal_search {
    background: #dbe2e9 url(../img/search_dummy.svg) 110% 5%/50% no-repeat !important;
}
.search {
    width: 100%;
    position: relative;
    display: flex;
}
.search .searchTerm input {
    width: 100%;
    border: 3px solid #191497;
    border-right: none;
    padding: 5px;
    height: 48px;
    border-radius: 5px 0 0 5px;
    outline: 0;
    color: #9dbfaf;
    font-size: 1.5em;
}
.search .searchTerm input:focus {
    color: #191497;
}
.search .searchTerm .form-inline {
    width: 100%;
    display: flex;
}
.search .searchTerm form button {
    width: 48px;
    height: 48px;
    border: 1px solid #191497;
    background: #191497;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}
.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: #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;
}
._color-pods .swiper-container-initialized .swiper-slide ._color-txt-noticias .h3_alt ._color-titulos_noticias {
    color: #fff !important;
}
.article-info-term {
    display: none !important;
}
.published {
    display: block !important;
    /*margin-bottom: 24px !important;*/
padding:0px;
}
.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: #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 {
    text-align: -justify;
}
.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: #191497;
    width: 100%;
}
.intro-box dl {
    position: absolute;
    color: #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: #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;
}
._color-pubs .swiper-container_comment ._color-txt-noticias .small_alt strong {
    color: #fff !important;
}
._color-pubs ._clr_borde_uni {
    border-color: #fff !important;
    color: #fff !important;
}
._color-pubs .swiper-container_comment ._color-txt-noticias .h3_alt ._color-titulos_noticias {
    color: #7ad6ff !important;
}
._color-pubs .swiper-container_comment ._color-txt-noticias .h3_alt {
    color: #7ad6ff !important;
    height: 75px !important;
}
._color-pubs .swiper-container_comment ._color-txt-noticias .h3_alt ._color-titulos_noticias {
    color: #7ad6ff !important;
}
._color-pubs .swiper-container_comment ._color-txt-noticias .h3_alt ._color-titulos_noticias {
    color: #7ad6ff;
}
.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: #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_2 {
    background: #eaf3fb;
    border-radius: 12px;
    margin: 6px;
    width: 90%;
}

.btn_generico i {
    margin-right: 6px;
}
.btn_generico a {
    color: #191497;
    padding: 12px;
    display: block;
    line-height: 1.3;
}

.btn_generico_2 a {
    color: #191497;
    padding: 16px;
    display: block;
    line-height: 1.3;
    width: 100%;
    height: 100%;
}


.btn_generico a div {
    font-size: 12px;
    font-weight: 700;
    margin: 12px 0;
}

/* acordeon radio */


.acoradio dl {
  margin: 48px auto;
  width: 100%;
}


.acoradio dt, .acoradio dd {
  padding: 20px;
}


.acoradio dt {
  background: #f3f3f3;
  color: #0b085b;
  cursor: pointer;
}


.acoradio dd {
  background: #fbfbfb;
  display: none;
  line-height: 1.6em;
  text-align: center;
}


.acoradio dt.activo,.acoradio dt:hover {
  background:#eaf3fb;
  color:#0b085b;
}


.acoradio dd:first-child {
  display: block!important;
}


.acoradio dl dd section div {
	display: grid;
    grid-template-columns: 100px 1fr;
    width: 100%;
    padding: 12px;
    box-shadow: 0 1px 0 #0b085b;
    grid-column-gap: 24px;
    font-size: 14px;
}

.acoradio dl dd section div > p{
  margin:0px!important;
}
.acoradio dl dd section div > p:first-child {
    box-shadow: 1px 0px 0px 0 #0b085b;
    font-weight: bold;
    text-align: right;
    padding-right: 24px;
}

.acoradio > dl > dt:first-child {
    border-radius: 24px 24px 0 0;
}

.acoradio > dl > dt:last-child {
    border-radius: 0 0 24px 24px;
}

/* acordeon radio */

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

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



.memorias {
position: relative;
top: 28px;
left: auto;
text-align: right;
}


h1, h2, h3,
h4, h5, h6, .category-desc {
width:100%;
}

._center {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

._center_top {
    display: flex!important;
    align-items: flex-start!important;
    justify-content: center!important;
}

._grid4{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
}