.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:42px;--lightbox-navigation-icons-size:40px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    scroll-behavior: smooth;
}

h1.entry-title {
  display: none;
}

/*CARROUSEL IMÁGENES*/

.scroll-preview .elementor-swiper-button,
.scroll-preview .elementor-swiper-button-prev,
.scroll-preview .elementor-swiper-button-next {
  z-index: 99;
}

/* Asegura que los items visibles tengan altura fija y se oculten por overflow */
.scroll-preview .swiper-slide {
  height: 400px !important;
  overflow: hidden !important;
  position: relative;
}

/* Imagen dentro del slide */
.scroll-preview .swiper-slide img {
  transition: transform 8s ease-in;
  transform: translateY(0);
  object-fit: cover;
  width: 100%;
  height: auto;
}
/*
/* Efecto scroll en hover */
/*
.scroll-preview .swiper-slide:hover img {
  transform: translateY(-1380px);
}
*/


/* Ocultar leyenda por defecto */
.elementor-image-carousel-caption {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0,0,0,0.5);
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  transition: opacity 0.3s ease;
  z-index: 5;
  font-style: normal;

}

/* Mostrar leyenda solo al hacer hover */
.elementor-image-carousel .swiper-slide:hover .elementor-image-carousel-caption {
  opacity: 1;
}

/* Aplica a la última slide del carrusel */
.scroll-preview .swiper-slide:last-child {
  position: relative;
}

/* Capa translúcida + texto */
.scroll-preview .swiper-slide:last-child::after {
  content: "Próximamente";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: white;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 1px;
  pointer-events: none;
}

/* Opcional: desactiva el scroll en esa slide */
/*
.scroll-preview .swiper-slide:last-child:hover img {
  transform: none !important;
}
*/

/* Permite cursor de mano pero desactiva el click */
.scroll-preview .swiper-slide:last-child a {
  pointer-events: auto;
  cursor: pointer;
}

/* Previene que se abra el lightbox al hacer clic */
.scroll-preview .swiper-slide:last-child a {
  pointer-events: none;
}

.scroll-preview .swiper-slide:last-child {
  cursor: pointer;
}


/* Oculta la leyenda en esa imagen */
.scroll-preview .swiper-slide:last-child .elementor-image-carousel-caption {
  display: none !important;
}

/* Botón scroll to top */

.scroll-to-top {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scroll-to-top.show {
  display: block;
  opacity: 1;
}

/* Lightbox de plantillas *//* End custom CSS */