/* MEGATIEMPO - NOTAS
UPDATE:19/06/2024
ivan.hermosilla@megamedia.cl*/

section.notasDestacadas {
    display: flex;
    position: relative;
    width: 100%;
    margin: 30px 0;
}
section.notasDestacadas .box {
    display: block;
    position: relative;
    width: 1290px;
    margin: 0 auto;
}
section.notasDestacadas .box .contenedor {
    display: block;
    position: relative;
    width: 960px;
    float: left;
}
section.notasDestacadas .top {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}
section.notasDestacadas .bottom {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
}
/* dos destacados */
section.notasDestacadas .top article {
    display: block;
    position: relative;
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
}
section.notasDestacadas .top article + article {
    display: block;
    position: relative;
    width: 49%;
    float: left;
    margin: 0;
}
section.notasDestacadas .top article figure {
    display: block;
    position: relative;
    height: 267px;
    background-color: var(--color-grey-light);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
section.notasDestacadas .top article figure img {
    width: 476px;
    height: 268px;
}
section.notasDestacadas .top article figure img[alt]:after {
    display: block;
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    content: attr(alt);
    background-color: var(--color-grey-light);
    color: transparent;
    z-index: 9;
}

section.notasDestacadas .top article .titular {
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 12px 20px;
    height: 140px;
    border-radius: 0 0 10px 10px;
    width: 100%;
}
section.notasDestacadas .top article .titular h2 {
    font-weight: 500;
    font-size: 2.2em;
    color: var(--color-grey-dark);
    line-height: 1.2em;
}
section.notasDestacadas .top article .titular h2:hover {
    opacity: 0.75;
}
/* otros 3 destacados */
section.notasDestacadas .bottom article {
    display: block;
    position: relative;
    width: 32%;
    height: 320px;
    float: left;
    margin: 0 2% 20px 0;
}
section.notasDestacadas .bottom article:nth-child(3n) {
    display: block;
    position: relative;
    width: 32%;
    height: 320px;
    float: left;
    margin: 0 0 20px 0;
}
section.notasDestacadas .bottom article figure {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 100%;
    height: 173px;
    background-color: var(--color-grey-light);
}
section.notasDestacadas .bottom article figure img {
    width: 100%;
    height: 174px;
}
section.notasDestacadas .bottom article figure img[alt]:after {
    display: block;
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    content: attr(alt);
    background-color: var(--color-grey-light);
    color: transparent;
    z-index: 9;
}
section.notasDestacadas .bottom article .titular {
    display: block;
    width: 100%;
    height: 150px;
    background-color: var(--color-white);
    padding: 10px 20px 20px 20px;
    border-radius: 0 0 10px 10px;
    margin: -2px 0 0 0;
}
section.notasDestacadas .bottom article .titular h2 {
    color: var(--color-grey-dark);
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.3em;
}
section.notasDestacadas .bottom article .titular h2:hover {
    opacity: 0.75;
}


/*------ 5 Destacados + señal en vivo */
section.notasDestacadas .top .en-vivo {
    display: inline-block;
    position: relative;
    width: 970px;
}
section.notasDestacadas .top .en-vivo .boxPlayer {
    display: block;
    position: relative;
    width: 580px;
    margin: 0 20px 0 0;
    float: left;
}
section.notasDestacadas .top .en-vivo .notas {
    display: block;
    position: relative;
    width: 360px;
    margin: 0;
    float: left;
}
/* señal */
section.notasDestacadas .top .en-vivo .boxPlayer #player {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}
section.notasDestacadas .top .en-vivo .boxPlayer #player .box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: var(--color-grey-light);
    width: unset;
}
section.notasDestacadas .top .en-vivo .boxPlayer #player .box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.notasDestacadas .top .en-vivo .boxPlayer .barra {
    display: block;
    position: relative;
    height: 40px;
    width: 100%;
    text-align: left;
    background-color: #232424;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

