
.content-list{
    margin-left: -20px;
    display: block;
}
.content-item{
    float: left;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 20px;
}

.cols-4 .content-item{
  width: 25%;
}
.cols-4 .content-item:nth-last-of-type(-n+2){
  display: none;
}

  .mobile-program-scroll{
    overflow: scroll;
    overflow-y: hidden;
    margin: 0 -10px 10px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-program-scroll .content-list{
    margin-left: 0;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .mobile-program-scroll .content-list.cols-4 .content-item{
    width: 180px;
    padding-left: 10px;
    margin-bottom: 0;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .cols-4 .content-item:nth-last-of-type(-n+2) {
    display: block;
  }

.mega-program-capitulos .content-item.big-image{
    width: 100%;
}
.mega-program-capitulos .one-col-list .content-item, .one-col-list .content-item{
    width: 100%;
}

.content-article .content-link:hover header.medium-hidden, .content-article header.medium-hidden{
    height: auto!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transition: none;
    transform: none;
    bottom: 0;
}

.fw-sec-content{
  position: relative;
  z-index: 1;
}

.content-article .content-link:hover header.medium-hidden{
    height: 100%!important;
    background: #00CD70;
    background: rgba(0, 205, 112, 0.95);
}

.mega-b-radius{
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.with-shadow{
  box-shadow: 0 18px 20px -15px rgba(0, 0, 0, 0.4);
}
.clear:after{
  content: ' ';
  clear: both;
  display: table;
}
/*si*/
.big-center-title{
    color: #90208B;
    text-align: center;
    font-size: 3em;
    margin-bottom: 30px;
    padding-top: 30px;
    text-transform: uppercase;
}

/*no*/
.lo-mas-slider{
  padding-top: 30px;
}
.fantastic-title-wrap{
  text-align: left;
  padding-top: 15px;
}
.fantastic-title-wrap .big-center-title{
    font-size: 2.6em;
    margin-bottom: 8px;
    background-color: #90208B;
    display: inline-block;
    padding: 11px 23px 10px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-radius: 19px;
    box-shadow: 0 7px 20px -8px rgba(0, 0, 0, 0.3);
    font-weight: 900;
    position: relative;
}
.full-width-sec .fantastic-title-wrap .big-center-title{
  background-color: #FF3C79;
}
.fantastic-title-wrap .title-tail{
   width: 20px;
    position: absolute;
    left: 0;
    top: 28px;
    height: 48px;
    -webkit-transform: rotate(180deg) rotateY(180deg);
    -ms-transform: rotate(180deg) rotateY(180deg);
    transform: rotate(180deg) rotateY(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}



