.elementor-21 .elementor-element.elementor-element-e9b66e6{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-b448763{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-f04f1db{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-1964152{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-63a7429{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c450a23 *//* =====================================================
   MÓDULO 4: WIDGET CALENDARIO TURITOP
   Prefijo: tfs-eh-widget
   ===================================================== */

.tfs-eh-widget {
  --eh-red: #C8102E;
  --eh-gold: #E3AD43;
  --eh-gold-light: #F0C96B;
  --eh-cream: #FCE2BF;
  --eh-black: #1A1512;
  --eh-black-deep: #0D0907;
  --eh-white: #FFFFFF;
  --eh-green-wa: #25D366;
  
  background: var(--eh-black-deep);
  padding: 80px 20px;
  position: relative;
}

/* Patrón decorativo sutil */
.tfs-eh-widget::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(200, 16, 46, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(227, 173, 67, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.tfs-eh-widget__container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

/* ========== HEADER ========== */
.tfs-eh-widget__header {
  text-align: center;
  margin-bottom: 40px;
}

.tfs-eh-widget__eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--eh-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.tfs-eh-widget__title {
  font-family: 'Geoparody', serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 400;
  color: var(--eh-cream);
  margin: 0 0 16px;
  text-transform: uppercase;
}

.tfs-eh-widget__subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: rgba(252, 226, 191, 0.8);
  margin: 0;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.tfs-eh-widget__subtitle strong {
  color: var(--eh-cream);
}

/* ========== WRAPPER WIDGET ========== */
.tfs-eh-widget__wrapper {
  position: relative;
  background: rgba(26, 21, 18, 0.6);
  border: 1px solid rgba(227, 173, 67, 0.2);
  border-radius: 24px;
  padding: 40px 32px;
  margin-bottom: 32px;
  min-height: 400px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ========== LOADING STATE ========== */
.tfs-eh-widget__loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgba(13, 9, 7, 0.9);
  border-radius: 24px;
  z-index: 10;
}

.tfs-eh-widget__loading[hidden] {
  display: none;
}

.tfs-eh-widget__spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(227, 173, 67, 0.2);
  border-top-color: var(--eh-gold);
  border-radius: 50%;
  animation: tfs-spin 1s linear infinite;
}

@keyframes tfs-spin {
  to { transform: rotate(360deg); }
}

.tfs-eh-widget__loading span {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: rgba(252, 226, 191, 0.8);
}

/* ========== ERROR STATE ========== */
.tfs-eh-widget__error {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(13, 9, 7, 0.95);
  border-radius: 24px;
  padding: 40px 20px;
  z-index: 10;
  text-align: center;
}

.tfs-eh-widget__error[hidden] {
  display: none;
}

.tfs-eh-widget__error-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(200, 16, 46, 0.15);
  border-radius: 50%;
}

.tfs-eh-widget__error-icon svg {
  width: 32px;
  height: 32px;
  color: #F87171;
}

.tfs-eh-widget__error-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--eh-cream);
  margin: 0;
}

.tfs-eh-widget__error-text {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: rgba(252, 226, 191, 0.75);
  margin: 0;
}

.tfs-eh-widget__error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 8px;
}

.tfs-eh-widget__error-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.tfs-eh-widget__error-btn svg {
  width: 20px;
  height: 20px;
}

.tfs-eh-widget__error-btn--wa {
  background: var(--eh-green-wa);
  color: var(--eh-white);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.tfs-eh-widget__error-btn--wa:hover {
  background: #1DA851;
  transform: translateY(-2px);
}

.tfs-eh-widget__error-btn--phone {
  background: transparent;
  color: var(--eh-gold);
  border: 2px solid var(--eh-gold);
}

.tfs-eh-widget__error-btn--phone:hover {
  background: var(--eh-gold);
  color: var(--eh-black);
}

/* ========== CONTENEDOR TURITOP ========== */
.tfs-eh-widget__turitop {
  position: relative;
  z-index: 5;
  min-height: 350px;
}

/* Estilos para el widget cargado */
.tfs-eh-widget__turitop iframe {
  width: 100% !important;
  min-height: 380px !important;
  border: none !important;
  border-radius: 16px;
}

.tfs-eh-widget__turitop .turitop-widget,
.tfs-eh-widget__turitop .tt-widget {
  background: transparent !important;
}

/* ========== TRUST SIGNALS ========== */
.tfs-eh-widget__trust {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.tfs-eh-widget__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tfs-eh-widget__trust-item svg {
  width: 18px;
  height: 18px;
  color: var(--eh-gold);
  flex-shrink: 0;
}

.tfs-eh-widget__trust-item span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: rgba(252, 226, 191, 0.75);
}

/* ========== NOTA RGPD ========== */
.tfs-eh-widget__note {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: rgba(252, 226, 191, 0.5);
  margin: 0;
}

.tfs-eh-widget__note strong {
  color: rgba(252, 226, 191, 0.7);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 768px) {
  .tfs-eh-widget {
    padding: 60px 16px;
  }
  
  .tfs-eh-widget__wrapper {
    padding: 28px 20px;
    border-radius: 20px;
  }
  
  .tfs-eh-widget__trust {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  
  .tfs-eh-widget__error-actions {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }
  
  .tfs-eh-widget__error-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .tfs-eh-widget__title {
    font-size: 24px;
  }
  
  .tfs-eh-widget__wrapper {
    padding: 24px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd7a6a7 *//* =====================================================
   MÓDULO 5: FAQ + POLÍTICAS FUSIONADOS
   Prefijo: tfs-eh-faq
   ===================================================== */

.tfs-eh-faq {
  --eh-red: #C8102E;
  --eh-red-dark: #9A0C23;
  --eh-gold: #E3AD43;
  --eh-gold-light: #F0C96B;
  --eh-cream: #FCE2BF;
  --eh-black: #1A1512;
  --eh-white: #FFFFFF;
  --eh-green-wa: #25D366;
  
  background: var(--eh-red);
  padding: 80px 20px;
  position: relative;
}

/* Patrón decorativo */
.tfs-eh-faq::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 0% 100%, rgba(0, 0, 0, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 100% 0%, rgba(227, 173, 67, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.tfs-eh-faq__container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

/* ========== HEADER ========== */
.tfs-eh-faq__header {
  text-align: center;
  margin-bottom: 50px;
}

.tfs-eh-faq__eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--eh-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.tfs-eh-faq__title {
  font-family: 'Geoparody', serif;
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 400;
  color: var(--eh-cream);
  margin: 0 0 16px;
  text-transform: uppercase;
}

.tfs-eh-faq__intro {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: rgba(252, 226, 191, 0.85);
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.tfs-eh-faq__intro a {
  color: var(--eh-gold);
  text-decoration: none;
  font-weight: 600;
}

.tfs-eh-faq__intro a:hover {
  text-decoration: underline;
}

/* ========== GRID 2 COLUMNAS ========== */
.tfs-eh-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

/* Columna */
.tfs-eh-faq__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tfs-eh-faq__column-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--eh-cream);
  margin: 0 0 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(227, 173, 67, 0.25);
}

.tfs-eh-faq__column-title svg {
  width: 20px;
  height: 20px;
  color: var(--eh-gold);
}

/* ========== FAQ ITEMS ========== */
.tfs-eh-faq__item {
  background: rgba(26, 21, 18, 0.4);
  border: 1px solid rgba(227, 173, 67, 0.12);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tfs-eh-faq__item:hover {
  border-color: rgba(227, 173, 67, 0.3);
}

.tfs-eh-faq__item[open] {
  background: rgba(26, 21, 18, 0.55);
  border-color: rgba(227, 173, 67, 0.35);
}

/* Question (summary) */
.tfs-eh-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  transition: all 0.3s ease;
}

.tfs-eh-faq__question::-webkit-details-marker {
  display: none;
}

.tfs-eh-faq__question span {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--eh-cream);
  line-height: 1.4;
}

.tfs-eh-faq__question svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--eh-gold);
  transition: transform 0.3s ease;
}

.tfs-eh-faq__item[open] .tfs-eh-faq__question svg {
  transform: rotate(180deg);
}

/* Answer */
.tfs-eh-faq__answer {
  padding: 0 20px 20px;
}

.tfs-eh-faq__answer p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(252, 226, 191, 0.85);
  margin: 0;
}

.tfs-eh-faq__answer p strong {
  color: var(--eh-cream);
}

.tfs-eh-faq__answer ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.tfs-eh-faq__answer li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(252, 226, 191, 0.85);
}

.tfs-eh-faq__answer li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--eh-gold);
  border-radius: 50%;
}

