.elementor-9972 .elementor-element.elementor-element-98999bf{margin-top:-8px;margin-bottom:0px;}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-9972 .elementor-element.elementor-element-319e373 .elementor-repeater-item-88602c0 .swiper-slide-bg{background-image:url(https://casalola.com/wp-content/uploads/2026/04/BODAs-scaled-e1775360263971.png);background-size:cover;}.elementor-9972 .elementor-element.elementor-element-319e373 .elementor-repeater-item-88602c0 .elementor-background-overlay{background-color:#00000099;}.elementor-9972 .elementor-element.elementor-element-319e373 .elementor-repeater-item-88602c0 .swiper-slide-inner{align-items:center;}.elementor-9972 .elementor-element.elementor-element-319e373 .swiper-slide{transition-duration:calc(5000ms*1.2);height:746px;}.elementor-9972 .elementor-element.elementor-element-319e373 .elementor-slide-button{background-color:#C7A36A;border-radius:0px;border-color:#C7A36A;}.elementor-9972 .elementor-element.elementor-element-319e373 .swiper-slide-contents{max-width:919px;}.elementor-9972 .elementor-element.elementor-element-319e373 .swiper-slide-inner{text-align:center;}.elementor-9972 .elementor-element.elementor-element-319e373 .elementor-slide-heading{font-family:"Roboto", Sans-serif;font-size:54px;font-weight:300;line-height:130px;letter-spacing:3.2px;}.elementor-9972 .elementor-element.elementor-element-2d5db37{margin-top:73px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9972 .elementor-element.elementor-element-fed491d{text-align:center;}.elementor-9972 .elementor-element.elementor-element-fed491d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:300;color:#C7A36A;}.elementor-9972 .elementor-element.elementor-element-0db2c93{--spacer-size:50px;}.elementor-9972 .elementor-element.elementor-element-395abbe{--spacer-size:50px;}.elementor-9972 .elementor-element.elementor-element-af0808a{--spacer-size:50px;}@media(max-width:767px){.elementor-9972 .elementor-element.elementor-element-319e373 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-9972 .elementor-element.elementor-element-319e373 .swiper-slide-contents{max-width:239px;}.elementor-9972 .elementor-element.elementor-element-319e373 .elementor-slide-heading{font-size:21px;line-height:1.5em;}}/* Start custom CSS for slides, class: .elementor-element-319e373 */.texto-body{
    text-align: justify;
    font-family: 'QuinfoBold' !important;
    width: 100%; 
    max-width: 1090px;
    letter-spacing: 0.5px;
}

.texto-title{
    font-weight:250; color:white; padding:0px; margin-bottom:-10px;
}


@media (max-width: 768px) {
    texto-body{
        max-width: 100%;

    }
    
    
    .texto-title{
        font-size: 35px;
}

}




.stars {
    font-size: 26px;
    color: #c1a16e;   /* dorado */
    letter-spacing: 5px;
    margin-bottom: 18px;
    margin-top: 155px; /* ⬅️ Ajusta este valor para bajarlas más */
}

.img_slider {
    width: 40%; /* ajústalo a tu gusto */
}

@media (max-width: 900px){
    .img_slider {
    width: 100%; /* ajústalo a tu gusto */
}
}


/* Hero Section */
.hero {
    width: 100%;
    height: 120vh;
    background-image: url("https://casalola.com/wp-content/uploads/2026/01/1-PORTADA.mp4");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* VIDEO FONDO */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    
}

/* Oscurecer imagen como en la referencia */
.overlay_slider {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
}

/* Contenido centrado */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 90%;
}

/* Texto superior */
.sub {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 22px;
    color: white;
}

/* Título principal */
.title {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 40px;
    color: white;
}

/* Botón Reservar */
.btn-reservar {
    background: #c7a36a;
    color: white;
    padding: 14px 55px;
    font-size: 20px;
    text-decoration: none;
    border: 0px solid ;          /* Borde externo */
     /* outline: 1px dashed  #ffffff;       Borde interno tipo punteado */
    outline-offset: -10px;              /* Lo acerca hacia adentro */
    border-radius: 0px;
    display: inline-block;
    transition: 0.3s;
}

.btn-reservar:hover {
    background: #b48c50;
    border-color: #ffffff;
    outline-color: #ffffff;
}


/* Responsive */
@media(max-width: 768px) {
    .title {
        font-size: 42px;
    }
    .sub {
        font-size: 18px;
    }
}


/* Redes debajo del botón */
.hero-social {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 22px;
}

.hero-social .social-icon {
    font-size: 22px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.hero-social .social-icon:hover {
    color: #c7a36a; /* color dorado como en el diseño */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a825d29 *//* CONTENEDOR GENERAL */
.cll-gallery-main {
  max-width: 1100px;
  margin: 0 auto;
}

/* IMAGEN GRANDE */
.cll-gallery-view {
  width: 100%;
  height: 520px;
  overflow: hidden;
  cursor: pointer;
}

.cll-gallery-view-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* mirada centrada */
}

/* THUMBNAILS */
.cll-gallery-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 60px; /* espacio para flechas */
}

.cll-gallery-thumbs::-webkit-scrollbar {
  display: none;
}

.cll-gallery-thumbs img {
  width: 140px;
  height: 95px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 6px;
  opacity: 0.6;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.cll-gallery-thumbs img.active,
.cll-gallery-thumbs img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* WRAPPER THUMBS */
.cll-gallery-thumbs-wrapper {
  position: relative;
  margin-top: 16px;
}

/* FLECHAS – ESTILO DORADO CUADRADO */
.cll-thumbs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background: #d2ab67; /* dorado */
  color: #000;
  border: none;
  font-size: 26px;
  font-weight: 400;
  cursor: pointer;
  z-index: 5;
  border-radius: 0; /* 🔑 cuadradas */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
}

.cll-thumbs-arrow:hover {
  background: #c29a55;
}

.cll-thumbs-arrow.left {
  left: 0;
  z-index: 99;
}

.cll-thumbs-arrow.right {
  right: 0;
  z-index: 199;
}

/* LIGHTBOX */
.cll-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 40px;
}

.cll-lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}

.cll-lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cll-gallery-view {
    height: 340px;
  }

  .cll-gallery-thumbs img {
    width: 110px;
    height: 75px;
  }

  .cll-thumbs-arrow {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
}

/* CLASES OPCIONALES DE ENFOQUE */
.focus-left {
  object-position: 30% center;
}

.focus-top {
  object-position: center 25%;
}/* End custom CSS */