/* #Primary
================================================== */
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}
.pt30{padding-top: 30px !important;}
.mt50{margin-top: 50px;}
.mb50{margin-bottom: 50px;}
.relativo{position: relative;}
.mt41{margin-top: 41px;}

/* #Home
================================================== */
.banner-top{
    width: 100%;
    height: 100%;
}
.banner-top img{
    width: 100%;
}
.bg-header{
    background-image: url('../img/main/bg.jpg');
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
    height: 930px;
}
.bg-hero{
    display: flex;
	position: relative;
	width: 100%;
	height: 30em;
	overflow: hidden;
}
.header-top.bg-hero img{
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center;
	height: 100%;
}
.header-top .logo{
    position: absolute;
    right: 7%;    
    top: 60px;
}
.header-top .logo a{
    display: block;
}
.header-top .logo a img{
    width: 100px;
}
.bg-green{
    background-color: #00AF98;
}
.bg-aqua{
    background-color: #E1E5DA;
}
.bg-gray{
    background-color: #F7F7F7;
}
.bg-black{
    background-color: #252728;
}
.bg-gold{
    background-color: #B1945F;
}
section.sub-title{
    padding: 40px 0 40px;
}
section.sub-title .border_movil_orange{
    border-left: 35px solid #E9A800;
}
section.sub-title .box{
    position: relative;
    width: 35px;
    height: 100%;
}
section.sub-title p{
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    letter-spacing: 0.33px;
    padding-bottom: 20px;
}
section.sub-title p > span{
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.33px;
    text-align: center;
    line-height: 30px;
}
section.sub-title p:last-child{
    padding-bottom: 0;
}
section.sub-title p b{
    font-family: Montserrat-Bold;
}
section.sub-title p span.sub{
    font-family: Montserrat-BoldItalic;
    font-size: 20px;
    line-height: 26px;
    color: #252728;
    letter-spacing: 0.33px;
    text-decoration: underline;    
}
section.sub-title h5{
    font-family: Montserrat-ExtraBold;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    letter-spacing: 0.42px;
    text-align: center;
    text-transform: uppercase;
}
section.sub-title h6{
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.33px;
    text-align: center;
    line-height: 30px;
    padding-top: 21px;
    padding-bottom: 10px;
}
section.sub-title li{
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    line-height: 25px;
}
section.sub-title li b{
    font-family: Montserrat-Bold;
}
.fila-programa .item a:hover {
    transition: all 0.1s ease 0s;
}
section.contenido .row-fila .cuboo img{
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}
.row-fila .cube .cuboo a:hover .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.1s ease 0s;
}
.row-fila .item a:hover .layer.green {
    background: rgba(0,175,152,0.50);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}
.row-fila .cube .cuboo a:hover::after {
    content: url(../img/main/play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 1;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
}
.content-fic h5{
    font-family: Montserrat-ExtraBold;
    font-size: 25px;
    color: #003958;
    letter-spacing: 0;
    line-height: 30px; 
    text-transform: uppercase;
}
.content-fic  hr{
    border: 0;
    border-top: 0.5px solid #00AF98 !important;
    height: 0.5px;
    margin: 10.5px 0;
    opacity: 1;
}
.content-fic h6{
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #003855;
    letter-spacing: 0.33px;
}
.content-fic p{
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0.3px;
    padding-bottom: 20px;
    padding-top: 30px;
}
.content-fic .estrenos h3 {
    font-family: Montserrat-SemiBold;
    font-size: 22px;
    line-height: 27px;
    color: #FFFEFE;
    letter-spacing: 0.37px;
    text-align: right;
}
.content-fic .estrenos h3 {
    padding: 5px 18px;
    background: #003B57;
    border-radius: 10px;
}
section.contenido .content-fic.fila{
    padding-top: 30px;
    padding-bottom: 50px;
}
section.contenido .content-fic.fila {
    padding-top: 20px;
    padding-bottom: 50px;
}
.horario h6{
    font-family: Montserrat-Medium;
    font-size: 15px;
    line-height: 19px;
    color: #B1945F;
    letter-spacing: 0.25px;
    text-align: right;
    padding: 5px 0;
}
.programas .item img{
    width: 100%;
}
.programas.new h5{
    font-family: Montserrat-Light;
    font-size: 35px;
    line-height: 43px;
    color: #B1945F;
    letter-spacing: 0;
}
.programas.new .horario{
    font-family: Montserrat-Medium;
    font-size: 25px;
    line-height: 39px;
    color: #B1945F;
    letter-spacing: 0.42px;
    margin: 5px 0 20px 0;
}
.programas.new .subtitulo {
    font-family: Montserrat-Medium;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.33px;
    padding-top: 4px;
}
.programas.new p{
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 22px;
    color: #1A1516;
    letter-spacing: 0.3px;
}
.programas.new .logo{
    padding-bottom: 7%;
}
.programas.new .item a{
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.1s ease 0s;
}
.programas.new .item a:hover .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.1s ease 0s;
}
.programas.new .item a:hover .layer {
    background: rgba(177,148,95,0.70);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    transition: all 0.1s ease 0s;
}
.programas.new .item a:hover::after {
    content: url(../img/main/play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 1;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
}
.contenido .programas.new:nth-child(odd) .container .row{
    padding-bottom: 30px;
    padding-top: 30px;
}
.contenido .programas.new:first-child .container .row{
    padding-top: 0;
}
#to_top {
    content: url(../img/main/to_top.svg);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#to_top::after {
    content: url(../img/main/to_top.svg);
    color: #fff;
}
#to_top:hover {
    cursor: pointer;
    content: url(../img/main/to_top_hover.svg);
}
#to_top:active {
    content: url(../img/main/to_top_hover.svg);
}
#to_top.show {
    opacity: 1;
    visibility: visible;
}
.contenido .programas.new:nth-child(even) {
    background: rgba(26,21,22,0.10);
    padding: 30px 0;
}
.contenido .programas.new:nth-child(even) .container .row {
    display: flex;
    flex-direction: row-reverse;
}
section.contenido{
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    section.sub-title .prl100 {
        padding: 0 9%;
    } 
}