section.notasDestacadas .top .en-vivo .boxPlayer .barra img {
    position: absolute;
    top: 0;
    left: 0;
}
section.notasDestacadas .top .en-vivo .boxPlayer .barra p {
    color: #fff;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 10px 5px 41px;
    letter-spacing: 1px;
    display: block;
    position: relative;
    z-index: 9;
}
/* notas */
section.notasDestacadas .top .en-vivo .notas article {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
}
section.notasDestacadas .top .en-vivo .notas article figure {
    height: 208px;
}
section.notasDestacadas .top .en-vivo .notas article figure img {
    width: 370px;
    height: 209px;
}
section.notasDestacadas .top .en-vivo .notas article .titular {
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 12px 20px;
    height: 156px;
    width: 100%;
}
section.notasDestacadas .top .en-vivo .notas article .titular h2 {
    font-weight: 500;
    font-size: 1.8em;
    color: var(--color-grey-dark);
    line-height: 1.3em;
}

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

    /*------ 5 destacados */
    section.notasDestacadas {
        margin: 10px 0 50px 0;
    }
    section.notasDestacadas .box {
        width: 100%;
    }
    section.notasDestacadas .box .contenedor {
        width: 100%;
        padding: 0 10px;
    }
    section.notasDestacadas .top {
        margin: 0;
    }
    section.notasDestacadas .top article {
        width: 100%;
        margin: 0 0 20px 0;
    }
    section.notasDestacadas .top article + article {
        width: 100%;
        margin: 0 0 20px 0;
    }
    section.notasDestacadas .top article figure {
        width: 100%;
        height: auto !important;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        padding-bottom: 0;
        overflow: hidden;
    }
    section.notasDestacadas .top article figure img {
        display: block;
        width: 500px;
        height: auto;
        min-height: 1px;
        min-width: 1px;
    }
    section.notasDestacadas .top article .titular {
        height: auto;
        width: 100%;
        margin: -4px 0 0 0;
        padding: 20px 10px;
    }
    section.notasDestacadas .bottom article,
    section.notasDestacadas .bottom article:nth-child(3n) {
        width: 100%;
        margin: 0 0 20px 0;
        height: auto;
    }
    section.notasDestacadas .bottom article .titular {
        height: auto;
    }
    section.notasDestacadas .bottom article .titular h2 {
        font-size: 2em;
    }
    section.notasDestacadas .bottom article figure {
        width: 100%;
        height: 0;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        padding-bottom: 55.5%;
        overflow: hidden;
    }
    section.notasDestacadas .bottom article figure img {
        display: block;
        width: 500px;
        height: auto;
        min-height: 1px;
        min-width: 1px;
    }
    section.notasDestacadas .top article .titular h2 {
        font-size: 2em;
    }
    /* señal en vivo */
    section.notasDestacadas .top .en-vivo {
        width: 100%;
    }
    section.notasDestacadas .top .en-vivo .boxPlayer {
        width: 100%;
        margin: 0 0 20px 0;
    }
    section.notasDestacadas .top .en-vivo .notas {
        width: 100%;
    }
    section.notasDestacadas .top .en-vivo .boxPlayer .barra p {
        padding: 10px 0 10px 40px;
    }
    section.notasDestacadas .top .en-vivo .notas article figure {
        width: 100%;
        height: auto;
    }
    section.notasDestacadas .top .en-vivo .notas article .titular {
        width: 100% !important;
        height: auto;
        padding: 20px 10px;
    }
    section.notasDestacadas .top .en-vivo .notas article .titular h2 {
        font-size: 2em;
    }
    section.notasDestacadas .top .en-vivo .notas article,
    section.notasDestacadas .top .en-vivo .notas article + article {
        margin: 0 0 20px 0;
    }
    section.notasDestacadas .top .en-vivo article figure img {
        width: 100%;
        height: auto;
    }
    section.notasDestacadas .top .en-vivo .notas article figure img {
        width: 100%;
        height: auto;
    }

    /*provisorio*/
    #portada main {
        margin: 0 !important;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
 
    section.notasDestacadas .box {
        width: 720px;
    }
    section.notasDestacadas .box .contenedor {
        width: 720px;
    }
    /*------ 5 destacados */
    section.notasDestacadas .top article figure {
        height:198px;
    }
    section.notasDestacadas .top article figure img {
        width: 353px;
        height: 199px;
    }
    section.notasDestacadas .top article .titular h2 {
        font-size: 1.8em;
    }
    section.notasDestacadas .bottom article figure {
        width: 100%;
        height: 130px;
    }
    section.notasDestacadas .bottom article figure img {
        width: 100%;
        height: 131px;
    }
    /* señal en vivo */
    section.notasDestacadas .top .en-vivo {
        width: 720px;
    }
    section.notasDestacadas .top .en-vivo .boxPlayer {
        width: 470px;
        margin: 0 20px 0 0;
    }
    section.notasDestacadas .top .en-vivo .notas {
        width: 230px;
    }
    section.notasDestacadas .top .en-vivo .notas article figure {
        height: 130px;
    }
    section.notasDestacadas .top .en-vivo .notas article .titular h2 {
        font-size: 1.6em;
    }
    section.notasDestacadas .top .en-vivo .notas article {
        margin: 0;
        width:100%;
    }
    section.notasDestacadas .top .en-vivo .boxPlayer .barra p {
        padding: 10px 0 10px 42px;
    }
    section.notasDestacadas .top .en-vivo .notas article figure {
        width: 100%;
        height: 129px;
    }
    section.notasDestacadas .top .en-vivo .notas article .titular {
        width: 100%;
        height: 172px;
        padding: 12px 10px;
    }
    section.notasDestacadas .top .en-vivo .notas article figure img {
        width: 230px;
        height: 130px;
    }

    section.notasDestacadas .bottom article,
    section.notasDestacadas .bottom article:nth-child(3n) {
        height: 280px;
    }

    section.notasDestacadas .bottom article .titular {
        padding: 12px 10px;
    }
    section.notasDestacadas .bottom article .titular h2 {
        font-size: 1.6em;
    }

}

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

    section.notasDestacadas .box {
        width: 1000px;
    }
    section.notasDestacadas .box .contenedor {
        width: 670px;
    }
    /*------ 5 destacados */
    section.notasDestacadas .top article figure {
        height:187px;
    }
    section.notasDestacadas .top article figure img {
        width: 334px;
        height: 188px;
    }
    section.notasDestacadas .top article .titular h2 {
        font-size: 1.8em;
    }
    section.notasDestacadas .bottom article figure {
        width: 100%;
        height: 120px;
    }
    section.notasDestacadas .bottom article figure img {
        width: 100%;
        height: 121px;
    }
    /* señal en vivo */
    section.notasDestacadas .top .en-vivo {
        width: 680px;
    }
    section.notasDestacadas .top .en-vivo .boxPlayer {
        width: 442px;
        margin: 0 14px 0 0;
    }
    section.notasDestacadas .top .en-vivo .notas {
        width: 214px;
    }
    section.notasDestacadas .top .en-vivo .notas article figure {
        height: 123px;
    }
    section.notasDestacadas .top .en-vivo .notas article .titular h2 {
        font-size: 1.6em;
    }
    section.notasDestacadas .top .en-vivo .notas article {
        margin: 0;
        width:100%;
    }
    section.notasDestacadas .top .en-vivo .boxPlayer .barra p {
        padding: 10px 0 0 40px;
    }
    section.notasDestacadas .top .en-vivo .notas article figure {
        width: 100%;
        height: 122px;
    }
    section.notasDestacadas .top .en-vivo .notas article .titular {
        width: 100%;
        height: 164px;
        padding: 12px 10px;
    }
    section.notasDestacadas .top .en-vivo .notas article figure img {
        width: 218px;
        height: 123px;
    }

    section.notasDestacadas .bottom article,
    section.notasDestacadas .bottom article:nth-child(3n) {
        height: 270px;
    }
    section.notasDestacadas .bottom article .titular {
        padding: 12px 10px;
    }
    section.notasDestacadas .bottom article .titular h2 {
        font-size: 1.6em;
    }

}

