/*-------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    width: 100%;
    height: 60px;
    transition: all 0.5s;
    z-index: 997;
    background: linear-gradient(0deg, #3c4ba3 , #1c2e76);
    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;
    position: sticky;
    top: 0;
    z-index: 999;
    background: linear-gradient(0deg, #3c4ba3 , #1c2e76);
}
.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(46 55 99 / 89%);
    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 .img-multiplataforma {
    width: auto;
    height: 50px;
}
.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 .items picture .img-mexico{
    max-height: 40px;
}
.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;
}
.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;
    font-family: "GoogleSansCode Bold", Tahoma, sans-serif;
}
.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 .lists-down a .img-mexico{
    max-height: 38px;
}
.header .container-header .sections-nav .elements-nav .more .list-more .container-list-down .lists-down a .img_multiplataforma{
    max-height: 38px;
}
.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%;
}
@media (max-width: 1100px){
    /*-------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .header .container-header{
        grid-template-columns: 0px 200px 1fr 300px;
    }
}
@media (max-width: 991px){
    /*-------------------------------------------------------------
    # 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;
    }
}
@media (max-width: 800px){
    /*-------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .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;
    }
}
@media (max-width: 600px){
    /*-------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .header .container-header{
        grid-template-columns: 50px 180px 1fr 100px;
    }
    .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;
    }
}
@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;
    }
}
@media (max-width: 380px){
    /*-------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .header .container-header{
        grid-template-columns: 50px 140px 1fr 80px;
    }
}