.nodisplay {
    display: none;
}

#datos{
    font-size: 0.85rem !important;
}

.table-two-col{
    color: #747794;
}

.table-two-col tr td:first-child{
    font-weight: bold;
}

.lista-renoir,
.lista-renoir-azul {
    color: #747794;
}

.lista-renoir > li,
.lista-renoir-azul > li {
    margin-left: 30px;
    list-style-type: circle;
    padding-bottom: 10px;
}


.lista-renoir-azul {
    font-size:14px;
    font-weight: 300;
}

.table-sala {
    color: #747794;
    font-size: 0.90rem;
}

.table-sala td {
    padding: 0.70rem;
}

.table-sala td:nth-child(2) {
    font-weight: bold;
}

.table-precios {
    font-size: 1rem;
}

.table-precios tr:first-child {
    background-color: #52aded !important;
    color: white;
}

.table-precios tr:not(:first-child) td:nth-child(4) {
    text-align: center;
    color: #012c61;
}

.table-precios tr:not(:first-child) td:nth-child(5) {
    text-align: center;
    color: #f43877;
}

.table-precios td, .table th {
    border-top: 0;
    padding: 1rem .75rem;
}

.table-precios tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.03);
}

.badge-precios {
    font-weight: normal;
    font-size: 0.9em;
}

h3.titulo-cine {
    font-size: 18px;
    line-height: 20px;
    background-color: #18aded;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

/** Megabanner **/

/* BXSlider */
.bx-wrapper {
    border: 1px solid #fff !important;
}

.bannerDetail {
  font-family: "Muli", sans-serif;
  color: #fff;
  top: 10px;
  left: 10px;
  position: absolute;
  font-size: 1.2em;
  padding: 5px;
  background: #18adeda8;
  min-width: 23%;
}

.bannerDetail a {
  font-size: 0.76em;
  color: #fff;
}

.bannerDetail a:hover
{
  color: #070a57;
}


@media (max-width: 767px){
    .no-padding-left-right-movil {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bannerDetail {
        top: 5px;
        left: 5px;
        position: absolute;
        font-size: 0.8em;
        padding: 5px;
        min-width: 40%;
    }

    .bannerDetail > hr {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}

@media (min-width: 524px){
    .bannerDetail {
        min-width: 30%;
    }
}


@media (min-width: 768px){
    #menu-renoir {
        margin-left: auto !important;
    }
}

@media (max-width: 768px){
    #menu-renoir {
        margin-left: 20px;
    }
    #login-socio-renoir{
        margin-left: auto !important;
    }
}


/* Sobreescribiendo.... */
.login_form {
    background-color: #e3f3ff;
}

.shortcodes_content {
    border: 3px solid #e3f3ff;
}

.breadcumb_area {
    background-color: #e3f3ff;
}

.special_feature_area {
    background-color: #e3f3ff;
}

h1, h2, h3, h4, h5, h6 {
    color: #012c61;
}



.single_product_desc {
    background-color: #e3f3ff;
}

@media (max-width: 524px){
    .single_product_desc {
        padding: 15px;
    }
}

.my-account-content {
    background-color: #e3f3ff;
}

.single_product_desc .short_overview p {
    color: #748294;
}

.shop_top_sidebar_area {
    background-color: #e3f3ff;
}

a {
    color: #012c61;
}

.breakpoint-on .classynav > ul > li > a {
    background-color: #e3f3ff;
    border-bottom-color: #ffffff;
}

p {
    color: #748294;
}

.bigshop-accordian-with-icon .card .card-header {
    background-color: #e3f3ff;
}

.bigshop-accordian-with-icon .card .card-header .btn.collapsed {
    color: #012c61;
}

.widget-area {
    background-color: #e3f3ff;
}

.my-account-navigation {
    background-color: #e3f3ff;
}

