﻿@charset "UTF-8";
/*ESTILOS DE NOTA*/
.row {
    width: 100%;
}

.contenedor {
    max-width: 1280px;
}

.breadcrumbs {
    color: #737373;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 49%;
    display: inline-block;
    font-family: "Forza", sans-serif;
}

    .breadcrumbs span {
        font-family: "Forza", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #737373;
    }

        .breadcrumbs span a {
            color: #737373;
            font-weight: 400;
        }

    .breadcrumbs strong {
        font-weight: 400;
    }

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .pswp__button:focus, .pswp__button:hover {
        opacity: 1;
    }

    .pswp__button:active {
        outline: none;
        opacity: 0.9;
    }

    .pswp__button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: transparent;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}



.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 30px;
    height: 110px;
    position: absolute;
    border: none;
    padding: 0px;
}

.pswp__button.pswp__button--close, .pswp__button.pswp__button--share, .pswp__button.pswp__button--fs, .pswp__button.pswp__button--zoom {
    width: 44px;
    height: 44px;
    position: relative;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    box-shadow: none;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__caption__center {
    font-family: "OlympiaBold", serif;
    font-size: 16px !important;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: transparent;
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

    .pswp__share-tooltip a {
        display: block;
        padding: 8px 12px;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;
    }

        .pswp__share-tooltip a:hover {
            text-decoration: none;
            color: #000;
        }

        .pswp__share-tooltip a:first-child {
            border-radius: 2px 2px 0 0;
        }

        .pswp__share-tooltip a:last-child {
            border-radius: 0 0 2px 2px;
        }

.pswp__share-modal--fade-in {
    opacity: 1;
}

    .pswp__share-modal--fade-in .pswp__share-tooltip {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}

    a.pswp__share--facebook:hover:before {
        border-bottom-color: #3E5C9A;
    }

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

    .pswp__caption small {
        font-size: 11px;
        color: #BBB;
    }

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

    .pswp__preloader--active .pswp__preloader__icn {
        background: url(preloader.gif) 0 0 no-repeat;
    }

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
        -webkit-animation: clockwise 500ms linear infinite;
        animation: clockwise 500ms linear infinite;
    }

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
        -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
        animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    }

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}


@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar, .pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}


.pswp__button--close {
    background: url(../img/icon/icon_close_small.png) no-repeat center transparent;
    background: url(../img/icon/icon_close_small.svg) no-repeat center transparent;
    border: 1px solid rgba(0, 153, 255, 0.2);
    background-position: 0 0;
}

.pswp__button--share {
    background: url(../img/icon/icon_share.png) no-repeat center transparent;
    background: url(../img/icon/icon_share.svg) no-repeat center transparent;
    border: 1px solid rgba(0, 153, 255, 0.2);
    background-position: 0 0;
}

.pswp__button--fs {
    background: url(../img/icon/icon_fullscreen.png) no-repeat center transparent;
    background: url(../img/icon/icon_fullscreen.svg) no-repeat center transparent;
    border: 1px solid rgba(0, 153, 255, 0.2);
    background-position: 0 0;
}

.pswp__button--zoom {
    background: url(../img/icon/icon_zoom.png) no-repeat center transparent;
    background: url(../img/icon/icon_zoom.svg) no-repeat center transparent;
    border: 1px solid rgba(0, 153, 255, 0.2);
    background-position: 0 0;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -45px 0;
}

.arrow-left, .arrow-right {
}

.pswp__button--arrow--left {
    background: url(../img/icon/flecha-izq-n.png) no-repeat;
}

.pswp__button--arrow--right {
    background: url(../img/icon/flecha-der-n.png) no-repeat;
}

