.elementor-66532 .elementor-element.elementor-element-324b304{--display:flex;}.elementor-66532 .elementor-element.elementor-element-c9859c0{--display:flex;--border-radius:00px 00px 00px 00px;}.elementor-66532 .elementor-element.elementor-element-c9859c0:hover::before, .elementor-66532 .elementor-element.elementor-element-c9859c0:hover > .elementor-background-video-container::before, .elementor-66532 .elementor-element.elementor-element-c9859c0:hover > .e-con-inner > .elementor-background-video-container::before, .elementor-66532 .elementor-element.elementor-element-c9859c0 > .elementor-background-slideshow:hover::before, .elementor-66532 .elementor-element.elementor-element-c9859c0 > .e-con-inner > .elementor-background-slideshow:hover::before{--background-overlay:'';}.elementor-66532 .elementor-element.elementor-element-c9859c0:hover{--overlay-opacity:0.5;}.elementor-66532 .elementor-element.elementor-element-b6f845e .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for html, class: .elementor-element-6960d4f */:root {
  --navy:        #0b3a67;
  --blue-mid:    #0056b3;
  --blue-accent: #0ea5e9;
  --blue-deep:   #1e4ed8;
  --bg-soft:     #f8fbff;
  --bg-blue:     #eef6ff;
  --border:      #dbeafe;
  --border-alt:  #e2eaf4;
  --orange:      #f39c12;
  --orange-dark: #e67e22;
  --text:        #0f172a;
  --text-body:   #334155;
  --text-muted:  #4a5568;
  --radius:      10px;
  --bg:          #ffffff;
}

/* ── Hero ── */
.mh-str-article .post-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue-mid) 55%, var(--blue-accent) 100%);
  border-radius: 16px;
  padding: 32px;
  color: #ffffff;
  margin-bottom: 2.5rem;
}
.mh-str-article .post-category {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.3);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 1.25rem;
}
.mh-str-article h1 {
  font-family: 'Georgia', serif;
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1rem;
}
.mh-str-article .post-intro {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  line-height: 1.65;
  margin-bottom: 1rem;
}
.mh-str-article .post-meta {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}

/* ── Typography ── */
.mh-str-article h2 {
  font-family: 'Georgia', serif;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  margin: 3rem 0 1rem;
  color: var(--text);
  scroll-margin-top: 24px;
}
.mh-str-article h3 {
  font-family: 'Georgia', serif;
  font-size: 19px;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: var(--text);
}
.mh-str-article p { margin-bottom: 1.25rem; color: var(--text-body); }
.mh-str-article strong { font-weight: 700; color: var(--text); }
.mh-str-article em { font-style: italic; }
.mh-str-article a { color: var(--blue-mid); text-decoration: underline; }
.mh-str-article ul, .mh-str-article ol { padding-left: 1.5rem; margin-bottom: 1.25rem; display: flex; flex-direction: column; gap: 6px; }
.mh-str-article li { line-height: 1.65; color: var(--text-body); }

/* ── Callouts ── */
.mh-str-article .callout {
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.mh-str-article .callout.tip { background: var(--bg-blue); border-left: 3px solid var(--blue-deep); }
.mh-str-article .callout.warn { background: #fff8ec; border-left: 3px solid var(--orange); }
.mh-str-article .callout.info { background: var(--bg-blue); border-left: 3px solid var(--blue-accent); }
.mh-str-article .callout-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--text-muted);
}

/* ── Table ── */
.mh-str-article .table-wrap { overflow-x: auto; margin: 2rem 0; }
.mh-str-article table { width: 100%; border-collapse: collapse; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; }
.mh-str-article thead th {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 16px;
  text-align: left;
}
.mh-str-article tbody tr:nth-child(even) { background: var(--bg-soft); }
.mh-str-article tbody td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--border-alt);
  vertical-align: top;
  line-height: 1.5;
  color: var(--text-body);
}