.tfs-eh-faq__answer li strong {
  color: var(--eh-gold-light);
}

.tfs-eh-faq__answer a {
  color: var(--eh-gold);
  text-decoration: none;
  font-weight: 600;
}

.tfs-eh-faq__answer a:hover {
  text-decoration: underline;
}

/* ========== CONTACT CTA ========== */
.tfs-eh-faq__contact {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(227, 173, 67, 0.15);
}

.tfs-eh-faq__contact-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: rgba(252, 226, 191, 0.8);
  margin: 0 0 20px;
}

.tfs-eh-faq__contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: var(--eh-green-wa);
  color: var(--eh-white);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

.tfs-eh-faq__contact-btn:hover {
  background: #1DA851;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.45);
}

.tfs-eh-faq__contact-btn svg {
  width: 22px;
  height: 22px;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 900px) {
  .tfs-eh-faq__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .tfs-eh-faq {
    padding: 60px 16px;
  }
  
  .tfs-eh-faq__question {
    padding: 16px;
  }
  
  .tfs-eh-faq__question span {
    font-size: 14px;
  }
  
  .tfs-eh-faq__answer {
    padding: 0 16px 16px;
  }
  
  .tfs-eh-faq__answer p,
  .tfs-eh-faq__answer li {
    font-size: 13px;
  }
  
  .tfs-eh-faq__contact-btn {
    width: 100%;
    justify-content: center;
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .tfs-eh-faq__title {
    font-size: 28px;
  }
  
  .tfs-eh-faq__column-title {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-981cdd3 *//* =====================================================
   MÓDULO 6: UBICACIÓN - CÓMO LLEGAR
   Prefijo: tfs-eh-ubicacion
   Versión compacta optimizada
   ===================================================== */

.tfs-eh-ubicacion {
  --eh-red: #C8102E;
  --eh-gold: #E3AD43;
  --eh-gold-light: #F0C96B;
  --eh-cream: #FCE2BF;
  --eh-black: #1A1512;
  --eh-black-deep: #0A0505;
  --eh-white: #FFFFFF;
  --eh-green-wa: #25D366;
  
  position: relative;
  padding: 80px 20px;
  background: var(--eh-black-deep);
  overflow: hidden;
}

/* Imagen de fondo */
.tfs-eh-ubicacion__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tfs-eh-ubicacion__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
  filter: grayscale(30%);
}

.tfs-eh-ubicacion__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 5, 0.95) 0%,
    rgba(26, 21, 18, 0.88) 50%,
    rgba(10, 5, 5, 0.95) 100%
  );
}

