main {
    padding-bottom: 0px !important;
}

#episodios h1, h2 {
    text-align: center;
}
#episodios .content > p {
    text-align: center;
    margin: 20px auto 100px auto;
}
@media(max-width: 600px){
    #episodios .content > p {
        margin: 20px auto 60px auto;
    }
}
@media(min-width: 900px){
    #episodios .content > p {
        max-width: 50%;
    }
}
#episodios > section {
    position: relative;
}

#episodios > section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1000px;
    left: 0;
    bottom: -260px;
    background-image: url(../img/episodios/background.jpg);
    background-repeat: no-repeat;
}

#line-navigator {
    width: 120%;
    margin: 0 -10% 150px -10%;
}

#line-navigator .slick-list {
    overflow: visible;
}

#line-navigator .slick-arrow {
    width: 40%;
}

#line-navigator:before {
    content: '';

    position: absolute;
    width: 100%;
    top: 50%;

    border: solid 1px #97596e;
}

#line-navigator li{
      position: relative;
      height: 100px;

      text-align: center;

      background-image: url(../img/episodios/cursor-off.png);
      background-position: center center;
      background-size: 7%;      
      background-repeat: no-repeat;

      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#line-navigator li span.year{
    font-family: "signika_bold";
    font-size: 2rem;
    color: #97596e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#line-navigator li h3{
    position: absolute;
    width: 80%;
    top: 0;
    left: 50%;
    font-size: 1rem;
    color: #97596e;
    transform: translateX(-50%);
}
#line-navigator li.slick-current {
    transform: scale(1.4);
    background-image: url(../img/episodios/cursor-on.png);
    background-size: 10%; 
}
#line-navigator li.slick-current span{
    color: #ff4a87;
}
#line-navigator li.slick-current h3{
    color: #ff4a87;
}


#line-content {
    width: 120%;
    margin: 0 -10% 200px -10%;
}
#line-content .slick-arrow {
    width: 28%;
    background-image: url(../img/episodios/arrow.png);
    background-size: 100px;
    background-position: left center;
}

@media  (min-width: 600px) and (max-width: 1600px) {
    #line-content .slick-arrow {
        width: 20%;
    }
}

@media(max-width: 599px){
    #line-content .slick-arrow {
        background-size: 31px;
        background-position: top;
    }
}


#line-content .slick-list {
    overflow: visible;
}

#line-content .slick-track > li{
    position: relative;
    transition: all 0.3s;
    /*width: 500px;
    height: 450px;*/
    margin: 0 80px;
    border: 1px solid #fd7948;   
}

@media(min-width: 800px){
    #line-content .slick-track > li{
        width: 500px;
        height: 450px;
    }
}

#line-content li {
    background-color: #fff;
}

#line-content li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
    pointer-events: none;
}
#line-content li.slick-current {
    transform: scale(1.4);
}
#line-content li.slick-current:after {
    background-color: rgba(255, 255, 255, 0)
}
#line-content li:not(slick-current):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7)
}
#line-content li section{
    margin: 0;
}

#line-content li section:nth-child(1) {
    
}

#line-content li section:nth-child(1) ul {
    
}

#line-content li section:nth-child(1) ul li {
    
}

#line-content li section:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    overflow: hidden;
}
#line-content li section:nth-child(2):after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);  
}

#line-content li section:nth-child(2) img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;    
}


@media(min-width: 500px){
    #line-content li section:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;   
}
}

#line-content li section:nth-child(3) h3 {
    max-width: 70%;
    margin: 0 auto 0px auto;
    font-family: "signika_bold";
    font-size: 2rem;
    color: #fd7948;
    text-align: center; 
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; 
}

#line-content li section:nth-child(3) p {
    width: 90%;
    margin: 20px 5%;
    font-size: 0.7rem;
    line-height: 1rem;
}

#line-content li section:nth-child(3) a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-family: "signika_bold";
    color: #fff;
    background-color: #ff4a87;
    text-align: center;
}



@media(max-width: 500px){
    #line-content li section:nth-child(3) h3 {
        font-size: 1rem;
        margin-top: 86px;
    }       
}
@media(max-width: 450px){    
    #line-navigator li h3 {
        font-size: 13px;
    }
    #line-content .slick-track > li:nth-child(3){
        margin-top:30px;
    }
    #line-content .slick-track > li:nth-child(4){
        margin-top:10px;
    }
}

@media(max-width: 499px){   
    #line-content .slick-track > li{
        width: 200px;

    }
}
@media (min-width: 500px) and (max-width: 799px){
    #line-content .slick-track > li{
        width: 330px;
        height: 450px;
    }
}

.slick-slide img {
    width: 100%;
    height: auto;
}
.slick-initialized .slick-slide {
    cursor: pointer;

    outline: none;
}
.slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;

    width: 5%;
    height: 100%;
    margin: 0;

    content: "";
    cursor: pointer;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
    text-indent: -999999px;

    outline: none;
    /*background-image: url(../../img/arrow.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}


.slick-prev {
    left: 0;

    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}