
    .wp-caption,
    iframe {
        max-width: 100% !important;
    }

    .the-section-list__item {
        background-color: #fff;
    }

    .the-card__media {
        width: 100%;
        height: 170px;
        position: relative;
    }

    .the-card__image {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: top center;
    }

    #cargador {
        width: 100%;
        clear: both;
        height: 10px;
        opacity: 0;
        transition: all 1000ms;
        margin-top: 100px;
    }

    img.img_carga {
        margin-left: 50%;
        margin-right: 50%;
        position: relative;
    }

    .wp-caption {
        max-width: 90% !important;
    }

    .the-article-media__image {
        display: block;
        width: 100% !important;
    }

    ._2p3a {
        width: 89% !important;
    }

    .fb-page.fb_iframe_widget {
        width: 100% !important;
    }

    .the-article-media {
        position: relative;
    }

    .the-info-article-media__label {
        text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
        position: absolute;
        bottom: 0;
        right: 0;
        padding: .7rem;
        z-index: 10;
        color: #fff;
        font-size: .9em
    }

    .podcast-item__label,

    .podcast-item__title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #banner5 {
        height: 250px;
        overflow: hidden;
    }

    .mobile-navigation__menu>li.has-submenu>a:after {
        right: 8px;
        position: fixed;
    }

    .main-menu__item {
        line-height: 1;
        margin-bottom: .9375rem;
        position: relative;
    }

    @media screen and (max-width: 1023px) {
        .main-menu__icon {
            position: absolute;
            top: 1px;
            right: 8px;
            margin-left: .625rem;
            width: 1.5rem;
            height: 3.9375rem;
            z-index: 100;
        }
    }

    .wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
        width: 100% !important;
        height: 100% !important;
    }

    .mejs-container {
        padding-top: 56.25%;
    }

    .wp-video, video.wp-video-shortcode {
        max-width: 100% !important;
    }

    video.wp-video-shortcode {
        position: relative;
    }

    .mejs-mediaelement {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .mejs-controls {
        display: none;
    }

    .mejs-overlay-play {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto !important;
        height: auto !important;
    }

    .page.larger .pages{
        display: none;
    }

    ._tipos-moviles-pagination .last{
        display: none;
    }

    .nextpostslink:before {
        content: 'Siguiente';
    }
    
    .nextpostslink{
        font-weight: 700;
    }

    .the-pagination__item span{
        text-decoration: none;
        border: 1px solid #BFBFBF;
        padding: 3px 5px;
        margin: 2px;
    }

    .the-pagination__item span.current{
        border-color: #000;
    }

    .the-pagination__item a{
        text-decoration: none;
        border: 1px solid #BFBFBF;
        padding: 3px 5px;
        margin: 2px;
    }