.tfs-eh-ubicacion__container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

/* ========== HEADER ========== */
.tfs-eh-ubicacion__header {
  text-align: center;
  margin-bottom: 50px;
}

.tfs-eh-ubicacion__eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--eh-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.tfs-eh-ubicacion__title {
  font-family: 'Geoparody', serif;
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 400;
  color: var(--eh-cream);
  margin: 0;
  text-transform: uppercase;
}

/* ========== GRID ========== */
.tfs-eh-ubicacion__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* ========== COLUMNA INFO ========== */
.tfs-eh-ubicacion__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Dirección */
.tfs-eh-ubicacion__address {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: rgba(26, 21, 18, 0.7);
  border: 1px solid rgba(227, 173, 67, 0.2);
  border-radius: 16px;
  font-style: normal;
}

.tfs-eh-ubicacion__address-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(227, 173, 67, 0.15);
  border-radius: 12px;
}

.tfs-eh-ubicacion__address-icon svg {
  width: 22px;
  height: 22px;
  color: var(--eh-gold);
}

.tfs-eh-ubicacion__address-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tfs-eh-ubicacion__address-text strong {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: var(--eh-cream);
  margin-bottom: 4px;
}

.tfs-eh-ubicacion__address-text span {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: rgba(252, 226, 191, 0.85);
}

.tfs-eh-ubicacion__address-text em {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-style: normal;
  color: var(--eh-gold-light);
  margin-top: 6px;
}

/* Alerta importante */
.tfs-eh-ubicacion__alert {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(200, 16, 46, 0.2);
  border: 1px solid rgba(200, 16, 46, 0.4);
  border-radius: 12px;
}

.tfs-eh-ubicacion__alert svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #FF6B6B;
  margin-top: 1px;
}

.tfs-eh-ubicacion__alert p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(252, 226, 191, 0.9);
  margin: 0;
}

.tfs-eh-ubicacion__alert strong {
  color: var(--eh-cream);
}

/* Transporte */
.tfs-eh-ubicacion__transport {
  padding: 24px;
  background: rgba(26, 21, 18, 0.7);
  border: 1px solid rgba(227, 173, 67, 0.2);
  border-radius: 16px;
}

.tfs-eh-ubicacion__transport h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--eh-cream);
  margin: 0 0 14px;
}

.tfs-eh-ubicacion__transport ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tfs-eh-ubicacion__transport li {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(252, 226, 191, 0.85);
}

