/* #Primary
================================================== */

body {
    background-color: #ffffff;
    font-optical-sizing: auto;
    font-weight: 400;
    min-height: 100svh;
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}
a{
    text-decoration: none;
}
.pt30{padding-top: 30px !important;}
.mt50{margin-top: 50px;}
.mb50{margin-bottom: 50px;}
.relativo{position: relative;}
.mt41{margin-top: 41px;}

/* #Star Header
================================================== */
.banner-top{
    width: 100%;
    height: 100%; 
}
.banner-top img{
    width: 100%;
}

.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.left{
    position: absolute;
    left: 7%;    
    top: 60px;
    z-index: 999;
}
.header-top .logo.right{
    position: absolute;
    right: 7%;    
    top: 60px;
    z-index: 999;
}
.header-top .logo a{
    display: block;
}
.header-top .logo a:hover img{
    opacity: 0.7;
}
.header-top .logo.left a img{
    max-width: 100px;
}
.header-top .logo.right a img{
    max-width: 150px;
}
#animationBg canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    cursor: pointer;
    filter: blur(4px);
    height: auto !important;
}
.bg-green{
    background-color: #00AF98;
}
.bg-aqua{
    background-color: #E1E5DA;
}
.bg-gray{
    background-color: #F7F7F7;
}
.bg-black{
    background-color: #000000;
}
.bg-gold{
    background-color: #B1945F;
}
.bg-brown{
    background-color: #BC854C;
}
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-Medium", sans-serif; font-optical-sizing: auto; 
    font-weight: 400;
    font-style:normal;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 0.33px;
    padding-bottom: 20px;
}
section.sub-title p > span{
    font-family: Montserrat-ExtraBold;
    color: #C70B40;
}
section.sub-title p > a{
    font-family: Montserrat-ExtraBold;
    color: #F2D828;
    text-decoration: underline;
}
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;
}
/* #End Header
================================================== */
/* #Star Programs
================================================== */

.accordion-item {
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, .125);
}