.nota-comentarios {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

.comentar-compartir {
    width: 23%;
    vertical-align: top;
    display: inline-block;
}

.cuerponoticia {
    width: 76.3%;
    display: inline-block;
    vertical-align: top;
    border-left: solid 1px #CCCCCC;
}

.comentar-compartir div.contador-comentarios {
    font-family: "Forza", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #004773;
    margin: 10px 0 10px 0;
}

    .comentar-compartir div.contador-comentarios span {
        font-size: 36px;
        display: block;
        width: 100%;
    }

.comentar-compartir .btn-comentar {
    -webkit-appearance: none;
    border: none;
    background-color: #004973;
    cursor: pointer;
    font-family: "Forza", sans-serif;
    font-weight: 500;
    color: #FFF;
    width: 100%;
    display: block;
    padding: 10px;
}

.comentar-compartir .btn-compartir {
    -webkit-appearance: none;
    border: none;
    background-color: #f8694d;
    cursor: pointer;
    font-family: "Forza", sans-serif;
    font-weight: 500;
    color: #FFF;
    width: 100%;
    display: block;
    padding: 10px;
}

.comentar-compartir .tendencias-title {
    font-family: "Forza", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #004973;
    width: 100%;
    display: block;
    margin-top: 20px;
    padding-left: 10px;
}

.comentar-compartir h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: Forza, sans-serif;
    margin-top: 10px;
    padding: 10px;
    border-bottom: solid 1px #BBBBBB;
    background-color: #eff3f4;
    color: #000;
}

.comenta-noticia {
    float: right;
    width: 170px;
    font-size: 13px;
    font-weight: 400;
    font-family: Forza, sans-serif;
    color: #FFF;
    padding: 10px;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #004973;
    height: 0;
    line-height: 50px;
}

#masNoticias span {
    font-family: "Forza", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #004773;
    margin: 5px 10px 5px 0;
    display: block;
    border-bottom: 2px solid #004973;
}

#masNoticias .noticias {
    background-color: #eff3f4;
}

    #masNoticias .noticias img {
        max-width: 100%;
    }

#masNoticias figure {
    display: inline-block;
    width: 125px;
    height: 90px;
    position: relative;
    overflow: hidden;
}

#masNoticias h4 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 3px;
}

#masNoticias .noticias article {
    font-size: 16px;
    font-weight: 400;
    font-family: Forza, sans-serif;
    margin: 0px;
    color: #000;
    max-height: 124px;
    border-bottom: solid 1px #BBBBBB;
}

    #masNoticias .noticias article a {
        color: #000;
    }

.noticias-recomendadas {
    margin-top: 10px;
}

    .noticias-recomendadas strong {
        float: left;
        width: 233px;
        font-size: 18px;
        font-weight: 600;
        font-family: Forza, sans-serif;
        color: #FFF;
        padding: 10px;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #004973;
        height: 0;
        line-height: 50px;
    }

    .noticias-recomendadas div {
        display: inline-block;
        width: 100%;
        border-top: solid 3px #004973;
        padding: 10px 0 10px 0;
    }

        .noticias-recomendadas div figure {
            width: 24.6%;
            display: inline-block;
            height: 150px;
            overflow: hidden;
            position: relative;
        }

            .noticias-recomendadas div figure img {
                width: 100%;
                height: auto;
                min-height: 100%;
            }

            .noticias-recomendadas div figure figcaption {
                color: #FFF;
                font-family: Forza, sans-serif;
                font-weight: 500;
                font-size: 18px;
                padding: 0 5%;
                background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
                background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0, 1) 100%);
                background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0, 1) 100%);
                background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0, 1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
                content: "";
                display: block;
                left: 0;
                position: absolute;
                width: 90%;
                z-index: 2;
                bottom: 0;
                height: 30%;
            }

.comentariosCaja {
    background: #eff3f4;
}

    .comentariosCaja input, .comentariosCaja textarea {
        z-index: 1;
        position: relative;
        padding-right: 3%;
        padding-left: 3%;
        border: 0;
        border-bottom: solid 1px rgba(0, 0, 0, .2);
        border-radius: 0;
        font-size: 1.2em;
        background: 0 0;
        box-shadow: none !important;
        resize: none;
        width: 94%;
        min-height: 40px;
        outline: none;
    }

