<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MEGANOTICIAS - CSS HOME
UPDATE:06/03/2024
ivan.hermosilla@megamedia.cl

INDICE:
----------------------------------------
    1. Estructura
    2. ADS
    3. Aside
    4. Article base
    5. Especial: Titular en home
    6. Titular Urgente 
    7. Urgente alerta

    8. Responsive

*/

/*------ 1. Estructura */

body {
    background-color: #f3f3f3 !important;
}
#portada main {
    display: flex;
    position: relative;
    background-color: #f3f3f3;
    width: 1326px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 70px;
}
#portada main .contenedor {
    display: block;
    position: relative;
    width: 970px;
    height: auto;
    float: left;
}
#portada main aside {
    display: block;
    position: relative;
    width: 336px;
    margin-left: 20px;
    float: left;
}
header .container {
    width: 1326px;
}

/*------ 2. ADS */

aside .section-dfp.topright {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0 auto 20px auto;
}
aside .section-dfp.right {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0 auto 20px auto;
}
aside .section-dfp.topright .box,
aside .section-dfp.right .box {
    margin: unset;
}
#portada .section-dfp.bottom1,
#portada .section-dfp.bottom2,
#portada .section-dfp.bottom3 {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
}
#portada .adsLeft {
    display: block;
    position: absolute;
    left: -180px;
    height: 100%;
}
#portada .adsLeft #skyscraper {
    display: inline-block;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 150px !important;
}

/*------ 3. Aside */
/* live player patrocinado */
aside .boxContent {
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
}
aside .boxContent .liveAside {
    display: inline-block;
    position: relative;
    top: unset !important;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0;
    z-index: 9;
}
aside .boxContent .liveAside .top {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 -2px 0;
    background-color: #fff;
    padding: 4px 10px;
}
aside .boxContent .liveAside .top .left {
    display: block;
    position: relative;
    width: 70%;
    float: left;
}
aside .boxContent .liveAside .top .right {
    display: block;
    position: relative;
    width: 30%;
    float: left;
    text-align: right;
}
aside .boxContent .liveAside .top .left p {
    display: flex;
    width: 100%;
    align-items: center;
    color: #767676;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 0;
    background-color: #fff;
    letter-spacing: 2px;
}
aside .boxContent .liveAside .top .left p svg {
    width: 10px;
    margin: 0 4px 0 0;
}
aside .boxContent .liveAside .top .right p {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 1.2em;
    padding: 0;
    text-transform: initial;
    color: #071828;
    justify-content: right;
    height: 26px;
}

