#country_select{list-style:none;margin-right:15px}.img-circle{border-radius:25%}.desplegable-paises{border-radius:6px!important;border:1px solid #ddd;background:#fafafa;min-width:160px;padding:5px 0;margin:2px 0 0;text-align:left;list-style:none}.desplegable-paises .col-sm-4{padding:0}.desplegable-paises>li>a{display:block;margin:0;padding:5px}.dropdown-toggle::after{color:#fff;margin-top:16px}.desplegable-paises>li{display:inline-block}

#cableops{width:100%;height:50px;box-shadow:0 1px 1px #000;margin-bottom:10px;padding:10px}#donde_detail a{text-decoration:underline}

body{
    font-family: system-ui;
}
.horarios {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
    margin-top: 20px;
}

.horarios figure {
    display: flex;
    flex-direction: column;
    align-content: center;
}


.figure-row {
    display: flex;
    flex-direction: row;
}
.epg h1 {
    text-transform: uppercase;
}

.figure-row i {
    margin-top: auto;
    margin-bottom: auto;
    margin: 10px;
}

.figure-row.epg {
    display: grid;
    grid-template-columns: 93px auto 71px;
    position: relative;
    padding: 0 5px;
}

.horario-first {
    background-color: transparent !important;
    margin: 5px!important;
    color: #01a77f!important;
    font-size: 34px!important;
    padding: 1%!important;
    border-style: solid;
    border-color: #01a77f !important;
}

.horario-first:hover {
    background-color: #01a77f!important;
    border-color: #01a77f!important;
    color: #fff!important
}

.horarios > figure .itm {
    background-color: transparent;
    margin: 5px!important;
    color: #fff;
    border-style: solid;
    border-color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
    font-weight: 700;
}

.horarios>figure>a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3a3a3a;


}
.itm.entv-toggup {
    color: #b5b5b5;
    border-color: #b5b5b5;
  }

.text-uppercase {
    text-transform: uppercase!important;
    
}

h1.text-uppercase.orange {
    position: absolute;
    top: 0;
    left: 5vw;
    color: #fff;
    font-size: 3rem;
    text-shadow: 5px 5px 9px black;
}

h2.text-uppercase.orange {
    position: absolute;
    bottom: 20vh;
    font-size: 2rem;
    left: 5vw;
    color: #fff;
    text-shadow: 5px 5px 9px black;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a.vermas {
    cursor: pointer;
    margin: 20px 5px;
}

a.vermas {
    display: block;
    border: solid 1px #000;
    color: #fff!important;
    background-color: #1a1b1b;
    margin: 20px auto 20px auto;
    padding-top: 3px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    height: 32px;
}


.hr-cell {
    display: grid;
    grid-template-columns: 8% auto;
}

.hr-cell.horario-first {
    grid-template-columns: 12% auto;
}
  
.hr-cell div:nth-child(1) {
    text-align: center;
}
.hr-cell div:nth-child(2) {
    /* font-size: 75%;
    line-height: 1; */
    padding-left: 0.5em;
}
.hr-cell div:nth-child(2) small {
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}

.titl {
    padding-right: .7em;
}

.progr {
    grid-column: 1/4;
}

.country::before {
    content: " - ";
}

.menu-bar .container>figure {
    padding: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;

}


.change_me {
    background-color: #01a77f;
    height: 72%;
    color: #fff;
    width: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    place-content: center;
    padding: 0;
    margin: 0;
}

.change_me a {
    display: grid;
    width: 100%;
    place-content: center;
    text-decoration: none;
}

.figure-row.epg #datepicker {
    position: absolute;
    top: 73%;
}


#datepicker {
    position: absolute;
    z-index: 999;
}

#datepicker .ui-widget-content {
    background: #01a77f;
    border-color: transparent;
}
#datepicker .ui-widget-header {
    background: #fff;
    color: #000;
  }
  #datepicker  .ui-datepicker-title {
    color: #000;
  }
  #datepicker  th {
    color: #fff;
  }
  #datepicker .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
  #datepicker  .ui-state-default.ui-state-highlight.ui-state-active {
    background: #fff;
    color: #000;
  }

#datebtn {
    cursor: pointer;
}

.date_select {
    display: inline-block;
    background-color: #01a77f;
    color: #fff;
    padding-bottom: 5px;
    height: 73%;
    margin-right: .5em;
    display: grid;
    grid-template-columns: auto auto;
}

.grilla h2 {
    float: left;
}