.mensajeDePrivacidad {
    font-size: 12px;
    font-family: "Forza", sans-serif;
    background-color: #333333;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px 10px 15px 10px;
    color: #FFF;
    font-size: 11px;
    display: inline-block;
    margin-top: 0px;
}

.bloque-lista-comentarios {
    margin-top: 10px;
    margin-bottom: 10px;
}

.datos-usuario, .datos-usuario time, .datos-usuario div {
    display: inline-block;
    padding-top: 4px;
}

    .datos-usuario .votarLikes i, .datos-usuario .votarLikes span {
        display: inline-block;
        margin: 0 10px;
        font-size: 15px;
    }

.datos-usuario {
    width: 90%;
    background-color: #004973;
    color: #FFF;
    font-size: 12px;
    font-family: "Forza", sans-serif;
    padding-left: 5%;
    padding-right: 5%;
}

.comentarioNuevo p {
    width: 96%;
    background: #eff3f4;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4%;
    font-family: "OlympiaBold", serif;
    margin-bottom: 20px;
}

.votarLikes {
    float: right;
    color: #FFF;
}

.breadcrumbs {
    width: 100%;
}

span.likeCounter, span.dislikeCounter {
    color: #FFF !important;
    cursor: pointer;
}

.votarLikes i.like {
    background-image: url(../img/icon/like.png);
    margin-top: 2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
}

.votarLikes i.dislike {
    background-image: url(../img/icon/dislike.png);
    margin-top: 2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
}

.comentariosCaja button {
    /*appearance: none;*/
    float: right;
    /*-webkit-appearance: none;*/
    border: none;
    width: 170px;
    font-size: 14px;
    font-weight: 400;
    font-family: Forza, sans-serif;
    color: #FFF;
    padding: 10px;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #004973;
    height: 0;
    background-color: #eff3f4;
    line-height: 50px;
}

.mensajeDePrivacidad a {
    color: #007aff;
}

.comentariosCaja textarea {
    min-height: 70px;
}

.bloque-comentarios span {
    font-size: 18px;
    font-weight: 600;
    font-family: Forza, sans-serif;
    color: #004973;
    margin-bottom: 10px;
    display: block;
}

.noticia-nota {
    border-bottom: 4px solid #004973;
    border-top: 4px solid #004973;
}

.cuerponoticia small {
    font-family: "OlympiaBold", serif;
    font-size: 18px;
    font-weight: 400;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: block;
    color: #737373;
}

.cuerpo-texto {
    padding: 15px;
}

    .cuerpo-texto p {
        font-family: "Helvetica", serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5em;
    }

    .cuerpo-texto b {
        font-weight: 700;
    }

.galeria-contenedor {
    background-color: #404040;
}

    .galeria-contenedor figure figcaption {
        height: 15%;
    }

p.feeder {
    padding-left: 10px;
    padding-right: 10px;
}

    p.feeder small, p.feeder b {
        font-family: "OlympiaBold", serif;
        font-size: 18px;
        color: #737373;
        font-weight: 400;
    }

.comentar-compartir em, .comentar-compartir time {
    font-family: "OlympiaBold", serif;
    font-size: 18px;
    color: #737373;
    font-weight: 400;
    display: block;
    width: 90%;
    padding: 2% 5%;
}

@media only screen and (max-width: 768px) {

    p.feeder {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px;
    }

    .cuerponoticia small {
        font-family: "OlympiaBold", serif;
        font-size: 18px;
        margin-left: 0px;
        font-weight: 400;
        margin-right: 15px;
        margin-bottom: 0px;
        display: block;
        color: #737373;
    }

    .comentar-compartir em, .comentar-compartir time {
        font-family: "OlympiaBold", serif;
        font-size: 18px;
        color: #737373;
        font-weight: 400;
        display: block;
        width: 90%;
        padding: 0px;
        padding-left: 10px;
    }

    .comentar-compartir time {
        margin-bottom: 15px;
    }
}

#headline {
    font-size: 36px;
    font-family: "Forza", sans-serif;
    font-weight: 600;
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
}