aside .boxContent .liveAside .player {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
aside .boxContent .liveAside .player #mdstrm-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
aside .boxContent .liveAside .player #mdstrm-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
aside .boxContent .liveAside .bottom {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
aside .boxContent .liveAside .bottom .titulo {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 8px;
}
aside .boxContent .liveAside .bottom .titulo a {
    color: #454E5C;
    font-weight: 500;
    font-size: 1.6em;
}
aside .boxContent .liveAside .bottom .titulo a:hover {
    opacity: 0.75;
}
aside .boxContent .liveAside .bottom .btn {
    display: block;
    position: relative;
    width: 100%;
    background-color: #E8E8E8;
    padding: 4px 8px;
    text-align: right;
}
aside .boxContent .liveAside .bottom .btn a {
    color: #151F2C;
    font-size: 1.4em;
    font-weight: 700;
}
aside .boxContent .liveAside .bottom .btn a:hover {
    opacity: 0.75;
}

/*------ 4. Article base */

article.base {
    display: block;
    position: relative;
}
article.base figure {
    display: block;
    position: relative;
    background-color: #e0e2e4;
}
article.base figure img {
    width: 310px;
    height: 175px;
}
/* iconos de nota */
article.base figure ul,
article figure ul {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 10px;
}
article.base figure ul li svg,
article figure ul li svg {
    display: none;
    width: 24px;
    fill: #fff;
}
article.base .titular {
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 12px 20px;
    height: 130px;
    width: 100%;
}
article.base .titular h2 {
    font-weight: 500;
    font-size: 1.8em;
    color: #151F2C;
    line-height: 1.3em;
}
article.base .titular h2:hover {
    opacity: 0.75;
}
/* variables de iconos*/
article.video figure ul li svg  {
    display: block;
}
article.video figure ul li svg + svg {
    display: none;
}
article.galeria figure ul li svg  {
    display: none;
}
article.galeria figure ul li svg + svg {
    display: block;
}
article.galeria figure ul  {
    bottom: 4px;
}
article.video ul.iconoNota,
article.galeria ul.iconoNota {
    bottom: 30px;
}


/* etiquetas en home */
article figure .etiquetas {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0;
}
section.notasDestacadas .top  article figure .etiquetas {
    bottom: 0px;
}
article figure .etiquetas .box {
    display: inline-block;
    background-color: #e30023;
    color: #FFF;
    padding: 5px 10px 5px 20px;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}
article figure .etiquetas .box .punto {
    display: inline;
    width: 8px;
    height: 8px;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    padding: 0;
    margin: 0 0 0 -14px;
    animation-name: punto;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}
@keyframes punto {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100%  {
        opacity: 1;
    }
}
article figure .etiquetas.dato-util .box {
    background-color: #ffdd00;
    color: #151e2b;
    padding: 5px 10px 5px 10px;
}
article figure .etiquetas.dato-util .box .punto {
    display: none;
}
article figure .etiquetas.patrocinado .box .punto {
    display: none;
}
article figure .etiquetas.patrocinado .box {
    background-color: #151e2b;
    padding: 5px 10px 5px 10px;
}
article figure .etiquetas.exclusivo .box .punto {
    display: none;
}
article figure .etiquetas.exclusivo .box {
    padding: 5px 10px 5px 10px;
}
article figure .etiquetas.mega-investiga .box .punto,
article figure .etiquetas.reportajes .box .punto {
    display: none;
}
article figure .etiquetas.mega-investiga .box,
article figure .etiquetas.reportajes .box {
    background-color: #1ea98c;
    padding: 5px 10px 5px 10px;
}
article figure .etiquetas.dato-util,
article figure .etiquetas.patrocinado,
article figure .etiquetas.minuto-a-minuto,
article figure .etiquetas.en-vivo,
article figure .etiquetas.urgente,
article figure .etiquetas.lo-ultimo,
article figure .etiquetas.en-directo,
article figure .etiquetas.exclusivo,
article figure .etiquetas.en-desarrollo,
article figure .etiquetas.mega-investiga {
    display: block !important;
    width: 100% !important;
    position: absolute !important;
}

/*------ 5. Especial: Titular en home */

section.titularHome {
    display: flex;
    position: relative;
    background-color: #ffffff;
    width: 1290px;
    margin: 0 auto;
    margin-bottom: -50px;
    margin-top: 70px;
    text-align: center;
    border-bottom: 3px solid #1ea88b;
}
section.titularHome .box {
    padding: 30px;
}
section.titularHome .box a h2 {
    font-weight: 700;
    font-size: 3.6em;
    color: #151F2C;
    line-height: 1.2em;
}
section.titularHome .box a:hover h2 {
    opacity: 0.75;
}

/* menu mobile provisorio*/

header .menuMobile {
    display: none;
}

/*------ 6. Titular Urgente */

/* titular en home */
section.titularUrgente {
    display: flex;
    position: relative;
    background-color: #E30023;
    width: 1290px;
    margin: 0 auto;
    margin-bottom: -50px;
    margin-top: 70px;
    text-align: center;
    border-bottom: 3px solid #E30023;
}
section.titularUrgente .box {
    padding: 30px;
}
section.titularUrgente .box a h2 {
    font-weight: 700;
    font-size: 3.6em;
    color: #fff;
    line-height: 1.2em;
    margin: 10px 0 0 0;
}
section.titularUrgente .box a:hover h2 {
    opacity: 0.75;
}
section.titularUrgente .box h2.titulo {
    text-transform: uppercase;
    color: #fff;
    font-size: 3em;
    font-weight: 900;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #fff;
    display: inline;
}

/*------ 7. Urgente alerta */
#portada .alertas {
    width: 1326px;
    padding-top: 70px;
    margin-bottom: -50px;
}
#portada .alertas .box {
    width: 1326px;
}

/*------ 8. Responsive */

