/* header */
    .header {
        height: 80px;
        background-image: url(../img/bg_header_movil.png);
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 12px;
        color: #ffffff;
    }
    .header .logo-bbcl {
        width: auto;
        height: 26px;
        margin-right: 19px;
    }
    .header .logo-copa {
        width: auto;
        height: 56px;
    }
    .header .btn-menu-movil {
        background: none;
        border: none;
        font-size: 22px;
    }
    .header .btn-menu-movil:focus {
        box-shadow: none;
        background: none;
    }
    .header .menu-movil {
        background-color: #3455C0;
        height: 100%;
        position: relative;
    }
    .header .menu-movil .header-menu {
        height: 80px;
        background-color: #3455C0;
        display: flex;
        justify-content: space-between;
        padding: 11px 17px;
    }
    .header .menu-movil .header-menu .btn-cerrar-menu {
        background: none;
        border: none;
        width: 42px;
        font-size: 22px;
    }
    .header .menu-movil .items-menu {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 12px;
        padding-top: 77px;
    }
    .header .menu-movil .items-menu .nav-item {
        padding: 27px 19px 12px;
        border-bottom: 1px solid rgba(136, 153, 166, 0.3);
    }
    .header .menu-movil .items-menu .nav-link {
        color: #ffffff;
    }
    .header .menu-movil .redes-movil {
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 12px;
        font-size: 23px;
        position: absolute;
        bottom: 70px;
        left: 0;
        right: 0;
    }
    .header .menu-movil .redes-movil .nav-item {
        margin: 0 auto;
    }
    .header .menu-movil .redes-movil .nav-link {
        color: #ffffff;
    }
    .header .navbar-nav .nav-item .nav-link {
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 12px;
        text-transform: uppercase;
        padding: 8px 0;
        margin: 0 20px;
        border-bottom: 1px solid transparent;
    }
    .header .navbar-nav .nav-item .nav-link:hover {
        color: #ffffff;
        border-bottom: 1px solid #00c9ec;
    }
    .header .navbar-nav .redes {
        color: #ffffff;
        font-size: 16px;
        letter-spacing: 0;
        display: flex;
        align-items: center;
    }
    .header .navbar-nav .redes a {
        margin: 0 14px;
        color: #ffffff;
    }
    @media (min-width: 992px) {
        .header {
            background-image: url(../img/bg_header.png);
        }
        .header .logo-bbcl {
            margin-right: 47px;
        }
    }