/* ── Scenario box ── */
.mh-str-article .scenario-box { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin: 2rem 0; }
.mh-str-article .scenario-header { background: var(--navy); color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; padding: 10px 20px; }
.mh-str-article .scenario-body { padding: 1.25rem 1.5rem; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; line-height: 1.6; }
.mh-str-article .scenario-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border-alt); align-items: baseline; gap: 16px; }
.mh-str-article .scenario-row:last-child { border-bottom: none; }
.mh-str-article .scenario-label { color: var(--text-muted); font-size: 14px; }
.mh-str-article .scenario-val { font-weight: 600; color: var(--text); white-space: nowrap; }
.mh-str-article .scenario-val.up { color: var(--blue-mid); }
.mh-str-article .scenario-val.down { color: #c0392b; }

/* ── Video embed ── */
.mh-str-article .video-embed {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin: 2rem 0;
}
.mh-str-article .video-embed-label {
  background: var(--navy);
  color: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 20px;
}
.mh-str-article .video-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mh-str-article .video-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.mh-str-article .video-embed-caption {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: var(--text-muted);
  padding: 12px 20px;
  line-height: 1.5;
}

/* ── Related card ── */
.mh-str-article .related-card {
  display: flex;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin: 2rem 0;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.mh-str-article .related-card:hover {
  border-color: var(--blue-mid);
  box-shadow: 0 4px 16px rgba(0,86,179,0.1);
}
.mh-str-article .related-card-img {
  flex-shrink: 0;
  width: 240px;
  min-height: 140px;
  overflow: hidden;
}
.mh-str-article .related-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mh-str-article .related-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  gap: 6px;
}
.mh-str-article .related-card-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue-accent);
}
.mh-str-article .related-card-title {
  font-family: 'Georgia', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}
.mh-str-article .related-card-cta {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-mid);
  margin-top: 4px;
}
@media (max-width: 600px) {
  .mh-str-article .related-card {
    flex-direction: column;
  }
  .mh-str-article .related-card-img {
    width: 100%;
    height: 180px;
  }
}

/* ── FAQ ── */
.mh-str-article .faq-item {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
}
.mh-str-article .faq-item h3 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
}
.mh-str-article .faq-item p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.65;
  margin: 0;
}

/* ── Divider ── */
.mh-str-article hr { border: none; border-top: 1px solid var(--border-alt); margin: 3rem 0; }