.section__programs{ 
}
.accordion__programs .accordion-button{
    font-size: 2rem;
    line-height: 20px;
    color: #403B3C;
    padding: 2.3rem 5%;
}
.accordion-flush .accordion-item{
    border: 0;
}
.accordion-item > .padding__btn > hr{
    height: 2px;
    margin: auto; 
    background-color: #BC854C;
    width: 91%;
}
.accordion-item > .contenido > hr{
    height: 2px;
    margin: auto; 
    background-color: #BC854C;
    width: 91%;
}
.accordion-button {
    background-color: transparent;
    padding: 0 10%;
     transition:
        background-color 0.1s;
}
.accordion-button:hover{
    background-color: #3a2e80;
    color: white;

}
.accordion-button:hover .accordion__programs .accordion-button::after {
        background-image:url(../img/icons/arrow-down-.png);

}
.accordion__programs .accordion-item:first-child .padding__btn{
    border-bottom: 0;
    border-top: 0px solid #000000;
}
.accordion__programs .accordion-item:last-child .padding__btn{
    border-bottom: none;

}
.accordion__programs .accordion-item .padding__btn{
    margin: 0 ;
    border-top: 1px solid #000000;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #3a2e80;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 100%);
}
.accordion__programs .accordion-button span{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style:normal;
    margin-right: 7px;
    text-transform: uppercase;
}
  .accordion__programs .accordion-button:hover::after {
    background-image: url(../img/icons/arrow-down-white.png);
}
.accordion__programs .accordion-button::after {
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
    margin-left: auto;
    content: "";
    background-image:url(../img/icons/arrow-down-black.png);
    background-repeat: no-repeat;
    background-size: 2.2rem;
    transition: transform .2s ease-in-out;
}
.accordion__programs .accordion-button:not(.collapsed)::after {
    background-image: url(../img/icons/arrow-down-white.png);
    transform: rotate(0deg);
}
.horario h6{
    font-family: "Noto Sans", sans-serif; font-optical-sizing: auto;    font-weight: 600;    font-style:normal;
    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: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style:normal;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    padding: 5px 10px;
    border-bottom: 1px solid #B40009;
    display: inline;
    position: relative;
}
.programas.new .horario{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style:normal;
    font-size: 25px;
    line-height: 30px;
    color: #BC854C;
    letter-spacing: 0;
    display: block;
    position: relative;
}
.programas.new .horario span{
   
   
    display: table-cell;
    margin-bottom: 10px;
}
.programas.new .compilado .subtitulo {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style:normal;
    font-size: 25px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    display: inline-block;
    /* padding-bottom: 10.5px; */
}
.programas.new .compilado .subtitulo.red {
    color: #B90000;
}
.programas.new .compilado .subtitulo.green {
    color: #0EB900;
}
.programas.new .subtitulo span{
    background-color: #000000;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 16px;
}
.programas.new .compilado .subtitulo span {
    margin-top: 7.5px;
}
.programas.new .compilado div:nth-child(n+7){
    margin-top: 30px;
}
.programas.new .direccion {
  
    font-optical-sizing: auto;
    
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.33px;
    margin-top: 10.5px;

}
.programas.new .direccion span{
    
    font-optical-sizing: auto;
    font-style:normal;

    font-size: 20px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.33px;
}
.programas.new hr{
    margin: 4px 0;
    width: 100%;    
    border-bottom: 1px solid #d89651;
    opacity: 1;
    
}
.programas.new p{

    font-optical-sizing: auto;
  
    
    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 .item img {
    width: 100%;
}
.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(0,0,0,0.20);
    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: 40px;
    height: 40px;
    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{
    padding-top: 49px;
    padding-bottom: 49px;
}
.padding-lr{
    padding-left:  8.5%;
}
.contenido .programas.new .row.nopad{
    padding: 20px 0 0 0;
}

.contenido .programas.new:nth-child(even) .row {
    display: flex;
    /* flex-direction: row-reverse; */
}
.contenido .programas.new:nth-child(even) .row.no {
    display: flex;
    flex-direction: row;
}
.contenido .programas.new:nth-child(even) .row .horario{
    color: #000000;
}

.contenido .programas.new:nth-child(even) .row .rr{
    text-align: left;
}
.contenido .programas.new:nth-child(even) .row h5{
    border: solid 1px #000000;
}
.contenido .programas.new:nth-child(even) .row h5{
    border: solid 1px #000000;
}
.contenido .programas.new:nth-child(even) .row .item a:hover .layer{
    background: rgba(0,0,0,0.50);
}
.contenido .programas.new:nth-child(even) .row .item a:hover::after {
    /* content: url(../img/main/playy.svg); */
}
.contenido .programas .compilado .rr{
    padding: 0;
}
section.contenido{
    padding-bottom: 50px;
}
.programas.new.comp .subtitulo {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style:normal;
    font-size: 36px;
    color: #0EB900;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 10.5px;
}
.programa-doble{
    margin-left: 8.5% !important;
    background-color: #c078b1; 
    color:#1d1d1b;    
    display: inline-flex;
    align-items: center; 
    font-size: 2rem; 
    font-weight: 400;
    padding: 0.75rem 1rem;
    position: relative;

}
.subtitulo.red {
    color: #1d1d1b;
    display: block;
    float: left;
    width: 100%;
    font-optical-sizing: auto;
    font-weight: bold;

}

.subtitulo_time {
 
    font-optical-sizing: auto;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    font-style:normal;
    color: #211e1e;
    width: 100%;
    display: block;
    float: left;
    font-size: 20px;
    margin-top: 5px;
}


.horario_content-white {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 2rem; /* ajusta tamaño */
  color: #fff;
  background-color: #c51b1e; /* rojo del bloque principal */
  padding: 0.7rem;
  position: relative;
}
 
.horario_content-white-lin {
  content: "";
  display: flex;
  width: 42%;  
  height: 40px;
  background: 
    linear-gradient(to right,
      #e6a624 0 33.3%,      
      #c184b3 33.3% 66.6%,   
      #e8552e 66.6% 100%   
    );
}
.horario_content_black{
    background-color: #fae4d3;
    color: #000;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.row.mobile{
    display: none !important;
}
.btn-online a{
    padding: 3px 15px;
    background-color: #c51b1e;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.btn-online span{
    font-family: Montserrat-ExtraBold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
}

@media (min-width: 1200px) {
    section.sub-title .prl100 {
        padding: 0 9%;
    }
}
/* #End Programs
================================================== */
/*
================================================== */
@media (max-width: 767px) {

    #animationBg canvas {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        cursor: pointer;
        filter: blur(4px);
        height: 85% !important;
    }
    .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.left a {
        width: 50px;
    }
    .header-top .logo.right a {
        width: 100px;
    }
    .header-top .logo.left {
        top: 3%;
        left: 30px;
        transform: inherit;
        position: absolute;
    }
    .header-top .logo.right {
        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-Light;
        font-size: 15px;
        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-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: "Roboto", sans-serif;
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 0.25px;
        line-height: 20px;
    }
    section.sub-title ul {
        padding-left: 24px;
    }
    

    #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;
    }
    
    .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 {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
        transition: all 0.1s ease 0s;
    }
    .programas.new .item a::after {
        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;
        /* content: url(../img/main/play.svg); */
    }
    .wrapper-img-content:hover .overlay-play {
        opacity: 1;
    }
    .programas.new .item a .layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.1s ease 0s;
    }
    .programas.new h5 {
        font-size: 12px;
        letter-spacing: 0.25px;
        line-height: 17px;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .programas.new .horario {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
        margin: 0;
    }
    .programas.new .subtitulo {
        font-size: 2rem;
        letter-spacing: 0;
        padding-top: 5px;
    }
    .programas.new p {
        font-size: 15px;
        letter-spacing: 0.23px;
        line-height: 19px;
        padding-bottom: 18px;
        padding-bottom: 0;
    }
    .contenido .programas.new .second{
        display: flex;
        flex-direction: column-reverse;
    }
    .programas.new .item a:hover::after {
        /* content: url(../img/main/play.svg); */
        width: 30px;
        height: 30px;
    }
    .contenido .programas.new:nth-child(even) {
        padding: 0 10px;
    }
    .contenido .programas.new {
        padding: 0 10px;
    }
    .accordion__programs .accordion-item .padding__btn {
        margin: 0 0px;
    }

    .programas.new:nth-child(2n)
 {
    border-top: solid 0px #eba11a;
}
.padding-limit{
      padding-right: 50px !important;
}
.programa-doble 
 {
    margin-left: 8.6% !important;
    background-color: #c078b1;
    color: #1d1d1b;
    display: inline-flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0.75rem 1rem;
    position: relative;
}

    .accordion__programs .accordion-button {
        font-family: "Roboto", sans-serif;
        font-size: 1.2rem;
        line-height: 25px;
        text-transform: uppercase;
        padding: 23px 50px 23px 35px;
    }
    .programas.new .col-12.col-md-6{
        padding: 0;
    }
    .contenido .programas.new .row {
        margin: 0;
    } 
    .programas.new .horario span {
       
    }
.horario_content-white-lin{ 
    
    content: "";
display: flex;
width: 19%;
height: 40px;
background: linear-gradient(to right,
#e6a624 0 33.3%,      
#c184b3 33.3% 66.6%,   
#e8552e 66.6% 100%   
);
}

    .texto-direccion-font-size>span{
            font-size: 1.4rem !important;
    }
    .programas.new .direccion {
       
        line-height: 22px;
        color: #000000;
        letter-spacing: 0.25px;
        padding-bottom: 22px;
    }
    .programas.new .compilado .direccion {
        padding-bottom: 30px;
    }
    .programas.new .direccion span {
        font-family: "Roboto", sans-serif;

        line-height: 19px;
        color: #000000;
        letter-spacing: 0.33px;
        padding-bottom: initial;
    }
    .programas.new .compilado .direccion span {
        font-family: "Roboto", sans-serif;
    
        line-height: 22px;
        color: #000000;
        letter-spacing: 0.33px;
        padding-bottom: initial;
    }
        .padding-mobile{
            padding-right: 8%;
    }
    .contenido .programas.new:nth-child(even) .row .item .layer {
        background: rgba(0,0,0,0.30);
    }
    .contenido .programas.new:nth-child(even) .row .item a::after {
        /* content: url(../img/main/playy.svg); */
    }
    .contenido .programas.new:nth-child(even) .row .rr {
        text-align: left;
    }

    .programas.new .compilado .subtitulo {
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 25px;
        padding-top: 12px;
    }
    .programas.new .compilado div:nth-child(n+7) {
        margin-top: 0;
    }
    .programas.new .compilado .rr{
        padding-left: 0;
        padding-right: 0;
    }
    .contenido .programas.new .programas.compilado .row {
        padding-bottom: 0;
        padding-top: 0;
        margin: 0 -12px;
    }
    .contenido .programas.new .programas.compilado .row .subtitulo {
        padding-bottom: 0;
    }
    .programas.new .programas.compilado .desktop{
        display: none !important;
    }
    .homenaje span {
        font-size: 15px;
    }
    .homenaje .point {
        width: 30px;
        height: 30px;
    }
    .homenaje .red{
        margin-top: 10px;
    }
    .mobile{
        display: block;
    }
    .programas.new.comp .subtitulo {
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 25px;
    }
    .contenido .programas.new .row {
        padding: 20px 0 10px 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;
    }
    #animationBg canvas {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        cursor: pointer;
        filter: blur(4px);
        height: 100% !important;
    }
    .accordion__programs .accordion-item .padding__btn {
        margin: 0 25px;
    }
    .accordion__programs .accordion-button {
        font-size: 14px;
    }
}
.programas.new .item a.no_hover{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.accordion__programs .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.row.mobile{
    padding: 0 0 30px 0 !important; 
 }

 footer {
  
    border-bottom: 23px solid #651b1c;
 }
 .border-r{
    border-right: #BC854C 2px solid;
 }

 .seccionCorto {
        background-color: #3a2e80;
 }

 .text-cine-blue {
    color:#3a2e80 !important;
    font-weight: bold;

 }

 .text-weight {
     font-weight: bold;
     color: #3a2e80 !important;
 }

.programas.new:nth-child(2n) {

}
