@font-face{ font-family: "DINNextLTProBold"; src: url("../fonts/DINNextLTPro-Bold.otf"); font-display: swap}
@font-face{ font-family: "DINNextLTPro"; src: url("../fonts/DINNextLTPro-MediumCond.woff"); font-display: swap}
@font-face{ font-family: "DINNextLTProLight"; src: url("../fonts/DINNextLTPro-Light.woff"); font-display: swap}
@font-face{ font-family: "DINNextLTPro Regiular"; src: url("../fonts/DINNextLTPro-Regular_1.woff"); font-display: swap}
@font-face { font-family: 'Myriad Pro Regular'; font-style: normal; font-weight: normal; src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff'); font-display: swap}
@font-face { font-family: 'Myriad Pro Condensed'; font-style: normal; font-weight: normal; src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff'); font-display: swap}
@font-face { font-family: 'Myriad Pro Condensed Italic'; font-style: normal; font-weight: normal; src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff'); font-display: swap}
@font-face { font-family: 'Myriad Pro Light'; font-style: normal; font-weight: normal; src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff'); font-display: swap}
@font-face { font-family: 'Myriad Pro Semibold'; font-style: normal; font-weight: normal; src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff'); font-display: swap}
@font-face { font-family: 'Myriad Pro Semibold Italic'; font-style: normal; font-weight: normal; src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff'); font-display: swap}
@font-face { font-family: 'Myriad Pro Bold Condensed'; font-style: normal; font-weight: normal; src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff'); font-display: swap}
@font-face { font-family: 'Myriad Pro Bold'; font-style: normal; font-weight: normal; src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff'); font-display: swap}
@font-face { font-family: 'Myriad Pro Bold Italic';font-style: normal; font-weight: normal; src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff'); font-display: swap}
@font-face { font-family: 'Myriad Pro Bold Condensed Italic'; font-style: normal; font-weight: normal; src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff'); font-display: swap}
@font-face { font-family: 'Trebuchet MS Bold'; font-style: normal; font-weight: normal; src: local('Trebuchet MS Bold'), url('../fonts/TREBUCBD.ttf'); font-display: swap}
@font-face { font-family: 'Trebuchet MS 2'; font-style: normal; font-weight: normal; src: local('Trebuchet MS Bold'), url('../fonts/TrebuchetMS.woff'); font-display: swap}
/*-------------------------------------------------------------
# Body
--------------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Trebuchet MS 2", Tahoma, sans-serif;
    z-index: 2;    
}
h1, h2{
    font-family: "dinnextltprobold";
}
h3{
    font-size: 1rem;
    font-family: "Trebuchet MS 2", Tahoma, sans-serif;
}
p{
    font-family: "Trebuchet MS 2", Tahoma, sans-serif;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.body-overflow-hidden{
    overflow: hidden;
}
.pt-md-60{
    padding-top: 60px;
}

.pt-md-100{
    padding-top: 100px;
}
.pt-md-150{
    padding-top: 150px;
}
.pt-md-200{
    padding-top: 200px;
}
.pb-mb-50{
    padding-bottom: 50px;
}
.pb-mb-100{
    padding-bottom: 100px;
}
.mr-mt-70{
    padding-top: 70px;
}
.txt-center{
    text-align: center;
}
.d-none{
    display: none!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.height-nav-mobile{
    height: auto;
    min-height: auto;
}
.clic-scroll{
    cursor: pointer;
}
body{
    background-image: url();
    background-size: 100% 100%;
    background-attachment: fixed;
    background: #000;
    height: 100vh;
    height: 100%;
    width: 100%;
    z-index: 2;
}
body::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0,27,46,1), rgba(175,29,77,1) 100%);
    background-size: 100% 100%;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#wrapper *,
.footer * {
    z-index: 2;    
}
#Podcast{
    scroll-margin-block-start: 110px;
    scroll-margin-block-end: 110px;    
}
#Blog{
    scroll-margin-block-start: 110px;
    scroll-margin-block-end: 110px;
}
/*-------------------------------------------------------------
# Modal Episodios
--------------------------------------------------------------*/
.section-modal{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: #000000c7;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.section-modal .container-modal{
    width: 40%;
    height: 90%;
    background-color: #fff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    flex-direction: column;
    flex-wrap: nowrap;
}
.open-modal {
    cursor: pointer;
}
.section-modal .container-modal .close-modal{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
}
.section-modal .container-modal .close-modal picture img{
    cursor: pointer;
}
.section-modal .container-modal .image-infografia{
    width: 100%;
    height: 90%;
    text-align: center;
    /* background-color: #000; */
}
.section-modal .container-modal .image-infografia picture img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/*-------------------------------------------------------------
# Flechas sliders
--------------------------------------------------------------*/
.section-slider-head .container-slider-head  .swiper-horizontal>.swiper-pagination-bullets, 
.section-slider-head .container-slider-head  .swiper-pagination-bullets.swiper-pagination-horizontal, 
.section-slider-head .container-slider-head  .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 10px!important;
    left: auto!important;
    right: 0rem;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction0{
    bottom: calc(7rem - (var(--swiper-navigation-size)/ 4))!important;
    left: auto!important;
    right: 0;    
    width: 110px!important;
}
.swiper .swiper-pagination span{
    opacity: 1;
    background: #fff;
    box-shadow: 0px 0px 1px 1px #000000e9;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #000;
    background: #f91f89;
    border: 0.1px solid #00000029;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 2px var(--swiper-pagination-bullet-horizontal-gap,2px)!important;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 25px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 25px));
}
.section-categories .container-categories .slider-categories .swiper-horizontal>.swiper-pagination-bullets, 
.section-categories .container-categories .slider-categories .swiper-pagination-bullets.swiper-pagination-horizontal, 
.section-categories .container-categories .slider-categories .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: calc(3.5rem - (var(--swiper-navigation-size)/ 4)) !important;
}
.arrow-preview,
.arrow-next{
    content: '';
    cursor: pointer;
    color: #fff;
    background: #16161673;
    width: 40px;
    height: 80%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40%;
    padding: 1rem;
}
.arrow-preview,
.arrow-next{
    height: auto;
}   
.arrow-preview i,
.arrow-next i{
    font-size: 1em;
}
.swiper:hover .arrow-preview,
.swiper:hover .arrow-next{
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.arrow-preview{
    left: 0;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
}
.arrow-next{
    right: 0;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
}
.swiper-head{
    position: relative;
}
.container-navigation{
    position: absolute;
    bottom: 0rem;
    right: 50%;
    display: flex;
    gap: 1rem;
    transform: translate(50%, 100%);
    -webkit-transform: translate(50%, 100%);
    -moz-transform: translate(50%, 100%);
    -ms-transform: translate(50%, 100%);
    -o-transform: translate(50%, 100%);
    transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
}
.container-navigation .arrow-head-preview,
.container-navigation .arrow-head-next{
    cursor: pointer;
    color: #fff;
    background: #16161673;
    width: 40px;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.swiper-head:hover .container-navigation{
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
}
@media (max-width: 991px){
    /*-------------------------------------------------------------
    # Flechas sliders
    --------------------------------------------------------------*/
    .arrow-preview,
    .arrow-next{
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
    }
    .container-navigation{
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
}
    .container-navigation .arrow-head-preview,
    .container-navigation .arrow-head-next{
        background: #161616a6;
    }
}
@media (max-width: 650px){
    .container-navigation{
        bottom: -1rem;
    }
}
@media (max-width: 480px){
    .container-navigation{
        transform: translate(50%, -50%);
        right: 20%;
    }
}
@media (max-width: 550px){
    .swiper-horizontal>.swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, .swiper-pagination-fraction{
        right: calc(-3rem - (var(--swiper-navigation-size) / 5))!important;
    }
    .swiper .swiper-pagination .swiper-pagination-bullet{
        border: 1px solid #0000003d;
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 1.5rem));
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1.5rem));
    }
    .section-slider-head .container-slider-head .swiper .swiper-pagination .swiper-pagination-bullet{
        border: 1px solid #0000003d;
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 1.2rem))!important;
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1.2rem))!important;
    }
}
@media (max-width: 480px){
    .swiper-horizontal>.swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, .swiper-pagination-fraction{
        width: 170px!important;
        right: calc(-4rem - (var(--swiper-navigation-size) / 5))!important;
    }
    .swiper .swiper-pagination .swiper-pagination-bullet{
        border: 1px solid #0000003d;
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 2.2rem));
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 2.2rem));
    }

    .section-slider-head .container-slider-head .swiper .swiper-pagination .swiper-pagination-bullet{
        border: 1px solid #0000003d;
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 1.2rem))!important;
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1.2rem))!important;
    }
    .section-categories .container-categories  .swiper-horizontal>.swiper-pagination-bullets, 
    .section-categories .container-categories  .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .section-categories .container-categories  .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 3rem!important;
    }
}
/*-------------------------------------------------------------
# Fondos de paginas
--------------------------------------------------------------*/
body.bg-home::after{
    /* background: linear-gradient(23deg, rgb(249, 31, 137) 2%, rgb(209, 26, 115) 5%, rgb(134, 17, 73) 8%, rgb(114, 14, 62) 10%, rgb(79, 10, 43) 14%, rgb(0, 0, 0) 20.71%, rgb(0, 0, 0) 68.71%, rgb(114, 14, 62) 80%, rgb(134, 17, 73) 82%, rgb(209, 26, 115) 87%, rgb(249, 31, 137) 92%); */
    /* background: linear-gradient(23deg, #d11a73 2%, rgb(79, 10, 43) 14%, rgb(0, 0, 0) 20.71%, rgb(0, 0, 0) 68.71%,  #701E47 92%); */
    background: linear-gradient(0deg, rgba(0,27,46,1), rgba(175,29,77,1) 100%);
    background-size: 100% 100%;
}
body.bg-digital::after{    
    background: url(https://canaloncetv.s3.us-east-1.amazonaws.com/REST/data/images/fondo_once_digital_2400x1400.jpg);
    /* background: url(https://canalonce.mx/REST/data/images/fondo_diversidad_digital.jpeg); */
    background-size: cover;
    background-repeat: no-repeat;
}
body.bg-once-mexico::after{
    background: linear-gradient(23deg, #0D5788 7%, rgb(4, 33, 51) 26%, rgb(0, 0, 0) 53.71%,  #146A98 85%)
}
body.bg-onn::after{
    /* background: linear-gradient(23deg, #d46400 2%, #c95f00 7%, #a64e00 11%, #371a00 19%, rgb(4, 33, 51) 25%, rgb(0, 0, 0) 53.71%, #4d1137 71.71%, #8b1f63 83%, #be2b87 90%); */
    background: linear-gradient(23deg, rgb(216, 102, 0) 2%, rgb(0, 3, 4) 25%, rgb(0, 0, 0) 53.71%, rgb(175, 40, 124) 90%);
}
body.bg-live::after{
    background: linear-gradient(23deg, rgb(249, 31, 137) 2%, rgb(209, 26, 115) 5%, rgb(134, 17, 73) 8%, rgb(114, 14, 62) 10%, rgb(79, 10, 43) 14%, rgb(0, 0, 0) 20.71%, rgb(0, 0, 0) 68.71%, rgb(114, 14, 62) 80%, rgb(134, 17, 73) 82%, rgb(209, 26, 115) 87%, rgb(249, 31, 137) 92%);
}
body.bg-categorie::after{
    background: linear-gradient(23deg, rgb(249, 31, 137) 2%, rgb(209, 26, 115) 5%, rgb(134, 17, 73) 8%, rgb(114, 14, 62) 10%, rgb(79, 10, 43) 14%, rgb(0, 0, 0) 20.71%, rgb(0, 0, 0) 68.71%, rgb(114, 14, 62) 80%, rgb(134, 17, 73) 82%, rgb(209, 26, 115) 87%, rgb(249, 31, 137) 92%);
}
body.bg-detalle::after{
    background: linear-gradient(23deg, rgb(0, 0, 0) 2%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 8%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 14%, rgb(0, 0, 0) 20.71%, rgb(0, 0, 0) 68.71%, rgb(0, 0, 0) 80%, rgb(0, 0, 0) 82%, rgb(0, 0, 0) 87%, rgb(0, 0, 0) 92%);
}
body.bg-envivo-digital::after{
    background: url(https://canaloncetv.s3.us-east-1.amazonaws.com/REST/data/images/fondo_once_digital_2400x1400.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
/*--------------------------------------------------------------
# Scroll
--------------------------------------------------------------*/
.scroll-menu{
    overflow-y: scroll;
}
.scroll-menu::-webkit-scrollbar{
    width: 14px;
}
.scroll-menu::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 5px;
    height: 45px;
}
/*-------------------------------------------------------------
# Etiqueta Flotante Sliders
--------------------------------------------------------------*/
.label-pgm{
    background: #ff1010;
    padding: 5px;
    position: absolute;
    left: 0;
}
/*-------------------------------------------------------------
# Etiqueta Flotante Programas Live
--------------------------------------------------------------*/
#btn-mas{
    display: none;
}
.cotenido{
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index:99 !important;
}
.pgms-live {
    display: flex;
    flex-direction: column;
    width: 320px;
    opacity: 0;
    transition: all 500ms ease;
    visibility: hidden;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    border-radius: 10px;
    color: #fff;
    background: #fff;
}
.pgms-live .encabezado{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, rgba(0,27,46,1), rgba(175,29,77,1) 100%);
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.pgms-live .encabezado b{
    font-size: 20px;
    padding-bottom: 5px;
}
.pgms-live .agentes  i{
    font-size: 25px;
    padding: 10px;
    margin: 5px 10px;
    color: #fff;
    background: linear-gradient(0deg, rgba(0,27,46,1), rgba(175,29,77,1) 100%);
    border-radius: 100px;
}
.pgms-live .agentes ul{
    list-style: none;
    padding: 15px 0;
}
.agentes{
    overflow: auto;
    max-height: 350px;   
    display: flex;
    padding: 1rem;
    align-items: center;
}
.pgms-live .agentes h2{
    color: #000;
    font-size: calc(0.5rem + 1vh);
    width: 85%;
}
.pgms-live .agentes img{
    height: 50px;
    width: 50px;
    border-radius: 100px;
}
.pgms-live .agentes li{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.pgms-live .agentes a{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.pgms-live .agentes::-webkit-scrollbar {
    -webkit-appearance: none;
}
.pgms-live .agentes::-webkit-scrollbar:vertical {
    width:10px;
}
.pgms-live .agentes::-webkit-scrollbar-button:increment,
.pgms-live .agentes::-webkit-scrollbar-button {
    display: none;
} 
.pgms-live .agentes::-webkit-scrollbar:horizontal {
    height: 10px;
}
.pgms-live .agentes::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 20px;
    border: 2px solid #777;
}
.pgms-live .agentes::-webkit-scrollbar-track {
    border-radius: 10px;  
}
.btn-mas label{
    text-decoration: none;
    font-size: 30px;
    color: #fff !important;
    width: 55px;
    height: 55px;
    line-height:50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 500ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#btn-mas:checked~ .pgms-live {
    margin-bottom: 5px;
    opacity: 1;
    visibility: visible;
}
.btn-mas label{
    cursor: pointer;
    background: linear-gradient(0deg, rgba(0,27,46,1), rgba(175,29,77,1) 100%);
    font-size: 30px;
}
/*-------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    width: 100%;
    height: 60px;
    transition: all 0.5s;
    z-index: 997;
    background: #2d2729;
    box-shadow: 0px 2px 25px rgb(245 239 239 / 0%)!important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.header{
    width: 100%;
    height: 70px;
    z-index: 999;
    background: #0d0c16;
    /* background: #00000040; */
}
.header .container-header{
    display: grid;
    grid-template-columns: 0px 228px 1fr 300px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.header .container-header .content-menu-hamburguer{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.header .container-header .content-menu-hamburguer .menu-btn {
    display: block;
    width: 36px;
    background-color: transparent;
    cursor: pointer;
    appearance: none;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: none;
}
.header .container-header .content-menu-hamburguer .menu-btn:before,
.header .container-header .content-menu-hamburguer .menu-btn:after{
    content: '';
    background-color: #fff;
    height: 4px;
    display: block;
    margin-bottom: 5px;
    transition: all 200ms ease-in-out;
}
.header .container-header .content-menu-hamburguer .menu-btn:before {
    box-shadow: 0 10px 0 #fff;
    margin-bottom: 16px;
}
.header .container-header .content-menu-hamburguer .menu-btn:checked{
    z-index: 5;
}
.header .container-header .content-menu-hamburguer .menu-btn:checked.menu-btn:before {
    box-shadow: 0 0 0 #fff;
    transform: translateY(10px) rotate(45deg);
}
.header .container-header .content-menu-hamburguer .menu-btn:checked.menu-btn:after {
    transform: translateY(-10px) rotate(-45deg);
}
.header .container-header .content-menu-hamburguer .menu-btn:checked ~ #sidebarMenu {
    transform: translateX(0);
}
.header .container-header .content-menu-hamburguer #sidebarMenu {
    position: fixed;
    top: 0px;
    left: 0;
    display: none;
    width: 100%;
    height: -webkit-fill-available;
    min-height: 100%;
    padding-top: 67px;
    background: rgb(0 0 0 / 86%);
    text-transform: uppercase;
    transform: translateX(-250%);
    transition: transform 250ms ease-in-out;
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    z-index: 4;
    -webkit-transform: translateX(-250%);
    -moz-transform: translateX(-250%);
    -ms-transform: translateX(-250%);
    -o-transform: translateX(-250%);
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu{
    width: 100%;
    height: 100%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .items{
    font-family: "dinnextltprobold";
    cursor: pointer;
    text-decoration: none;
    text-transform: capitalize;
    color: #fafafa;
    font-size: 1.7em;
    margin: 2%;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .items.onceplus a{
    width: auto;
    height: 50px;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .items.onceplus picture{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .items.onceplus picture img{
    width: 75%;
    height: auto;
    object-fit: cover;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .items picture img{
    width: auto;
    height: auto;
    object-fit: cover;
    max-height: 68px;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .small-items{
    font-family: "DINNextLTProBold";
    cursor: pointer;
    text-decoration: none;
    color: #fafafa;
    font-size: 1.5em;
    margin: 2%;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu a:hover {
    opacity: 1;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-social-networks{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-social-networks .social-icons i{
    color: #fff;
    cursor: pointer;
    font-size: 1.5em;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-social-networks .social-icons:focus,
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-social-networks .social-icons:hover{
    color: red;
    transform: rotate(360deg) translateZ(0);
    -webkit-transform: rotate(360deg) translateZ(0);
    -moz-transform: rotate(360deg) translateZ(0);
    -ms-transform: rotate(360deg) translateZ(0);
    -o-transform: rotate(360deg) translateZ(0);
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-networks{
    width: 100%;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-networks .networks{
    cursor: pointer;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-networks .networks picture{
    width: 100%;
    height: 100%;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-networks .networks img{
    padding-bottom: 5%;
    width: 100%;
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-networks .networks:hover .network-digital{
    filter: brightness(0.5);
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-networks .networks:hover .network-noticias{
    filter: brightness(0.5);
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-networks .networks:hover .network-ninas-ninos{
    filter: brightness(0.5);
}
.header .container-header .content-menu-hamburguer #sidebarMenu .container-menu .container-networks .networks:hover .network-once-mexico{
    filter: brightness(0.5);
}
.header .container-header .logo{
    display: flex;
    justify-content: center;
    z-index: 5;

}
.header .container-header .logo a{
    width: auto;
    height: 50px;
}
.header .container-header .logo picture img{
    width: 100%;
    height: 50px;
}
.logo-safari{
    width: 9em!important;
    height: auto!important;
}
.logo-once-mexico-safari{
    width: 60%!important;
    height: 50px!important;
}
.header .container-header .sections-nav{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.header .container-header .sections-nav .elements-nav{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 0;
}

.header .container-header .sections-nav .elements-nav li{
    color: #fff;
    font-size: 1.1em;
    width: 100%;
    line-height: normal;
    text-transform: none;
    border-right: 2px solid #fff;
}
.header .container-header .sections-nav .elements-nav li a{
    display: flex;
    justify-content: space-evenly;
}
.header .container-header .sections-nav .elements-nav li p{
    display: flex;
    justify-content: space-evenly;
}
.header .container-header .sections-nav .elements-nav .live i{
    color: #f00;
    font-size: 9px;
}
.header .container-header .sections-nav .elements-nav .live a{
    justify-content: center;
    align-items: center;
}
.header .container-header .sections-nav .elements-nav .live p{
    justify-content: center;
    align-items: center;
}
.header .container-header .sections-nav .elements-nav .more{
    cursor: pointer;
    border-right: none;
}
.header .container-header .sections-nav .elements-nav .more button{
    background: transparent;
    color: rgb(255, 255, 255);
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    border: none;
    text-transform: capitalize;
}
.header .container-header .sections-nav .elements-nav .more button #arrow-up{
    display: none;
}
.header .container-header .sections-nav .elements-nav .more .list-more{
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    /* min-height: 60%; */
    /*margin-top: 67px;
    */background: rgb(0 0 0 / 86%);
    text-transform: uppercase;
    transform: translateY(-250%);
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transition: transform 270ms ease-in-out;
    -webkit-transition: transform 270ms ease-in-out;
    -moz-transition: transform 270ms ease-in-out;
    -ms-transition: transform 270ms ease-in-out;
    -o-transition: transform 270ms ease-in-out;
    z-index: 4;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 2%;
    width: 100%;
    height: 100%;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-items: flex-start;
    width: 35%;
    font-size: 1.2rem;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-site{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-site .onceplus a{
    width: auto;
    height: 50px;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-site .onceplus picture img{
    width: 100%;
    height: 30px;
    aspect-ratio: 3/1;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .list-sites{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .list-sites h2{
    width: 100%;
    text-align: center;
    margin: 4%;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .list-sites a{
    margin: 0!important;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .list-sites .contacto{
    width: 100%;
    margin: 4%;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down h2{
    font-size: 2rem;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down.list-navigation,
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down.list-navigation a{
    display: none;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down.list-about h2{
    margin: 3%;
    margin-bottom: 1%;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down a{
    margin-bottom: 1%;
    gap: 0.5rem;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down a img{
    max-height: 68px;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .list-navigation .drop-live i{
    font-size: 10px;
    color: rgb(255, 0, 0);
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down a:hover{
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down .sitios-once{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down .sitios-once picture{
    width: 25%;
    display: flex;
    justify-content: center;
}
.header .container-header .sections-nav .elements-nav li p,
.header .container-header .sections-nav .elements-nav li p:hover,
.header .container-header .sections-nav .elements-nav li a,
.header .container-header .sections-nav .elements-nav li a:hover{
    color: #fff;
    text-decoration: none;
    align-items: center;
    text-transform: none;
}
.header .container-header .sections-nav .elements-nav li .fa-square{
    color: transparent;
}
.header .container-header .container-searcher{
    display: flex;
    justify-content: flex-end;
}
.header .container-header .container-searcher .input-search{
    border-radius: 10px;
    background: #fff;
    padding: 2%;
    margin-right: 5%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.header .container-header .container-searcher .input-search i{
    color: #b4b4b4;
}
.header .container-header .container-searcher .input-search .search {
    border: 0.5px solid #b4b4b4;
    border: none;
    font-size: 1em;
    padding-left: 6px;
    width: 100%;
}
.header .container-header .container-searcher .input-search .search:focus-visible {
    border: 0.5px solid #b4b4b4;
    border: none;
    outline: none;
}
.header .container-header .container-searcher .button-search{
    background: rgb(255, 255, 255);
    padding: 4%;
    margin-right: 5%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 20%;
    cursor: pointer;
}
.header hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 90%;
}
/*-------------------------------------------------------------
# Seccion Slider Principal
--------------------------------------------------------------*/
.section-slider-head .container-slider-head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0% 0% 3% 0%;
}
.section-slider-head .container-slider-head .swiper {
    width: 100%;
    height: auto;
}
.section-slider-head .container-slider-head .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-slider-head .container-slider-head .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-slider-head .container-slider-head .swiper-slide .container-pgm{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.section-slider-head .container-slider-head .swiper-slide .redirect-slider-head {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}
.section-slider-head .container-slider-head .swiper-slide .container-pgm .background-program picture {
    width: 100%;
    height: auto;
    display: block;
}
.section-slider-head .container-slider-head .swiper-slide .container-pgm .background-program picture img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.section-slider-head .container-slider-head .swiper-slide .container-pgm .pmg{
    position: absolute;
    width: 100%;
}
.section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm{
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    font-size: 1.2rem;
    padding: 1rem 2rem 1rem;
    flex-direction: column;
    width: auto;
    background: #00000063;
}
.section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .new-pgm{
    cursor: pointer;
    width: auto;
    font-size: 1.5rem;
    text-transform: capitalize;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .slider-redirect-pgm{
    background: rgb(232, 230, 230);
    border: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    margin: 1% 0% 0%;
    width: auto;
    padding: 0.8% 1%;
    font-size: 1rem;
    text-transform: capitalize;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .sub-title-pgm{
    text-shadow: -1px 1px #1e1e1e;
    text-align: start;
}
.section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .title-pgm{
    display: none;
    text-align: left;
}
.section-slider-head .container-slider-head .swiper .swiper-pagination span{
    background: #fff;
    opacity: 1;
}
.section-slider-head .container-slider-head .swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #000;
    background: #f91f89;
}
/*-------------------------------------------------------------
# Seccion de Sitios del Once
--------------------------------------------------------------*/
.section-slider-head .container-slider-head .container-sites-once{
    display: flex;
    flex-direction: row;
    justify-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 2%;
    padding-top: 0px;
}
.section-slider-head .container-slider-head .container-sites-once a{
    height: 100%;
    width: 100%;
    margin: 5px;
}
.section-slider-head .container-slider-head .container-sites-once a:nth-child(1){
    margin-left: 0px;
}
.section-slider-head .container-slider-head .container-sites-once a:nth-child(5){
    margin-right: 0px;
}
.section-slider-head .container-slider-head .container-sites-once a .site-once{
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(44 42 42) 2px 3px 10px 3px;
    padding: 20px;
    /* border-radius: 5px; */
    background-repeat: no-repeat;
    background-size: cover;
}
.section-slider-head .container-slider-head .container-sites-once .site-once.canal-once{
    /* background: url(https://canaloncetv.s3.us-east-1.amazonaws.com/REST/data/images/once-mas.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}
.section-slider-head .container-slider-head .container-sites-once .site-once.once-noticias{
    /* background: url(https://canaloncetv.s3.us-east-1.amazonaws.com/REST/data/images/once-noticias-digital.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}
.section-slider-head .container-slider-head .container-sites-once .site-once.once-onn{
    /* background: url(https://canaloncetv.s3.us-east-1.amazonaws.com/REST/data/images/once-ninas-y-ninos.png); */
    background-repeat: no-repeat;
    background-size: cover;
}
.section-slider-head .container-slider-head .container-sites-once .site-once.once-onn picture{
    /* width: 50%; */
}
.section-slider-head .container-slider-head .container-sites-once .site-once.once-onn picture img{
    max-width: 190px;
    max-height: 70px;
}
.section-slider-head .container-slider-head .container-sites-once .site-once.once-mexico{
    /* background: url(https://canaloncetv.s3.us-east-1.amazonaws.com/REST/data/images/once-internacional.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}
.section-slider-head .container-slider-head .container-sites-once .site-once.once-mexico picture img{
    width: 100%;
    height: auto;
}
.section-slider-head .container-slider-head .container-sites-once .site-once.once-digital{
    /* background: url(https://canaloncetv.s3.us-east-1.amazonaws.com/REST/data/images/once-digital.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.section-slider-head .container-slider-head .container-sites-once .site-once picture{
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-slider-head .container-slider-head .container-sites-once .site-once picture img{
    width: 100%;
    height: auto;
    max-height: 60px;
    max-width: 150px;
}
/*-------------------------------------------------------------
# Seccion Programas de Especiales
--------------------------------------------------------------*/
.section-special-programs .container-special-programs{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
}
.section-special-programs .container-special-programs .title-special-programs{
    color: #fff;
}
.section-special-programs .container-special-programs .title-special-programs h2{
    text-transform: uppercase;
    font-size: 2.3rem;
}
.section-special-programs .container-special-programs .title-special-programs p{
    font-size: 1.1rem;
}
.section-special-programs .container-special-programs .slider-special-programs{
    padding-top: 1%;
    height: auto;

}
.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 {
    /* width: 80%; */
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide  a:hover {
    color: #fff;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.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-family: "Trebuchet MS Bold";
    font-size: 1rem;
}
.section-special-programs .container-special-programs .slider-special-programs .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
.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: #9c1254;
    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: #fff;
}
.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: #fff;
    cursor: pointer;
    background: #9c1254;
    border: none;
    border-radius: 10px;
    font-size: 2rem;
    padding: 4px 7px;
}
/*-------------------------------------------------------------
# Seccion Programas de Estreno
--------------------------------------------------------------*/
.section-premiere-programs .container-premiere-programs{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
}
.section-premiere-programs .container-premiere-programs .title-premiere-programs{
    color: #fff;
}
.section-premiere-programs .container-premiere-programs .title-premiere-programs h2{
    text-transform: uppercase;
    font-size: 2.3rem;
}
.section-premiere-programs .container-premiere-programs .title-premiere-programs p{
    font-size: 1.1rem;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs{
    padding-top: 1%;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
/* .section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper .swiper-pagination{
    
} */
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide {
    /* width: 80%; */
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide  a:hover {
    color: #fff;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide  a picture img{
    width: auto;
    height: auto;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "Trebuchet MS Bold";
    font-size: 1rem;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
/* .section-premiere-programs .container-premiere-programs .slider-premiere-programs{

} */
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide .redirect-premiere{
    text-decoration: none;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide .redirect-premiere .content-redirect-premiere{
    width: 100%;
    height: 85%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #9c1254;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide .redirect-premiere .content-redirect-premiere h2{
    color: #fff;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-programs .container-button-premier-programs{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.section-premiere-programs .container-premiere-programs .slider-premiere-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-premiere-programs .container-premiere-programs .slider-premiere-programs .container-button-premier-programs a button{
    color: #fff;
    cursor: pointer;
    background: #9c1254;
    border: none;
    border-radius: 10px;
    font-size: 2rem;
    padding: 4px 7px;
}
/*-------------------------------------------------------------
# Seccion Programas de VOD
--------------------------------------------------------------*/
/* .section-vod-programs{
    padding-top: 2%;
} */
.section-vod-programs .container-vod-programs{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
}
.section-vod-programs .container-vod-programs .title-vod-programs{
    color: #fff;
}
.section-vod-programs .container-vod-programs .title-vod-programs a,
.section-vod-programs .container-vod-programs .title-vod-programs a:hover{
    color: #fff;
    text-decoration: none;
}
.section-vod-programs .container-vod-programs .title-vod-programs h2{
    font-size: 2.3rem;
    text-transform: uppercase;
}
.section-vod-programs .container-vod-programs .title-vod-programs picture{
    width: 100%;
    height: auto;
    /* display: flex;
    justify-content: flex-start; */
}
.section-vod-programs .container-vod-programs .title-vod-programs picture img{
    width: auto;
    height: auto;
    object-fit: cover;
}
.section-vod-programs .container-vod-programs .title-vod-programs p{
    font-size: 1.1rem;
}
.section-vod-programs .container-vod-programs .slider-vod-programs{
    padding-top: 1%;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide  a:hover {
    color: #fff;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide  a picture img{
    width: 100%;
    height: 85%;
    height: auto;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide a small{
    color: #000000;
    position: absolute;
    bottom: 0px;
    left: 5px;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide .redirect-once-plus{
    text-decoration: none;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide .redirect-once-plus .content-redirect-once-plus{
    width: 100%;
    height: 85%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #9c1254;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide .redirect-once-plus .content-redirect-once-plus h2{
    color: #fff;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .container-button-vod-programs{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.section-vod-programs .container-vod-programs .slider-vod-programs .container-button-vod-programs a{
    padding-right: 2%;
    position: absolute;
    transform: translate(0%,-2em);
    z-index: 99;
    -webkit-transform: translate(0%,-2em);
    -moz-transform: translate(0%,-2em);
    -ms-transform: translate(0%,-2em);
    -o-transform: translate(0%,-2em);
}
.section-vod-programs .container-vod-programs .slider-vod-programs .container-button-vod-programs a button{
    color: #fff;
    cursor: pointer;
    background: #9c1254;
    border: none;
    border-radius: 10px;
    font-size: 2rem;
    padding: 4px 7px;
}
/*-------------------------------------------------------------
# Seccion Contenidos Digitales
--------------------------------------------------------------*/
/* .section-digital-content{

} */
.section-digital-content .container-digital-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1% 2%;
}
.section-digital-content .container-digital-content .title-digital-content{
    color: #fff;
}
.section-digital-content .container-digital-content .title-digital-content h2{
    font-size: 2.3rem;
    text-transform: uppercase;
}
.section-digital-content .container-digital-content .title-digital-content p{
    font-size: 1.1rem;
}
.section-digital-content .container-digital-content .slider-digital-content{
    padding-top: 1%;
}
.section-digital-content .container-digital-content .slider-digital-content .swiper {
    width: 100%;
    height: 320px;
    height: auto;
}
.section-digital-content .container-digital-content .slider-digital-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-digital-content .container-digital-content .slider-digital-content .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-digital-content .container-digital-content .slider-digital-content .swiper-slide  a:hover {
    color: #fff;
}
.section-digital-content .container-digital-content .slider-digital-content .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-digital-content .container-digital-content .slider-digital-content .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-digital-content .container-digital-content .slider-digital-content .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-digital-content .container-digital-content .slider-digital-content .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-digital-content .container-digital-content .slider-digital-content .swiper-slide a small{
    color: rgb(255 0 0);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 3px;
    border-radius: 5px;
    box-shadow: rgb(255 255 255) 0px 0px 5px 1px;
}
/*-------------------------------------------------------------
# Seccion Podcast
--------------------------------------------------------------*/
/* .section-podcast{

} */
.section-podcast .container-podcast{
    width: 100%;
    height: 100%;
    padding: 1% 2%;
}
.section-podcast .container-podcast hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-podcast .container-podcast .title-podcast{
    color: #fff;
    padding-top: 1%;
}
.section-podcast .container-podcast .title-podcast h2{
    text-transform: uppercase;
    font-size: 2.3rem;
}
.section-podcast .container-podcast .title-podcast p{
    font-size: 1.1rem;
}
.section-podcast .container-podcast .slider-podcast{
    padding: 1% 0%;
}
.section-podcast .container-podcast .slider-podcast .swiper {
    width: 100%;
    height: 250px;
    height: auto;
}
.section-podcast .container-podcast .slider-podcast .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-podcast .container-podcast .slider-podcast .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-podcast .container-podcast .slider-podcast .swiper-slide  a:hover {
    color: #fff;
}
.section-podcast .container-podcast .slider-podcast .swiper-slide  a picture{
    width: 100%;
    height: 85%;
    height: auto;
}
.section-podcast .container-podcast .slider-podcast .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-podcast .container-podcast .slider-podcast .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-podcast .container-podcast .slider-podcast .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "Trebuchet MS Bold";
    font-size: 1rem;
}
.section-podcast .container-podcast .slider-podcast .swiper-slide a small{
    color: rgb(255 0 0);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 3px;
    border-radius: 5px;
    box-shadow: rgb(255 255 255) 0px 0px 5px 1px;
}
/*-------------------------------------------------------------
# Seccion Programas Recomendados
--------------------------------------------------------------*/
/* .section-recommended-programs{

} */
.section-recommended-programs .container-recommended-programs{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row;
    padding: 1% 2%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-recommended-programs .container-recommended-programs hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-recommended-programs .container-recommended-programs .title-recommended-programs{
    color: rgb(255, 255, 255);
    padding-top: 1%;
    padding-bottom: 2%;
    height: auto;
    width: 26%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* background-image: url(https://canaloncetv.s3.us-east-1.amazonaws.com/REST/data/images/once-recomienda.webp); */
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2em;
}
.section-recommended-programs .container-recommended-programs .title-recommended-programs h2{
    font-size: 2.3rem;
    text-transform: uppercase;
}
.section-recommended-programs .container-recommended-programs .title-recommended-programs p{
    font-size: 1.1rem;
}
.section-recommended-programs .container-recommended-programs .recommended-programs{
    width: 66.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2%;
}
.section-recommended-programs .container-recommended-programs .recommended-programs .swiper {
    width: 100%;
    height: 250px;
    height: auto;
}
.section-recommended-programs .container-recommended-programs .recommended-programs .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-recommended-programs .container-recommended-programs .recommended-programs .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-recommended-programs .container-recommended-programs .recommended-programs .swiper-slide  a:hover {
    color: #fff;
}
.section-recommended-programs .container-recommended-programs .recommended-programs .swiper-slide  a picture{
    width: 100%;
    height: 85%;
    height: auto;
}
.section-recommended-programs .container-recommended-programs .recommended-programs .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-recommended-programs .container-recommended-programs .recommended-programs .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-recommended-programs .container-recommended-programs .recommended-programs .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-recommended-programs .container-recommended-programs .recommended-programs .swiper-slide a small{
    color: rgb(255 0 0);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 3px;
    border-radius: 5px;
    box-shadow: rgb(255 255 255) 0px 0px 5px 1px;
}


/* .section-recommended-programs .container-recommended-programs .recommended-programs a{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    margin: 1%;
}
.section-recommended-programs .container-recommended-programs .recommended-programs a:hover{
    color: #fff;
}
.section-recommended-programs .container-recommended-programs .recommended-programs a picture{
    width: 100%;
    height: 100%;
}
.section-recommended-programs .container-recommended-programs .recommended-programs a picture img{
    width: 100%;
    height: 100%;
}
.section-recommended-programs .container-recommended-programs .recommended-programs a small{
    color: rgb(255 0 0);
    position: absolute;
    background: rgba(255, 255, 255, 0.86);
    padding: 3px;
    border-radius: 5px;
    box-shadow: rgb(255 255 255) 0px 0px 5px 1px;
} */
/*-------------------------------------------------------------
# Seccion Blogs
--------------------------------------------------------------*/
/* .section-blogs{} */
.section-blogs .container-blogs{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 1% 2%;
}
.section-blogs .container-blogs hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-blogs .container-blogs .title-blogs{
    color: #fff;
}
.section-blogs .container-blogs .title-blogs h2{
    font-size: 2.3rem;
    text-transform: uppercase;
}
.section-blogs .container-blogs .title-blogs p{
    font-size: 1.1rem;
}
.section-blogs .container-blogs .slider-blogs{
    padding: 1% 0%
}
.section-blogs .container-blogs .slider-blogs .swiper {
    width: 100%;
    height: 250px;
    height: auto;
}
.section-blogs .container-blogs .slider-blogs .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-blogs .container-blogs .slider-blogs .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-blogs .container-blogs .slider-blogs .swiper-slide  a:hover {
    color: #fff;
}
.section-blogs .container-blogs .slider-blogs .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-blogs .container-blogs .slider-blogs .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-blogs .container-blogs .slider-blogs .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-blogs .container-blogs .slider-blogs .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-blogs .container-blogs .slider-blogs .swiper-slide a small{
    color: rgb(255 0 0);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 3px;
    border-radius: 5px;
    box-shadow: rgb(255 255 255) 0px 0px 5px 1px;
}
/*-------------------------------------------------------------
# Seccion Categorias
-------------------------------------------------------------*/
/* .section-categories{} */
.section-categories .container-categories{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 1% 2%;
}
.section-categories .container-categories hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-categories .container-categories .title-categories{
    color: #fff;
}
.section-categories .container-categories .title-categories h2{
    font-size: 2.3rem;
    text-transform: uppercase;
}
.section-categories .container-categories .title-categories p{
    font-size: 1.1rem;
}
.section-categories .container-categories .slider-categories{
    padding-top: 1%;
    padding-bottom: 2%;
    width: 100%;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
}
.section-categories .container-categories .slider-categories .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-categories .container-categories .slider-categories .swiper-wrapper {

}
.section-categories .container-categories .slider-categories .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-categories .container-categories .slider-categories .swiper-slide  a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}
.section-categories .container-categories .slider-categories .swiper-slide  a:hover {
    color: #fff;
}
.section-categories .container-categories .slider-categories .swiper-slide a picture{
    width: 100%;
    height: 100%;
}
.section-categories .container-categories .slider-categories .swiper-slide a picture img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/1;
}
.section-categories .container-categories .slider-categories .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-categories .container-categories .slider-categories .swiper-slide a h3{
    width: auto;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-top: 20px;
}
.section-categories .container-categories .slider-categories .swiper-slide a small{
    color: rgb(255 0 0);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 3px;
    border-radius: 5px;
    box-shadow: rgb(255 255 255) 0px 0px 5px 1px;
}

/* CSS final*/
.gradiente{
    color: #fff;
    width: 100%;
    height: 150px;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gradiente picture{
    width: 100%;
    height: auto;
}
.gradiente picture img{
    width: 100%;
    height: auto;
}
.gradiente i {
    font-size: 100px;
    color: #f6f1f19c;
    text-shadow: 0 0 5px rgb(246 240 240 / 20%);
    color: #f3efef52;
    text-shadow: 0 0 20px #fff, 0 0 1px #fff, 0 0 3px #e60073, 0 0 41px #e60073, 0 0 1px #e60073, 0 0 20px #e60073, 0 0 70px #e60073;
    opacity: .4;
    position: absolute;
    display: flex;
    align-items: center;
}
.gradiente h2 {
    font-size: 1.5rem;
}
.glasssg {
    float: left;
    font-size: 100px;
    top: -10px;
    transform: translate(-20%, -30%);
    color: #f6f1f117;
    text-shadow: 0 0 5px rgb(246 240 240 / 34%);
    -webkit-transform: translate(-20%, -30%);
    -moz-transform: translate(-20%, -30%);
    -ms-transform: translate(-20%, -30%);
    -o-transform: translate(-20%, -30%);
}
/*-------------------------------------------------------------
# Seccion Footer
-------------------------------------------------------------*/
.footer{
    background-color: transparent;
}
.footer .container-footer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
}
.footer .container-footer .title-footer{
    color: #fff;
}
.footer .container-footer .title-footer p{
    font-size: 1.1rem;
}
.footer .container-footer .title-footer  hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
    display: none;
}
.footer .container-footer .images-footer{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 2%;
}
.footer .container-footer .images-footer picture{
    width: 100%;
    height: 100%;
    text-align: center;
}
.footer .container-footer .images-footer picture img{
    width: auto;
    height: auto;
    max-height: 70px;
}
.footer .container-footer .images-footer .footer-padding-logo picture img{
    padding: 1rem;
}
.footer .container-footer .images-footer .once-logo{
    width: 10%;
}

/* .footer .container-footer .icons-social-footer a i{
    color: #fff;
    font-size: 1.5rem;
} */
.footer .container-footer .info-footer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2%;
    color: #fff;
}
.footer .container-footer .info-footer .contact-canal-once{
    /* width: 100%; */
    display: flex;
    flex-direction: column;
}
.footer .container-footer .info-footer .contact-canal-once h2{
    font-size: 1.8rem;
}
.footer .container-footer .info-footer .contact-canal-once p{
    font-size: 1.1rem;
}
.footer .container-footer .info-footer .contact-canal-once .social-networks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
}
.footer .container-footer .icons-social-footer{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
.footer .container-footer .icons-social-footer a{
    display: flex;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    align-items: center;
    gap: 0.5rem;
}
.footer .container-footer .about-canal-once hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
    display: none;
}
.footer .container-footer .info-footer .about-canal-once a{
    color: #fff;
    text-decoration: none;
}
.footer .container-footer .info-footer .about-canal-once p{
    font-size: 1.1rem;
}
.footer .container-footer .sites-canal-once  hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
    display: none;
}
.footer .container-footer .info-footer .sites-canal-once a{
    color: #fff;
    display: block;
    text-decoration: none;
}
.footer .container-footer .info-footer .sites-canal-once  .container-logo-complete{
    display: flex;
    align-items: center;
    width: 100%;
}
.footer .container-footer .info-footer .sites-canal-once .container-logo-half{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
}
.footer .container-footer .info-footer .sites-canal-once p{
    font-size: 1.1rem;
}
.footer .container-footer .info-footer .sites-canal-once picture{
    width: 100%;
    height: 100%;
    text-align: center;
}
.footer .container-footer .info-footer .sites-canal-once picture img{
    width: auto;
    height: auto;
    max-height: 80px;
}
.footer .container-footer .info-footer .sites-canal-once .about-canal-once{
    width: 100%;
}
.footer .container-footer .info-footer .sites-canal-once .about-canal-once a{
    color: #fff;
    text-decoration: none;
}
.footer .container-footer .info-footer .sites-canal-once .about-canal-once p{
    font-size: 1.1rem;
}
.footer .container-footer .download-apps{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer .container-footer .download-apps h3{
    color: #fff;
    font-size: 1.3rem;
}
.footer .container-footer .download-apps .redirect-download{
    width: 187px; 
    margin: 5px;
}
.footer .container-footer .download-apps .once-logo{
    margin: 5px;
    width: 120px;
    height: auto;
}
.footer .container-footer .download-apps .once-logo picture{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.footer .container-footer .download-apps .once-logo picture img{
    width: auto;
    height: auto;
    aspect-ratio: 3/1;
}
.footer .container-footer .download-apps .icon-download{
    display: flex;
    align-items: center;
}
.footer .container-footer .download-apps .icon-download img{
    width: auto;
}
.footer .container-footer .download-apps .app-store{
    display: inline-block;
    overflow: hidden;
    border-radius: 13px;
    width: 187px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}
.footer .container-footer .download-apps .app-store img{
    display: inline-block;
    overflow: hidden;
    border-radius: 13px;
    height: auto;
    width: 187px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}
/*-------------------------------------------------------------
# Seccion Logo Sitio
--------------------------------------------------------------*/
.container-logo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-logo picture{
    width: 40%;
    height: auto;
}
.container-logo picture .img-digital{
    width: 100%;
}
.container-logo picture .img-once-mexico{
    width: 100%;
}
.container-logo picture .img-onn{
    width: 100%;
}
.container-logo picture .img-once{
    width: 100%;
}
/*-------------------------------------------------------------
#  Seccion de programas Digitales
--------------------------------------------------------------*/
.section-digital-programs .container-digital-programs{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
}
.section-digital-programs .container-digital-programs .title-digital-programs{
    color: #fff;
}
.section-digital-programs .container-digital-programs .title-digital-programs h2{
    font-size: 2.3rem;
}
.section-digital-programs .container-digital-programs .slider-digital-programs{
    padding-top: 1%;
}
.section-digital-programs .container-digital-programs .slider-digital-programs .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-digital-programs .container-digital-programs .slider-digital-programs .swiper-slide {
    /* width: 80%; */
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-digital-programs .container-digital-programs .slider-digital-programs .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-digital-programs .container-digital-programs .slider-digital-programs .swiper-slide  a:hover {
    color: #fff;
}
.section-digital-programs .container-digital-programs .slider-digital-programs .swiper-slide  a picture{
    width: 100%;
    height: 100%;
}
.section-digital-programs .container-digital-programs .slider-digital-programs .swiper-slide  a picture img{
    width: 100%;
    height: 100%;
}
.section-digital-programs .container-digital-programs .slider-digital-programs .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-digital-programs .container-digital-programs .slider-digital-programs .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "Trebuchet MS Bold";
    font-size: 1rem;
}
.section-digital-programs .container-digital-programs .slider-digital-programs .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
/*-------------------------------------------------------------
# Seccion Programa actual
--------------------------------------------------------------*/
.section-program-now .container-program-now{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2%;
}
.section-program-now .container-program-now .title-program-now{
    color: #fff;
}
.section-program-now .container-program-now .title-program-now h2{
    font-size: 2.3rem;
}
.section-program-now .container-program-now .title-program-now p{
    font-size: 1.1rem;
}
.section-program-now .container-program-now .slider-program-now{
    padding-top: 1%;
}
.section-program-now .container-program-now .slider-program-now .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-program-now .container-program-now .slider-program-now .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-program-now .container-program-now .slider-program-now .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-program-now .container-program-now .slider-program-now .swiper-slide  a:hover {
    color: #fff;
}
.section-program-now .container-program-now .slider-program-now .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-program-now .container-program-now .slider-program-now .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-program-now .container-program-now .slider-program-now .swiper-slide  a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-program-now .container-program-now .slider-program-now .swiper-slide  a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-program-now .container-program-now .slider-program-now .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
/*-------------------------------------------------------------
# Seccion Mapa
--------------------------------------------------------------*/
.section-map .container-map{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2%;
}
.section-map .container-map hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-map .container-map .title-map{
    color: #fff;
    padding-top: 2%;
}
.section-map .container-map .title-map h2{
    font-size: 2.3rem;
}
.section-map .container-map .title-map p{
    font-size: 1.1rem;
}
.section-map .container-map .map-usa{
    padding-top: 1%;
}
/*-------------------------------------------------------------
# Seccion Contenidos Once Mexico
-------------------------------------------------------------*/
.contents-mexico{
    padding-top: 1%;
    padding-bottom: 3%;
}
.contents-mexico .info-content-mexico{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.contents-mexico .info-content-mexico .content-mexico {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.contents-mexico .info-content-mexico .content-mexico:hover {
    color: #fff;
}
.contents-mexico .info-content-mexico .content-mexico picture{
    width: 100%;
    height: auto;
}
.contents-mexico .info-content-mexico .content-mexico picture img{
    width: 100%;
    height: auto;
}
.contents-mexico .info-content-mexico a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents-mexico .info-content-mexico a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "Trebuchet MS Bold";
    font-size: 1rem;
}
/*-------------------------------------------------------------
# Seccion ONN
--------------------------------------------------------------*/
.section-onn .container-onn{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2% 1% 2%;
}
.section-onn .container-onn hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-onn .container-onn .banner-onn{
    padding-top: 2%;
}
.section-onn .container-onn .banner-onn a{
    width: 100%;
    height: 100%;
}
.section-onn .container-onn .banner-onn a picture{
    width: auto;
    height: auto;
    display: block;
}
.section-onn .container-onn .banner-onn a picture img{
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
}
/*-------------------------------------------------------------
# Seccion Banner Digital
--------------------------------------------------------------*/
.section-digital .container-digital{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
}
.section-digital .container-digital hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-digital .container-digital .banner-digital a{
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 1rem;
}
.section-digital .container-digital .banner-digital a picture{
    width: auto;
    height: auto;
    display: block;
}
.section-digital .container-digital .banner-digital a picture img{
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
}        
/*-------------------------------------------------------------
# Seccion Programas
--------------------------------------------------------------*/
.section-programs .container-programs{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0% 2%;
}
.section-programs .container-programs .title-programs{
    color: #fff;
}
.section-programs .container-programs .title-programs h2{
    text-transform: uppercase;
    font-size: 2.3rem;
}
.section-programs .container-programs .title-programs p{
    font-size: 1.1rem;
}
.section-programs .container-programs .slider-programs{
    padding-top: 1%;
}
.section-programs .container-programs .slider-programs .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-programs .container-programs .slider-programs .swiper-slide {
    /* width: 80%; */
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-programs .container-programs .slider-programs .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-programs .container-programs .slider-programs .swiper-slide  a:hover {
    color: #fff;
}
.section-programs .container-programs .slider-programs .swiper-slide  a picture{
    width: 100%;
    height: 100%;
}
.section-programs .container-programs .slider-programs .swiper-slide  a picture img{
    width: 100%;
    height: 100%;
}
.section-programs .container-programs .slider-programs .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-programs .container-programs .slider-programs .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-programs .container-programs .slider-programs .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
/*-------------------------------------------------------------
# Section En vivo
--------------------------------------------------------------*/
.section-reproductor-live .container-reproductor-live{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
}
.section-reproductor-live .container-reproductor-live .title-reproductor-live{
    color: #fff;
}
.section-reproductor-live .container-reproductor-live hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-reproductor-live .container-reproductor-live .title-reproductor-live h2{
    text-transform: uppercase;
    font-size: 2.3rem;
}
.section-reproductor-live .container-reproductor-live .title-reproductor-live .description{
    font-size: 1.3rem;
}
.section-reproductor-live .container-reproductor-live .title-reproductor-live.logo-once3{
    display: flex;
    justify-content: center;
}
.section-reproductor-live .container-reproductor-live .title-reproductor-live.logo-once3 picture{
    width: auto;
    height: auto;
}
.section-reproductor-live .container-reproductor-live .title-reproductor-live.logo-once3 picture img{
    width: auto;
    max-height: 130px;
}
.section-reproductor-live .container-reproductor-live hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-reproductor-live .container-reproductor-live .content-reproductor-live{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 2%;
    margin-bottom: 3%;
}
.section-reproductor-live .container-reproductor-live .content-reproductor-live.padding-logo-once3{
    padding-top: 1%;
}
.section-reproductor-live .container-reproductor-live .content-reproductor-live .reproductor-live {
    height: 100%;
    /* width: 65%;     */
    width: 100%;
    max-width: 950px;
}
.section-reproductor-live .container-reproductor-live .content-reproductor-live .center-items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-reproductor-live .container-reproductor-live .content-reproductor-live .reproductor-live h2{
    color: #fff;
    font-size: 2rem;
    position: absolute;
    padding-top: 12%;
    z-index: 3!important;
}
.section-reproductor-live .container-reproductor-live .content-reproductor-live .reproductor-live picture{
    width: 100%;
    height: 100%;
}
.section-reproductor-live .container-reproductor-live .content-reproductor-live .reproductor-live picture img{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}
/* .section-reproductor-live .container-reproductor-live .content-reproductor-live .reproductor-live video{
    box-shadow: 0px 1px 5px 3px #fff;
} */
.section-reproductor-live .container-reproductor-live .title-program-live{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section-reproductor-live .container-reproductor-live .title-program-live h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 2.3rem;
}
.section-reproductor-live .container-reproductor-live .title-program-live hr{
    margin-bottom: 1%;
}
.section-reproductor-live .container-reproductor-live .title-program-live p{
    color: #fff;
    font-size: 1.1rem;
    /* margin-bottom: 5%; */
}
.section-reproductor-live .container-reproductor-live .title-program-live .sinopsis-program{
    font-size: 1.6rem;

}
/*-------------------------------------------------------------
#  Section Programacion del en vivo
--------------------------------------------------------------*/
.section-programation-live .container-programation-live{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
    align-items: center;
}
.section-programation-live .container-programation-live .info-pgm{
    border-bottom: 2px solid #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    justify-items: stretch;
    width: auto;
    max-width: 65%;
}
.section-programation-live hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-programation-live .container-programation-live .info-pgm .title-type{    
    border-bottom: 2px solid #fff;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.section-programation-live .container-programation-live .info-pgm .pmg-live{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section-programation-live .container-programation-live .info-pgm .image-pgm {
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0.5rem;
}
.section-programation-live .container-programation-live .info-pgm .image-pgm picture {
    width: 100%;
    height: auto;
    display: block;
}
.section-programation-live .container-programation-live .info-pgm .image-pgm img{
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 160px;
}
.section-programation-live .container-programation-live .info-pgm .image-pgm h2{
    font-size: calc(0.7rem + 1vh)
}
.section-programation-live .container-programation-live .info-pgm .image-pgm p{
    font-size: calc(0.7rem + 1vh)
}
.section-programation-live .container-programation-live .text-informacion{
    width: 100%;
    padding: 0.5rem;
    border-top: 2px solid #fff;
    grid-column: 1/4;
    text-align: center;
}
.section-programation-live .container-programation-live .text-informacion a{    
    text-align: center;
    color: #fff;
}
.section-programation-live .container-programation-live .text-informacion h2{
    color: #fff;
    font-size: calc(1.5rem + 1vh);
}
.section-programation-live .container-programation-live  .swiper {
    width: max(65%, 300px);
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}
.section-programation-live .container-programation-live  .swiper-slide {
    /* width: 80%; */
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-programation-live .container-programation-live  .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-programation-live .container-programation-live  .swiper-slide  a:hover {
    color: #fff;
}
.section-programation-live .container-programation-live  .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-programation-live .container-programation-live  .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-programation-live .container-programation-live  .swiper-slide  a h2{
    font-size: 1.2rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-programation-live .container-programation-live  .swiper-slide  a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-programation-live .container-programation-live  .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 0%;
    left: 1px;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
/*-------------------------------------------------------------
#  Section Horarios
--------------------------------------------------------------*/
.section-schedule .container-schedule{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
}
.section-schedule .container-schedule hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-schedule .container-schedule .title-schedule{
    color: #fff;
}
.section-schedule .container-schedule .title-schedule h1{
    font-size: 2.3rem;
}
.section-schedule .container-schedule .title-schedule h2{
    font-size: 2.3rem;
}
.section-schedule .container-schedule .title-schedule p{
    font-size: 1.1rem;
}
.section-schedule .container-schedule .content-schedule{
    padding-top: 2%;
    width: 100%;
    height: 100%;
}
.section-schedule .container-schedule .content-schedule .program-info{
    width: 90%;
    height: 100%;
}
.section-schedule .container-schedule .content-schedule .swiper {
    width: 100%;
    height: 100%;
    margin-bottom: 2%;
}
.section-schedule .container-schedule .content-schedule .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-schedule .container-schedule .content-schedule .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}
.section-schedule .container-schedule .content-schedule .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-schedule .container-schedule .content-schedule .swiper-slide  a picture img{
    width: 100%;
    height: 220px;
}
.section-schedule .container-schedule .content-schedule .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
.section-schedule .container-schedule .content-schedule a h2{
    font-size: 1.8rem;
    margin: 0;
}
.section-schedule .container-schedule .program-live h1,
.section-schedule .container-schedule .program-live h2{
    color: rgb(255, 255, 255);
    font-size: 2.3rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section-schedule .container-schedule .program-live h2 span{
    color: #f00;
    font-size: 0.8rem;
}
.section-schedule .container-schedule .program-live picture{
    width: 100%;
    height: 100%;
}
.section-schedule .container-schedule .program-live .program-info{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-items: start;
    padding-top: 1%;
}
.section-schedule .container-schedule .program-live .program-info a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-schedule .container-schedule .program-live .program-info a picture img{
    width: 100%;
    height: 230px;
}
.section-schedule .container-schedule .program-live .program-info a h2{
    font-size: 1.8rem;
    margin: 0;
}
.section-schedule .container-schedule .program-live .program-info a p{
    font-size: 1.5rem;
    margin: 0;
}
/*-------------------------------------------------------------
# Section Programas por Categorias
--------------------------------------------------------------*/
.section-programs-categories{
    height: 100%;
    width: 100%;
}
.section-programs-categories .container-programs-categories{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
}
.section-programs-categories .container-programs-categories hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-programs-categories .container-programs-categories .title-programs-categories{
    color: rgb(255, 255, 255);
    text-align: left;
    padding-left: 2%;
    /* background: aliceblue; */
}
.section-programs-categories .container-programs-categories .title-programs-categories h2{
    font-size: 3.5rem;
}
.section-programs-categories .container-programs-categories .title-programs-categories h3{
    width: auto;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-top: 20px;
}
.section-programs-categories .container-programs-categories .slider-programs-categories{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    justify-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
}
.section-programs-categories .container-programs-categories .slider-programs-categories a{
    width: auto;
    max-width: 100%;
    height: auto;
    text-align: center;
    background: #000;
    /* box-shadow: rgb(249 249 249 / 75%) 0px 0px 4px 1px; */
    text-decoration: none;
    padding: 1rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.section-programs-categories .container-programs-categories .slider-programs-categories a .card-program{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.section-programs-categories .container-programs-categories .slider-programs-categories a .card-program picture{
    width: 100%;
    height: auto;
}
.section-programs-categories .container-programs-categories .slider-programs-categories a .card-program picture img{
    width: 96%;
    height: 220px;
    width: auto;
    height: auto;
}
.section-programs-categories .container-programs-categories .slider-programs-categories a .card-program h2{
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-programs-categories .container-programs-categories .slider-programs-categories a .card-program .description{
    height: 110px;
    overflow-y: scroll;
}
.section-programs-categories .container-programs-categories .slider-programs-categories a .card-program .description::-webkit-scrollbar{
    width: 10px;
}
.section-programs-categories .container-programs-categories .slider-programs-categories a .card-program .description::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 5px;
    height: 45px;
}
/* .section-programs-categories .container-programs-categories .slider-programs-categories a .card-program .description p{
    color: #fff;
} */
.section-programs-categories .container-programs-categories .slider-programs-categories a .card-program span{
    color: #fff;
    width: 100%;
}
/*-------------------------------------------------------------
# Background Programas por Categorias
--------------------------------------------------------------*/
.bg-categorie-cocina{
    background: linear-gradient(90deg, rgb(239 50 34) 5%, rgb(254 194 73) 63%, rgb(236 63 37) 100%);
}
.bg-categorie-conversacion{
    background: linear-gradient(90deg, rgb(31 128 191) 5%, rgb(195 213 202) 63%, rgb(238 152 206) 100%);
}
.bg-categorie-cultura{
    background: linear-gradient(29deg, rgb(86 11 148) 5%, rgb(136 2 156) 63%, rgb(47 1 119) 100%);
}
.bg-categorie-deporte{
    background: linear-gradient(29deg, rgb(56 60 250) 5%, rgb(153 138 136) 63%, rgb(60 37 152) 100%);
}
.bg-categorie-digital{
    background: linear-gradient(29deg, rgb(0 215 254) 5%, rgb(173 65 142) 63%, rgb(240 46 62) 100%);
}
.bg-categorie-entretenimiento{
    background: linear-gradient(29deg, rgb(203 1 96) 5%, rgb(120 1 91) 63%, rgb(60 1 71) 100%);
}
.bg-categorie-historia{
    background: linear-gradient(29deg, rgb(226 200 95) 5%, rgb(225 107 63) 63%, rgb(195 37 45) 100%);
}
.bg-categorie-informacion-e-investigacion{
    background: linear-gradient(29deg, rgb(125 2 114) 15%, rgb(59 1 148) 63%, rgb(189 1 78) 100%);
}
.bg-categorie-musica{
    background: linear-gradient(29deg, rgb(14 2 6) 5%, rgb(94 0 48) 50%, rgb(104 1 59) 100%);
}
.bg-categorie-naturaleza{
    background: linear-gradient(29deg, rgb(29 175 87) 5%, rgb(24 64 69) 50%, rgb(14 166 0) 100%);
}
.bg-categorie-ninas-y-ninos{
    background: linear-gradient(90deg, rgb(239 50 34) 5%, rgb(254 194 73) 63%, rgb(236 63 37) 100%);
}
.bg-categorie-opinion{
    background: linear-gradient(29deg, rgb(183 197 222) 5%, rgb(191 177 152) 50%, rgb(173 181 189) 100%);
}
.bg-categorie-programas-politecnicos{
    background: linear-gradient(29deg, rgb(14 2 6) 5%, rgb(94 0 48) 50%, rgb(104 1 59) 100%);
}
.bg-categorie-series{
    background: linear-gradient(29deg, rgb(7 29 90) 5%, rgb(10 113 149) 50%, rgb(37 180 109) 100%);
}
.bg-categorie-sociedad{
    background: linear-gradient(132deg, rgb(211 78 84) 5%, rgb(190 68 100) 50%, rgb(58 8 207) 100%);
}
/*-------------------------------------------------------------
# Section Compromisos
--------------------------------------------------------------*/
/* .section-compromisos{} */
.section-compromisos .container-compromisos{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 1% 2%;
}
.section-compromisos .container-compromisos hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-compromisos .container-compromisos .title-compromisos{
    color: #fff;
}
.section-compromisos .container-compromisos .title-compromisos h2{
    font-size: 2.3rem;
}
.section-compromisos .container-compromisos .slider-compromisos{
    padding-top: 1%;
    padding-bottom: 3%;
}
.section-compromisos .container-compromisos .slider-compromisos .info-compromisos{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.section-compromisos .container-compromisos .slider-compromisos .info-compromisos .compromiso {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-compromisos .container-compromisos .slider-compromisos .info-compromisos .compromiso:hover {
    color: #fff;
}
.section-compromisos .container-compromisos .slider-compromisos .info-compromisos .compromiso picture{
    width: 100%;
    height: auto;
}
.section-compromisos .container-compromisos .slider-compromisos .info-compromisos .compromiso picture img{
    width: 100%;
    height: auto;
}
.section-compromisos .container-compromisos .slider-compromisos .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-compromisos .container-compromisos .slider-compromisos .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "Trebuchet MS Bold";
    font-size: 1rem;
}
.section-compromisos .container-compromisos .slider-compromisos .swiper {
    width: 100%;
    height: 350px;
}
.section-compromisos .container-compromisos .slider-compromisos .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-compromisos .container-compromisos .slider-compromisos .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-compromisos .container-compromisos .slider-compromisos .swiper-slide  a:hover {
    color: #fff;
}
.section-compromisos .container-compromisos .slider-compromisos .swiper-slide  a picture{
    width: 100%;
    height: 100%;
}
.section-compromisos .container-compromisos .slider-compromisos .swiper-slide  a picture img{
    width: 100%;
    height: 100%;
}
.section-compromisos .container-compromisos .slider-compromisos .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-compromisos .container-compromisos .slider-compromisos .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-compromisos .container-compromisos .slider-compromisos .swiper-slide a small{
    color: rgb(255 0 0);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 3px;
    border-radius: 5px;
    box-shadow: rgb(255 255 255) 0px 0px 5px 1px;
}
/*-------------------------------------------------------------
# Section Escucha Ahora
--------------------------------------------------------------*/
/* .section-escucha-ahora{} */
.section-escucha-ahora .container-escucha-ahora{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 1% 2%;
}
.section-escucha-ahora .container-escucha-ahora hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-escucha-ahora .container-escucha-ahora .title-escucha-ahora{
    color: #fff;
}
.section-escucha-ahora .container-escucha-ahora .title-escucha-ahora h2{
    font-size: 2.3rem;
    text-transform: uppercase;
}
.section-escucha-ahora .container-escucha-ahora .title-escucha-ahora p{
    font-size: 1.1rem;
}
.section-escucha-ahora .container-escucha-ahora .slider-escucha-ahora{
    margin-top: 1%;
    margin-bottom: 2%;
    width: 100%;
    height: auto;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 1em;
    gap: 5px;
}
.section-escucha-ahora .container-escucha-ahora .slider-escucha-ahora .item-podcast{
    width: 32%;
    height: 100%;
}
.section-escucha-ahora .container-escucha-ahora .slider-escucha-ahora .item-podcast iframe{
    width: 100%;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .logo-podcast{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .logo-podcast figure{
    margin: 0;
    text-align: center;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .logo-podcast picture{
    width: auto;
    height: auto;
    text-align: center;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .logo-podcast img{
    width: 85%;
    width: auto;
    /* height: 100%; */
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .text-podcast{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .text-podcast figure{
    margin: 0;
    text-align: center;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .text-podcast img{
    padding: 1%;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .text-podcast .btn-more{
    background: linear-gradient(90deg, #7f193b 1%, #84193d 2%, #911A3C 9%, #a11c44 40%, #b11c47 98%);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    padding: 1%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .title-info-podcast{
    width: 100%;
    padding-left: 55px;
    padding-bottom: 2%;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .title-info-podcast img{
    width: 25%;
    height: 40px;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .icons-info-podcast{
    width: 25%;
    display: flex;
    justify-content: center;
    padding-bottom: 1.5%;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .icons-info-podcast .content-itunes-youtube{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .icons-info-podcast .content-itunes-youtube figure{
    margin: 0;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .icons-info-podcast .content-itunes-youtube img{
    cursor: pointer;
    padding: 3%;
    width: 100%;
    height: auto;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .icons-info-podcast .content-spotify-iheart{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .icons-info-podcast .content-spotify-iheart figure{
    margin: 0;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .icons-info-podcast .content-spotify-iheart img{
    padding: 3%;
    cursor: pointer;
    width: 100%;
    height: auto;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .chapter-spotify{
    width: 50%;
    display: flex;
    align-items: center;
    padding-bottom: 2%;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .button-minimize-podcast{
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-end;
    padding: 2%;
}
.section-escucha-ahora .container-escucha-ahora .container-podcast .info-podcast .button-minimize-podcast .btn-less{
    background: linear-gradient(90deg, #7f193b 1%, #84193d 2%, #911A3C 9%, #a11c44 40%, #b11c47 98%);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    padding: 3%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.section-escucha-ahora .container-escucha-ahora .active-podcats{
    display: flex;
}
.section-escucha-ahora .container-escucha-ahora .hidden-podcats{
    display: none!important;
}
/*-------------------------------------------------------------
# Seccion Opinion
--------------------------------------------------------------*/
.section-opinion .container-opinion{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
}
.section-opinion .container-opinion .title-opinion{
    color: #fff;
}
.section-opinion .container-opinion .title-opinion h2{
    font-size: 2.3rem;
}
.section-opinion .container-opinion .title-opinion p{
    font-size: 1.1rem;
}
.section-opinion .container-opinion .slider-opinion{
    padding-top: 1%;
}
.section-opinion .container-opinion .slider-opinion .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-opinion .container-opinion .slider-opinion .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-opinion .container-opinion .slider-opinion .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-opinion .container-opinion .slider-opinion .swiper-slide  a:hover {
    color: #fff;
}
.section-opinion .container-opinion .slider-opinion .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-opinion .container-opinion .slider-opinion .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-opinion .container-opinion .slider-opinion .swiper-slide  a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-opinion .container-opinion .slider-opinion .swiper-slide  a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-opinion .container-opinion .slider-opinion .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
/*-------------------------------------------------------------
# Seccion Viajes
--------------------------------------------------------------*/
.section-travels-programs .container-travels-programs{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2%;
}
.section-travels-programs .container-travels-programs .title-travels-programs{
    color: #fff;
}
.section-travels-programs .container-travels-programs .title-travels-programs h2{
    font-size: 2.3rem;
}
.section-travels-programs .container-travels-programs .title-travels-programs p{
    font-size: 1.1rem;
}
.section-travels-programs .container-travels-programs .slider-travels-programs{
    padding-top: 1%;
}
.section-travels-programs .container-travels-programs .slider-travels-programs .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-travels-programs .container-travels-programs .slider-travels-programs .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-travels-programs .container-travels-programs .slider-travels-programs .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.section-travels-programs .container-travels-programs .slider-travels-programs .swiper-slide  a:hover {
    color: #fff;
}
.section-travels-programs .container-travels-programs .slider-travels-programs .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-travels-programs .container-travels-programs .slider-travels-programs .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-travels-programs .container-travels-programs .slider-travels-programs .swiper-slide  a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-travels-programs .container-travels-programs .slider-travels-programs .swiper-slide  a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-travels-programs .container-travels-programs .slider-travels-programs .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
/*-------------------------------------------------------------
# Seccion Logo Once +
--------------------------------------------------------------*/
.section-logo .container-logo-once{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2%;
}
.section-logo .container-logo-once .swiper {
    width: 100%;
    height: auto;
}
.section-logo .container-logo-once .swiper-slide {
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;   
    font-size: 18px;
}
.section-logo .container-logo-once .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.section-logo .container-logo-once .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-logo .container-logo-once .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-logo .container-logo-once .swiper-slide a picture{
    width: 100%;
    height: auto;
    text-align: center;
}
.section-logo .container-logo-once .swiper-slide a picture img{
    width: 100%;
    min-height: auto;
    aspect-ratio: 2/1;
    object-fit: contain;
}
/*-------------------------------------------------------------
# Seccion Fecha Especial
--------------------------------------------------------------*/
.section-special-day .container-special-day{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1% 2%;
}
.section-special-day .container-special-day .title-special-day{
    color: #fff;
}
.section-special-day .container-special-day .title-special-day h2{
    font-size: 2.3rem;
}
.section-special-day .container-special-day .title-special-day p{
    font-size: 1.1rem;
}
.section-special-day .container-special-day .slider-special-day{
    padding-top: 1%;
}
.section-special-day .container-special-day .slider-special-day .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-special-day .container-special-day .slider-special-day .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-special-day .container-special-day .slider-special-day .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-special-day .container-special-day .slider-special-day .swiper-slide  a:hover {
    color: #fff;
}
.section-special-day .container-special-day .slider-special-day .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-special-day .container-special-day .slider-special-day .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-special-day .container-special-day .slider-special-day .swiper-slide  a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-special-day .container-special-day .slider-special-day .swiper-slide  a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-special-day .container-special-day .slider-special-day .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
/*--------------------------------------------------------------
# Seccion Cocina
--------------------------------------------------------------*/
.section-kitchen .container-kitchen{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0% 2%;
}
.section-kitchen .container-kitchen .title-kitchen{
    color: #fff;
}
.section-kitchen .container-kitchen .title-kitchen h2{
    font-size: 2.3rem;
}
.section-kitchen .container-kitchen .title-kitchen p{
    font-size: 1.1rem;
}
.section-kitchen .container-kitchen .slider-kitchen{
    padding-top: 1%;
}
.section-kitchen .container-kitchen .slider-kitchen .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-kitchen .container-kitchen .slider-kitchen .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-kitchen .container-kitchen .slider-kitchen .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-kitchen .container-kitchen .slider-kitchen .swiper-slide  a:hover {
    color: #fff;
}
.section-kitchen .container-kitchen .slider-kitchen .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-kitchen .container-kitchen .slider-kitchen .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-kitchen .container-kitchen .slider-kitchen .swiper-slide  a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-kitchen .container-kitchen .slider-kitchen .swiper-slide  a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-kitchen .container-kitchen .slider-kitchen .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
}
/*-------------------------------------------------------------
# Seccion Series
--------------------------------------------------------------*/
.section-series .container-series{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0% 2%;
    padding-top: 1%;
}
.section-series .container-series .title-series{
    color: #fff;
}
.section-series .container-series .title-series h2{
    font-size: 2.3rem;
}
.section-series .container-series .title-series p{
    font-size: 1.1rem;
}
.section-series .container-series .slider-series{
    padding-top: 1%;
}
.section-series .container-series .slider-series .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-series .container-series .slider-series .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-series .container-series .slider-series .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-series .container-series .slider-series .swiper-slide  a:hover {
    color: #fff;
}
.section-series .container-series .slider-series .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-series .container-series .slider-series .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-series .container-series .slider-series .swiper-slide  a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-series .container-series .slider-series .swiper-slide  a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-series .container-series .slider-series .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
}
/*-------------------------------------------------------------
# Seccion Barra Cultural
--------------------------------------------------------------*/
.section-cultural-bar .container-cultural-bar{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0% 2%;
}
.section-cultural-bar .container-cultural-bar .title-cultural-bar{
    color: #fff;
}
.section-cultural-bar .container-cultural-bar .title-cultural-bar h2{
    font-size: 2.3rem;
}
.section-cultural-bar .container-cultural-bar .title-cultural-bar p{
    font-size: 1.1rem;
}
.section-cultural-bar .container-cultural-bar .slider-cultural-bar{
    padding-top: 1%;
}
.section-cultural-bar .container-cultural-bar .slider-cultural-bar .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-cultural-bar .container-cultural-bar .slider-cultural-bar .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-cultural-bar .container-cultural-bar .slider-cultural-bar .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-cultural-bar .container-cultural-bar .slider-cultural-bar .swiper-slide  a:hover {
    color: #fff;
}
.section-cultural-bar .container-cultural-bar .slider-cultural-bar .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-cultural-bar .container-cultural-bar .slider-cultural-bar .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-cultural-bar .container-cultural-bar .slider-cultural-bar .swiper-slide  a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-cultural-bar .container-cultural-bar .slider-cultural-bar .swiper-slide  a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-cultural-bar .container-cultural-bar .slider-cultural-bar .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
}
/*-------------------------------------------------------------
# Seccion Entretenimiento
--------------------------------------------------------------*/
.section-entretenimiento .container-entretenimiento{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0% 2%;
}
.section-entretenimiento .container-entretenimiento .title-entretenimiento{
    color: #fff;
}
.section-entretenimiento .container-entretenimiento .title-entretenimiento h2{
    font-size: 2.3rem;
}
.section-entretenimiento .container-entretenimiento .title-entretenimiento p{
    font-size: 1.1rem;
}
.section-entretenimiento .container-entretenimiento .slider-entretenimiento{
    padding-top: 1%;
}
.section-entretenimiento .container-entretenimiento .slider-entretenimiento .swiper {
    width: 100%;
    height: 400px;
    height: auto;
}
.section-entretenimiento .container-entretenimiento .slider-entretenimiento .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-entretenimiento .container-entretenimiento .slider-entretenimiento .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-entretenimiento .container-entretenimiento .slider-entretenimiento .swiper-slide  a:hover {
    color: #fff;
}
.section-entretenimiento .container-entretenimiento .slider-entretenimiento .swiper-slide  a picture{
    width: 100%;
    height: auto;
}
.section-entretenimiento .container-entretenimiento .slider-entretenimiento .swiper-slide  a picture img{
    width: 100%;
    height: auto;
}
.section-entretenimiento .container-entretenimiento .slider-entretenimiento .swiper-slide  a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-entretenimiento .container-entretenimiento .slider-entretenimiento .swiper-slide  a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-entretenimiento .container-entretenimiento .slider-entretenimiento .swiper-slide  a small{
    color: #000000;
    position: absolute;
    bottom: 10%;
    background: #ffffffdb;
    padding: 5px;
    border-radius: 5px;
}
/*-------------------------------------------------------------
# Section Contenidos Mexico
--------------------------------------------------------------*/
/* .section-contenidos{} */
.section-contenidos .container-contenidos{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 0% 2%;
}
.section-contenidos .container-contenidos hr{
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    box-shadow: 0 0 30px #cdcdcd;
    opacity: 1!important;
    height: 2px!important;
    width: 100%;
}
.section-contenidos .container-contenidos .title-contenidos{
    color: #fff;
}
.section-contenidos .container-contenidos .title-contenidos h2{
    font-size: 2.3rem;
}
.section-contenidos .container-contenidos .slider-contenidos{
    padding-top: 1%;
    padding-bottom: 3%;
}
.section-contenidos .container-contenidos .slider-contenidos .info-contenidos{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
}
.section-contenidos .container-contenidos .slider-contenidos .info-contenidos .contenidos {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-contenidos .container-contenidos .slider-contenidos .info-contenidos .compromiso:hover {
    color: #fff;
}
.section-contenidos .container-contenidos .slider-contenidos .info-contenidos .compromiso picture{
    width: 100%;
    height: auto;
}
.section-contenidos .container-contenidos .slider-contenidos .info-contenidos .compromiso picture img{
    width: 100%;
    height: auto;
}
.section-contenidos .container-contenidos .slider-contenidos .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-contenidos .container-contenidos .slider-contenidos .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "Trebuchet MS Bold";
    font-size: 1rem;
}
.section-contenidos .container-contenidos .slider-contenidos .swiper {
    width: 100%;
    height: 350px;
}
.section-contenidos .container-contenidos .slider-contenidos .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-contenidos .container-contenidos .slider-contenidos .swiper-slide  a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    /* text-transform: capitalize; */
}
.section-contenidos .container-contenidos .slider-contenidos .swiper-slide  a:hover {
    color: #fff;
}
.section-contenidos .container-contenidos .slider-contenidos .swiper-slide  a picture{
    width: 100%;
    height: 100%;
}
.section-contenidos .container-contenidos .slider-contenidos .swiper-slide  a picture img{
    width: 100%;
    height: 100%;
}
.section-contenidos .container-contenidos .slider-contenidos .swiper-slide a h2{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-contenidos .container-contenidos .slider-contenidos .swiper-slide a h3{
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.section-contenidos .container-contenidos .slider-contenidos .swiper-slide a small{
    color: rgb(255 0 0);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 3px;
    border-radius: 5px;
    box-shadow: rgb(255 255 255) 0px 0px 5px 1px;
}
/*-------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px){
    .section-slider-head .container-slider-head .swiper {
        height: 700px;
    }
    .section-categories .container-categories .slider-categories {
        height: 420px;
    }
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .background-program picture img{
        width: 100%;
        object-position: 0rem 3rem;

    }
}
@media (max-width: 1100px){
    /*-------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .header .container-header{
        grid-template-columns: 0px 200px 1fr 300px;
    }
    .section-programation-live .container-programation-live .info-pgm {
        max-width: 90%;
    }

}

@media (max-width: 991px){
    .logo-once-mexico-safari{
        width: 9em!important;
        height: auto!important;
    }
    /*-------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .header .container-header{
        grid-template-columns: 0px 200px 1fr 250px;
    }
    .header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down{
        width: 50%;
    }
    .header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down.list-navigation{
        display: none;
    }
    .header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down.list-navigation .podcast,
    .header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down.list-navigation .blogs{
        display: block;
    }
    .header .container-header .sections-nav .elements-nav .podcast,
    .header .container-header .sections-nav .elements-nav .blogs{
        display: none;
    }
    .header .container-header .sections-nav .elements-nav li{
        font-size: 0.9em;
    }
    .header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down{
        font-size: 1.4rem;
    }
    /*-------------------------------------------------------------
    # Seccion Slider Principal
    --------------------------------------------------------------*/
    .section-slider-head .container-slider-head .swiper{
        height: 330px;
    }
    .section-slider-head .container-slider-head .swiper-slide .container-pgm,
    .section-slider-head .container-slider-head .swiper-slide .redirect-slider-head,
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .background-program,
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .background-program picture,
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .background-program picture img{
        height: 100%;
        width: 100%;
    }
    /*-------------------------------------------------------------
    # Seccion de Sitios del Once
    --------------------------------------------------------------*/
    .section-slider-head .container-slider-head .container-sites-once a .site-once{
        padding: 5px;
    }
    /*-------------------------------------------------------------
    # Seccion Programas Recomendados
    --------------------------------------------------------------*/
    .section-recommended-programs .container-recommended-programs .title-recommended-programs{
        width: 100%;
    }
    .section-recommended-programs .container-recommended-programs .recommended-programs{
        width: 100%;
    }
    /*-------------------------------------------------------------
    # Seccion Programas de Estreno
    --------------------------------------------------------------*/
    .section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper{
        height: 400px;
        height: auto;
    }
    .section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide a{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    /*-------------------------------------------------------------
    # Seccion Programas de VOD
    --------------------------------------------------------------*/
    .section-vod-programs .container-vod-programs .slider-vod-programs .swiper{
        height: auto;
    }
    .section-vod-programs .container-vod-programs .slider-vod-programs .swiper a{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    /*-------------------------------------------------------------
    #  Section Programacion del en vivo
    --------------------------------------------------------------*/
    .section-reproductor-live .container-reproductor-live .content-reproductor-live{
        flex-direction: column-reverse;
        align-items: center;
    }
    .section-reproductor-live .container-reproductor-live .title-reproductor-live .description{
        font-size: 1.1rem;
    }
    .section-reproductor-live .container-reproductor-live .title-reproductor-live.logo-once3 picture{
        width: auto;
        height: auto;
    }
    .section-reproductor-live .container-reproductor-live .title-reproductor-live.logo-once3 picture img{
        width: 100%;
        max-height: 150px;
    }
    .section-reproductor-live .container-reproductor-live .content-reproductor-live .reproductor-live{
        width: 100%;
    }
    .section-reproductor-live .container-reproductor-live .title-program-live{
        width: 100%;
    }
    .section-reproductor-live .container-reproductor-live .title-program-live .title{
        display: none;
    }
    .section-reproductor-live .container-reproductor-live .title-program-live .description{
        display: none;
    }
    .section-reproductor-live .container-reproductor-live .title-program-live hr{
        display: none;
    }
    .section-reproductor-live .container-reproductor-live .content-reproductor-live .center-items{
        align-items: flex-end;
    }
    .section-reproductor-live .container-reproductor-live .content-reproductor-live .reproductor-live h2{
        padding: 0 0 4em 0;
    }
    .section-programation-live .container-programation-live .info-pgm .image-pgm h2,
    .section-programation-live .container-programation-live .info-pgm .image-pgm p{
        font-size: calc(0.5rem + 1vh);
    }
    .section-programation-live .container-programation-live .info-pgm .image-pgm img{
        max-height: 140px;
    }
    /*-------------------------------------------------------------
    # Section Compromisos
    --------------------------------------------------------------*/
    .section-compromisos .container-compromisos .slider-compromisos .info-compromisos{
        align-items: center;
        justify-content: center;
    }
    .section-compromisos .container-compromisos .slider-compromisos .info-compromisos .compromiso{
        width: 90%;
    }
    .section-compromisos .container-compromisos .slider-compromisos .info-compromisos .compromiso picture{
        width: auto;
        height: auto;
    }
    .section-compromisos .container-compromisos .slider-compromisos .info-compromisos .compromiso picture img{
        width: auto;
        height: auto;
    }
    /*-------------------------------------------------------------
    # Seccion Footer
    -------------------------------------------------------------*/
    .footer .container-footer .download-apps{
        flex-wrap: wrap;
    }
    .footer .container-footer .icons-social-footer{
        justify-content: space-around;
    }

    /*-------------------------------------------------------------
    # Seccion Categorias
    -------------------------------------------------------------*/
    .section-categories .container-categories .slider-categories{
        height: 250px;
    }    
    /*-------------------------------------------------------------
    # Modal Episodios
    --------------------------------------------------------------*/
    .section-modal .container-modal{
        width: 90%;
    }
}
@media (max-width: 871px){
}
@media (max-width: 800px){
    /*-------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .header{
        background: #0d0c16!important;
    }
    .header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down.list-navigation .horario,
    .header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down.list-navigation .once{
        display: block;
    }
    .header .container-header .sections-nav .elements-nav .programation,
    .header .container-header .sections-nav .elements-nav .onceplus{
        display: none;
    }
    .header .container-header .sections-nav .elements-nav .more .list-more{
        height: auto;
    }
    .header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down{
        font-size: 1.2rem;
    }
    /*-------------------------------------------------------------
    # Seccion Slider Principal
    --------------------------------------------------------------*/
    .section-slider-head .container-slider-head .swiper{
        padding-top: 69px;
        background: #000;
    }
    /*-------------------------------------------------------------
    # Seccion Programas de Estreno
    --------------------------------------------------------------*/
    .section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper{
        height: 400px;
        height: auto;
    }
    /*-------------------------------------------------------------
    # Seccion Programas Recomendados
    --------------------------------------------------------------*/
    .section-recommended-programs .container-recommended-programs{
        height: 100%;
    }
    .section-recommended-programs .container-recommended-programs .recommended-programs{
        flex-direction: column;
    }
    /*-------------------------------------------------------------
    # Seccion Contenidos Digitales
    --------------------------------------------------------------*/
    .section-digital-content .container-digital-content .slider-digital-content .swiper{
        height: 250px;
        height: auto;
    }
    /*-------------------------------------------------------------
    # Seccion Podcast
    --------------------------------------------------------------*/
    .section-podcast .container-podcast .slider-podcast .swiper{
        height: auto;
    }
    /*-------------------------------------------------------------
    # Seccion Banner Digital
    --------------------------------------------------------------*/
    .section-digital .container-digital .banner-digital a{
        padding-top: 1rem;
    }
    /*-------------------------------------------------------------
    # Seccion Blogs
    --------------------------------------------------------------*/
    .section-blogs .container-blogs .slider-blogs .swiper{
        height: auto;
    }
    /*-------------------------------------------------------------
    # Seccion Footer
    -------------------------------------------------------------*/
    .footer .container-footer{
        padding: 2%;
    }
    .footer .container-footer .images-footer{
        flex-wrap: wrap;
    }
    .section-programation-live .container-programation-live .text-informacion h2{
        font-size: calc(1rem + 1vh);
    }
}

@media (max-width: 660px){
    /*-------------------------------------------------------------
    # Seccion Slider Principal
    --------------------------------------------------------------*/    
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .background-program picture img{
        height: 300px;
        width: 100%;
        object-fit: fill;
    }
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm{
        background: #00000063;
        padding: 0.5rem;
        max-width: 60%;
    }
    /*--------------------------------------------------------------
    # Section Escucha Ahora
    --------------------------------------------------------------*/
    .section-escucha-ahora .container-escucha-ahora .slider-escucha-ahora{
        flex-direction: column;
        padding-top: 2%;
        gap: 1rem;
    }
    .section-escucha-ahora .container-escucha-ahora .slider-escucha-ahora .item-podcast{
        width: 100%;
        height: 100%;
    }
    .section-escucha-ahora .container-escucha-ahora .slider-escucha-ahora .item-podcast iframe{
        width: 100%;
    }
    /*-------------------------------------------------------------
    # Seccion Blogs
    --------------------------------------------------------------*/
    .section-blogs .container-blogs .slider-blogs .swiper{
        height: 300px;
        height: auto;
    }
    .section-blogs .container-blogs .slider-blogs .swiper-slide{
        width: 80%;
    }
    /*-------------------------------------------------------------
    # Seccion Contenidos Once Mexico
    -------------------------------------------------------------*/
    .contents-mexico .info-content-mexico .content-mexico {
        width: 48%;
    }
    /*-------------------------------------------------------------
    # Section Programas por Categorias
    --------------------------------------------------------------*/
    .section-programs-categories .container-programs-categories .slider-programs-categories{
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
        justify-items: center;
        padding: 0px;
    }
    .section-programs-categories .container-programs-categories .slider-programs-categories a {
        width: 100%;
    }
    .section-programs-categories .container-programs-categories .slider-programs-categories a .card-program{
        height: auto;
        padding-bottom: 5px;
    }
    .section-programs-categories .container-programs-categories .slider-programs-categories a .card-program picture img {
        height: 220px;
    }
    .section-programs-categories .container-programs-categories .slider-programs-categories a .card-program .description{
        display: none;
    }
}
@media (max-width: 600px){
    /*-------------------------------------------------------------
    # Seccion Logo Sitio
    --------------------------------------------------------------*/
    .container-logo picture{
        width: 100%;
    }
    /*-------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .header .container-header{
        grid-template-columns: 50px 180px 1fr 100px;
    }
    /* .header .container-header .sections-nav .elements-nav{} */
    .header .container-header .sections-nav .elements-nav .live{
        border-right: 2px solid rgba(255, 255, 255, 0);
    }
    .header .container-header .sections-nav .elements-nav .more{
        display: none;
    }
    .header .container-header .content-menu-hamburguer #sidebarMenu {
        display: block;
    }
    .header .container-header .container-searcher .input-search{
        display: none;
    }
    .header .container-header .container-searcher .button-search{
        display: flex!important;
        width: 49%;
        padding: 8%;
    }
    .header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down{
        font-size: 1.1rem;
    }
    /*-------------------------------------------------------------
    # Seccion de Sitios del Once
    --------------------------------------------------------------*/
    .section-slider-head .container-slider-head .container-sites-once a .site-once{
        height: 90px;
    }
    /*-------------------------------------------------------------
    # Seccion Slider Principal
    --------------------------------------------------------------*/
    .section-slider-head .container-slider-head .swiper{
        height: 100%;
    }
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .background-program picture img{
        height: auto;
        width: auto;
        object-fit: fill;
        min-height: 290px; 
    }
    .section-slider-head .container-slider-head .swiper .background-program{
        width: 100%;
        height: 100%;
    }
    .section-slider-head .container-slider-head .swiper .swiper-pagination{
        display: none;    
    }    
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .title-pgm{
        display: block;
    }
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .slider-redirect-pgm{
        display: none;
    }
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .sub-title-pgm{
        font-size: 1.4rem;
        text-align: start;
        display: none;
    }
    /*-------------------------------------------------------------
    # Seccion Footer
    -------------------------------------------------------------*/
    .footer .container-footer{
        padding: 2%;
        padding-bottom: 3%;
    }
    .footer .container-footer .info-footer{
        flex-direction: column;
    }
    .footer .container-footer .images-footer{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    .footer .container-footer .title-footer hr{
        display: block;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .footer .container-footer .about-canal-once hr{
        display: block;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .footer .container-footer .info-footer .sites-canal-once{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .container-footer .sites-canal-once hr{
        display: block;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .footer .container-footer .download-apps h3{
        width: 50%;
    }
    .footer .container-footer .info-footer .sites-canal-once .container-logo-complete,
    .footer .container-footer .info-footer .sites-canal-once .container-logo-half{
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        justify-content: center;
    }
    .footer .container-footer .info-footer .sites-canal-once .container-logo-half{
        gap: 1em;
    }
    /*-------------------------------------------------------------
    #  Section Programacion del en vivo
    -------------------------------------------------------------*/
    .section-programation-live .container-programation-live .text-informacion h2{
        font-size: calc(0.9rem + 1vh);
    }
    /*-------------------------------------------------------------
    # Section Compromisos
    --------------------------------------------------------------*/
    .section-compromisos .container-compromisos .slider-compromisos .swiper{
        height: 250px;
    }
}
@media (max-width: 550px){
    /*-------------------------------------------------------------
    #  Section Programacion del en vivo
    -------------------------------------------------------------*/
    .section-programation-live .container-programation-live .info-pgm .title-type{
        font-size: 1.2rem;
    }
    .section-programation-live .container-programation-live .text-informacion h2{
        font-size: calc(0.7rem + 1vh);
    }
    /*-------------------------------------------------------------
    # Seccion Footer
    -------------------------------------------------------------*/
    .footer .container-footer .info-footer .sites-canal-once .container-logo-complete{
        width: 30%;
    }
    .footer .container-footer .info-footer .sites-canal-once .container-logo-half{
        gap: 1em;
        width: 70%;
        flex-wrap: nowrap;
    }
}
@media (max-width: 500px){
    /*-------------------------------------------------------------
    # Seccion Categorias
    -------------------------------------------------------------*/
    .section-categories .container-categories .slider-categories {
        height: 350px;
    }
}
@media (max-width: 480px){
    /*-------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .header .container-header{
        grid-template-columns: 60px 150px 1fr 100px;
        justify-content: space-between;
    }
    .header .container-header .logo{
        justify-content: center;
    }
    .header .container-header .container-searcher .button-search{
        width: 50%;
        height: 45px;
        align-items: center;
    }
    /*-------------------------------------------------------------
    # Seccion de Sitios del Once
    --------------------------------------------------------------*/
    .section-slider-head .container-slider-head .container-sites-once a .site-once{
        height: 55px;
        padding: 3px;
    }
    /*-------------------------------------------------------------
    # Seccion Slider Principal
    --------------------------------------------------------------*/
    .section-slider-head{
        padding-top: 52px;
    }
    .section-slider-head .container-slider-head .swiper{
        height: 100%;
        padding-top: 0px;
    }    
    .section-slider-head .container-slider-head .swiper-slide .redirect-slider-head,
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .background-program picture{
        height: 100%;
    }
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .background-program picture img{
        min-height: 240px;
    }
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .new-pgm,
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .sub-title-pgm,
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .slider-redirect-pgm{
        display: none;
    }
    .section-slider-head .container-slider-head .swiper-slide .container-pgm .info-pgm .title-pgm{
        display: block;
        font-size: 1.5rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Logo Once +
    --------------------------------------------------------------*/
    .section-logo .container-logo-once .swiper-slide a picture{
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .section-logo .container-logo-once .swiper-slide a picture img{
        width: 90%;
    }
    /*-------------------------------------------------------------
    # Seccion Programas de Estreno
    --------------------------------------------------------------*/
    /* .section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide {
        width: 80%;
    } */
    .section-premiere-programs .container-premiere-programs .slider-premiere-programs .swiper-slide a picture img{
        height: auto;
    }
    .section-premiere-programs .container-premiere-programs .title-premiere-programs .title h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    .section-premiere-programs .container-premiere-programs .title-premiere-programs h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Programas de VOD
    --------------------------------------------------------------*/
    /* .section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide{
        width: 80%;
    } */
    .section-vod-programs .container-vod-programs .slider-vod-programs .swiper-slide a picture img{
        height: auto;
    }
    .section-vod-programs .container-vod-programs .title-vod-programs h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Contenidos Digitales
    --------------------------------------------------------------*/
    .section-digital-content .container-digital-content .slider-digital-content .swiper-slide{
        width: 80%;
    }
    .section-digital-content .container-digital-content .title-digital-content h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Podcast
    --------------------------------------------------------------*/
    .section-podcast .container-podcast .slider-podcast .swiper-slide{
        width: 80%;
    }
    .section-podcast .container-podcast .title-podcast h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    .section-escucha-ahora .container-escucha-ahora .title-escucha-ahora h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Programas
    --------------------------------------------------------------*/
    .section-programs .container-programs .title-programs h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Programas Recomendados
    --------------------------------------------------------------*/
    .section-recommended-programs .container-recommended-programs .recommended-programs .swiper-slide{
        width: 80%;
    }
    /*-------------------------------------------------------------
    # Seccion Blogs
    --------------------------------------------------------------*/
    .section-blogs .container-blogs .slider-blogs .swiper-slide{
        width: 80%;
    }
    .section-blogs .container-blogs .title-blogs h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Categorias
    -------------------------------------------------------------*/
    .section-categories .container-categories .slider-categories {
        height: 340px;
    }
    .section-categories .container-categories .title-categories h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Logo Sitio
    --------------------------------------------------------------*/
    .container-logo picture .img-digital{
        width: 100%;
    }
    .container-logo picture .img-once-mexico{
        width: 100%;
    }
    .container-logo picture .img-onn{
        width: 100%;
    }
    /*-------------------------------------------------------------
    #  Seccion de programas Digitales
    --------------------------------------------------------------*/
    .section-digital-programs .container-digital-programs .slider-digital-programs .swiper-slide{
        width: 80%;
    }
    .section-digital-programs .container-digital-programs .title-digital-programs h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Programa actual
    --------------------------------------------------------------*/
    .section-program-now .container-program-now .slider-program-now .swiper{
        height: 300px;
        height: auto;
    }
    .section-program-now .container-program-now .slider-program-now .swiper-slide{
        width: 80%;
    }
    /*-------------------------------------------------------------
    # Seccion Programas
    --------------------------------------------------------------*/
    .section-logo.logo-once{
        padding-bottom: 0px;
    }
    .section-programs .container-programs .slider-programs .swiper-slide{
        width: 80%;
    }
    /*-------------------------------------------------------------
    # Seccion Programa actual
    --------------------------------------------------------------*/
    .section-program-now .container-program-now .title-program-now h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    #  Section Programacion del en vivo
    --------------------------------------------------------------*/
    .section-programation-live .container-programation-live .swiper-slide{
        width: 80%;
    }    
    .section-programation-live .container-programation-live .info-pgm .image-pgm h2, 
    .section-programation-live .container-programation-live .info-pgm .image-pgm p{
        font-size: calc(0.5rem + 0.5vh);
    }
    .section-reproductor-live .container-reproductor-live .content-reproductor-live .reproductor-live h2{
        padding: 0px 0 4em 0;
        font-size: 1.8rem;    
    }
    .section-programation-live .container-programation-live .info-pgm {
        max-width: 100%;
    }
    .section-reproductor-live .container-reproductor-live .title-reproductor-live.logo-once3 picture{
        width: 50%;
    }
    .section-reproductor-live .container-reproductor-live .title-reproductor-live.logo-once3 picture img{
        max-height: 100px;
    }
    /*-------------------------------------------------------------
    #  Section Horarios
    --------------------------------------------------------------*/
    .section-schedule .container-schedule .content-schedule .swiper-slide{
        width: 80%;
    }
    /*-------------------------------------------------------------
    # Section Compromisos
    --------------------------------------------------------------*/
    .section-compromisos .container-compromisos .slider-compromisos .swiper{
        height: 250px;
    }
    .section-compromisos .container-compromisos .slider-compromisos .swiper-slide{
        width: 80%;
    }
    /*-------------------------------------------------------------
    # Seccion Fecha Especial
    --------------------------------------------------------------*/
    .section-special-day .container-special-day .slider-special-day .swiper-slide {
        width: 80%;
    }
    .section-special-day .container-special-day .title-special-day h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Opinion
    --------------------------------------------------------------*/
    .section-opinion .container-opinion .slider-opinion .swiper-slide {
        width: 80%;
    }
    .section-opinion .container-opinion .title-opinion h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Cocina
    --------------------------------------------------------------*/
    .section-kitchen .container-kitchen .slider-kitchen .swiper-slide {
        width: 80%;
    }
    .section-kitchen .container-kitchen .title-kitchen h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Series
    --------------------------------------------------------------*/
    .section-series .container-series .slider-series .swiper-slide {
        width: 80%;
    }
    .section-series .container-series .title-series h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Barra Cultural
    --------------------------------------------------------------*/
    .section-cultural-bar .container-cultural-bar .slider-cultural-bar .swiper-slide {
        width: 80%;
    }
    .section-cultural-bar .container-cultural-bar .title-cultural-bar h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Serie Favorita
    --------------------------------------------------------------*/
    .section-entretenimiento .container-entretenimiento .slider-entretenimiento .swiper-slide {
        width: 80%;
    }
    .section-entretenimiento .container-entretenimiento .title-entretenimiento h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Viajes
    --------------------------------------------------------------*/
    .section-travels-programs .container-travels-programs .title-travels-programs h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    /*-------------------------------------------------------------
    # Seccion Programas de Especiales
    --------------------------------------------------------------*/
    /* .section-special-programs .container-special-programs .slider-special-programs .swiper-slide {
        width: 80%!important;
    } */
    .section-special-programs .container-special-programs .title-special-programs h2{
        font-size: 1.7rem;
        font-weight: normal;
    }
    .section-five-special-programs .container-special-programs .swiper-five-special-programs .swiper-slide{
        width: 80%;
    }
    /*-------------------------------------------------------------
    # Seccion Contenidos Once Mexico
    -------------------------------------------------------------*/
    .contents-mexico .info-content-mexico .content-mexico {
        width: 100%;
    }    

}
@media (max-width: 380px){
    /*-------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .header .container-header{
        grid-template-columns: 50px 140px 1fr 80px;
    }
    /*-------------------------------------------------------------
    # Seccion Categorias
    -------------------------------------------------------------*/
    .section-categories .container-categories .slider-categories {
        height: 310px;
    }
    /*-------------------------------------------------------------
    #  Section Programacion del en vivo
    --------------------------------------------------------------*/
    .section-programation-live .container-programation-live .info-pgm .image-pgm h2, 
    .section-programation-live .container-programation-live .info-pgm .image-pgm p{
        font-size: calc(0.3rem + 0.5vh);
    }
    .section-reproductor-live .container-reproductor-live .title-reproductor-live.logo-once3 picture img{
        max-height: 100%;
    }
}