/* Carteles con efectos hover */
.cartelpeli {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.cartelpeli:hover .normal_img {
  opacity: 0.1;
}

.cartelpeli:hover .cartelinfo {
  opacity: 1;
}

.cartelpeli:hover .product_badge {
  opacity: 0;
}

.swiper-slide .cartelpeli:hover .normal_img {
  opacity: 1;
}

.swiper-slide .cartelpeli:hover .product_badge {
  opacity: 1;
}

.seccion-eventos .cartelpeli:hover .normal_img {
  opacity: 1;
}

.seccion-eventos .cartelpeli:hover .product_badge {
  opacity: 1;
}


.cartelinfo {
  font-size: 1em;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  width: 90%;
  height: 100%;
  top: 12%;
  left: 5%;
  text-align: center;
}

@media (max-width: 576px){
    .cartelinfo {
        font-size: 0.8em;
    }
}

@media (min-width: 577px), (max-width:991){
    .cartelinfo {
        font-size: 0.7em;
    }
}

@media (min-width: 992px){
    .cartelinfo {
        font-size: 1em;
    }
}


.cartel-titulo {
    color: #012c61;
    font-weight: 800;
}

.cartel-titulo--evento {
    color: #ff7a00;
}

.cartel-director {
    font-size: 0.80em;
    font-weight: normal;
    color: #212529;
}

.cartel-estreno {
    font-size: 0.80em;
    font-weight: 800;
    color: #212529;
}

.product_badge {
  left: 0;
  position: absolute;
  top: 15px;
  z-index: 40; }
  .product_badge span {
    background: #18aded;
    clear: both;
    color: #ffffff;
    display: block;
    font-size: 10px;
    height: 22px;
    line-height: 23.5px;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    padding-left: 7px; }
    .product_badge span::before {
      border-color: #18aded transparent #18aded #18aded;
      border-style: solid;
      border-width: 11px 8px;
      color: #18aded;
      content: "";
      height: 100%;
      position: absolute;
      right: -15px;
      top: 0;
      width: 15px;
      z-index: 1; }


.product_badge--evento span {
    background: #ff7a00;
}

.product_badge--evento span::before {
    border-color: #ff7a00 transparent #ff7a00 #ff7a00;
}

/* margenes y padding */
@media (max-width: 767px){
    .pr-xs-0 {
        padding-right: 0px !important
    }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

/* Footer */
/*
body {
    min-height:100vh;
}

#wrapper{
   min-height:100vh;
}

.flex-fill {
   flex:1 1 auto;
}
*/

ul.lista-summer {
    color: #748294;
}

ul.lista-summer li {
    list-style: circle;
    margin-left: 35px;
    margin-bottom: 15px;
}

@media (min-width: 1536px){
    .banner-skin {
        background-repeat: no-repeat;
  		background-position-x: center;
  		background-position-y: 210px;
    }

    .banner-skin-sin-breadcrumb {
        background-repeat: no-repeat;
  		background-position-x: center;
  		background-position-y: 141px;
    }

    .banner-no-skin {
        display: none;
    }
}

@media (max-width: 1535px){
    .banner-skin {
        background-image: none !important;
    }
    .banner-skin-sin-breadcrumb {
        background-image: none !important;
    }
}

/* Vistas moviles */
@media (max-width: 524px){
    h5 {
        font-size: 1rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    .breadcumb_area {
        height: 50px !important;
    }
}

.classy-navbar-toggler .navbarToggler span {
    background-color: #52aded;
}

@media (min-width: 768px){
    .logo-principal {
        width: 200px;
        vertical-align: text-top;
    }
}

@media (max-width: 767px){
    .logo-principal {
        width: 150px;
        vertical-align: text-top;
    }
}

/* Newsletter index */

.newsletter-cta{
  position: relative;
  padding: 60px 0 80px;        /* aire abajo */
  background: #00A5E2;         /* azul marca sólido */
  color: #fff;
}

.newsletter-cta .container{
  position: relative;
  z-index: 1;
}

.newsletter-cta__title{
  margin: 0 0 10px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
}

.newsletter-cta__subtitle{
  margin: 0; /* por si algún reset/BS mete margen */
  font-size: 1.25rem;
  line-height: 1.5;
  color: rgba(255,255,255,.82);
}

.newsletter-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 16px 26px;
  border-radius: 14px;

  font-size: 1.1rem;
  font-weight: 700;

  color: #00A5E2;
  background: #ffffff;
  border: 2px solid #ffffff;

  box-shadow: 0 6px 18px rgba(0,0,0,.15);

  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-decoration: none;
}

.newsletter-cta__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
  border-color: #0096cc;
  background: #ffffff;
  color: #00A5E2;
}

/* Flecha */
.newsletter-cta__arrow{
  display: inline-block;
  transition: transform .2s ease;
}

.newsletter-cta__btn:hover .newsletter-cta__arrow{
  transform: translateX(4px);
}

/* End newsletter index */

//* Desktop */
.megabanner-swiper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #fff;
    background: #fff;
}

/* Móvil */
@media (max-width: 768px) {
    .megabanner-swiper {
        box-shadow: none;
        border: none;
        background: transparent;
    }
}

.megabanner-swiper {
  width: 100%;
}

.megabanner-swiper img{
  width:100%;
  height:auto;
  display:block;
}

/* paginador debajo */
.megabanner-pagination{
  position: relative;
  bottom: auto !important;
  margin-top: 10px;
  text-align: center;
}

/* estilo dots */
.megabanner-pagination .swiper-pagination-bullet{
  width:11px;
  height:11px;
  background:#999;
  opacity:1;
  margin:0 15px;
}



@media (max-width: 768px) {

  .megabanner-pagination .swiper-pagination-bullet{
    width:9px;
    height:9px;
    background:#999;
    opacity:1;
    margin:0 15px;
  }


}