h2.kicker {
    margin-top: 10px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    border-bottom: solid 1px #CCCCCC;
}

    h2.kicker span {
        font-weight: 600;
        color: #800000;
    }

#loultimo {
    margin-top: 0px;
}

.noticia-nota {
    background-color: #eff3f4;
}

aside.columna-der-noticias {
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
}

.noticia-especial {
    margin-bottom: 10px;
    position: relative;
}

#masNoticias.noticia-especial h4 {
    width: 92% !important;
    padding: 4%;
}

#masNoticias .noticias article:hover {
    background-color: #D8D8D8;
}

#masNoticias.noticia-especial span {
    margin-bottom: 0px;
    margin-right: 0px;
}

.boton-vermas {
    width: 100%;
    height: 24px;
    display: block;
    color: #FFF;
    background-color: #004973;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    right: 0px;
    display: inline-block;
}

    .boton-vermas:hover {
        background-color: #F8694D;
    }

@media screen and (max-width: 1190px) {
    .noticias-recomendadas div figure {
        width: 24%;
    }
}

@media screen and (max-width: 1040px) {
    .comentar-compartir {
        width: 22%;
    }

    #masNoticias h4 {
        width: 40%;
        font-size: 13px;
    }
}

@media screen and (max-width: 950px) {
    .nota-comentarios {
        width: 70%;
    }

    aside.columna-der-noticias {
        display: inline-block;
        width: 29%;
    }

    .galeria-contenedor figure figcaption {
        height: 20%;
    }
}

@media screen and (max-width: 750px) {
    .comentar-compartir {
        /*display: none;*/
        width: 100%;
    }

        .comentar-compartir .tendencias-title {
            display: none;
        }

        .comentar-compartir a {
            display: none;
        }

    .cuerponoticia {
        width: 95%;
    }

    .noticias-recomendadas div figure {
        width: 49%;
    }

    #masNoticias figure {
        display: inline-block;
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 590px) {
    .noticias-recomendadas div figure {
        width: 100%;
    }

    .nota-comentarios {
        width: 100%;
    }

    aside.columna-der-noticias {
        width: 100%;
    }

    #masNoticias h4 {
        width: 60%;
        font-size: 16px;
    }
}
/*CSS DE OPINION*/

#columnasPrincipales {
    background-color: #333333;
}

    #columnasPrincipales .contenedor article figure {
        width: 24%;
        height: 70px;
        overflow: hidden;
        display: inline-block;
        position: relative;
    }

    #columnasPrincipales .contenedor article .headercolumna {
        border-bottom: 1px solid #808080;
    }

    #columnasPrincipales .contenedor article div div {
        width: 74.4%;
        left: -4px;
        display: inline-block;
        vertical-align: top;
        color: #000;
    }

    #columnasPrincipales .contenedor article figure img {
        width: 100%;
        height: auto;
    }

    #columnasPrincipales .contenedor article {
        width: 24.7%;
        position: relative;
        background: #eff3f4;
        vertical-align: top;
        display: inline-block;
        margin: 10px 0;
        border-bottom: solid 4px #004973;
    }

    #columnasPrincipales .contenedor .columnista {
        font-family: "Forza", sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #FFF;
        background: #004973;
        padding: 2px;
        width: 100%;
        position: relative;
    }

    #columnasPrincipales .contenedor p {
        font-size: 14px;
        font-family: "OlympiaBold", serif;
        padding: 5%;
        width: 90%;
        color: #737373;
    }

.titulo-columna {
    font-family: "Forza", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    top: 10px;
    left: 10px !important;
}

.columnista time {
    font-weight: 400;
    position: absolute;
    right: 5px;
}

#columnasPrincipales .contenedor .columnista a {
    color: #FFF;
    font-size: 12px;
}

strong.nombreColumna {
    font-size: 14px;
    color: #004973;
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    display: block;
    top: 5px;
}
/*Video Columna*/
.videoColumna figure {
    height: auto !important;
    width: 100% !important;
    margin-bottom: -5px;
    max-height: 237px;
}

