.bg-pgm{
    background-image: url(https://canalonce.mx/REST/data/mxplus/banner-once+_home.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
/*-------------------------------------------------------------
# Seccion Header
--------------------------------------------------------------*/
/* .section-header{
    background-image: url(https://canalonce.mx/REST/data/mxplus/banner-once+_home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */
.section-header .container-header{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem 3rem;
}
.section-header .container-header .sinopsis-mx{
    width: 55%;
    flex-direction: column;
}
.section-header .container-header .sinopsis-mx .info{
    padding: 4rem 2rem;
}
.section-header .container-header .sinopsis-mx .info h2,
.section-header .container-header .sinopsis-mx .info h3{
    color: var(--color_sazerac_50);
}
.section-header .container-header .sinopsis-mx .info h2{
    font-size: clamp(1.2rem, 4rem, 5rem);
    text-align: center;
    margin-bottom: 1.5rem;
}
.section-header .container-header .sinopsis-mx .info h3{
    font-size: clamp(1.2rem, 1.5rem, 2rem);
}
.section-header .container-header .sinopsis-mx .info img{
    width: 100%;
    height: auto;
    max-height: 45px;
    max-width: 100%;
    display: block;
    object-fit: contain;
    margin-bottom: 1.5rem;
}
.section-header .container-header .collage-logos-mx{
    display: flex;
    width: 45%;
    padding: 4rem 2rem;
}
.section-header .container-header .collage-logos-mx img{
    height: auto;
    object-fit: contain;
    display: block;
    opacity: 0.7;
}
/*-------------------------------------------------------------
# Seccion Slider Head
--------------------------------------------------------------*/
.section-slider-header{
    background: linear-gradient(180deg, transparent 50%, var(--color_jazzberry_jam_900) 50%);
}
.section-slider-header .container-slider-header{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 0rem;
}
.section-slider-header .container-slider-header .slider-head{
    width: auto;
    height: auto;
    max-width: 60rem;
}
.section-slider-header .container-slider-header .slider-head .swiper {
    width: 100%;
    height: 100%;
}
.section-slider-header .container-slider-header .slider-head .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-slider-header .container-slider-header .slider-head .swiper-slide a{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    color: var(--color_sazerac_50);
}
.section-slider-header .container-slider-header .slider-head .swiper-slide img {
    width: auto;
    height: auto;
    min-height: 500px;
    max-height: 500px;
    max-width: 100%;
    object-fit: cover;
}
.section-slider-header .container-slider-header .slider-head .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: var(--color_white_50);
}
.section-slider-header .container-slider-header .slider-head .slider-pagination{
    width: 100%;
    height: auto;
    justify-content: center;
    padding-top: 0.5rem;
}
/*-------------------------------------------------------------
# Seccion Sliders Especiales
--------------------------------------------------------------*/
.section-special-programs{
    background-color: var(--color_jazzberry_jam_900);
}
.section-estrenos-special-programs{
    background: linear-gradient(0deg, var(--color_jazzberry_jam_900) 55%, transparent 70%);   
}
.section-special-programs .container-special-programs{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 3rem;
}
.section-special-programs .container-special-programs .title-special-programs{
    color: var(--color_white_50);
}
.section-special-programs .container-special-programs .title-special-programs h2{
    text-transform: uppercase;
    font-size: 2.3rem;
    margin-bottom: 1.2rem;
}
.section-special-programs .container-special-programs .title-special-programs h2.title_principal{
    font-size: clamp(1.2rem, 2.8rem, 3rem);
    margin-bottom: 1.5rem;
}
.section-special-programs .container-special-programs .title-special-programs p{
    font-size: 2rem;
    font-weight: 600;
}
.section-special-programs .container-special-programs .slider-special-programs{
    padding-top: 1%;
    height: auto;
    justify-content: center;
    align-items: center;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide {
    height: 100%;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: var(--color_sazerac_50);
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide  a:hover {
    color: var(--color_sazerac_50);
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide  a picture{
    width: auto;
    height: auto;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide  a picture img{
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: 100%;
    object-fit: cover;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 1rem;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: var(--color_sazerac_50);
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px var(--color_white_50);
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide .redirect-special{
    text-decoration: none;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide .redirect-special .content-redirect-special{
    width: 100%;
    height: 85%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: var(--color_jazzberry_jam_900);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide .redirect-special .content-redirect-special h2{
    color: var(--color_sazerac_50);
}
.section-special-programs .container-special-programs .slider-special-programs .container-button-premier-programs{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.section-special-programs .container-special-programs .slider-special-programs .container-button-premier-programs a{
    padding-right: 2%;
    position: absolute;
    transform: translate(0%,-6em);
    z-index: 99;
    -webkit-transform: translate(0%,-6em);
    -moz-transform: translate(0%,-6em);
    -ms-transform: translate(0%,-6em);
    -o-transform: translate(0%,-6em);
}
.section-special-programs .container-special-programs .slider-special-programs .container-button-premier-programs a button{
    color: var(--color_sazerac_50);
    cursor: pointer;
    background: var(--color_jazzberry_jam_900);
    border: none;
    border-radius: 10px;
    font-size: 2rem;
    padding: 4px 7px;
}
/*-------------------------------------------------------------
# Seccion Canales
--------------------------------------------------------------*/
.section-channels .container-channels{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 0rem;
}
.section-channels .container-channels .title-channels{
    color: var(--color_sazerac_50);
    padding: 3rem 3rem;
    text-align: center;
}
.section-channels .container-channels .title-channels h2{
    text-transform: uppercase;
    font-size: 2.3rem;
}
.section-channels .container-channels .title-channels p{
    font-size: 1.1rem;
}
.section-channels .container-channels .logos-channels{
    background: var(--color_black_rock_950);
    width: 100%;
    height: auto;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 3rem;
    gap: 0.5rem;
}
/* .section-channels .container-channels .logos-channels .item-circle{
    width: 100%;
    height: 100%;
    max-height: 250px;
    max-width: 250px;
    display: flex;
}
.section-channels .container-channels .logos-channels .item-circle img{
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
} */
.section-channels .container-channels .logos-channels picture img{
    width: auto;
    height: auto;
    display: block;
    max-height: 100px;
}
.section-channels .container-channels .logos-channels .footer-padding-logo picture img{
    padding: 1rem;
}
.section-channels .container-channels .logos-channels .footer-padding-logo_08 picture img{
    padding: 0.8rem;
}
/*-------------------------------------------------------------
# Seccion latitudes
--------------------------------------------------------------*/
.section-latitudes .container-latitudes{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 0rem;
    background-color: var(--color_black_rock_950);
}
.section-latitudes .container-latitudes .title-latitudes{
    color: var(--color_sazerac_50);
    padding: 3rem 3rem;
    text-align: center;
}
.section-latitudes .container-latitudes .title-latitudes h2{
    text-transform: uppercase;
    font-size: 2.3rem;
}
.section-latitudes .container-latitudes .title-latitudes p{
    font-size: 1.1rem;
}
.section-latitudes .container-latitudes .logos-latitudes{
    width: 100%;
    height: auto;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 3rem;
    gap: 0.5rem;
}
.section-latitudes .container-latitudes .logos-latitudes .item-circle{
    width: 100%;
    height: 100%;
    max-height: 250px;
    max-width: 250px;
    display: flex;
}
.section-latitudes .container-latitudes .logos-latitudes .item-circle img{
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
/*-------------------------------------------------------------
# Seccion latitudes
--------------------------------------------------------------*/
.section-logos-once{
    background-color: var(--color_jazzberry_jam_900);
    background-color: var(--color_black_rock_950);
}
.section-logos-once .container-logos-once{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 3rem;
}
.section-logos-once .container-logos-once .logos-once{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

@media (max-width: 1100px){
    .bg-pgm{
        background-size: 200% 100%;
    }
    /*-------------------------------------------------------------
    # Seccion Header
    --------------------------------------------------------------*/
    .section-header .container-header .sinopsis-mx{
        width: 60%;
    }
}
@media (max-width: 991px){
    /*-------------------------------------------------------------
    # Seccion Header
    --------------------------------------------------------------*/
    .section-header .container-header{
        padding: 1rem 1.2rem;
        flex-direction: column-reverse;
    }
    .section-header .container-header .sinopsis-mx{
        width: 100%;
    }
    .section-header .container-header .sinopsis-mx .info{
        padding: 2rem 0rem;
    }
    .section-header .container-header .collage-logos-mx{
        width: 100%;
        justify-content: center;
    }
    .section-header .container-header .collage-logos-mx img{
        max-height: 210px;
    }
    /*-------------------------------------------------------------
    # Seccion Slider Head
    --------------------------------------------------------------*/
    .section-slider-header .container-slider-header{
        padding: 1rem 1.2rem;
    }
    .section-slider-header .container-slider-header .slider-head{
        width: 100%;
        max-width: 100%;
    }    
    /*-------------------------------------------------------------
    # Seccion Sliders Especiales
    --------------------------------------------------------------*/
    .section-special-programs .container-special-programs{
        padding: 1rem 1.2rem;
    }
    .section-special-programs .container-special-programs .slider-special-programs .swiper{
        width: 85%;
    }
    .section-special-programs .container-special-programs .slider-special-programs .swiper-slide a h3{
        height: 60px;
    }
    .section-special-programs .container-special-programs .title-special-programs h2.title_principal{
        font-size: clamp(1.2rem, 2.7rem, 3rem);
    }
    /*-------------------------------------------------------------
    # Seccion Canales
    --------------------------------------------------------------*/
    .section-channels .container-channels .logos-channels{
        padding: 1rem 1.2rem;
        flex-wrap: wrap;
        gap: 1rem;
    }
    /*-------------------------------------------------------------
    # Seccion latitudes
    --------------------------------------------------------------*/
    .section-latitudes .container-latitudes .logos-latitudes{
        padding: 1rem 1.2rem;
        flex-wrap: wrap;
        gap: 1rem;
    }
}
@media (max-width: 660px){    
    /*-------------------------------------------------------------
    # Seccion Slider Head
    --------------------------------------------------------------*/
    .section-slider-header .container-slider-header .slider-head .swiper-slide img{
        min-height: 300px;
        max-height: 300px;
    }
    /*-------------------------------------------------------------
    # Seccion Header
    --------------------------------------------------------------*/
    .section-header .container-header .sinopsis-mx{
        width: 100%;
    }
    .section-header .container-header .collage-logos-mx{
        padding: 2rem 0rem;
    }
    .section-header .container-header .sinopsis-mx .info h2 {
        font-size: clamp(1.2rem, 2.5rem, 3rem);
    }
    .section-header .container-header .sinopsis-mx .info h3{
        font-size: clamp(1.2rem, 1.5rem, 1.2rem);
    }
    /*-------------------------------------------------------------
    # Seccion Sliders Especiales
    --------------------------------------------------------------*/
    .section-special-programs .container-special-programs .title-special-programs h2.title_principal{
        font-size: clamp(1.2rem, 2rem, 3rem);
    }
    .section-special-programs .container-special-programs .title-special-programs h2{
        font-size: 1.5rem;
    }
    /*-------------------------------------------------------------
    # Seccion Canales
    --------------------------------------------------------------*/
    .section-channels .container-channels{
        padding: 1rem 0rem;
    }
    .section-channels .container-channels .logos-channels .item-circle{
        max-height: 200px;
        max-width: 200px;
    }    
    .section-channels .container-channels .title-channels{
        padding: 2rem 3rem;
    }
    .section-channels .container-channels .title-channels h2{
        font-size: 1.5rem;
    }
    /*-------------------------------------------------------------
    # Seccion latitudes
    --------------------------------------------------------------*/
    .section-latitudes .container-latitudes{
        padding: 1rem 0rem;
    }
    .section-latitudes .container-latitudes .title-latitudes{
        padding: 2rem 3rem;
    }
    .section-latitudes .container-latitudes .title-latitudes h2{
        font-size: 1.5rem;
    }
    .section-latitudes .container-latitudes .logos-latitudes .item-circle{
        max-height: 200px;
        max-width: 200px;
    }
}
@media (max-width: 480px){    
    /*-------------------------------------------------------------
    # Seccion Header
    --------------------------------------------------------------*/
    .section-header .container-header .sinopsis-mx .info h2 {
        font-size: clamp(1.2rem, 2rem, 3rem);
    }
    .section-header .container-header .sinopsis-mx .info img{
        max-height: 35px;
    }
    /*-------------------------------------------------------------
    # Seccion Canales
    --------------------------------------------------------------*/
    .section-channels .container-channels .logos-channels .item-circle{
        max-height: 150px;
        max-width: 150px;
    }
    /*-------------------------------------------------------------
    # Seccion Sliders Especiales
    --------------------------------------------------------------*/
    .section-special-programs .container-special-programs .title-special-programs h2.title_principal {
        font-size: clamp(1.2rem, 1.7rem, 3rem);
    }
    .section-special-programs .container-special-programs .slider-special-programs .swiper-slide{
        width: 80%;
    }
    .section-special-programs-h .container-special-programs .slider-special-programs .swiper-slide a picture img{
        min-height: 150px;
        object-fit: contain;
    }
    .section-special-programs .container-special-programs .slider-special-programs .swiper-slide a h3 {
        height: auto;
    }
    /*-------------------------------------------------------------
    # Seccion latitudes
    --------------------------------------------------------------*/
    .section-latitudes .container-latitudes .logos-latitudes .item-circle{
        max-height: 150px;
        max-width: 150px;
    }
}