.megabanner-pagination .swiper-pagination-bullet-active{
  background:#000;
}

@media (max-width: 768px) {

  #siteslides{
    width:100vw;
    margin-left:calc(50% - 50vw);
  }

}

.megabanner-swiper{
  overflow: visible;
}

/* End Megabanner */

/* Eventos especiales swiper */

.eventos-swiper {
    box-shadow: none;
    border: 0;
    background: transparent;
}

.eventos-swiper .swiper-slide {
    /* lo que necesites para eventos */
}

/* End Eventos especiales swiper */

:root{
  --skin-center-width: 1150px;
  --skin-side-width: 180px; /* tu ajuste */
  --skin-height: 700px;
}

@media (min-width: 1536px){

  .banner-skin{
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 270px;
  }

  .banner-skin-sin-breadcrumb{
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 141px;
  }

  /* anchors laterales */
  .skin-click{
    position: absolute;              /* ← aquí el cambio */
    width: var(--skin-side-width);
    height: var(--skin-height);
    z-index: 1;
    display: block;
    text-decoration: none;
    background: transparent;
  }

  /* top según layout */
  .banner-skin .skin-click{ top: 270px; }
  .banner-skin-sin-breadcrumb .skin-click{ top: 141px; }

  /* posiciones laterales respecto al centro (1050px) */
  .skin-click-left{
    left: calc(50% - (var(--skin-center-width) / 2) - var(--skin-side-width));
  }

  .skin-click-right{
    left: calc(50% + (var(--skin-center-width) / 2));
  }

  /* que el contenido quede por encima */
  .site-wrapper, #content, .container, main{
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1535px){
  .banner-skin,
  .banner-skin-sin-breadcrumb{
    background-image: none !important;
  }
  .skin-click{ display:none; }
}

/* End enlace para bannerskin */


.aviso-pillalas{
    display:flex;
    align-items:center;
    gap:20px;
}

/* círculo rosa pillas en precios */
.pillalas-badge{
    width:110px;
    height:110px;
    background:#f43877;
    color:#fff;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    font-weight:700;
    font-size:13px;
    line-height:1.2;
    flex-shrink:0;
}

.pillalas-badge span{
    font-size:13px;
    font-weight:800;
}

.pillalas-texto{
    font-size:1rem;
    color:#333;
    line-height:1.5;
}
/* end circulo rosa pillas en precios */

/* LGI CTA */
.lgi-cta{
  position: relative;
  padding: 50px 0;
  background: #fff;
  color: #111;
}

.lgi-cta__title{
  margin: 0 0 10px;
  font-size: 1.9rem;
  font-weight: 800;
  color: #111;
}

.lgi-cta__subtitle{
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.5;
  color: rgba(0,0,0,.72);
  max-width: 52ch;
}

.lgi-cta__actions{
  margin-top: 18px;
}

.lgi-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 24px;
  border-radius: 14px;

  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .2px;

  color: #fff;
  background: #DE3163;         /* rosa LGI */
  border: 2px solid #DE3163;

  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  text-decoration: none;
}

.lgi-cta__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  filter: brightness(.95);
  color: #fff;
}

/* Flecha */
.lgi-cta__arrow{
  display: inline-block;
  transition: transform .2s ease;
}

.lgi-cta__btn:hover .lgi-cta__arrow{
  transform: translateX(4px);
}

/* Logos */
.lgi-cta__logo{
  max-height: 70px;
}

/* Responsive */
@media (max-width: 991px){
  .lgi-cta{
    text-align: center;
  }
  .lgi-cta__subtitle{
    margin-left: auto;
    margin-right: auto;
  }
  .lgi-cta__actions{
    display: flex;
    justify-content: center;
  }
}

/* CLUB RENOIR CTA */

.club-cta{
  padding: 50px 0;
  background: #ffffff;
}

.club-cta__content{
  text-align: left;
}

.club-cta__logo{
  display: block;
  width: 260px;
  max-width: 100%;
  margin: 0 auto 12px auto;
}

.club-cta__subtitle{
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.5;
  color: rgba(0,0,0,.72);
}

.club-cta__card{
  max-height: 170px;
  width: auto;
}

/* Botón */

.club-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 16px 26px;
  border-radius: 14px;

  font-size: 1.1rem;
  font-weight: 700;

  color: #fff;
  background: #00A5E2;   /* azul bloques superiores */
  border: 2px solid #00A5E2;

  box-shadow: 0 6px 18px rgba(0,0,0,.15);

  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-decoration: none;
}

.club-cta__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
  background: #0096cc;
  border-color: #0096cc;
  color: #fff;
}

/* flecha */

.club-cta__arrow{
  transition: transform .2s ease;
}

.club-cta__btn:hover .club-cta__arrow{
  transform: translateX(4px);
}

/* Responsive */