@media (min-width: 1161px) and (max-width: 1289px) {
   
    section.notasDestacadas .box {
        width: 1160px;
    }
    section.notasDestacadas .box .contenedor {
        width: 830px;
    }
    section.notasDestacadas .top article figure {
        height:229px;
    }
    section.notasDestacadas .top article figure img {
        width: 407px;
        height: 230px;
    }
    section.notasDestacadas .top article .titular h2 {
        font-size: 2em;
    }
    section.notasDestacadas .bottom article figure {
        height: 149px;
    }
    section.notasDestacadas .bottom article figure img {
        width: 100%;
        height: 150px;
    }
    /* señal en vivo */
    section.notasDestacadas .top .en-vivo {
        width: 830px;
    }
    section.notasDestacadas .top .en-vivo .boxPlayer {
        width: 500px;
    }
    section.notasDestacadas .top .en-vivo .notas {
        width: 310px;
    }
    section.notasDestacadas .top .en-vivo .notas article .titular h2 {
        font-size: 1.8em;
    }
    section.notasDestacadas .top .en-vivo .notas article {
        margin: 0;
        height: 310px;
    }
    section.notasDestacadas .top .en-vivo .notas article figure {
        width: 100%;
        height: 174px;
    }
    section.notasDestacadas .top .en-vivo .notas article .titular {
        width: 100%;
        height: 146px;
    }
    section.notasDestacadas .top .en-vivo article figure img {
        width: 143px;
        height: 145px;
    }
    section.notasDestacadas .top .en-vivo .notas article figure img {
        width: 310px;
        height: 175px;
    }

}