/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#contenedor-menu-principal{
    display:none;
    position:fixed !important;
    background-color: #fff;
    z-index: 9999;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}

.cierra_menu {
    position: fixed;
    right: 18px;
    top: 30px;
    background: #ffffffa6;
    padding: 0px 9px;
    border-radius: 50%;
    font-size: 20px;
    font-family: 'Rubik';
}
.menu_footer_mobile{
    z-index:99999 !important; 
}

ul#menu-menu-centro-mobile {
    width: 100%;
}

ul#menu-menu-centro-mobile li {
    width: 33%;
}

ul#menu-menu-centro-mobile li a {
    width: 100%;
}

.menu_centro_mobile li a {
    padding: 9px 0 !important;
}

span.boton-menu-principal {
    font-size: 18px;
}

a.volver-chevron {
    font-size: 40px;
    line-height: 0;
    top: 7px;
    position: relative;
    margin-right: 17px;
}

/* Estilos pestañas promociones */

#tabs_promociones .elementor-tab-title.elementor-active[data-tab="1"] {
    background-color: #ebe1ce;
    border-bottom:10px solid #ebe1ce;
    border-radius: 10px 40px 0 0;
    /*  box-shadow: 4px 7px 12px #0000003d; */
}
#tabs_promociones .elementor-tab-title[data-tab="1"] {
    background-color: #f7f3eb;
    border-bottom:10px solid #adebdd;
    border-radius: 10px 40px 0 0;
}

#tabs_promociones .elementor-tab-title.elementor-active[data-tab="2"] {
    background-color: #adebdd;
    border-bottom:10px solid #adebdd;
    
}
#tabs_promociones .elementor-tab-title[data-tab="2"] {
    background-color: #effbf9;
    border-bottom:10px solid #ebe1ce;
    border-radius: 40px 10px 0 0;
}
#tabs_promociones .container{
    --bs-gutter-x: 0;

}
#tabs_promociones .elementor-tab-content {
    padding: 40px 0 20px 0;
}

#tabs_promociones .elementor-tab-desktop-title {
    position: relative;
    padding: 35px 35px 12px 35px;
}

.modal-body {
    padding: 0 !important;
}

#modal_acciones {
    --bs-modal-width: 1200px !important;
}

.modal-content {
    border-radius: 0 !important;
}

.elementor-tab-title.elementor-tab-mobile-title {
    display: none !important;
}
.elementor-tabs .elementor-tabs-wrapper {
    display: block !important;
}

.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
    width: 20% !important;
}

@media only screen and (max-width: 600px) {
    #tabs_promociones .elementor-tab-desktop-title {
        position: relative;
        padding: 8px 7px 2px 21px;
        font-size: 19px;
    }
}

/* */

.cierra_modal {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 40px;
    cursor: pointer;
}
img.ico_pet_friendly {
    width: 68px;
}

.horario_tienda_mobile p {
    margin-bottom: 0;
}

img.logo_ficha_tienda.desktop {
    width: 360px;
}

h3.tipos_de_menu {
    font-weight: 400;
}

img.imagen_listado_noticias {
    width: 100%;
}
.container.listado_noticias {
    margin-bottom: 60px;
}

.container.listado_noticias .col-md-6 {
    margin: 0;
    padding: 0;
}

.noticia_listado {
    display: flex;
    align-items: center;
}

.col-md-6.noticia_listado {
    background-color: #f5f5f5;
}

.contenido_noticia {
    padding: 0 28px;
}

p.fecha_noticia {
    font-family: "Rubik", sans-serif;
    font-style: italic;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
}

