<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.noticia-color {
    width: 100%;
    background-color: #1c1b24;
    color: #fff;
    margin: 30px 0;
    overflow: hidden;
}
.noticia-color h3 {
    color: #fff !important;
}
.noticia-color p {
    color: #fff !important;
}
.noticia-color .noticia-color-left {
    width: 50%;
    float: left;
    padding-top: 50px;
}
.noticia-color .noticia-color-right {
    width: 50%;
    min-height: 600px;
    float: right;
    background-image: url(https://uecluster.blob.core.windows.net/images/impulsodigital/4/noticia.jpg);
    background-size: cover;
}
.infografia .section.heroimg:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://uecluster.blob.core.windows.net/images/impulsodigital/43_trabajo/hero.jpg)
        no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transition: all cubic-bezier(0.51, 0.07, 0.47, 0.91) 1.5s;
}
@media (max-width: 1650px) {
    h3 {
        padding: 0px 20px;
    }
}
@media (max-width: 1350px) {
    article .article-content blockquote {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
    }
    .lateral-right {
        display: block;
        float: none;
        width: 70%;
        margin: 0px auto 30px auto !important;
    }
}
@media (max-width: 600px) {
    article .article-content blockquote {
        max-width: 100%;
        margin-left: 0px !important;
        padding: 0 20px;
    }
    .noticia-color-left {
        float: none !important;
        width: 100% !important;
    }
    .noticia-color-right {
        float: none !important;
        width: 100% !important;
        min-height: 400px !important;
    }
    h3 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    article .article-content .lateral-right {
        width: 95%;
        display: block;
        margin: 10px auto 20px !important;
        float: none;
    }
    article .article-content {
        padding: 20px 0 20px 0;
    }
}
</pre></body></html>