/*------ Patrocinado: Live */

section.livePatrocinado {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 230px;
    margin: 0 0 30px 0;
}
section.livePatrocinado .left {
    display: block;
    position: relative;
    width: 15%;
    float: left;
    background-color: #e5e7e9;
    height: 230px;
}
section.livePatrocinado .center {
    display: block;
    position: relative;
    width: 35%;
    float: left;
    padding: 0 0 0 20px;
    height: 230px;
}
section.livePatrocinado .right {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    height: 230px;
    padding: 0 20px;
}
section.livePatrocinado .left .box {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section.livePatrocinado .left .box a {
    text-align: center;
}
section.livePatrocinado .left .box a:hover {
    opacity: 0.75;
}
section.livePatrocinado .center .box {
    margin: 24px 0 0 0;
}
section.livePatrocinado .right .box {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.livePatrocinado .right .box h2 {
    font-weight: 700;
}
section.livePatrocinado .left .box p {
    color: #151f2c;
    font-size: 2em;
    margin: 0 0 10px 0;
}
section.livePatrocinado .left .box img {
    width: 80%;
}
section.livePatrocinado .center .box .player {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
section.livePatrocinado .center .box .player #mdstrm-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
section.livePatrocinado .center .box .player #mdstrm-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.livePatrocinado .right h2 a {
    font-weight: 700;
    font-size: 1.4em;
    color: #151F2C;
}
section.livePatrocinado .right h2 a:hover {
    opacity: 0.75;
}

/*------ Patrocinado: Notas */

section.notasPatrocinadas {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 230px;
    margin: 0 0 30px 0;
}
section.notasPatrocinadas .patrocinado {
    display: block;
    position: relative;
    width: 15%;
    float: left;
    background-color: #e5e7e9;
    height: 230px;
}
section.notasPatrocinadas .patrocinado .box {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section.notasPatrocinadas .patrocinado .box a {
    text-align: center;
}
section.notasPatrocinadas .patrocinado .box a:hover {
    opacity: 0.75;
}
section.notasPatrocinadas .patrocinado .box p {
    color: #151f2c;
    font-size: 1.4em;
}
section.notasPatrocinadas .patrocinado .box img {
    width: 80%;
}
section.notasPatrocinadas .notas {
    display: block;
    position: relative;
    width: 85%;
    float: left;
    height: 230px;
}
section.notasPatrocinadas .notas.una article {
    display: block;
    position: relative;
    width: 100%;
}
section.notasPatrocinadas .notas.una article .titular {
    width: 56%;
    float: left;
    padding: 0 20px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section.notasPatrocinadas .notas.una article .titular h2 {
    font-weight: 700;
    font-size: 2.4em;
    color: #151F2C;
}
section.notasPatrocinadas .notas.una article .titular h2:hover {
    opacity: 0.75;
}
section.notasPatrocinadas .notas.una article figure {
    width: 44%;
    float: left;
    padding: 0 20px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section.notasPatrocinadas .notas.una article figure img {
    width: 323px;
    height: 183px;
}
/* dos notas */
section.notasPatrocinadas .notas.dos {
    padding: 20px;
}
section.notasPatrocinadas .notas.dos article {
    display: block;
    position: relative;
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
}
section.notasPatrocinadas .notas.dos article + article {
    display: block;
    position: relative;
    width: 49%;
    float: left;
    margin: 0;
}
section.notasPatrocinadas .notas.dos article figure {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    margin: 0;
    height: 190px;
    background-color: #f1f2f3;
}
section.notasPatrocinadas .notas.dos article figure img {
    width: 192px;
    height: 190px;
}
section.notasPatrocinadas .notas.dos article .titular {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 10px 0 20px;
}
section.notasPatrocinadas .notas.dos article .titular h2 {
    font-weight: 500;
    font-size: 1.6em;
    color: #151F2C;
    line-height: 1.3em;
}
section.notasPatrocinadas .notas.dos article .titular h2:hover {
    opacity: 0.75;
}
/* tres notas */
section.notasPatrocinadas.tres,
section.notasPatrocinadas.tres .patrocinado,
section.notasPatrocinadas.tres .patrocinado .box,
section.notasPatrocinadas.tres .notas {
    height: 280px;
}
section.notasPatrocinadas .notas.tres {
    padding: 20px;
}
section.notasPatrocinadas .notas.tres article {
    display: block;
    position: relative;
    width: 31.3%;
    float: left;
    margin: 0 3% 0 0;
}
section.notasPatrocinadas .notas.tres article + article {
    display: block;
    position: relative;
    width: 31.3%;
    float: left;
    margin: 0 3% 0 0;
}
section.notasPatrocinadas .notas.tres article + article + article {
    display: block;
    position: relative;
    width: 31.3%;
    float: left;
    margin: 0;
}
section.notasPatrocinadas .notas.tres article .titular h2 {
    font-weight: 500;
    font-size: 1.6em;
    color: #151F2C;
    line-height: 1.3em;
    margin: 10px 0 0 0;
}
section.notasPatrocinadas .notas.tres article .titular h2:hover {
    opacity: 0.75;
}
section.notasPatrocinadas .notas.tres article figure {
    height: 140px;
    background-color: #f1f2f3;
}
section.notasPatrocinadas .notas.tres article figure img {
    width: 246px;
    height: 141px;
}



@media (min-width: 0px) and (max-width: 767px) {
  
    /*------ Patrocinado: Live */

    section.livePatrocinado {
        height: auto;
        display: inline-block;
        padding: 0 0 20px 0;
    }
    section.livePatrocinado .left,
    section.livePatrocinado .center,
    section.livePatrocinado .right {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    section.livePatrocinado .left .box {
        height: auto;
    }
    section.livePatrocinado .left .box img {
        width: 50%;
    }
    section.livePatrocinado .center .box {
        height: auto;
        margin: 0;
    }
    section.livePatrocinado .right .box {
        margin: 0;
        height: auto;
    }
    section.livePatrocinado .left {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 118px !important;
        z-index: 9999;
        padding: 0 10px;
    }
    section.livePatrocinado .right h2 a {
        font-size: 1.1em;
    }
    section.livePatrocinado .left .box a {
        width: 100%;
    }
    section.livePatrocinado .left .box a p {
        display: block;
        width: 40%;
        float: left;
        padding: 32px 0 0 0;
        text-align: left;
    }
    section.livePatrocinado .left .box a img {
        display: block;
        width: 60%;
        float: unset;
        width: 180px;
    }
    section.livePatrocinado {
        background-color: #E7E8EE;
    }
    section.livePatrocinado .left {
        background-color: #cdced7 !important;
    }
    section.livePatrocinado .left .box p {
        font-size: 2em;
    }

    /*------ Patrocinado: Notas */

    section.notasPatrocinadas {
        height: auto;
        display: inline-block;
    }
    section.notasPatrocinadas .patrocinado,
    section.notasPatrocinadas .notas {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    section.notasPatrocinadas .patrocinado .box img {
        width: 50%;
    }
    section.notasPatrocinadas .patrocinado .box {
        height: auto;
    }
    section.notasPatrocinadas.tres,
    section.notasPatrocinadas.tres .patrocinado,
    section.notasPatrocinadas.tres .patrocinado .box,
    section.notasPatrocinadas.tres .notas {
        height: auto;
    }
    section.notasPatrocinadas .notas.una article .titular,
    section.notasPatrocinadas .notas.una article figure {
        width: 100%;
        margin: 0;
        height: auto;
        padding: 0 0 10px 0;
    }
    section.notasPatrocinadas .notas.una article figure {
        padding: 0 0 10px 0;
    }
    section.notasPatrocinadas .notas.dos {
        padding: 10px;
    }
    section.notasPatrocinadas .notas.dos article {
        width: 100%;
        margin: 0 0 10px 0;
    }
    section.notasPatrocinadas .notas.dos article + article {
        width: 100%;
        margin: 0;
    }
    section.notasPatrocinadas .notas.dos article .titular {
        padding: 0 10px;
    }
    section.notasPatrocinadas .notas.dos article figure {
        height: auto;
    }
    section.notasPatrocinadas .notas.tres {
        padding: 10px;
    }
    section.notasPatrocinadas .notas.tres article {
        width: 100%;
        margin: 0 0 20px 0;
    }
    section.notasPatrocinadas .notas.tres article + article {
        width: 100%;
        margin: 0 0 20px 0;
    }
    section.notasPatrocinadas .notas.tres article + article + article {
        width: 100%;
        margin: 0 0 20px 0;
    }
    section.notasPatrocinadas .notas.tres article figure {
        height: auto;
    }
    section.notasPatrocinadas .notas.tres article .titular h2 {
        font-size: 2em;
    }
    section.notasPatrocinadas .patrocinado {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 104px;
        z-index: 9999;
        padding: 0 10px;
    }
    section.notasPatrocinadas .notas.dos article figure img {
        width: 100%;
        height: auto;
    }
    section.notasPatrocinadas .notas.tres article figure img {
        width: 100%;
        height: auto;
    }
    section.notasPatrocinadas .notas.una article figure img {
        width: 100%;
        height: auto;
    }
    section.notasPatrocinadas .patrocinado .box a {
        width: 100%;
    }
    section.notasPatrocinadas .patrocinado .box a p {
        display: block;
        float: left;
        padding: 34px 0 0 0;
    }
    section.notasPatrocinadas .patrocinado .box a img {
        display: block;
        float: right;
        width: 80px;
    }


}

@media (min-width: 768px) and (max-width: 1023px) {
 
    /*------ Patrocinado: Live */

    section.livePatrocinado .center .box {
        margin: 50px 0 0 0;
    }

    /*------ Patrocinado: Notas */

    section.notasPatrocinadas .notas.dos {
        padding: 40px 20px 20px 20px;
    }
    section.notasPatrocinadas .notas.dos article figure {
        height: 140px;
    }
    section.notasPatrocinadas .notas.tres article figure {
        height: 100px;
    }
    section.notasPatrocinadas .notas.dos article .titular {
        padding: 0 10px;
    }
    section.notasPatrocinadas .notas.dos article .titular h2 {
        font-size: 1.4em;
    }
    section.notasPatrocinadas .notas.tres article figure img {
        width: 180px;
        height: 100px;
    }
    section.notasPatrocinadas .notas.dos article figure img {
        width: 140px;
        height: 140px;
    }
    section.notasPatrocinadas .notas.una article figure img {
        width: 230px;
        height: 130px;
    }
    

}

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

    /*------ Patrocinado: Live */

    section.livePatrocinado .center .box {
        margin: 50px 0 0 0;
    }

    /*------ Patrocinado: Notas */

    section.notasPatrocinadas .notas.dos {
        padding: 40px 20px 20px 20px;
    }
    section.notasPatrocinadas .notas.dos article figure {
        height: 131px;
    }
    section.notasPatrocinadas .notas.tres article figure {
        height: 94px;
    }
    section.notasPatrocinadas .notas.dos article .titular {
        padding: 0 10px;
    }
    section.notasPatrocinadas .notas.dos article .titular h2 {
        font-size: 1.4em;
    }
    section.notasPatrocinadas .notas.tres article figure img {
        width: 164px;
        height: 94px;
    }
    section.notasPatrocinadas .notas.dos article figure img {
        width: 131px;
        height: 131px;
    }
    section.notasPatrocinadas .notas.una article figure img {
        width: 215px;
        height: 121px;
    }

}

@media (min-width: 1161px) and (max-width: 1699px) {
   
    /*------ Patrocinado: Live */

    section.livePatrocinado .center .box {
        margin: 40px 0 0 0;
    }

    /*------ Patrocinado: Notas */

    section.notasPatrocinadas .notas.dos {
        padding: 30px 20px 20px 20px;
    }
    section.notasPatrocinadas .notas.dos article figure {
        height: 163px;
    }
    section.notasPatrocinadas .notas.tres article figure {
        height: 117px;
    }
    section.notasPatrocinadas .notas.tres article figure img {
        width: 209px;
        height: 117px;
    }
    section.notasPatrocinadas .notas.dos article figure img {
        width: 163px;
        height: 163px;
    }
    section.notasPatrocinadas .notas.una article figure img {
        width: 271px;
        height: 153px;
    }

}