.videoColumna figcaption {
    color: #FFF;
    font-family: Forza, sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 0 5%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0, 1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0, 1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 90%;
    z-index: 2;
    bottom: 0;
    height: 30%;
}

.videoColumna figure img {
    width: auto !important;
    max-height: 233px!important;
    position: relative;
}

.videoColumna .videoIcon {
    background-image: url(../img/icon/inotavideo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 40%;
    top: 43%;
}

#contenidoPrincipal .columnas {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

aside.columnistas-ultimo {
    width: 24.4%;
    display: inline-block;
    vertical-align: top;
}

#contenidoPrincipal {
    margin-bottom: 10px;
}

    #contenidoPrincipal .contenedor article figure {
        width: 24%;
        height: 70px;
        overflow: hidden;
        display: inline-block;
        position: relative;
    }

    #contenidoPrincipal .contenedor article .headercolumna {
    }

    #contenidoPrincipal .contenedor article div div {
        width: 99%;
        /* left: -4px; */
        display: inline-block;
        vertical-align: top;
        color: #000;
    }

    #contenidoPrincipal .contenedor .columnista a {
        color: #FFF;
    }

    #contenidoPrincipal .contenedor article figure img {
        width: 100%;
        height: auto;
    }

    #contenidoPrincipal .contenedor article {
        width: 33%;
        position: relative;
        background: #eff3f4;
        vertical-align: top;
        display: inline-block;
        margin: 10px 0 0 0;
        min-height: 256px;
        border-bottom: solid 4px #004973;
    }

    #contenidoPrincipal .contenedor .columnista {
        font-family: "Forza", sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #FFF;
        background: #004973;
        padding: 2px;
        width: 100%;
        position: relative;
    }

    #contenidoPrincipal .contenedor p {
        font-size: 14px;
        font-family: "OlympiaBold", serif;
        padding: 4%;
        width: 90%;
        color: #737373;
    }

#editorialistas {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

    #editorialistas span {
        vertical-align: top;
        position: relative;
        top: 20px;
        left: 10px;
        font-size: 16px;
        font-weight: 500;
        font-family: "Forza", sans-serif;
        color: #737373;
    }

    #editorialistas article {
        width: 100% !important;
        min-height: 60px !important;
        border-bottom: solid 1px #d9d9d9 !important;
        margin: 0 !important;
    }

    #editorialistas figure {
        width: 50%;
    }

.columnistas-ultimo .columnistas-columnas {
    margin-top: 5px;
}

    .columnistas-ultimo .columnistas-columnas h3 {
        border-bottom: solid 4px #004973;
        margin-bottom: 5px;
        font-family: Forza, sans-serif;
        font-weight: 600;
        color: #004973;
        margin-bottom: 0;
    }

#contenidoPrincipal .columnas hr {
    top: 12px;
    position: relative;
}
/*BREAKPOINTS MOBILE*/
@media screen and (max-width: 1190px) {
    #contenidoPrincipal .contenedor article {
        width: 32.7%;
    }
}

@media screen and (max-width: 1160px) {
    #columnasPrincipales .contenedor article div div {
        width: 73.4%;
    }

    #columnasPrincipales .contenedor article {
        width: 23.9%;
    }

    time {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    #columnasPrincipales .contenedor article {
        width: 49%;
    }

    #contenidoPrincipal .contenedor article {
        width: 49%;
    }

    #contenidoPrincipal .columnas {
        width: 70%;
    }

    aside.columnistas-ultimo {
        width: 29%;
    }
}

@media screen and (max-width: 550px) {
    #columnasPrincipales .contenedor article {
        width: 100%;
    }

    #contenidoPrincipal .contenedor article {
        width: 100%;
    }

    #contenidoPrincipal .columnas {
        width: 100%;
    }

    aside.columnistas-ultimo {
        width: 100%;
    }
}

.btnComentar {
    color: white!important;
    font-size: 18px!important;
    z-index: 1;
    position: relative;
}