.tfs-eh-ubicacion__transport strong {
  color: var(--eh-gold-light);
  font-weight: 600;
}

/* CTA WhatsApp */
.tfs-eh-ubicacion__cta-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  background: var(--eh-green-wa);
  color: var(--eh-white);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.tfs-eh-ubicacion__cta-wa:hover {
  background: #1DA851;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

.tfs-eh-ubicacion__cta-wa svg {
  width: 20px;
  height: 20px;
}

/* ========== COLUMNA MAPA ========== */
.tfs-eh-ubicacion__mapa {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tfs-eh-ubicacion__mapa-wrapper {
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(227, 173, 67, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.tfs-eh-ubicacion__mapa-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(20%) contrast(1.05);
}

.tfs-eh-ubicacion__mapa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  background: rgba(26, 21, 18, 0.8);
  border: 1px solid rgba(227, 173, 67, 0.3);
  border-radius: 50px;
  color: var(--eh-cream);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  align-self: center;
}

.tfs-eh-ubicacion__mapa-btn:hover {
  background: var(--eh-gold);
  color: var(--eh-black);
  border-color: var(--eh-gold);
  transform: translateY(-2px);
}

.tfs-eh-ubicacion__mapa-btn svg {
  width: 18px;
  height: 18px;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1024px) {
  .tfs-eh-ubicacion__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .tfs-eh-ubicacion__mapa-wrapper {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .tfs-eh-ubicacion {
    padding: 60px 16px;
  }
  
  .tfs-eh-ubicacion__address {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
  
  .tfs-eh-ubicacion__address-icon {
    align-self: center;
  }
  
  .tfs-eh-ubicacion__alert {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  .tfs-eh-ubicacion__alert svg {
    align-self: center;
  }
  
  .tfs-eh-ubicacion__cta-wa {
    width: 100%;
  }
  
  .tfs-eh-ubicacion__mapa-wrapper {
    height: 280px;
  }
  
  .tfs-eh-ubicacion__mapa-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .tfs-eh-ubicacion__title {
    font-size: 28px;
  }
  
  .tfs-eh-ubicacion__transport li {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2bd9c92 *//* =====================================================
   MÓDULO 7: CTA FINAL - CIERRE EMOCIONAL
   Prefijo: tfs-eh-cta-final
   Versión simplificada
   ===================================================== */

.tfs-eh-cta-final {
  --eh-red: #C8102E;
  --eh-red-dark: #9B0C23;
  --eh-gold: #E3AD43;
  --eh-gold-light: #F0C96B;
  --eh-cream: #FCE2BF;
  --eh-black: #1A1512;
  --eh-white: #FFFFFF;
  --eh-green-wa: #25D366;
  
  position: relative;
  padding: 90px 20px;
  overflow: hidden;
}

/* Imagen de fondo */
.tfs-eh-cta-final__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tfs-eh-cta-final__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.tfs-eh-cta-final__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(
      to bottom,
      rgba(200, 16, 46, 0.9) 0%,
      rgba(155, 12, 35, 0.93) 50%,
      rgba(26, 21, 18, 0.96) 100%
    );
}

.tfs-eh-cta-final__container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* ========== HEADER ========== */
.tfs-eh-cta-final__header {
  margin-bottom: 45px;
}

.tfs-eh-cta-final__eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--eh-gold);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  padding: 10px 24px;
  background: rgba(227, 173, 67, 0.12);
  border: 1px solid rgba(227, 173, 67, 0.25);
  border-radius: 50px;
}

.tfs-eh-cta-final__title {
  font-family: 'Geoparody', serif;
  font-size: clamp(28px, 5vw, 50px);
  font-weight: 400;
  color: var(--eh-white);
  margin: 0 0 20px;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.tfs-eh-cta-final__description {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(252, 226, 191, 0.92);
  margin: 0;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.tfs-eh-cta-final__description strong {
  color: var(--eh-white);
  font-weight: 700;
}

/* ========== WIDGET TRUSTINDEX ========== */
.tfs-eh-cta-final__reviews {
  position: relative;
  margin-bottom: 40px;
}

.tfs-eh-cta-final__reviews-label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--eh-gold);
  color: var(--eh-black);
  padding: 10px 24px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 3px solid var(--eh-black);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  z-index: 15;
  white-space: nowrap;
}

.tfs-eh-cta-final__reviews-wrapper {
  background: rgba(26, 21, 18, 0.88);
  border: 2px solid var(--eh-gold);
  border-radius: 20px;
  padding: 45px 32px 35px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Estilos Trustindex */
.tfs-eh-cta-final__reviews-wrapper .ti-widget,
.tfs-eh-cta-final__reviews-wrapper .ti-widget.ti-goog {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
}

.tfs-eh-cta-final__reviews-wrapper .ti-header,
.tfs-eh-cta-final__reviews-wrapper .ti-widget-header {
  display: none !important;
}

.tfs-eh-cta-final__reviews-wrapper .ti-widget .ti-review-item,
.tfs-eh-cta-final__reviews-wrapper .ti-widget .ti-review-item > div {
  background: linear-gradient(145deg, var(--eh-cream) 0%, #F5D6B8 100%) !important;
  border: 2px solid var(--eh-gold) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25) !important;
  color: var(--eh-black) !important;
}

.tfs-eh-cta-final__reviews-wrapper .ti-widget .ti-review-content,
.tfs-eh-cta-final__reviews-wrapper .ti-widget .ti-review-text {
  color: var(--eh-black) !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-style: italic !important;
  line-height: 1.65 !important;
}

.tfs-eh-cta-final__reviews-wrapper .ti-widget .ti-name,
.tfs-eh-cta-final__reviews-wrapper .ti-widget .ti-reviewer-name {
  color: #8B0D24 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
}

.tfs-eh-cta-final__reviews-wrapper .ti-widget .ti-star,
.tfs-eh-cta-final__reviews-wrapper .ti-widget .ti-stars .ti-star {
  color: var(--eh-gold) !important;
  fill: var(--eh-gold) !important;
}

/* ========== BADGES PLATAFORMAS ========== */
.tfs-eh-cta-final__platforms {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.tfs-eh-cta-final__platform {
  background: rgba(26, 21, 18, 0.8);
  padding: 14px 24px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(227, 173, 67, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.tfs-eh-cta-final__platform:hover {
  transform: translateY(-3px);
  border-color: var(--eh-gold);
}

.tfs-eh-cta-final__platform-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--eh-gold);
}

.tfs-eh-cta-final__platform-rating svg {
  width: 20px;
  height: 20px;
  fill: var(--eh-gold);
}

.tfs-eh-cta-final__platform-name {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 4px;
}

/* ========== BOTONES CTA ========== */
.tfs-eh-cta-final__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.tfs-eh-cta-final__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 3px solid var(--eh-black);
}

.tfs-eh-cta-final__btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Botón primario */
.tfs-eh-cta-final__btn--primary {
  background: linear-gradient(135deg, var(--eh-gold) 0%, var(--eh-gold-light) 100%);
  color: var(--eh-black);
  box-shadow: 0 8px 30px rgba(227, 173, 67, 0.4);
}

.tfs-eh-cta-final__btn--primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 45px rgba(227, 173, 67, 0.5);
}

/* Botón WhatsApp */
.tfs-eh-cta-final__btn--whatsapp {
  background: var(--eh-green-wa);
  color: var(--eh-white);
  border-color: #1A8C45;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.35);
}

.tfs-eh-cta-final__btn--whatsapp:hover {
  background: #1DA851;
  transform: translateY(-4px);
  box-shadow: 0 14px 45px rgba(37, 211, 102, 0.45);
}

/* Nota final */
.tfs-eh-cta-final__note {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: rgba(252, 226, 191, 0.65);
  margin: 0;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 768px) {
  .tfs-eh-cta-final {
    padding: 70px 16px;
  }
  
  .tfs-eh-cta-final__title {
    font-size: 28px;
  }
  
  .tfs-eh-cta-final__description {
    font-size: 15px;
  }
  
  .tfs-eh-cta-final__reviews-wrapper {
    padding: 40px 16px 28px;
    border-radius: 16px;
  }
  
  .tfs-eh-cta-final__reviews-label {
    font-size: 10px;
    padding: 8px 16px;
  }
  
  .tfs-eh-cta-final__platforms {
    flex-direction: row;
    justify-content: center;
  }
  
  .tfs-eh-cta-final__platform {
    padding: 12px 20px;
  }
  
  .tfs-eh-cta-final__platform-rating {
    font-size: 22px;
  }
  
  .tfs-eh-cta-final__buttons {
    flex-direction: column;
    gap: 12px;
  }
  
  .tfs-eh-cta-final__btn {
    width: 100%;
    justify-content: center;
    padding: 16px 28px;
  }
}

@media (max-width: 480px) {
  .tfs-eh-cta-final__eyebrow {
    font-size: 10px;
    padding: 8px 16px;
  }
  
  .tfs-eh-cta-final__title {
    font-size: 24px;
  }
}/* End custom CSS */