/*
================================================== */
@media (max-width: 767px) {
    .header-top .logo a img{
        width: 100%;
    }
    section.sub-title .referencias.mediaa{
        display: none !important;
    }
    .bg-header {
        background-image: url(../img/main/bg-movil.jpg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 525px;
    }
    .header-top .logo {
        top: 3%;
        right: 3%;
        transform: inherit;
        position: absolute;
    }
    section.sub-title {
        padding: 38px 0 40px;
    }
    section.sub-title .border_movil_orange{
        border-left: 10px solid #E9A800;
    }
    section.sub-title p {
        font-family: Montserrat-Medium;
        font-size: 14px;
        line-height: 22px;
        color: #FFFFFF;
        letter-spacing: 0.23px;
        padding-bottom: 20px;
        padding-left: 0;
    }
    section.sub-title p span.sub {
        font-family: Montserrat-BoldItalic;
        font-size: 14px;
        line-height: 18px;
        color: #00695E;
        letter-spacing: 0.23px;
        text-decoration: underline;
    }
    section.sub-title h5 {
        font-family: Montserrat-ExtraBold;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        letter-spacing: 0.3px;
        text-align: center;
        text-transform: uppercase;
    }
    section.sub-title h6 {
        font-family: Montserrat-Bold;
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 0.25px;
        text-align: center;
        line-height: 20px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    section.sub-title li {
        font-family: Montserrat-Medium;
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 0.25px;
        line-height: 20px;
    }
    section.sub-title ul {
        padding-left: 24px;
    }
    .content-fic h5 {
        font-family: Montserrat-ExtraBold;
        font-size: 18px;
        color: #004061;
        letter-spacing: 0;
        line-height: 24px;
        text-transform: uppercase;
    }
    .content-fic h6 {
        font-family: Montserrat-SemiBold;
        font-size: 15px;
        color: #004061;
        letter-spacing: 0.25px;
        line-height: 19px;
    }
    .content-fic p {
        font-family: Montserrat-Light;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0.23px;
        line-height: 18px;
        padding-bottom: 18px;
        padding-top: 20px;
    }
    .content-fic .estrenos h3 {
        font-family: Montserrat-SemiBold;
        font-size: 15px;
        line-height: 19px;
        color: #FFFEFE;
        letter-spacing: 0.25px;
        text-align: right;
    }
    section.sub-title .referencias p {
        font-family: Montserrat-SemiBold;
        font-size: 15px;
        color: #000000;
        line-height: 35px;
        text-transform: uppercase;
        margin-left: 0;
    }
    section.sub-title .referencias hr.orange {
        margin: 0;
        color: inherit;
        background-color: #E9A800;
        border: 0;
        opacity: 1;
        height: 10px;
        width: 50px;
    }
    section.sub-title .referencias hr.green {
        margin: 0;
        color: inherit;
        background-color: #00695E;
        border: 0;
        opacity: 1;
        height: 10px;
        width: 50px;
    }
    section.sub-title .v-hr {
        padding-top: 30px;
    }
    section.sub-title .referencias {
        padding-right: initial;
    }
    section.contenido .row_fechas .boton-collapse::after {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        margin-left: auto;
        background-repeat: no-repeat;
        background-size: 30px;
        transition: transform .2s ease-in-out;
    }
    section.contenido .row_fechas .fechas .boton-collapse[aria-expanded="true"]::after {
        transform: rotate( -180deg);
    }
    section.contenido .row_fechas .fechas .boton-collapse[aria-expanded="true"]::after {
        transform: rotate(-180deg);
    }
    section.contenido .row_fechas .boton-collapse.red::after{
        content: url(../img/main/arrow_down_mr.svg);
    }
    section.contenido .row_fechas .fechas .boton-collapse.red[aria-expanded="true"]::after {
        content: url(../img/main/arrow_up_mr.svg);
    }
    section.contenido .row_fechas .boton-collapse.orange::after{
        content: url(../img/main/arrow_down_mo.svg);
    }
    section.contenido .row_fechas .fechas .boton-collapse.orange[aria-expanded="true"]::after {
        content: url(../img/main/arrow_up_mo.svg);
    }
    section.contenido .row_fechas .boton-collapse.green::after{
        content: url(../img/main/arrow_down_mg.svg);
    }
    section.contenido .row_fechas .fechas .boton-collapse.green[aria-expanded="true"]::after {
        content: url(../img/main/arrow_up_mg.svg);
    }
    section.contenido .row_fechas .boton-collapse.purple::after{
        content: url(../img/main/arrow_down_mp.svg);
    }
    section.contenido .row_fechas .fechas .boton-collapse.purple[aria-expanded="true"]::after {
        content: url(../img/main/arrow_up_mp.svg);
    }
    section.contenido .prl100 {
        padding: 0 31px;
        margin: 0;
    }
    section.sub-title .prl100 {
        padding: 0 30px;
    }
    section.contenido .row_fechas .fechas .boton-collapse {
        background-color: transparent;
        box-shadow: none;
        padding: 29.5px 0 28.5px 6px;
        border-radius: 0;
        border-bottom: 1px solid #000000;
        text-align: left;
    }
    section.contenido .row_fechas .boton-collapse {
        font-family: Montserrat-Bold;
        font-size: 18px;
        line-height: 25px;
        text-transform: uppercase;
    }
    section.contenido .expand .card.card-body .titulo-programa h1 {
        font-family: Montserrat-BoldItalic;
        font-size: 15px;
        color: #00695E;
        letter-spacing: 0;
        line-height: 18px;
        padding-bottom: 15px;
    }
    section.contenido .expand .card.card-body .titulo-programa h2 {
        font-family: Montserrat-Medium;
        font-size: 12px;
        line-height: 19px;
        text-transform: uppercase;
        color: #000000;
        letter-spacing: 0.2px;
        padding-bottom: 0;
    }
    section.contenido .expand .card.card-body .titulo-programa h2 span {
        font-family: Montserrat-Bold;
        font-size: 15px;
        line-height: 19px;
        text-transform: uppercase;
        color: #000000;
        letter-spacing: 0.25px;
        padding: 0 18px;
    }
    section.contenido .expand .card.card-body .titulo-programa h2 span {
        margin-bottom: 5px;
        display: table;
    }
    section.contenido .expand .card.card-body .titulo-programa {
        padding-top: 20px;
    }
    section.contenido .fila-programa.prl100 {
        padding: 0;
    }
    section.contenido .card.card-body .border-orange hr.border {
        margin: 0;
        color: inherit;
        border: 0;
        opacity: 1;
        height: 5px;
        width: 50px;
        border: 0 !important;
    }
    section.contenido .card.card-body .border-green hr.border {
        margin: 0;
        color: inherit;
        border: 0;
        opacity: 1;
        height: 5px;
        width: 50px;
        border: 0 !important;
    }
    section.contenido .card.card-body .border-orange hr.orange {
        background-color: #E9A800;
    }
    section.contenido .card.card-body .border-green hr.green {
        background-color: #00695E;
    }
    section.sub-title .referencias hr.green {
        background-color: #00695E;
    }
    .fila-programa .separacion.left {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }
    .fila-programa .separacion.right {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }
    .fila-programa .separacion .border-orange {
        border: none;
        margin-bottom: 20px;
    }
    .fila-programa .separacion .border-green {
        border: none;
        margin-bottom: 20px;
    }
    section.contenido .expand .card.card-body .fila-programa h5 {
        font-family: Montserrat-Bold;
        font-size: 18px;
        color: #252728;
        letter-spacing: 0;
        line-height: 24px;
        padding-bottom: 10.38px;
    }
    .fila-programa .separacion hr {
        border: 0;
        border-top: 1px solid #252728 !important;
        height: 1px;
        margin: 0 0 9.5px 0;
        opacity: 1;
    }
    section.contenido .expand .card.card-body .fila-programa h6 {
        font-family: Montserrat-Medium;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0.23px;
        line-height: 18px;
        padding-left: 0;
        padding-bottom: 10px;
    }
    section.contenido .expand .card.card-body .fila-programa p {
        font-family: Montserrat-Light;
        font-size: 12px;
        line-height: 17px;
        color: #000000;
        letter-spacing: 0.2px;
        padding-left: 0;
        padding-bottom: 20px;
    }
    section.contenido .expand .card.card-body .fila-programa.prl100 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    section.contenido .expand .card.card-body .fila-programa .estrenos h3 {
        font-family: Montserrat-Bold;
        font-size: 15px;
        color: #000000;
        letter-spacing: 0.25px;
        text-align: right;
        line-height: 19px;
        padding-bottom: 0;
    }
    section.contenido .expand .card.card-body .fila-programa .estrenos h3 {
        padding: 6px 9px 5px 7px;
    }
    section.contenido .expand .card.card-body .fila-programa .estrenos h4 {
        font-family: Montserrat-Medium;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        text-align: left;
        padding-top: 4px;
        width: initial;
        margin-left: initial;
    }
    section.contenido .fila-programa .d-flex.justify-content-md-end.m-auto {
        margin-top: 25px !important;
    }
    .fila-programa .item .layer.blue {
        background: rgba(37,39,40,0.70);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50)
    }
    .fila-programa .item a::after {
        content: url(../img/main/play-m.svg);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        opacity: 1;
        transition: all 0.1s ease 0s;
    }
    .fila-programa .item .layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .fila-programa .col-md-5.item {
        width: 100%;
    }
    .fila-programa .col-md-7.separacion {
        width: 100%;
    }

    #to_top {
        content: url(../img/main/to_top_hover.svg);
        display: inline-block;
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 10px;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    .d-flex.justify-content-md-end.justify__right, .estrenos.d-flex.justify__right{
        justify-content: flex-end!important;
    }
    section.contenido .expand .card.card-body .fila-programa li {
        font-family: Montserrat-Light;
        font-size: 12px;
        color: #000000;
        letter-spacing: 0.2px;
        line-height: 17px;
    }
    section.sub-title p > span {
        font-family: Montserrat-Bold;
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 0.25px;
        text-align: center;
        line-height: 20px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .horario h6{
        font-family: Montserrat-Medium;
        font-size: 11px;
        line-height: 15px;
        color: #B1945F;
        letter-spacing: 0.25px;
        text-align: right;
        padding: 5px 0;
    }
    .contenido .programas.new .item{
        padding: 0;
    }
    .programas.new .item a:hover .layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.1s ease 0s;
    }
    .programas.new .item a .layer {
        background: rgba(177,148,95,0.40);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
        transition: all 0.1s ease 0s;
    }
    .programas.new .item a::after {
        content: url(../img/main/play-m.svg);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        opacity: 1;
        transition: all 0.1s ease 0s;
        width: 30px;
        height: 30px;
    }
    .programas.new .item a .layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.1s ease 0s;
    }
    .programas.new .logo {
        padding-top: 20px;
    }
    .programas.new h5 {
        font-size: 15px;
        letter-spacing: 0.25px;
        line-height: 19px;
    }
    .programas.new .horario {
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0.25px;
    }
    .programas.new .subtitulo {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.23px;
    }
    .programas.new p {
        font-size: 14px;
        letter-spacing: 0.23px;
        line-height: 18px;
        padding-bottom: 18px;
    }
    .contenido .programas.new .second{
        display: flex;
        flex-direction: column-reverse;
    }
    .programas.new .item a:hover::after {
        content: url(../img/main/play-m.svg);
        width: 30px;
        height: 30px;
    }
    .contenido .programas.new:nth-child(even) {
        padding: 0 0 30px 0;
    }
}
@media (max-width: 320px) {
    section.contenido .expand .card.card-body .fila-programa .estrenos h3 {
        padding: 6px 3px 5px 3px;
    }
    section.contenido .expand .card.card-body .fila-programa .estrenos h3 {
        font-size: 13px;
    }
}
.programas.new .item a.no_hover{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}