@media (min-width: 0px) and (max-width: 767px) {

    /*------ 1. Estructura */

    #portada main {
        width: 100%;
        display: block;
        margin: 30px 0;
    }
    #portada main .contenedor {
        width: 100%;
    }
    #portada main aside {
        width: 100%;
        margin: 0;
        display: none;
    }

    /*------ 4. Article base */

    article.base .titular {
        height: auto;
        margin: -5px 0 0 0;
        padding: 20px 10px;
    }
    article.base .titular h2 {
        font-size: 2.4em;
        line-height: 1.2em;
    }
    article.base figure img {
        width: 100%;
        height: auto;
    }
    article figure .etiquetas {
        bottom: 5px;
    }
    section.notasDestacadas .top  article figure .etiquetas {
        bottom: 4px;
    }

    /*------ 5. Especial: Titular en home */

    section.titularHome {
        width: 100%;
        margin: 30px 0 20px 0;
    }
    section.titularHome .box {
        padding: 10px;
    }
    section.titularHome .box a h2 {
        font-size: 2.6em;
        padding: 0 20px;
    }

    /* menu mobile provisorio*/
    header {
        top: 24px;
    }
    header .container {
        height: 60px;
        width: 100%;
    }
    header .menuMobile {
        display: block;
        position: relative;
        width: 100%;
        padding: 5px 10px;
        background-color: #eceef1;
        height: 24px;
    }
    header .menuMobile ul {
        display: inline;
    }
    header .menuMobile ul li {
        display: inline;
        position: relative;
        font-size: 1.1em;
        font-weight: 500;
        float: left;
    }
    header .menuMobile ul li a {
        font-weight: 500;
    }
    header .menuMobile ul li.loUltimo svg {
        width: 10px;
        fill: #e30023;
    }
    header .menuMobile ul li.megadenuncias svg {
        width: 10px;
        fill: #1ea88b;
    }
    header .menuMobile ul li.senalMeganoticias .punto,
    header .menuMobile ul li.senalMega .punto {
        display: inline;
        width: 6px;
        height: 6px;
        background-color: #EA2F3B;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: 0;
        padding: 0;
        animation-name: punto;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-direction: alternate;
    }
    header .menuMobile ul li.senalMeganoticias {
        width: 31%;
        padding: 0 0 0 10px;
    }
    header .menuMobile ul li.senalMega {
        width: 22%;
        text-align: center;
    }
    header .menuMobile ul li.loUltimo {
        width: 20%;
    }
    header .menuMobile ul li.megadenuncias {
        width: 27%;
    }
    #portada img[alt]:after {
        display: unset !important;
        position: unset !important;
        top: unset !important;
        left: unset !important;
        width: unset !important;
        height: unset !important;
        content: unset !important;
        background-color:unset !important;
        color: unset !important;
        z-index: unset !important;
    }

    /*------ 6. Titular Urgente */

    /* titular en home */
    section.titularUrgente {
        width: 100%;
        margin: 30px 0 20px 0;
    }
    section.titularUrgente .box {
        padding: 10px;
    }
    section.titularUrgente .box a h2 {
        font-size: 2.6em;
        padding: 0 20px;
    }
    
    /*------ 7. Urgente alerta */
    #portada .alertas {
        width: 100%;
        padding-top: 10px;
        margin:0;
    }
    #portada .alertas .box {
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    /*------ 1. Estructura */

    #portada main {
        width: 720px;
        display: block;
        margin: 20px auto;
    }
    #portada main .contenedor {
        width: 100%;
    }
    #portada main aside {
        width: 100%;
        margin: 0;
        display: none;
    }
    header .container {
        width: 720px;
    }

    /*------ 4. Article base */

    article.base .titular {
        height: 170px;
    }
    article.base .titular h2 {
        font-size: 1.6em;
    }
    article.base figure img {
        width: 231px;
        height: 130px;
    }

    /*------ 5. Especial: Titular en home */

    section.titularHome {
        width: 720px;
        margin-top: 20px;
    }

    /*------ 6. Titular Urgente */

    /* titular en home */
    section.titularUrgente {
        width: 720px;
        margin: 10px auto;
    }

    /*------ 7. Urgente alerta */
    #portada .alertas {
        width: 720px;
        padding-top: 10px;
        margin-bottom: -20px;
    }
    #portada .alertas .box {
        width: 720px;
    }

}

@media (min-width: 1024px) and (max-width: 1160px) {

    /*------ 1. Estructura */

    #portada main {
        width: 1000px;
    }
    #portada main .contenedor {
        width: 680px;
    }
    header .container {
        width: 1000px;
    }

    /*------ 2. ADS */

    #portada .section-dfp.bottom1,
    #portada .section-dfp.bottom2,
    #portada .section-dfp.bottom3 {
        display: none;
    }

    /*------ 4. Article base */

    article.base .titular {
        height: 170px;
    }
    article.base .titular h2 {
        font-size: 1.6em;
    }
    article.base figure img {
        width: 218px;
        height: 123px;
    }

    /*------ 5. Especial: Titular en home */

    section.titularHome {
        width: 1000px;
    }

    /*------ 6. Titular Urgente */

    /* titular en home */
    section.titularUrgente {
        width: 1000px;
    }

    /*------ 7. Urgente alerta */
    #portada .alertas {
        width: 1000px;
    }
    #portada .alertas .box {
        width: 1000px;
    }

}

@media (min-width: 1161px) and (max-width: 1699px) {

    /*------ 1. Estructura */

    #portada main {
        width: 1160px;
    }
    #portada main .contenedor {
        width: 830px;
    }
    header .container {
        width: 1160px;
    }

    /*------ 2. ADS */

    #portada .section-dfp.bottom1,
    #portada .section-dfp.bottom2,
    #portada .section-dfp.bottom3 {
        display: none;
    }

    /*------ 4. Article base */

    article.base .titular {
        height: 180px;
    }
    article.base figure img {
        width: 266px;
        height: 150px;
    }

    /*------ 5. Especial: Titular en home */

    section.titularHome {
        width: 1160px;
    }

    /*------ 6. Titular Urgente */

    /* titular en home */
    section.titularUrgente {
        width: 1160px;
    }

    /*------ 7. Urgente alerta */
    #portada .alertas {
        width: 1160px;
    }
    #portada .alertas .box {
        width: 1160px;
    }

}

@media (min-width: 0px) and (max-width: 1530px) {
    #portada .adsLeft {
        display: none !important;
    }
}</pre></body></html>