.elementor-1111 .elementor-element.elementor-element-1704110{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1111 .elementor-element.elementor-element-1704110{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-6be4194 *//* =========================================================
   HOTEL ÉCLAT
   FIESTAS PATRIAS BLOG
   CSS PARA ELEMENTOR
   ========================================================= */


/* ---------------------------------------------------------
   VARIABLES
   --------------------------------------------------------- */

.eclat-patrias {
  --eclat-blue: #17384d;
  --eclat-dark: #0b2433;
  --eclat-gold: #b5965c;
  --eclat-gold-light: #dfc58f;
  --eclat-cream: #f7f4ee;
  --eclat-white: #ffffff;
  --eclat-text: #3d3d3d;
  --eclat-gray: #6d6d6d;

  width: 100%;
  overflow: hidden;
  background: var(--eclat-cream);
  color: var(--eclat-text);
}


/* ---------------------------------------------------------
   TIPOGRAFÍA
   --------------------------------------------------------- */

.eclat-patrias h1,
.eclat-patrias h2,
.eclat-patrias h3,
.eclat-patrias h4 {
  font-family: Georgia, "Times New Roman", serif;
}

.eclat-patrias p,
.eclat-patrias a,
.eclat-patrias span {
  font-family: Arial, Helvetica, sans-serif;
}


/* ---------------------------------------------------------
   CONTAINER
   --------------------------------------------------------- */

.eclat-container {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.eclat-hero {
  position: relative;
  min-height: 680px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  padding: 100px 25px;

  background-image: url("https://eclatchile.cl/wp-content/uploads/2026/09/fondo18.jpg");
  background-size: cover;
  background-position: center;
}

.eclat-hero-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(8, 28, 40, 0.38) 0%,
      rgba(8, 28, 40, 0.72) 100%
    );
}

.eclat-hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 950px;

  color: var(--eclat-white);
}

.eclat-eyebrow {
  display: block;

  margin-bottom: 25px;

  color: var(--eclat-gold-light);

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 4px;
  text-transform: uppercase;
}

.eclat-hero h1 {
  margin: 0 auto 30px;

  color: #ffffff;

  font-size: clamp(42px, 6vw, 76px);
  font-weight: 400;

  line-height: 1.08;
  letter-spacing: -1px;
}

.eclat-hero h1 em {
  color: var(--eclat-gold-light);
  font-style: normal;
}

.eclat-hero p {
  max-width: 760px;
  margin: auto;

  color: rgba(255,255,255,0.92);

  font-size: 18px;
  line-height: 1.8;
}


/* ---------------------------------------------------------
   LÍNEA DORADA
   --------------------------------------------------------- */

.eclat-gold-line {
  width: 65px;
  height: 2px;

  margin: 25px auto;

  background: var(--eclat-gold);
}


/* ---------------------------------------------------------
   INTRO
   --------------------------------------------------------- */

.eclat-intro {
  padding-top: 90px;
  padding-bottom: 80px;

  text-align: center;
}

.eclat-intro p {
  max-width: 850px;

  margin: 0 auto 22px;

  color: var(--eclat-gray);

  font-size: 16px;
  line-height: 1.9;
}

.eclat-intro .eclat-lead {
  color: var(--eclat-blue);

  font-family: Georgia, "Times New Roman", serif;

  font-size: 24px;
  line-height: 1.65;
}

.eclat-intro strong {
  color: var(--eclat-blue);
}


/* ---------------------------------------------------------
   TÍTULO DE SECCIÓN
   --------------------------------------------------------- */

.eclat-section-heading {
  margin-bottom: 60px;

  text-align: center;
}

.eclat-section-heading > span {
  display: block;

  margin-bottom: 12px;

  color: var(--eclat-gold);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;
}

.eclat-section-heading h2 {
  margin: 0;

  color: var(--eclat-blue);

  font-size: 44px;
  font-weight: 400;

  line-height: 1.2;
}


/* ---------------------------------------------------------
   EXPERIENCIAS
   --------------------------------------------------------- */

.eclat-experience {
  display: grid;
  grid-template-columns: 1fr 1fr;

  min-height: 470px;

  margin-bottom: 70px;

  background: var(--eclat-white);

  box-shadow: 0 15px 45px rgba(0,0,0,0.07);
}

.eclat-experience-image {
  min-height: 470px;

  background-size: cover;
  background-position: center;
}

.eclat-experience-content {
  display: flex;

  flex-direction: column;
  justify-content: center;

  padding: 65px;
}

.eclat-experience.eclat-reverse .eclat-experience-image {
  order: 2;
}

.eclat-number {
  display: block;

  margin-bottom: 15px;

  color: var(--eclat-gold);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 3px;
}

.eclat-experience h3 {
  margin: 0 0 23px;

  color: var(--eclat-blue);

  font-size: 32px;
  font-weight: 400;

  line-height: 1.25;
}

.eclat-experience p {
  margin: 0 0 16px;

  color: #5e5e5e;

  font-size: 15px;
  line-height: 1.85;
}

.eclat-experience strong {
  color: var(--eclat-blue);
}


/* ---------------------------------------------------------
   HOTEL ÉCLAT
   --------------------------------------------------------- */

.eclat-hotel {
  padding: 100px 25px;

  background: var(--eclat-dark);
}

.eclat-hotel-inner {
  display: grid;

  grid-template-columns: 0.9fr 1.1fr;

  max-width: 1150px;

  margin: auto;

  gap: 75px;

  align-items: center;
}

