/* 
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 */

/* CSS elementor */
/*general*/
b, strong {
    font-weight: 600;
}
/*title font*/
.italic {
    font-family: Noto Serif!important;
    font-style: italic;
    font-weight: 300!important;
    word-wrap: break-word;
}
.italicregular {
    font-family: Noto Serif!important;
    font-style: italic;
    font-weight: 400!important;
    word-wrap: break-word;
}
.italicwhite {
    font-family: Noto Serif!important;
    font-style: italic;
    color: #FFF;
    font-weight: 300!important;
    word-wrap: break-word;
}
.italicred {
    color:#AC1A2F!important;
    font-family: Noto Serif!important;
    font-style: italic;
    font-weight: 300!important;
    word-wrap: break-word;
}
.notoserif {
    font-family: Noto Serif;
    font-weight: 300;
    font-style: italic;
    /*font-size: 106px;*/
    letter-spacing: -8px;
    word-wrap: break-word;
}
.notoserifhome {
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 106px;
    letter-spacing: -8px;
    word-wrap: break-word;
}
@media (max-width: 768px) {
  .notoserif {
    letter-spacing: -3px;
    }  
    .notoserifhome {
    font-size: 76px;
    letter-spacing: -8px;
    }
}
.italicbrown {
    color:#623412;
    font-family: Noto Serif;
    font-style: italic;
    font-weight: 300;
    word-wrap: break-word;
}
.h2italic {
    color:#AC1A2F;
    font-family: Noto Serif;
    font-style: italic;
    font-weight: 300;
    word-wrap: break-word;
}
.h2italicWhite {
    color:#fff;
    font-family: Noto Serif;
    font-style: italic;
    font-weight: 300;
    word-wrap: break-word;
}
.h1italic {
    color:#fff;
    font-family: Noto Serif;
    font-style: italic;
    font-weight: 300;
    word-wrap: break-word;
}
.h1italicred {
    color:#AC1A2F;
    font-family: Noto Serif;
    font-style: italic;
    font-weight: 300;
    word-wrap: break-word;
}
.e-n-accordion:last-child {border-bottom: 1px solid #623412;}

/*bg coworkings*/
.nwcoworking {
    background-position: center center !important;
    background-size: auto 100% !important;
    transition: background-size 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
/*Efecto al pasar el ratón */
.nwcoworking:hover {
   background-size: auto 120% !important; /* O 'cover' si prefieres que encaje perfecto */
}
/*form*/
#responsive-form{
	/*	max-width:600px; -- cambiar esto para conseguir el ancho de la forma deseada --*/
	margin:0 auto;
	width:100%;
	color:#623412;
}
#responsive-form input,#responsive-form select {
    border-radius: 14px;
    border: 1px solid #BFAF92;
    color: #623412;
}
input::placeholder, textarea::placeholder {
  color: #623412;
  opacity: 1;
}
.form-row{
	width: 100%;
}
.wpcf7-submit {
    width: 100%;
    border-radius: 300px !important;
    color: #fff !important;
    border: transparent;
    background-color: var(--e-global-color-primary);
}
.wpcf7-submit:hover {
    width: 100%;
    border-radius: 300px !important;
    color: #fff !important;
    border: transparent;
    background-color: #7C2529;
}
.wpcf7-textarea {
    overflow: auto;
    resize: vertical;
    height: 100px;
    border-radius: 14px;
    border: 1px solid #BFAF92;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.45rem;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
/*ficha coworking*/
.links a{color:#333333;}

/* Personalizar css */
/** General **/
ul  {
	margin-bottom: 20px;
}
.red-bullet-list li::marker {
	color: #AC1A2F;
}

/** Fixed button **/
.elementor-button-link:hover {
	color: #FFF!important;
}

/** Content Carousel Zones **/
.carousel-zones .uc_image_carousel_content {
	border-radius: 16px;
}
.carousel-zones  .uc_image_carousel_container_holder:hover .uc_image_carousel_content {
	background-color: rgba(0,0,0,0.5)!important;
	border-radius: 16px;
}
.carousel-zones .ue-content-holder {
	justify-content: flex-end!important;
} 

/** Template accordion **/
.accordion-template {
	width: 100%; 
}

/** Red line accordion **/
.red-line-accordion .e-n-accordion-item {
	border-bottom: 1px solid #AC1A2F;
}

/** List icon right **/
.list-icon-right a {
	padding-right: 10px;
	width: fit-content!important;
	flex-direction: row-reverse;
	border-bottom: 1px solid #FFF;
	margin-top: 10px;
}
.list-icon-right .elementor-icon-list-icon {
	padding-left: 10px;
}

/** CTA with overlay **/
.cta-overlay .elementor-cta__bg-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(79, 44, 29, 0.4) 50%, rgba(79, 44, 29, 0.8) 100%);
}