/* ── CTA box ── */
.mh-str-article .cta-box { background: linear-gradient(135deg, var(--navy) 0%, var(--blue-mid) 100%); border-radius: 14px; padding: 2.5rem 2rem; text-align: center; margin: 3.5rem 0 0; color: #fff; }
.mh-str-article .cta-box h3 { color: #fff; font-size: 22px; margin-bottom: .75rem; font-family: 'Georgia', serif; }
.mh-str-article .cta-box p { color: rgba(255,255,255,.85); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 16px; margin-bottom: 1.5rem; }
.mh-str-article .cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #0b3a67;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f6eef1 */:root {
  --navy:        #0b3a67;
  --blue-mid:    #0056b3;
  --blue-accent: #0ea5e9;
  --blue-deep:   #1e4ed8;
  --bg-soft:     #f8fbff;
  --bg-blue:     #eef6ff;
  --border:      #dbeafe;
  --border-alt:  #e2eaf4;
  --orange:      #f39c12;
  --orange-dark: #e67e22;
  --text:        #0f172a;
  --text-body:   #334155;
  --text-muted:  #4a5568;
  --radius:      10px;
  --bg:          #ffffff;
}
.mh-str-article h2 {
  font-family: 'Georgia', serif;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  margin: 3rem 0 1rem;
  color: var(--text);
  scroll-margin-top: 24px;
}
.mh-str-article h3 {
  font-family: 'Georgia', serif;
  font-size: 19px;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: var(--text);
}
.mh-str-article p { margin-bottom: 1.25rem; color: var(--text-body); }
.mh-str-article strong { font-weight: 700; color: var(--text); }
.mh-str-article em { font-style: italic; }
.mh-str-article a { color: var(--blue-mid); text-decoration: underline; }
.mh-str-article ul, .mh-str-article ol { padding-left: 1.5rem; margin-bottom: 1.25rem; display: flex; flex-direction: column; gap: 6px; }
.mh-str-article li { line-height: 1.65; color: var(--text-body); }
.mh-str-article .callout {
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.mh-str-article .callout.tip { background: var(--bg-blue); border-left: 3px solid var(--blue-deep); }
.mh-str-article .callout.warn { background: #fff8ec; border-left: 3px solid var(--orange); }
.mh-str-article .callout.info { background: var(--bg-blue); border-left: 3px solid var(--blue-accent); }
.mh-str-article .callout-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--text-muted);
}
.mh-str-article .table-wrap { overflow-x: auto; margin: 2rem 0; }
.mh-str-article table { width: 100%; border-collapse: collapse; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; }
.mh-str-article thead th {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 16px;
  text-align: left;
}
.mh-str-article tbody tr:nth-child(even) { background: var(--bg-soft); }
.mh-str-article tbody td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--border-alt);
  vertical-align: top;
  line-height: 1.5;
  color: var(--text-body);
}
.mh-str-article .scenario-box { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin: 2rem 0; }
.mh-str-article .scenario-header { background: var(--navy); color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; padding: 10px 20px; }
.mh-str-article .scenario-body { padding: 1.25rem 1.5rem; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; line-height: 1.6; }
.mh-str-article .scenario-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border-alt); align-items: baseline; gap: 16px; }
.mh-str-article .scenario-row:last-child { border-bottom: none; }
.mh-str-article .scenario-label { color: var(--text-muted); font-size: 14px; }
.mh-str-article .scenario-val { font-weight: 600; color: var(--text); white-space: nowrap; }
.mh-str-article .scenario-val.up { color: var(--blue-mid); }
.mh-str-article .scenario-val.down { color: #c0392b; }
.mh-str-article .related-card {
  display: flex;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin: 2rem 0;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.mh-str-article .related-card:hover {
  border-color: var(--blue-mid);
  box-shadow: 0 4px 16px rgba(0,86,179,0.1);
}
.mh-str-article .related-card-img {
  flex-shrink: 0;
  width: 240px;
  min-height: 140px;
  overflow: hidden;
}
.mh-str-article .related-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mh-str-article .related-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  gap: 6px;
}
.mh-str-article .related-card-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue-accent);
}
.mh-str-article .related-card-title {
  font-family: 'Georgia', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}
.mh-str-article .related-card-cta {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-mid);
  margin-top: 4px;
}
@media (max-width: 600px) {
  .mh-str-article .related-card {
    flex-direction: column;
  }
  .mh-str-article .related-card-img {
    width: 100%;
    height: 180px;
  }
}
.mh-str-article .faq-item {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
}
.mh-str-article .faq-item h3 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
}
.mh-str-article .faq-item p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.65;
  margin: 0;
}
.mh-str-article hr { border: none; border-top: 1px solid var(--border-alt); margin: 3rem 0; }
.mh-str-article .cta-box { background: linear-gradient(135deg, var(--navy) 0%, var(--blue-mid) 100%); border-radius: 14px; padding: 2.5rem 2rem; text-align: center; margin: 3.5rem 0 0; color: #fff; }
.mh-str-article .cta-box h3 { color: #fff; font-size: 22px; margin-bottom: .75rem; font-family: 'Georgia', serif; }
.mh-str-article .cta-box p { color: rgba(255,255,255,.85); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 16px; margin-bottom: 1.5rem; }
.mh-str-article .cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #0b3a67;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c9859c0 *//* ── Estilo para el widget de video de Elementor entre bloques ── */
.elementor-widget-video .elementor-wrapper {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dbeafe;
  box-shadow: 0 2px 12px rgba(11, 58, 103, 0.08);
}

.elementor-widget-video .elementor-widget-container {
  background: #f8fbff;
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
}

.elementor-widget-video .elementor-widget-container::before {
  content: "VIDEO EXPLICATIVO DE GOOGLE";
  display: block;
  background: #0b3a67;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 20px;
}

.elementor-widget-video .elementor-widget-container::after {
  content: "Enlaces a reservas gratuitos para hoteles — cómo funcionan los Free Booking Links en Google Hotels.";
  display: block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: #4a5568;
  padding: 12px 20px;
  line-height: 1.5;
  background: #f8fbff;
}/* End custom CSS */