.eclat-hotel-image {
  min-height: 580px;

  background-image:
    linear-gradient(
      rgba(0,0,0,0.05),
      rgba(0,0,0,0.05)
    ),
    url("https://eclatchile.cl/wp-content/uploads/2026/09/final-blog-.jpg");

  background-size: cover;
  background-position: center;
}

.eclat-hotel-content {
  color: white;
}

.eclat-hotel-content .eclat-eyebrow {
  margin-bottom: 18px;
}

.eclat-hotel-content h2 {
  margin: 0 0 30px;

  color: white;

  font-size: 50px;
  font-weight: 400;

  line-height: 1.12;
}

.eclat-hotel-content p {
  margin: 0 0 20px;

  color: rgba(255,255,255,0.78);

  font-size: 15px;
  line-height: 1.9;
}

.eclat-hotel-content strong {
  color: var(--eclat-gold-light);
}


/* ---------------------------------------------------------
   HIGHLIGHTS
   --------------------------------------------------------- */

.eclat-highlights {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  margin-top: 45px;

  border-top: 1px solid rgba(223,197,143,0.35);
}

.eclat-highlight {
  padding: 28px 18px 10px;

  border-right: 1px solid rgba(223,197,143,0.25);
}

.eclat-highlight:last-child {
  border-right: none;
}

.eclat-highlight > span {
  display: block;

  margin-bottom: 10px;

  color: var(--eclat-gold-light);

  font-size: 10px;
  letter-spacing: 2px;
}

.eclat-highlight h4 {
  margin: 0 0 10px;

  color: white;

  font-size: 18px;
  font-weight: 400;
}

.eclat-highlight p {
  margin: 0;

  font-size: 13px;
  line-height: 1.6;
}


/* ---------------------------------------------------------
   CTA
   --------------------------------------------------------- */

.eclat-cta {
  position: relative;

  padding: 110px 25px;

  text-align: center;

  background-image:
    linear-gradient(
      rgba(13,39,54,0.89),
      rgba(13,39,54,0.89)
    ),
    url("https://eclatchile.cl/wp-content/uploads/2026/09/IQUIQUE-BLOG.jpg");

  background-size: cover;
  background-position: center;
}

.eclat-cta-inner {
  max-width: 850px;

  margin: auto;
}

.eclat-cta-inner > span {
  display: block;

  margin-bottom: 20px;

  color: var(--eclat-gold-light);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 3px;
}

.eclat-cta h2 {
  margin: 0 0 25px;

  color: white;

  font-size: 50px;
  font-weight: 400;

  line-height: 1.15;
}

.eclat-cta p {
  max-width: 700px;

  margin: 0 auto 38px;

  color: rgba(255,255,255,0.82);

  font-size: 16px;
  line-height: 1.8;
}


/* ---------------------------------------------------------
   BOTÓN
   --------------------------------------------------------- */

.eclat-button {
  display: inline-block;

  padding: 16px 38px;

  background: var(--eclat-gold);

  color: white !important;

  border: 1px solid var(--eclat-gold);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 2px;
  text-decoration: none !important;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
}

.eclat-button:hover {
  background: transparent;

  border-color: var(--eclat-gold-light);

  color: var(--eclat-gold-light) !important;

  transform: translateY(-2px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .eclat-hero {
    min-height: 580px;
  }

  .eclat-experience {
    grid-template-columns: 1fr;
  }

  .eclat-experience.eclat-reverse .eclat-experience-image {
    order: initial;
  }

  .eclat-experience-image {
    min-height: 360px;
  }

  .eclat-experience-content {
    padding: 45px;
  }

  .eclat-hotel-inner {
    grid-template-columns: 1fr;

    gap: 45px;
  }

  .eclat-hotel-image {
    min-height: 450px;
  }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 600px) {

  .eclat-hero {
    min-height: 570px;

    padding: 80px 20px;

    background-position: center;
  }

  .eclat-hero h1 {
    font-size: 41px;

    letter-spacing: -0.5px;
  }

  .eclat-hero p {
    font-size: 16px;
    line-height: 1.7;
  }

  .eclat-eyebrow {
    font-size: 10px;
    letter-spacing: 2.5px;
  }


  .eclat-intro {
    padding-top: 65px;
    padding-bottom: 55px;
  }

  .eclat-intro .eclat-lead {
    font-size: 21px;
  }


  .eclat-route {
    padding-left: 15px;
    padding-right: 15px;
  }

  .eclat-section-heading {
    margin-bottom: 40px;
  }

  .eclat-section-heading h2 {
    font-size: 34px;
  }


  .eclat-experience {
    margin-bottom: 35px;
  }

  .eclat-experience-image {
    min-height: 280px;
  }

  .eclat-experience-content {
    padding: 35px 25px;
  }

  .eclat-experience h3 {
    font-size: 28px;
  }


  .eclat-hotel {
    padding: 70px 20px;
  }

  .eclat-hotel-inner {
    gap: 35px;
  }

  .eclat-hotel-image {
    min-height: 350px;
  }

  .eclat-hotel-content h2 {
    font-size: 38px;
  }


  .eclat-highlights {
    grid-template-columns: 1fr;

    margin-top: 35px;
  }

  .eclat-highlight {
    padding: 22px 0;

    border-right: none;
    border-bottom: 1px solid rgba(223,197,143,0.25);
  }

  .eclat-highlight:last-child {
    border-bottom: none;
  }


  .eclat-cta {
    padding: 75px 20px;
  }

  .eclat-cta h2 {
    font-size: 37px;
  }

  .eclat-cta p {
    font-size: 15px;
  }

  .eclat-button {
    width: 100%;
    max-width: 320px;
  }

}/* End custom CSS */