.grilla i.fa-calendar {
    font-size: 28px;
    float: left;
    margin-right: 20px;
    padding-top: 2px;
    
}

.grilla ul {
    padding-left: 0px;
}

.grilla ul li {
    padding: 5px;
    vertical-align: middle;
    margin-bottom: 10px;
    background-color: #e1e1e1;
    font-weight: 500;
}

.grilla ul li a {
    font-size: 18px;
    margin-bottom: 0px;
}

.grilla ul li a:hover {
    color: #ffc215;
}

.grilla ul li:hover {
    color: #ffc215;
    background-color: #747474;
}

.grilla ul li.ahora {
    background-color: #3a3a3a;
    font-weight: 700;
    padding: 10px;
    color: white;
}

.grilla ul li span {
    float: left;
    margin-right: 20px;
    line-height: 27px;
    font-weight: 700;
}

.grilla ul li.ahora span {
    font-size: 30px;
    line-height: 36px;
}

.grilla ul li.ahora a {
    margin-top: 4px;
    font-size: 24px;
    color: white;
}

.grilla ul li.ahora:hover {
    background-color: #ffc215;
}

.grilla ul li.ahora a:hover {
    color: #1a1a1a;
}

.grilla a.vermas {
    margin: 10px auto;
}

div#daytext {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.container-dateselect{
    width: 85%;
}

.vermas span {
    vertical-align: sub;
}


.figure-row.epg {
    display: grid;
    margin: 2em 0;
}
  

@media(max-width:768px){
    .hr-cell {
        grid-template-columns: 22% auto;
    }
    
    .hr-cell.horario-first {
        grid-template-columns: 26% auto;
    }

    .figure-row.epg {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr auto;
        margin-bottom: 0.7em;
    }

    .container-dateselect {
        width: auto;
        padding: 0;
        margin: 0;
        grid-column: 1/4;
        grid-row: 1/2;
        
      }
      
      div#daytext {
        grid-row: 2/3;
        grid-column: 1/11;
        padding-top: 0.7em;
      }
      
      .change_me {
        grid-column: 8/11;
        height: 100%;
      }
      
     
      .date_select {
        margin-right: 0;
        height: 100%;
      }
      .container_horarios {          
        padding-top: 50px;
        aspect-ratio: auto;
        min-height: 70vh;
      }
    
}

div#daytext {
    color: #fff;
}

.reps:empty {
    margin-top: 1em;
  border-top: 1px solid;
  padding-top: 2em;
  height: auto;
  color: #fff;
}

.reps:empty, .reps:empty::after {
  content: "No hay programación para este dia";
 }

.reps {
  display: grid;
}

.container_horarios {
    background-color: #373636;
    aspect-ratio: 16/9;
}

  .change_me a {
    color: #fff;
  }

.headertext {
    position: relative;
    width: 100%;
    height: 100vh;
}

.faban {
  object-fit: cover;
  max-width: 100%;
  min-height: 100%;
  aspect-ratio: auto;    
}

.headertext::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 100%);
}

.prog-frame {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
    
.prog-text {
    color: #fff;
    font-size: 1.5rem;
}

.row {
    width: 80vw;
    margin-inline: auto;
}

.row h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.simple-list-item > a {
color: #fff;
text-decoration: none;
font-size: 1rem;
font-weight: 700;
}

.info-box {
display: flex;
flex-flow: column;
align-items: center;
}

.info-box > .responsive.index-img {
aspect-ratio: 4/3;
width: 100%;
object-position: center;
background-size: cover;
}

.prog-grilla {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
}

.prog-grilla > figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.prog-grilla > figure > a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
}


.prog-grilla > figure > a > img {
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.paginator {
    margin: 0 auto;
}

.pagination {
    display: flex;
    flex-flow: row;
    gap: 25px;
    list-style: none;
}

.pagination a {
    color: white;
    text-decoration: none;
}

.pagination .active {
    background-color: white;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > .active > a {
    color: black;
}

.detalle {
    background-color: #111;
    width: 90vw;
    position: relative;
    margin-top: 5vw;
}    

.headertext.text-center.container {
  background-size: cover;
  background-position: center;
}

.schedule_item_day {
    display: flex;
    gap: 15px;
}

.schedule_item_day_list {
    display: flex;
    gap: 20px;    
}

.schedule_item_day_list > p {
    background-color: #fff;
    color: black;
    padding: 2px 5px;
    border-radius: 5px;
}

.horarios .itm[href="javascript:void(0);"], .horarios .itm[href~="void(0)"] {
  cursor: default;
}   