@media (max-width: 991px){

  .club-cta{
    text-align: center;
  }

  .club-cta__content{
    text-align: center;
    margin: 20px 0;
  }

  .club-cta__logo{
    margin: 0 auto 12px auto;
  }

  .club-cta__card{
    max-height: 150px;
  }

}

@media (max-width: 991px){

  .aula-cta__logo{
    padding: 0px 30px;
  }

}

/* Logo Aula Renoir (el de una fila) */
.aula-cta__title-logo{
  max-width: 320px;   /* tamaño en desktop */
  width: 100%;
  margin-bottom: 12px;
}

/* Ajuste en móvil */
@media (max-width: 991px){
  .aula-cta__title-logo{
    max-width: 260px;
    margin-bottom: 10px;
  }
}

/* Eventos especiales index */

.eventos-swiper .swiper-slide {
    width: 253px;
    flex-shrink: 0;
}

@media (max-width: 1199.98px) {
    .eventos-swiper .swiper-slide {
        width: 208px;
    }
}

@media (max-width: 991.98px) {
    .eventos-swiper .swiper-slide {
        width: 148px;
    }
}

.eventos-swiper .cartelpeli img {
    width: 253px;
    height: 363px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .eventos-swiper .cartelpeli img {
        width: 208px;
        height: 299px;
    }
}

@media (max-width: 991.98px) {
    .eventos-swiper .cartelpeli img {
        width: 148px;
        height: 212px;
    }
}


.eventos-prev,
.eventos-next {
    width: 30px;
    height: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.2s ease;
    color: #fff !important;
}

.eventos-prev:hover,
.eventos-next:hover {
    background: rgba(0, 0, 0, 0.75);
    border-color: rgba(255, 255, 255, 0.35);
}

.eventos-prev {
    left: 8px;
}

.eventos-next {
    right: 8px;
}


/* End Eventos especiales index */


.btn-evento {
    background-color: #ff7a00;
    border-color: #ff7a00;
}

.btn-evento:hover,
.btn-evento:focus {
    background-color: #e66f00;
    border-color: #e66f00;
}


.pase-cartelera {
    float: left;
    width: 70px;
}

@media (min-width: 992px) {
    .pase-cartelera {
        width: 80px;
    }
}

.pase-cartelera-tag {
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff7a00;
    text-align: center;
    word-break: break-word;
}

.pase-cartelera-info {
    margin-top: 4px;
    text-align: center;
}

.pase-cartelera-info a {
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 12px;
    background: rgba(1, 44, 97, 0.08);
    color: #012c61;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pase-cartelera-info a:hover,
.pase-cartelera-info a:focus {
    background: rgba(1, 44, 97, 0.16);
    color: #012c61;
    text-decoration: none;
}

/* MODAL EVENTOS ESPECIALES */

.modal-evento .modal-content{
    border-radius:8px;
    border:0;
    overflow:hidden;
}

/* barra naranja superior */
.modal-evento-header{
    border-top:6px solid #ff7a00;
    border-bottom:1px solid #e6e6e6;
    padding:16px 20px;
}

/* titulo */
.modal-evento-header .modal-title{
    font-size:18px;
    font-weight:700;
    color:#012c61;
    text-transform:uppercase;
}

/* boton cerrar */
.modal-evento-header .close{
    font-size:26px;
    opacity:.6;
}

.modal-evento-header .close:hover{
    opacity:1;
}

/* cuerpo */
.modal-evento-body{
    padding:20px;
    font-size:15px;
    line-height:1.6;
    color:#444;
}

/* END eventos especiales */

.pase-cartelera--desktop {
    width: 80px;
    margin-right: 20px;
}

.pase-cartelera--movil {
    width: 55px;
}

.pase-cartelera-btn--desktop {
    font-size: 0.95rem;
    color: #fff !important;
    padding: 0px 11px;
}

.pase-cartelera-btn--movil {
    font-size: 0.80rem;
    color: #fff !important;
    padding: 0px 6px;
    line-height: 30px;
}

@media (min-width: 576px) {
    .pase-cartelera.mr-2 {
        margin-right: 20px !important;
    }
}

@media (max-width: 768px) {
    .banner-no-skin {
        margin-left: -15px;
        margin-right: -15px;
    }

    .banner-no-skin img {
        width: 100%;
        display: block;
    }
}

.swiper {
  user-select: none;
  -webkit-user-select: none;
}

.logo-financiacion {
    max-height: 70px;
    width: auto;
    margin-right: 60px;
    margin-top: 30px;
}

/* En móvil quitamos el margen derecho */
@media (max-width: 767.98px) {
    .logo-financiacion {
        margin-right: 0;
    }
}

.newsletter-cta__logo{
  display: block;
  width: 180px;
  max-width: 100%;
  margin: 0 auto 12px auto;
}