/** List icons circle **/
.list-icons-circle .icon {
	border-radius: 100%;
  background-color: #FFF;
  width: 50px!important;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	box-shadow: 0px 1.26px 3.77px 0px rgba(0,0,0,0.1);
}

/** Icon box circle **/
.icon-box-circle .icon {
	border-radius: 100%;
  background-color: #623412; 
  width: 100px!important; 
  height: 100px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	box-shadow: 0px 1.26px 3.77px 0px rgba(0,0,0,0.1); 
}

/** Icon box radius **/
.icon-box-radius .icon {
	border-radius: 16px;
  background-color: #AC1A2F; 
  width: 60px!important; 
  height: 60px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/** CEO Box **/
.ceo-box .elementor-cta__title {
	padding: 0px 30px 30px 30px;
 	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background-color: rgba(79, 44, 29, 0.6);
	margin-bottom: 0;
	order: 2;
}
.ceo-box .elementor-cta__description {
	padding: 30px 30px 10px 30px;
 	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background-color: rgba(79, 44, 29, 0.6);
}

/** Timeline **/
@media (min-width: 769px) {
.uc-items-wrapper .ue_timeline_item:nth-child(odd) .ue_timeline_item_content_main {
	text-align: right!important;
}
}

/** Box with content revealed on hover **/
.box-reveal-hover .uc_box_content {
	padding: 10px;
	background-color: #4F2C1DD1;
	border-radius: 16px;
	height: auto!important;
	bottom: 10px!important;
}
.box-reveal-hover .hover-subt {
	font-weight: 500;
	color: #D1C1A8;
	display: block; 
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: -5px;
}
.box-reveal-hover .uc_box_content .uc_description {
	margin-top: 10px;
}
.box-reveal-hover .uc_box_content .uc_description p {
	margin-bottom: 0;
}

@media (min-width: 769px) {
	.box-reveal-hover .uc_box_content:after {
	position: absolute;
	right: 20px;
	top: 18px;
	content: url("/wp-content/uploads/2026/02/arrow-down.svg");
	border-radius: 100%;
	background-color: #F1EEE6CC;
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
}
.box-reveal-hover .uc_box_content:hover:after {
	background-color: #F1EEE6;
}
}

/** Scroll stacking cards **/
.ue_scroll_accordion_item:first-child {
	z-index: 1;
}

/** Home content slider full width **/
.content-slider-arrows #uc_content_slider_new_elementor_fd6e2e6-wrapper {
	border-radius: 16px!important;
}
.content-slider-arrows .owl-nav {
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.content-slider-arrows .owl-nav .owl-prev, .content-slider-arrows .owl-nav .owl-next {
	left: auto!important;
	right: 30px!important;
	bottom: 30px!important;
	top: auto!important;
}
.content-slider-arrows .owl-nav .owl-prev {
	right: 90px!important;
}

/** Form **/
input[type=file] {
	padding: .3rem 1rem;
  transition: all .3s;
  width: 100%;
}

/** Hover button carrusel **/
.uc_content_carousel .ue-content-carousel .ue-item {
  position: relative; 
}
.uc_content_carousel .ue-content-carousel .uc_image_carousel_content {
  position: absolute;
 	height: 100%;
	width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 2;
	background: linear-gradient(
  to top,
  #4F2C1D 0%,
  rgba(0, 0, 0, 0.4) 45%,
  rgba(255, 255, 255, 0) 100%);
}
.uc_content_carousel .owl-item:hover .uc_image_carousel_content {
	background: linear-gradient(
  to top,
  #4F2C1D 0%,
  rgba(0, 0, 0, 0.4) 65%,
  rgba(255, 255, 255, 0) 100%);
}
.uc_content_carousel .ue-btn-holder {
	margin-top: 0!important;
}
.uc_content_carousel .ue-btn-holder {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.uc_content_carousel .owl-item:hover .ue-btn-holder {
  opacity: 1;
  transform: translateY(0);
}
.uc_content_carousel .ue-text-column {
  transition: all 0.3s ease;
	transform: translateY(70px);
}
.uc_content_carousel .owl-item:hover .ue-text-column {
  transform: translateY(-12px);
}

/** Icon button carousel **/
.content-carousel-icon-btn .ue-text-column {
	width: 90%
}
.content-carousel-icon-btn .uc_image_carousel_content {
	display: flex!important;
	flex-direction: row!important;
	justify-content: space-between!important;
}
.content-carousel-icon-btn .uc_image_carousel_content .ue-text p{
	margin-bottom: 0;
}
.content-carousel-icon-btn .ue-btn-holder {
	width: 50px!important;
}
.content-carousel-icon-btn .ue-btn-holder .ue-btn {
	width: 50px;
	height: 50px;
	padding-top: 2px!important;
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.content-carousel-icon-btn .ue-btn-inner-wrapper {
	gap: 0px!important;
}
.content-carousel-icon-btn .ue-btn-holder .ue-btn:hover {
	background-color: rgba(241, 238, 230, 0.7)!important;
}
.content-carousel-icon-btn .ue-content-carousel .uc_image_carousel_content {
 	height: 100%;
	width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 2;
	background: linear-gradient(
  to top,
  #4F2C1D 0%,
  rgba(0, 0, 0, 0.4) 45%,
  rgba(255, 255, 255, 0) 100%);
}
.content-carousel-icon-btn .uc_image_carousel_content-wrapper {
	align-items: flex-end;
}
.content-carousel-icon-btn .owl-item:hover .uc_image_carousel_content {
	background: linear-gradient(
  to top,
  #4F2C1D 0%,
  rgba(0, 0, 0, 0.4) 65%,
  rgba(255, 255, 255, 0) 100%);
}

/** Carousel Tabs **/
@media (max-width: 767px) {
  .e-n-tabs .e-n-tabs-heading {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;    
		margin-bottom: 70px;
  }
  .e-n-tabs .e-n-tab-title {
    width: auto !important;  
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
}

/** Footer legal menu **/
@media (max-width: 500px) {
	.menu-legal ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.menu-legal ul li:after {
		border: none!important;
	}
}

/** Main menu **/
.main-menu .sub-menu {
	margin-top: 7px!important; 
	padding: 10px 0!important;
}
.main-menu .sub-menu .menu-item a {
	padding-right: 25px!important;
}
@media (max-width: 1024px) {
	.main-menu .elementor-nav-menu {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.main-menu .sub-menu {
		padding: 0 0 0 20px!important;
	}
}
.main-menu .elementor-nav-menu--layout-horizontal .sub-menu .sub-menu {
	top: -10px!important;
	margin-top: 0!important;
}


/** Legal texts **/
.legal-text h2 {
	font-size: 30px;
}

/** To top button **/
.smooth-back-to-top-button {
	padding-bottom: 3px;
}
.smooth-back-to-top-button:hover {
	background-color: #7C2529;
}

/** Networking ficha **/
.split-section {
  position: relative;
	overflow-x: hidden;
}
.split-left,
.split-right {
  position: relative;
  z-index: 2;
}
.split-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: #F1EEE6;
  z-index: -1;
}
.split-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}

/** Corrección blog archive **/
.elementor-posts--thumbnail-top .elementor-post__text {
  background: rgba(241, 238, 230, 0.5);
  padding: 35px 20px!important;
}
.blog-archive a.elementor-post__read-more:hover {
	color: #AC1A2F!important; 
}



/* Utils */

.h2italic .h1italic {
    font-style: italic;
    font-weight: 300;
    color: #AC1A2F;
}

.bloque-info h4, .bloque-info p {
    color: #333333;
}
.bloque-info:hover h4, .bloque-info:hover p {
    color: #ffffff !important;
}

/*Blog*/

.elementor-posts--thumbnail-top .elementor-post__text {
    background: #F1EEE6;
    padding: 25px;
    border-radius: 16px;
}

/* Utils wpml */
/* 1. Ocultar las banderas y limpiar espacios */
.wpml-ls-statics-footer .wpml-ls-flag {
    display: none !important;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
    margin-bottom: 0px !important;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
    text-align: left; 
}

/* 2. Estructura del contenedor */
.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal ul {
    text-align:left;
    list-style: none !important;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
        font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal ul span{
    font-size: 16px !important;
}

/* 3. El idioma actual (El que siempre se ve) */
.wpml-ls-statics-footer .wpml-ls-current-language {
    display: block !important;
    visibility: visible !important;
}

.wpml-ls-statics-footer .wpml-ls-current-language a {
    color: #A60B21 !important; /* Granate */
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 10px 15px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 16px !important;
}

/* Flechita */
.wpml-ls-statics-footer .wpml-ls-current-language a::after {
    content: '\f107' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    margin-left: 8px !important;
    margin-top: 4px !important;
}

.wpml-ls-statics-footer .wpml-ls-item:not(.wpml-ls-current-language) {
    position: absolute !important;
    top: 130%;
    width:100%;
    left: 0;
    background-color: #ffffff ;
    opacity: 0;
    border-radius: 16px !important;
    visibility: hidden !important;
    z-index: 99999 !important;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1) !important;
    border-top: 0px;
    transition: all 0.2s ease-in-out !important;
}

.wpml-ls-statics-footer .wpml-ls-item:not(.wpml-ls-current-language) ~ .wpml-ls-item:not(.wpml-ls-current-language) {
    position: relative;
    border-radius: 16px !important;
    top: 230%;
}
/* 5. ESTADO VISIBLE: Mostrar CAT y el resto al pasar el ratón */
.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal ul:hover .wpml-ls-item {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* 6. Estilo de los links dentro del desplegable */
.wpml-ls-statics-footer .wpml-ls-item a {
    border-radius: 16px;
    padding: 12px 15px !important;
    display: flex !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    background: #ffffff !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.wpml-ls-statics-footer .wpml-ls-item a:hover {
    background-color: #f9f9f9 !important;
    color: #A60B21 !important;
}




/*Mapa*/
            #mapa-ubicacion{
    max-width: 750px;
}
            #map {
                position: relative;
                width: 100%;
                height: 100%;
            }

            #map-overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: transparent;
                z-index: 1000;
                cursor: pointer;
            }

            #map-overlay.hidden {
                pointer-events: none;
            }
       
        
    .mapa-coworkings {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        @media screen and (max-width: 768px) {
            .mapa-coworkings {
                display: flex;
                flex-direction: column-reverse;
                gap: 10px;
                
            }
             #map {
                height: 500px !important;
                z-index: 0;
            }
            #contenidor {
                height: 300px !important;
            }
            
        }

        #contenidor {
            height: 800px;
            overflow-y: auto;
            border: 2px solid var(--e-global-color-85dbcbc);
            border-radius: 12px;
        }

        #contenidor::-webkit-scrollbar {
            width: 4px;
            color: var(--e-global-color-85dbcbc);
            border-radius: 8px;
        }

        #contenidor::-webkit-scrollbar-thumb {
            background-color: var(--e-global-color-85dbcbc);
            border-radius: 4px;
        }

  

        #contenidor h2 {
            margin: 20px 30px;
            font-size: 26px;
        }

        .local {
            margin: 10px 20px;
            padding: 12px;
            border-bottom: 1px solid #eee;
            cursor: pointer;
            border-radius: 16px;
        }

        .local:hover {
            background: #fce3e7;
        }

        .local.active {
            background: #fce3e7;
            padding-left: 8px;
        }

        #map {
            height: 800px;
            border-radius: 12px;
            z-index: 0;
        }

        .boton-mapa {
            display: flex;
            justify-content: center;
            margin: 10px 20px;
        }

        /* Ficha de coworking */

        .contacto-imagen .e-con-inner{
            z-index: 1;
        }

        .contacto-imagen::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(
                to top, 
                rgba(255, 255, 255, 1) 0%, 
                rgba(255, 255, 255, 0.65) 100%
            );
            z-index:0;
        }

        /* Esilos para el carrusel de salas de */
        .sala-card { height: 100%; }
        .sala-card img{
            height: 500px;
            object-fit: cover;
            width: 100%;
            border-radius: 16px;
        }
        .sala-card h3{

            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 300;
            font-size: 36px;
            line-height: 52px;
            letter-spacing: -1.08926px;
            font-variant: all-small-caps;
            color: #0D141F;


        }

        .sala-info{
            display: flex;
            gap: 40px;
        }
        
        .btn-reserva {
            margin: 15px 15px 0px 0px;
            align-items: center;
            padding: 7px 14px;
            background: #F1EEE6;
            border: 1.5px solid #623412;
            color: #623412;
            display: inline-flex;
            border-radius: 999px;
            gap: 10px;
        }

        .btn-mas-informacion {
            margin: 15px 15px 0px 0px;
            align-items: center;
            padding: 7px 14px;
            border: 1.5px solid #623412;
            color: #623412;
            display: inline-flex;
            border-radius: 999px;
            gap: 10px;
        }

        .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 80px;
            background: #AC1A2F;
        }
        
        .swiper-pagination-bullet {
            width: 40px;
            height: 4px;
            display: inline-block;
            border-radius: 0px;
            background: #E8D3D6;
            transition: 0.2s;
            opacity: 1;
        }

        .swiper-pagination-horizontal {
            display: flex;
            margin: 30px 0px;
            justify-content: center;
        }

        .swiper-button-prev::after, .swiper-button-next::after {
            display: none;
        }

        /* Estilos para el carrusel de galería */

        .carrusel-galeria-swiper.swiper { width: 100%; height: 650px;  border-radius: 12px; }
        .carrusel-galeria-swiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
        
        #alt-text-display {
            text-align: left;
            font-weight: 500;
            height: 24px;
            margin-top: 15px;
            color: #333;
            transition: opacity 0.3s;
        }

        .carrusel-galeria-swiper.swiper-pagination-custom {
            display: flex;
            gap: 10px;
            justify-content: flex-start;
            margin-top: 10px;
            overflow-x: scroll;
            overflow-y: hidden;
            width: auto;
            height: 150px;
            align-items: center;
            scrollbar-width: thin;
            scrollbar-color: #AC1A2F transparent;
            scroll-padding: 5px;

        }
        .carrusel-galeria-swiper .swiper-pagination-bullet {
            width: 120px !important; height: 120px !important; border-radius: 12px !important;
            opacity: 0.5; background-size: cover; background-position: center;
            cursor: pointer; border: 4px solid transparent; transition: all 0.3s ease;
                flex-shrink: 0;

        }
        .carrusel-galeria-swiper .swiper-pagination-bullet-active {
            background-color: #ffffff; 
            opacity: 1;
            outline-offset: 4px; 
            outline: 2px solid #AC1A2F; 
        }

        .carrusel-galeria-swiper .swiper-pagination-bullet-active {
            position: relative;
            background: #fff;
            overflow: visible; 
        }

        .carrusel-galeria-swiper .swiper-pagination-bullet-active::after {
            content: "";
            position: absolute;
            inset: -6px; 
            transition: none;
        }

        /* filtro de salas */

        .contenedor-salas-global { width: 100%;  margin: 0 auto;  font-family: sans-serif; }
        .contenedor-salas-global .buscador-salas { align-items: flex-end; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; background: #ffffff; padding: 20px; border-radius: 12px; }
        .contenedor-salas-global .buscador-salas select, .buscador-salas input { color: #623412; flex: 1; min-width: 150px; padding: 13.5px 25px; border: 1px solid #623412; border-radius: 999px; appearance: none; }
        .contenedor-salas-global .buscador-salas button { display: flex; background: #623412; color: #fff; padding: 12px 25px; border: none; border-radius: 999px; cursor: pointer; transition: 0.3s; }
        .contenedor-salas-global .buscador-salas button:hover { background: #333; }

        .contenedor-salas-global .carruselSalas {  padding-bottom: 60px !important; }
        .contenedor-salas-global .sala-card {
        box-shadow: 0px 1px 1px 0px #00000045;
        background: #fff; border: 1px solid #eee; border-radius: 15px; height: 100%; display: flex; flex-direction: column; overflow: hidden; transition: 0.3s; }
        .contenedor-salas-global .sala-card img { width: 100%; height: 250px; object-fit: cover; border-radius:16px 16px 0px 0px; }
        .contenedor-salas-global .sala-info {     
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            gap: 10px;
            position: relative;
            top: -40px;
            left: -15px;
            height: 10px;
        }
        .contenedor-salas-global .sala-info h4 { margin: 0 0 10px 0; font-size: 1.2rem; }

        .contenedor-salas-global .tag-centro {
            gap: 5px;
            display: flex;
            height: fit-content;
            font-size: 11px;
            color: #333;
            border-radius: 999px;
            padding: 5px 10px;
            background-color: #F1EEE6;
            align-items: center;
        }

        .contenedor-salas-global .sala-content{
            padding: 0px 20px 20px 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }
        .contenedor-salas-global .sala-content h3{
            margin:0;
            font-size: 28px;
            line-height: 28px;
        }
        .contenedor-salas-global .sala-content .tag-content {
            display: flex;
            gap: 5px;
            margin: 5px 0px;
            font-size: 12px;
            color: #333;
        }
        .contenedor-salas-global .sala-content .btn-reserva, .contenedor-salas-global .sala-content .btn-mas-informacion {
            font-size: 12px;
            margin:0px;
            padding: 7px 10px;
        }

        .contenedor-salas-global .sala-content .btn-reserva {
            background-color: #623412;
            color: #F1EEE6;
        }

        .contenedor-salas-global .swiper-navigation-buttons {
            display: flex; gap:10px;
        }
        .contenedor-salas-global .swiper-button-next svg, .contenedor-salas-global .swiper-button-prev svg {
            width: 26px; height: 26px;

        }
        
        .contenedor-salas-global .swiper-button-next, .contenedor-salas-global .swiper-button-prev {
            position: unset; color: #AC1A2F; width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(139, 35, 50, 0.2);
        }

    /* Activador visita */

    
    
/* Container principal del activador de visita */
.activador-visita-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}

/* Placeholder que se muestra antes de cargar el iframe */
.activador-visita-placeholder {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.activador-visita-placeholder:hover {
    border-color: #AC1A2F;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(172, 26, 47, 0.15);
}

/* Contenido del placeholder */
.activador-visita-content {
    text-align: center;
    padding: 40px;
    max-width: 500px;
}

/* Icono de play con animación */
.activador-visita-icon {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.activador-visita-icon svg {
    filter: drop-shadow(0 4px 10px rgba(172, 26, 47, 0.3));
    transition: all 0.3s ease;
}

.activador-visita-icon.pulse svg {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(172, 26, 47, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 30px rgba(172, 26, 47, 0.5);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(172, 26, 47, 0.3);
    }
}

.activador-visita-titulo {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.2;
}

.activador-visita-descripcion {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.5;
}

.activador-visita-boton {
    background: #AC1A2F;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(172, 26, 47, 0.3);
    position: relative;
    overflow: hidden;
}

.activador-visita-boton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.activador-visita-boton:hover::before {
    left: 100%;
}

.activador-visita-boton:hover {
    background: #8f1526;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(172, 26, 47, 0.4);
}

.activador-visita-boton:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(172, 26, 47, 0.3);
}

.activador-visita-wrapper {
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.activador-visita-iframe-wrapper.loaded {
    opacity: 1;
}

.visita-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 20px;
    transition: opacity 0.4s ease;
    border: none;
    border-radius: 12px;
    background: linear-gradient(180deg, #AC1A2F 0%, #8D1526 100%);;
}
.visita-placeholder h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
 color: #fff;
}

.visita-play-icon {
    width: 80px;
    height: 80px;
    fill: white;
}

.activador-visita-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.activador-visita-cerrar {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.activador-visita-cerrar:hover {
    background: rgba(172, 26, 47, 0.9);
    transform: scale(1.1);
}

.activador-visita-container.loading .activador-visita-iframe-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activador-visita-container.loading .activador-visita-iframe-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #AC1A2F;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 6;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.activador-visita-container.error .activador-visita-iframe-wrapper::before {
    content: 'Error al cargar el tour virtual';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(220, 53, 69, 0.9);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    z-index: 7;
    font-weight: 500;
}

.activador-visita-error {
    background: #f8d7da;
    color: #721c24;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #f5c6cb;
    text-align: center;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .activador-visita-placeholder {
        min-height: 300px;
        padding: 20px;
    }
    
    .activador-visita-content {
        padding: 20px;
    }
    
    .activador-visita-titulo {
        font-size: 24px;
    }
    
    .activador-visita-descripcion {
        font-size: 14px;
    }
    
    .activador-visita-boton {
        padding: 12px 30px;
        font-size: 16px;
    }
    
    .activador-visita-icon svg {
        width: 60px;
        height: 60px;
    }
    
    .activador-visita-cerrar {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .activador-visita-container {
        margin: 15px 0;
        border-radius: 8px;
    }
    
    .activador-visita-placeholder {
        min-height: 250px;
        border-radius: 8px;
    }
    
    .activador-visita-titulo {
        font-size: 20px;
    }
    
    .activador-visita-boton {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .activador-visita-icon {
        margin-bottom: 20px;
    }
    
    .activador-visita-icon svg {
        width: 50px;
        height: 50px;
    }
}