p.titulo_noticia {
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 46px;
}
p.extracto_noticia {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.container.listado_noticias{
    transition: box-shadow .5s;
}
.container.listado_noticias:hover{
    box-shadow:1px 1px 18px #0000004d;
}

.contenedor_noticias_relacionadas .col-md-6 {
    width: 100%;
}

.contenedor_noticias_relacionadas p.fecha_noticia {
    display: none;
}

.contenedor_noticias_relacionadas p.extracto_noticia {
    display: none;
}


.contenedor_noticias_relacionadas p.titulo_noticia {
    font-size: 22px;
    line-height: 26px;
    margin: 15px 0 15px 0;
    color: #fff;
    text-shadow: 1px 1px 10px #000000ad;
    font-weight: 500;
}
.contenedor_noticias_relacionadas .contenido_noticia {
    position: absolute;
    bottom: 5px;
}

.contenedor_noticias_relacionadas .noticia_listado {
    position:relative;
    
}

@media only screen and (max-width: 600px) {
    .contenido_noticia {
        padding: 10px;
    }
    
    p.fecha_noticia {
        margin: 10px 0 11px 0;
        font-size: 20px;
    }
    
    p.titulo_noticia {
        font-size: 34px;
        line-height: 44px;
    }    
}

img.icono_horario {
    width: 32px;
    float: left;
    top: 4px;
    position: relative;
    margin-right: 10px;
}

span.titulo_bloque_horario {
    font-weight: 500;
    font-size: 24px;
    border-bottom: 1px solid var(--e-global-color-primary);
    padding: 0px 19px 0 0;
    line-height: 50px;
}

.elementor-shortcode {
    font-family: 'Rubik', sans-serif;
}

span.texto_bloque_horario {
    font-size: 22px;
    line-height: 20px;
}

.bloque_horario {
    margin-bottom: 20px;
}

h2.titulo_horarios {
    margin-bottom: 15px;
}
span.dia_festivo {
    border: 1px solid #000;
    width: 28px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}

span.mes_festivo {
    text-transform: capitalize;
    font-size: 21px;
}

.igualar_meses {
    display: inline-block;
}
span.fecha_festivo {
    margin-right: 10px;
}
p.texto_aviso_horarios {
    font-style: italic;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    h2.titulo_horarios {
        display: none;
    }

    span.titulo_bloque_horario {
        font-size: 18px;
    }

    span.texto_bloque_horario {
        font-size: 15px;
    }
    span.mes_festivo {
        
        font-size: 16px;
    }
    span.dia_festivo {
        width: 24px;
        margin-right: 5px;
        font-size: 15px;
        line-height: 21px;
    }
    .bloque_festivos {
        margin-bottom: 3px;
    }
}

img.icono_bloque_servicio {
    width: 55px;
    float: left;
}

.contenedor_servicio {
    background-color: #f5f5f5;
    padding: 26px 10px;
    margin: 20px 14px;
    text-align: center;
    position: relative;
}

.imagen_servicio img,.imagen_servicio svg {
    width: 50px;
    height:50px;
    margin: 0 auto;
}

.titulo_servicio {
    padding: 0px 12px;
    font-size: 15px;
    line-height: 18px;
    margin-top: 8px;
}

.es_club .titulo_servicio{
    /*color:var(--e-global-color-primary);*/
}
.servicio_club_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.servicio_club {
    position: absolute;
   /* color: var( --e-global-color-4f81ece );*/
    color:#fff;
    padding: 0 35px;
    top: 9px;
    left: -31px;
    rotate: -45deg;
    background-color: #1d1d1b;
}

.es_club .imagen_servicio img {
    filter: invert(20%) sepia(243%) saturate(1576%) hue-rotate(-15deg) brightness(178%) contrast(101%); /*naranja los arcos*/
    filter: invert(9%) sepia(95%) saturate(5390%) hue-rotate(213deg) brightness(66%) contrast(100%); /* azul BHS*/
}
.es_club svg .st0 {
   /* fill: var(--e-global-color-primary); */

}
.es_club svg {
    /* fill:  var(--e-global-color-primary) */
}

img.icono_bloque_servicio {
    top: -17px;
    position: relative;
    margin-right: 18px;
}

h3.titulo_bloque_servicio {
    margin-top: 40px;
    font-size: 30px;
}

p.descripcion_bloque_servicio {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
}

.contenedor_servicio.descripcion_ok {
    cursor: pointer;
    transition: box-shadow .5s;
}

.contenedor_servicio.descripcion_ok:hover {
    box-shadow: 1px 1px 10px #00000045;
}
.contenido_modal_servicio {
    text-align: center;
}

.imagen_modal_servicio img {
    width: 82px;
    margin: 0 auto;
}

.texto_servicio_modal {
    font-size: 18px;
    margin-top:30px;
}
#modal_acciones.modal_servicios {--bs-modal-width: 400px !important;}

.modal_servicios .modal-content {
    padding: 32px;
}
.modal_servicios .cierra_modal.close {
    top: 0;
    right: 0;
}

@media only screen and (max-width: 600px) {

    .bloque_servicio {
        border: 1px solid #ff9566;
        margin-bottom: 20px;
    }

    h3.titulo_bloque_servicio {
        margin: 0;
        background-color: #ff9566;
        font-size: 22px;
        padding: 4px 5px 6px 5px;
    }

    img.icono_bloque_servicio {
        width: 26px;
        top: 0;
    }

    p.descripcion_bloque_servicio {
        padding: 0 10px;
        margin: 10px 0;
        font-size: 16px;
        line-height: 20px;
    }
}

#video_desktop,#video_nobile{
    border-bottom: 5px solid #F65C00;
}

.formulario_esg input, .formulario_esg textarea {
    border: none ! important;
    border-radius: 5px !important;
}

.formulario_esg .gfield--input-type-html {
    font-size: 11px;
    font-weight: 400;
}

.formulario_esg .gform_button {
    background-color: #006837 !important;
    color: #fff !important;
    transition: background-color .5s;
    width: 100%;
    border-radius: 13px !important;
    font-size: 20px;
    font-weight: 400;
}

.formulario_esg .gform_button:hover {
    background-color: #004524 !important;
}

.normas_esg figure {
    float: left;
}
.contenedor_pelicula {
    margin-bottom: 30px;
    box-shadow: 1px 1px 17px #0000002e;
    padding: 12px;
}

.contenedor_pelicula .container {
    padding: 0;
}

h2.titulo_peli {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
}

h3.titulo_horarios_cine {
    font-size: 18px;
    font-weight: 400;
}

span.fecha_cine {
    text-transform: capitalize;
    font-size: 14px;
}

span.pase_cine {
    background-color: #f5f5f5;
    padding: 2px 15px;
    font-size: 14px;
    border-radius: 5px;
}

p.diadecine {
    padding: 5px 8px;
    box-shadow: 1px 1px 8px #00000042;
    margin-right: 26px;
}

button.ver_sinopsis, button.comprar_entradas {
    border: none;
    padding: 2px 22px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px;
    width: 90%;
}

button.ver_sinopsis:hover,button.comprar_entradas:hover {background: var(--e-global-color-secondary);color: #000;}

h2.titulo_pelicula_modal {
    margin-top: 20px;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .contenedor_pelicula {
        padding: 6px 10px;
    }
    h2.titulo_peli {
        margin-top: 4px;
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 500;
    }
    h3.titulo_horarios_cine {
        font-size: 15px;
        font-weight: 400;
    }
    .contenedor_pelicula .col-6.col-sm-6 {
        padding: 0 8px;
    }
    span.fecha_cine {
        font-size: 12px;
        padding: 0;
    }

    p.diadecine {
        margin-bottom: 8px;
    }
    button.ver_sinopsis, button.comprar_entradas {
        
        font-size: 12px;
    }
}