/* header */
.footer {
    background-color: #d4dae3;
    height: 165px;
    text-align: center;
    padding-top: 48px;
}
.footer img {
    width: 71px;
    height: 24px;
    margin-bottom: 45px;
}
.footer p {
    color: #8899a6;
    font-family: Lato;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 12px;
}
body {
    font-family: Montserrat;
    background-color: #ffffff;
}
.main {
    padding-top: 15px;
}
a:hover {
    text-decoration: none;
}
.ads-970-250px {
    height: 250px;
    width: 970px;
    background-color: #00b2c8;
    margin: 0 auto 25px;
}
.ads-320-100px {
    height: 100px;
    width: 320px;
    background-color: #00b2c8;
    margin: 0 auto 15px;
}
.ads-300-250px {
    height: 250px;
    width: 300px;
    background-color: #00b2c8;
    margin: 0 auto 25px;
}
.titulo-general {
    color: #303030;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .titulo-general {
        color: #4C4B4A;
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1060px;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 30.333333%;
        max-width: 30.333333%;
    }
    .main {
        padding-top: 25px;
    }
}
@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 69.666667%;
        max-width: 69.666667%;
    }
}
.main {
    background-image: url(../img/bg_movil.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 15px;
}
.main .contenedor-video {
    margin: 0 -15px 53px 0;
}
.main .contenedor-video .hooper {
    height: auto;
}
.main .contenedor-video .hooper-pagination {
    bottom: -20px;
}
.main .contenedor-video .hooper-indicator {
    width: 9px;
    height: 9px;
    background-color: #8899a6;
    margin: 0 8px;
}
.main .contenedor-video .hooper-indicator.is-active,
.main .contenedor-video .hooper-indicator:hover {
    background-color: #3455C0;
}
.main .contenedor-video .nota-video {
    margin-right: 20px;
}
.main .contenedor-video .nota-video .imagen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main .contenedor-video .nota-video .imagen::before {
    content: "";
    display: block;
    padding-top: 54.18%;
}
.main .contenedor-video .nota-video .imagen .play {
    align-items: center;
    color: #ffffff;
    display: flex;
    background-color: rgba(0, 0, 0, 0.45);
    border: 1px solid #ffffff;
    border-radius: 50%;
    flex: 0 0 57px;
    font-size: 23px;
    justify-content: center;
    width: 57px;
    height: 57px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main .contenedor-video .nota-video .contenedor-titulo {
    padding-top: 10px;
}
.main .contenedor-video .nota-video .contenedor-titulo h3 {
    color: #303030;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}
.titulo-general::before {
    content: none;
}
@media (min-width: 992px) {
    .main {
        background-image: url(../img/bg_escritorio.png);
        padding-top: 25px;
    }
    .main .contenedor-video {
        margin-bottom: 0;
        margin-left: 0;
    }
    .main .contenedor-video .nota-video {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .main .contenedor-video .nota-video .imagen::before {
        content: "";
        display: block;
        padding-top: 54.18%;
    }
    .main .contenedor-video .nota-video .contenedor-titulo {
        padding-top: 12px;
    }
    .main .contenedor-video .nota-video .contenedor-titulo h3 {
        color: #172a4c;
        font-size: 17px;
        font-family: 'Roboto Condensed';
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
    }
}
.main .nota .fecha {
    color: #5c6981;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0;
    line-height: 15px;
}
.main .nota .titulo {
    color: #172a4c;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    font-family: 'Roboto Condensed';
}
.main .nota .autor {
    color: #5C6981;
    font-size: 15px;
    line-height: 15px;
    font-family: 'Roboto', sans-serif;
}
.main .nota .autor a {
    color: #5C6981;
}
.main .nota .imagen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.main .nota .imagen::before {
    content: "";
    display: block;
    padding-top: 56.771%;
}
.main .nota .imagen .creditos {
    background: linear-gradient(90deg, rgba(20, 27, 51, 0) 0%, #141b33 100%);
    color: #FFFFFF;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 13px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 20px 6px 161px;
    font-family: 'Roboto', sans-serif;
}
.main .nota .redes-container {
    padding-left: 0;
}
.main .nota .redes {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.main .nota .redes .visitas {
    border-radius: 0 8px 8px 0;
    background-color: #3455C0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 7px 25px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
}
.main .nota .redes .visitas p {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    margin-bottom: 5px;
}
.main .nota .redes .icons {
    display: flex;
}
.main .nota .redes .icons .fb,
.main .nota .redes .icons .tw,
.main .nota .redes .icons .wsp,
.main .nota .redes .icons .link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    font-size: 19px;
}
.main .nota .redes .icons .fb a,
.main .nota .redes .icons .tw a,
.main .nota .redes .icons .wsp a,
.main .nota .redes .icons .link a {
    color: #ffffff;
}
.main .nota .redes .icons .fb {
    background-color: #3a5998;
}
.main .nota .redes .icons .tw {
    background-color: #26aced;
}
.main .nota .redes .icons .wsp {
    background-color: #12c853;
}
.main .nota .redes .icons .link {
    background-color: #8899a6;
}
.main .nota .contenido-nota {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 27px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
}
.main .nota .contenedor-comentarios,
.main .nota .facebook-comments-button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 37px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.main .nota .contenedor-comentarios .btn-comentarios,
.main .nota .contenedor-comentarios .facebook-comments-button,
.main .nota .facebook-comments-button-container .btn-comentarios,
.main .nota .facebook-comments-button-container .facebook-comments-button {
    border-radius: 4px;
    background-color: #3455C0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    padding: 15px;
    max-width: 300px;
}
@media (min-width: 992px) {
    .main .nota .redes-container {
        padding-left: 15px;
        margin-top: 20px;
    }
    .main .nota .fecha {
        font-family: 'Roboto',sans-serif;
        font-size: 15px;
        line-height: 15px;
    }
    .main .nota .titulo {
        font-size: 36px;
        line-height: 41px;
        font-family: 'Roboto Condensed';
    }
    .main .nota .autor {
        color: #5C6981;
        font-size: 15px;
        line-height: 15px;
        font-family: 'Roboto', sans-serif;
    }
    .main .nota .imagen {
        margin: 0;
    }
    .main .nota .imagen::before {
        padding-top: 54.203%;
    }
    .main .nota .creditos-visitas {
        display: flex;
        justify-content: space-between;
        color: #5c6981;
        border-bottom: 1px solid rgba(136, 153, 166, 0.3);
        padding: 0;
    }
    .main .nota .creditos-visitas .creditos {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 13px;
        margin: 0;
        color: #5C6981;
        font-family: 'Roboto', sans-serif;
        padding: 16px 0;
    }
    .main .nota .creditos-visitas .visitas {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 13px;
        margin: 0;
        padding: 16px;
        background-color: #3455C0;
        color: #FFFFFF;
        font-family: 'Roboto', sans-serif;
    }
    .main .nota .creditos-visitas .visitas strong {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 16px;
    }
    .main .nota .redes {
        padding: 0;
    }
    .main .nota .redes .icons {
        flex-direction: column;
    }
    .main .nota .redes .icons .fb,
    .main .nota .redes .icons .tw,
    .main .nota .redes .icons .wsp,
    .main .nota .redes .icons .link {
        margin: 5px 0;
    }
    .main .nota .contenido-nota {
        font-size: 16px;
        line-height: 26px;
        padding-top: 20px;
    }
    .main .nota .contenedor-comentarios,
    .main .nota .facebook-comments-button-container {
        margin-bottom: 37px;
        margin-top: 40px;
        max-width: 393px;
    }
    .main .nota .contenedor-comentarios .btn-comentarios,
    .main .nota .contenedor-comentarios .facebook-comments-button,
    .main .nota .facebook-comments-button-container .btn-comentarios,
    .main .nota .facebook-comments-button-container .facebook-comments-button {
        padding: 13px;
        max-width: 393px;
    }
}
.lee-tambien-caja {
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    margin: 4px 0 30px 0;
    float: left;
}
.lee-tambien-img {
    width: 120px;
    height: 90px;
    display: block;
    float: left;
    background-size: cover;
    background-position: center center;
    margin-right: 10px;
}
.lee-tambien-titular {
    text-decoration: none !important;
    display: block;
    margin-top: -3px;
    color: #333 !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.instagram-media,
.twitter-tweet {
    margin: 0 auto;
}
.contenido-nota blockquote {
    display: inline-block;
    background-color: #316596;
    border: 1px solid #2c467c;
    font-weight: 400;
    width: 100%;
    margin: 15px 0 10px;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    text-align: left;
}
.contenido-nota iframe {
    width: 100%;
}
.contenido-nota blockquote a {
    color: #ffee58;
}
.contenido-nota blockquote a:hover {
    color: #ffee58;
}
.contenido-nota figure {
    width: 100% !important;
}
.contenido-nota img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}
.contenido-nota figcaption {
    opacity: 0.7;
    color: #000;
    font-size: 0.92rem;
    line-height: 1.07rem;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 9px;
}
.contenido-nota audio {
    margin-bottom: 30px;
}
.cita-bbcl {
    border: 3px solid #dae4eb;
    width: 100%;
    color: #1c2e4f;
    background-color: #fff;
    margin: 40px 0;
}
.cita-bbcl .cita-icon {
    float: left;
    background: white;
    color: white;
    margin-top: -3px;
    margin-left: -3px;
    padding-right: 13px;
    padding-bottom: 11px;
}
.cita-bbcl .cita-bbcl-texto {
    padding: 13px 40px 0;
    font-style: italic;
    font-weight: bold;
}
.cita-bbcl .cita-bbcl-autor {
    font-style: italic;
}
.cita-bbcl .cita-bbcl-compartir {
    padding: 10px;
}
.cita-bbcl .cita-bbcl-compartir a {
    color: #dae4eb;
    padding: 0 10px;
    font-size: 1.42rem;
}
.contenido-nota .banner-content {
    display: none !important;
}
.contenido-nota .content-p7 .fecha-publicacion-desktop,
.contenido-nota .content-p7 .fecha-publicacion-mobile,
.contenido-nota .content-p7 .titulo-wp-nota-desktop,
.contenido-nota .content-p7 .titulo-wp-nota-mobile,
.contenido-nota .content-p7 .rrss-mobile,
.contenido-nota .content-p7 .nota-visitas-mobile,
.contenido-nota .content-p7 .caja-publicado-por-desktop,
.contenido-nota .content-p7 .nota-img,
.contenido-nota .content-p7 .rrss-desktop-top,
.contenido-nota .content-p7 .rrss-mobile,
.contenido-nota .content-p7 .rrss-desktop-bot {
    display: none;
}
.newsletter-section {
    width: auto;
    background-image: url("https://www.biobiochile.cl/assets/biobiochile/img/caja-newsletter/bg@2x.png");
    border-radius: 4px;
    border: 1px solid rgba(36, 60, 104, 0.2);
    padding: 18px 20px 40px;
    position: relative;
    margin: 0;
    float: left;
    margin-bottom: 30px;
}
.newsletter-section .texto {
    display: flex;
}
.newsletter-section .texto img {
    margin-right: 25px;
    width: 87px;
    height: 87px;
}
.newsletter-section .texto .suscribete p {
    color: #243c68 !important;
    font-family: Roboto;
    font-size: 15px;
    line-height: 25px;
    margin: 0px;
}
.newsletter-section .texto .suscribete p:nth-child(2) {
    font-family: Martel;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.newsletter-section .texto .suscribete p:nth-child(3) {
    margin-top: 15px;
    font-size: 13px;
    line-height: 15px;
    color: #7c8aa4;
}
.newsletter-section .form-control {
    height: 34px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-left: 20px;
    font-family: Roboto;
    font-size: 13px;
    line-height: 13px;
    color: #7c8aa4;
    border-radius: 6px !important;
}
.newsletter-section .input-group-text {
    position: relative;
    right: 6px;
    background-color: #2b73b4;
    border-left: none;
    border-radius: 6px;
}
.newsletter-section .fa-arrow-right {
    color: #ffffff;
    font-size: 20px;
}
.newsletter-section .form-control {
    height: 44px;
}
.newsletter-section .cont-input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0 0 0;
}
.newsletter-section .badge {
    bottom: -29px;
    position: absolute;
}
.newsletter-section .badge-success {
    display: none;
    background-color: #28a745;
}
.newsletter-section .badge-danger {
    display: none;
    background-color: #dc3545;
}
.newsletter-section .cont-rectangle {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.newsletter-section .cont-rectangle .rectangle {
    height: 3px;
    width: 60px;
    background-color: #243c68;
}
.newsletter-section .input-group {
    width: 100%;
}
section.hooper {
    outline: none;
}
.alerta {
    margin-bottom: 28px;
    border-radius: 6px;
}
.alerta span {
    padding-right: 5px;
    font-size: 20px;
}
.alerta .alerta-titulo {
    color: #fff;
    font-weight: bold;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding: 8px 16px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.alerta .alerta-titulo [class^="icon-"]::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.alerta .alerta-titulo .icon-warning::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f071";
}
.alerta .alerta-titulo .icon-info::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f05a";
}
.alerta .alerta-titulo .icon-pan_tool::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f256";
}
.alerta .alerta-titulo .icon-gavel::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0e3";
}
.alerta .alerta-titulo .icon-phone::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f095";
}
.alerta .alerta-contenido {
    color: #000;
    padding: 12px 20px;
}
.alerta .spoiler {
    background-color: #3a4cb4;
}
.alerta .noticiadesarrollo {
    background-color: #f9a825;
}
.alerta .imgexplicita {
    background-color: #de283b;
}
.alerta .procesojudicial {
    background-color: #00897b;
}
.alerta .violenciamujer {
    background-color: #ad1457;
}
.spoiler-border {
    border: 1px solid #3a4cb4;
}
.noticiadesarrollo-border {
    border: 1px solid #f9a825;
}
.imgexplicita-border {
    border: 1px solid #de283b;
}
.procesojudicial-border {
    border: 1px solid #00897b;
}
.violenciamujer-border {
    border: 1px solid #ad1457;
}
@media (min-width: 992px) {
    .lee-tambien-bbcl .lee-tambien-titulo {
        color: #0b337f;
        font-weight: bold;
        font-size: 1.21rem;
        line-height: 1.42rem;
    }
    .lee-tambien-bbcl .lee-tambien-caja {
        margin: 10px 0 30px;
        border: 1px solid #1b2129;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        display: flex;
    }
    .lee-tambien-bbcl .lee-tambien-caja:hover {
        text-decoration: underline;
    }
    .lee-tambien-bbcl .lee-tambien-caja .lee-tambien-img {
        width: 150px;
        height: 120px;
        float: left;
    }
    .lee-tambien-bbcl .lee-tambien-caja .lee-tambien-titular {
        color: #000;
        font-weight: bold;
        font-size: 1.42rem;
        line-height: 1.92rem;
        float: left;
        padding-left: 10px;
        width: 73%;
    }
    .newsletter-section {
        margin: 0;
        padding: 18px 20px 40px;
        background-image: url("https://www.biobiochile.cl/assets/biobiochile/img/caja-newsletter/bg_escritorio.png");
        float: left;
        margin-bottom: 30px;
    }
    .newsletter-section .texto .suscribete p {
        font-size: 14px;
        line-height: 23px;
    }
    .newsletter-section .texto .suscribete p:nth-child(2) {
        font-size: 18px;
        line-height: 18px;
    }
    .newsletter-section .texto .suscribete p:nth-child(3) {
        font-size: 13px;
        line-height: 15px;
        color: #243c68;
    }
    .newsletter-section .texto img {
        width: 67px;
        height: 67px;
    }
    .newsletter-section .input-group-text {
        background-color: #ffffff;
        right: 2px;
    }
    .newsletter-section .fa-arrow-right {
        color: #2b73b4;
    }
    .newsletter-section .form-control {
        height: 44px;
    }
    .newsletter-section .cont-input {
        padding: 11px 0 0;
    }
    .newsletter-section .badge {
        bottom: -7px;
    }
}
.contenido-nota {
    word-break: break-word;
}
.vrudo {
    width: 100% !important;
}
.section-realtime {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 35px;
}
.section-realtime .section-title {
    align-items: center;
    color: #303030;
    font-family: 'Roboto Condensed';
    display: flex;
    font-size: 24px;
    font-weight: bold;
    justify-content: start;
    line-height: 24px;
    padding: 25px 0;
    position: relative;
}
.section-realtime .section-title::after {
    background-color: rgba(136, 152, 165, 0.3);
    content: "";
    display: block;
    height: 1px;
    width: 47%;
}
.section-realtime .realtime .realtime-article-title {
    color: #303030;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
}
.section-realtime .realtime .realtime-article-visits {
    background-color: rgba(52, 85, 192, 0.8)!important;
    left: 0!important;
}
@media (min-width: 768px) {
    .section-realtime {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 79px;
    }
    .section-realtime .section-title {
        margin-bottom: 0;
        white-space: nowrap;
        color: #303030;
        font-family: "Roboto Condensed";
        font-size: 24px;
        font-weight: bold;
        line-height: 24px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .section-realtime .section-title::after {
        background-color: rgba(136, 152, 165, 0.3);
        content: "";
        display: block;
        height: 1px;
        margin-left: 30px;
        width: 100%;
    }
    .section-realtime .section-title::before {
        content: none;
    }
    .section-realtime .realtime .realtime-article-visits {
        background-color: rgba(52, 85, 192, 0.8)!important;
        left: 0!important;
    }
    .section-realtime .realtime .realtime-article-title {
        color: #303030;
        font-family: "Roboto Condensed";
        font-size: 17px;
        font-weight: bold;
        line-height: 21px;
    }
}   