/*
Theme Name: Hotel Universitario
Theme URI: https://hoteluniversitario.com
Author: Sulyx Corporation
Description: Tema WordPress administrable con Gutenberg, replicando la interfaz pÃºblica de Hotel Universitario.
Version: 0.5.99
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: hotel-universitario
*/

:root {
  --brand-900: #1f3f92;
  --brand-800: #2447a3;
  --brand-700: #2e58b8;
  --brand-50: #f2f2f2;
  --stone-600: #6f6f6f;
  --stone-500: #6f6f6f;
  --stone-300: #f2f2f2;
  --stone-100: #f2f2f2;
  --sand-300: #E4C06E;
  --sand-200: #E4C06E;
  --carbon: #111111;
  --font-serif: "DM Sans", Arial, Helvetica, sans-serif;
  --font-sans: "DM Sans", Arial, Helvetica, sans-serif;
}

.site-header .top-bar,
body .site-header .top-bar,
body.home .site-header .top-bar {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.site-header .top-bar,
.site-header .top-bar a,
.site-header .top-bar span,
.site-header .top-bar .top-language-switcher .glink,
.site-header .top-bar .top-language-switcher select {
  color: #111111 !important;
}

.site-header .top-bar .top-phone-icon,
.site-header .top-bar .top-social,
.site-header .top-bar .top-social a,
.site-header .top-bar .top-social i,
.site-header .top-bar .top-social svg {
  color: #1f3f92 !important;
  fill: #1f3f92 !important;
}

.site-header .top-bar .top-language-switcher .glink:hover,
.site-header .top-bar .top-language-switcher .glink.is-active,
.site-header .top-bar .top-language-switcher .glink[aria-current="true"],
.site-header .top-bar .top-language-switcher .glink.gt-current-lang,
.site-header .top-bar .top-language-switcher .glink.nturl.selected {
  background: #2447a3 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
}

.site-header .top-bar .top-language-switcher .glink:hover span,
.site-header .top-bar .top-language-switcher .glink.is-active span,
.site-header .top-bar .top-language-switcher .glink[aria-current="true"] span,
.site-header .top-bar .top-language-switcher .glink.gt-current-lang span,
.site-header .top-bar .top-language-switcher .glink.nturl.selected span {
  color: #ffffff !important;
}

body.home .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap::before,
.page-id-6 .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap::before,
body.home .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap:has(.elementor-widget-icon)::before,
.page-id-6 .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap:has(.elementor-widget-icon)::before {
  content: none !important;
  display: none !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--carbon);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
html,
body {
  min-height: 100%;
  overflow-x: clip;
  overflow-y: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
  font-family: var(--font-serif);
}
p,
li,
a,
span,
label,
input,
textarea,
select,
button,
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  font-family: var(--font-sans);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wp-block-group, .wp-block-columns, .wp-block-image { margin: 0; }
.hu-container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
  width: 100%;
}

.site-header {
  color: #fff;
  inset: 0 0 auto 0;
  position: fixed;
  z-index: 50;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.top-bar {
  background: var(--brand-800);
  color: #f2f2f2;
  font-size: 12px;
  line-height: 1;
  padding: 7px 0;
}
.top-bar-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.top-contact {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}
.top-phone-icon {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.top-separator { color: rgba(255,255,255,.35); margin: 0 10px; }
.top-social {
  align-items: center;
  display: flex;
  gap: 12px;
}
.top-social a {
  align-items: center;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  width: 16px;
}
.top-social svg {
  display: block;
  fill: currentColor;
  height: 15px;
  width: 15px;
}
.top-language-switcher {
  align-items: center;
  display: inline-flex;
  margin-left: 8px;
  min-width: 48px;
}
.top-language-switcher .gtranslate_wrapper,
.top-language-switcher select,
.top-language-switcher a {
  align-items: center;
  color: #fff !important;
  display: inline-flex;
  font: 800 12px/1 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 0;
  text-decoration: none !important;
  text-transform: uppercase;
}
.top-language-switcher .gtranslate_wrapper {
  gap: 0 !important;
  height: 16px;
  white-space: nowrap;
}
.top-language-switcher select {
  appearance: none;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer;
  height: 22px;
  outline: 0;
  padding: 0 2px;
}
.top-language-switcher option {
  color: #111827;
}
.top-language-switcher img {
  display: none !important;
}
.top-language-switcher .glink {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  height: 16px !important;
  min-width: auto !important;
  opacity: .7;
  padding: 0 5px !important;
  transition: background-color .18s ease, color .18s ease, opacity .18s ease;
  width: auto !important;
}
.top-language-switcher .glink:hover,
.top-language-switcher .glink.is-active,
.top-language-switcher .glink[aria-current="true"] {
  background: #fff !important;
  color: var(--brand-900) !important;
  opacity: 1;
}
.top-language-switcher .glink + .glink::before {
  color: rgba(255,255,255,.75);
  content: "|";
  display: inline-block;
  font-weight: 700;
  margin: 0 7px;
}
.top-bar a:hover { color: #fff; }
.main-nav { background: var(--brand-900); }
.nav-row {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 72px;
}
.brand img {
  filter: brightness(0) invert(1);
  height: 40px;
  object-fit: contain;
  width: auto;
}
.brand-mobile-text {
  display: none;
}
.menu {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  color: #f2f2f2;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
  white-space: nowrap;
}
.menu a:hover { color: #fff; }
.nav-cta {
  background: #fff;
  border-radius: 6px;
  color: var(--brand-900);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  padding: 10px 20px;
  white-space: nowrap;
}
.nav-cta:hover { background: #f2f2f2; }
.nav-toggle {
  display: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hu-btn {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  transition: .2s ease;
}
.hu-btn-light { background: #fff; color: var(--brand-900); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.hu-btn-light:hover { background: #f2f2f2; }
.hu-btn-primary { background: var(--brand-900); color: #fff; }
.hu-btn-primary:hover { background: var(--brand-700); }
.hu-btn-outline { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.hu-btn-outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.85); }
.hu-btn-outline-dark { border: 1px solid var(--brand-900); color: var(--brand-900); }
.hu-btn-outline-dark:hover { background: var(--brand-900); color: #fff; }
.hu-link { color: var(--brand-900); font-weight: 800; }

.hu-hero {
  align-items: center;
  background: var(--brand-900);
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 150px 0 80px;
  position: relative;
  text-align: center;
}
.hu-hero-bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.hu-hero-overlay {
  background: rgba(34, 29, 137, .70);
  inset: 0;
  position: absolute;
}
.hero-grid {
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.08) 39px, rgba(255,255,255,.08) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.08) 39px, rgba(255,255,255,.08) 40px);
  inset: 0;
  opacity: .2;
  position: absolute;
}
.hu-hero-content {
  max-width: 820px;
  position: relative;
  z-index: 1;
}
.hu-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(44px, 8vw, 84px);
  line-height: .96;
  margin: 0;
}
.hu-hero h1 span { color: rgba(255,255,255,.92); }
.hu-location {
  color: #E4C06E;
  font-size: 14px;
  margin: 20px 0 0;
}
.hu-hero-text {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 1.7;
  margin: 26px auto 0;
  max-width: 640px;
}
.hu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}
.hu-trust {
  color: #E4C06E;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 26px;
  justify-content: center;
  margin-top: 38px;
}
.hu-trust span::before { content: "\2713"; margin-right: 7px; }

.hu-amenities {
  background: var(--stone-500);
  color: #fff;
  padding: 20px 0;
}
.hu-amenities ul {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.hu-amenities li {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
}
.hu-amenities li::before { content: "\2713"; }

.hu-section {
  padding: 72px 0;
}
.hu-section-soft {
  background: var(--stone-100);
}
.hu-section-head {
  margin: 0 auto 44px;
  max-width: 720px;
  text-align: center;
}
.hu-eyebrow {
  color: var(--stone-500);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.hu-section h2,
.hu-page-hero h1,
.hu-hero h1 {
  letter-spacing: 0;
}
.hu-section h2,
.hu-section-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.12;
  margin: 0;
}
.hu-section-head p:not(.hu-eyebrow),
.hu-section p {
  color: var(--stone-600);
  line-height: 1.7;
}
.hu-section-head p:not(.hu-eyebrow) {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  text-align: center;
}
.hu-center { margin-top: 32px; text-align: center; }

.hu-room-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hu-room-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: .2s ease;
}
.hu-room-card:hover { box-shadow: 0 16px 34px rgba(0,0,0,.12); transform: translateY(-2px); }
.hu-room-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.hu-room-card div { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.hu-room-card h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  margin: 0;
}
.hu-room-card p { font-size: 14px; margin: 10px 0; }
.hu-room-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 4px 0 18px;
  padding: 0;
}
.hu-room-card li {
  background: var(--stone-100);
  border-radius: 999px;
  color: var(--stone-600);
  font-size: 11px;
  padding: 5px 8px;
}
.hu-room-card .hu-btn { margin-top: auto; width: 100%; }

.hu-why {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1fr;
}
.hu-why h2 {
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 44px);
  margin: 0;
}
.hu-why img {
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  height: 430px;
  object-fit: cover;
  width: 100%;
}
.hu-check-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 24px 0 30px;
  padding: 0;
}
.hu-check-list li {
  color: var(--carbon);
  line-height: 1.55;
  padding-left: 30px;
  position: relative;
}
.hu-check-list li::before {
  color: var(--brand-900);
  content: "\2713";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.hu-gallery-bento {
  display: grid;
  gap: 12px;
  grid-auto-rows: 180px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hu-gallery-tile {
  background: var(--brand-900);
  border-radius: 14px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.hu-gallery-tile.featured {
  grid-column: span 2;
  grid-row: span 2;
}
.hu-gallery-tile img {
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
  width: 100%;
}
.hu-gallery-tile:hover img { transform: scale(1.05); }
.hu-gallery-tile::after {
  background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.10), transparent);
  content: "";
  inset: 0;
  position: absolute;
}
.hu-gallery-tile figcaption {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 18px;
  position: absolute;
  z-index: 1;
}
.hu-gallery-tile strong { display: block; font-family: var(--font-serif); font-size: 20px; }
.hu-gallery-tile:not(.featured) strong { font-family: var(--font-sans); font-size: 14px; }
.hu-gallery-tile span { color: rgba(255,255,255,.72); display: block; font-size: 12px; margin-top: 4px; }

.hu-reviews { background: #fff; padding: 72px 0; }
.hu-review-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.hu-review-grid article {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  color: #f59e0b;
  padding: 24px;
}
.hu-review-grid p { color: var(--stone-600); }
.hu-review-grid strong { color: var(--carbon); }

.hu-stats {
  background: var(--brand-900) !important;
  color: #fff;
  padding: 74px 0 66px;
}
.hu-stats .hu-container {
  display: grid;
  align-items: center;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.hu-stats strong {
  color: #fff !important;
  display: block;
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
.hu-stats .hu-container > div:last-child strong::after {
  color: #fff;
  content: "\2605";
  font-family: var(--font-serif);
}
.hu-stats span {
  color: #fff !important;
  display: block;
  font-size: 15px;
  line-height: 1.35;
  margin-top: 7px;
}

.hu-faq-section {
  background: #fff;
  padding: 72px 0 88px;
}
.elementor-section.hu-faq-section > .elementor-container {
  align-items: start;
  display: grid !important;
  gap: 0 38px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  max-width: 1080px !important;
}
.hu-faq-section .hu-container {
  max-width: 1080px;
}
.elementor-section.hu-faq-section .elementor-column {
  width: 100% !important;
}
.elementor-section.hu-faq-section .hu-faq-head {
  grid-column: 1 / -1;
}
.elementor-section.hu-faq-section .hu-faq-column {
  grid-column: 1;
}
.elementor-section.hu-faq-section .hu-policy-column {
  grid-column: 2;
}
.hu-faq-head {
  margin: 0 auto 38px;
  text-align: center;
}
.hu-faq-head .hu-eyebrow {
  color: var(--stone-500);
  font-size: 10px;
  letter-spacing: .18em;
  margin-bottom: 10px;
}
.hu-faq-head h2 {
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: 1.1;
  margin: 0;
}
.hu-faq-grid {
  align-items: start;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.hu-faq-grid h3 {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 18px;
}
.elementor-section.hu-faq-section .hu-faq-column h3.elementor-heading-title,
.elementor-section.hu-faq-section .hu-policy-column h3.elementor-heading-title {
  color: var(--carbon);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 18px;
  padding: 0;
}
.elementor-section.hu-faq-section .elementor-widget-text-editor {
  padding: 0;
}
.hu-faq-list,
.hu-policy-accordion {
  background: #fff;
  border: 1px solid #d7dce2;
  border-radius: 8px;
  box-shadow: 0 2px 3px rgba(0,0,0,.03);
  overflow: hidden;
}
.hu-faq-list article {
  border-bottom: 1px solid #d7dce2;
  padding: 18px 22px;
}
.hu-faq-list article:last-child {
  border-bottom: 0;
}
.hu-faq-list h4 {
  color: var(--carbon);
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 12px;
}
.hu-faq-list p,
.hu-policy-column > p,
.hu-policy-accordion p {
  color: #7a8795;
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}
.hu-policy-column > p {
  margin: -4px 0 20px;
}
.hu-policy-intro p {
  color: #7a8795;
  font-size: 12px;
  line-height: 1.65;
  margin: -4px 0 20px;
}
.hu-policy-accordion details {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #d7dce2;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.hu-policy-accordion details:last-child {
  border-bottom: 0;
}
.hu-policy-accordion summary {
  align-items: center;
  color: var(--carbon);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: space-between;
  line-height: 1.35;
  list-style: none;
  min-height: 52px;
  padding: 0 22px;
}
.hu-policy-accordion summary::-webkit-details-marker {
  display: none;
}
.hu-policy-accordion summary::after {
  color: #9aa3ad;
  content: "\203A";
  font-size: 18px;
  font-weight: 400;
  margin-left: 18px;
  transition: transform .18s ease;
}
.hu-policy-accordion details[open] summary::after {
  transform: rotate(90deg);
}
.hu-policy-accordion details p {
  padding: 0 22px 18px;
}
details {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-top: 12px;
  padding: 18px 20px;
}
summary {
  color: var(--carbon);
  cursor: pointer;
  font-weight: 800;
}
details p { margin-bottom: 0; }
.hu-final-cta {
  text-align: center;
}
.hu-final-cta .hu-container { max-width: 760px; }
.hu-final-cta p,
.hu-final-cta .hu-actions {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hu-final-cta .hu-actions {
  justify-content: center;
}

.hu-page-hero {
  background: var(--brand-900);
  color: #fff;
  overflow: hidden;
  padding: 170px 0 86px;
  position: relative;
  text-align: center;
}
.page-hero-dots {
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.12) 1px, transparent 0);
  background-size: 28px 28px;
  inset: 0;
  opacity: .8;
  position: absolute;
}
.hu-page-hero-inner {
  max-width: 860px;
  position: relative;
  z-index: 1;
}
.hu-hero-icon {
  align-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  display: inline-flex;
  font-size: 32px;
  height: 70px;
  justify-content: center;
  margin: 10px auto 22px;
  width: 70px;
}
.hu-page-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1;
  margin: 0;
}
.hu-page-lead {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 1.7;
  margin: 20px auto 0;
  max-width: 680px;
}
.hu-hero-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin: 42px auto 0;
  max-width: 760px;
}
.hu-mini-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  padding: 18px 14px;
}
.hu-mini-card strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 24px;
}
.hu-mini-card span {
  color: #E4C06E;
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

.hu-room-list {
  display: grid;
  gap: 32px;
}
.hu-room-row {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  display: grid;
  grid-template-columns: 40% 1fr;
  overflow: hidden;
}
.hu-room-row:nth-child(even) img { order: 2; }
.hu-room-row img {
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  width: 100%;
}
.hu-room-row > div { padding: 34px; }
.hu-room-row h2 {
  font-family: var(--font-serif);
  font-size: 30px;
  margin: 0;
}
.hu-room-meta {
  color: var(--stone-500);
  font-size: 14px;
  margin: 8px 0 16px;
}
.hu-room-row ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0;
  padding: 0;
}
.hu-room-row li::before {
  color: var(--brand-900);
  content: "\2713";
  font-weight: 900;
  margin-right: 8px;
}

.hu-services-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hu-service-card,
.hu-two-cards article,
.hu-contact-grid article {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  padding: 28px;
}
.hu-service-icon {
  align-items: center;
  background: var(--brand-50);
  border-radius: 12px;
  color: var(--brand-900);
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.hu-service-card h2 {
  font-family: var(--font-sans);
  font-size: 18px;
  margin: 18px 0 8px;
}
.hu-policy { max-width: 820px; }
.hu-policy h2 { text-align: center; }
.hu-policy dl {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  margin: 28px 0 0;
}
.hu-policy dl div {
  display: flex;
  justify-content: space-between;
  padding: 18px 24px;
}
.hu-policy dl div + div { border-top: 1px solid #e5e7eb; }
.hu-policy dt { color: var(--stone-600); font-weight: 700; }
.hu-policy dd { margin: 0; }

.hu-photo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}
.hu-photo-grid img {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  object-fit: cover;
  width: 100%;
}
.hu-content {
  max-width: 880px;
}
.hu-content > p {
  font-size: 17px;
}
.hu-two-cards,
.hu-contact-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
}

.site-footer {
  background: var(--brand-900);
  color: #f2f2f2;
}
.footer-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 1.2fr .8fr 1fr 1fr;
  padding-bottom: 56px;
  padding-top: 56px;
}
.footer-logo img {
  filter: brightness(0) invert(1);
  height: 34px;
  object-fit: contain;
  width: auto;
}
.site-footer p {
  color: #E4C06E;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 18px;
}
.site-footer h3 {
  color: #fff;
  font-size: 12px;
  letter-spacing: .14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.site-footer ul {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer li,
.site-footer a {
  color: #f2f2f2;
  font-size: 14px;
}
.site-footer a:hover { color: #fff; }
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.footer-social a {
  align-items: center;
  background: rgba(255,255,255,.1);
  border-radius: 999px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  transition: background .2s ease, transform .2s ease;
  width: 38px;
}
.footer-social a:hover {
  background: rgba(255,255,255,.18);
  transform: translateY(-1px);
}
.footer-social svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}
.footer-schedule li {
  display: flex;
  justify-content: space-between;
}
.footer-schedule strong { color: #fff; }
.footer-wa {
  background: #fff;
  border-radius: 6px;
  color: var(--brand-900) !important;
  display: inline-flex;
  font-size: 12px !important;
  font-weight: 800;
  margin-top: 24px;
  padding: 10px 16px;
}
.site-footer .footer-wa {
  color: var(--brand-900) !important;
}
.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.15);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding-bottom: 26px;
  padding-top: 26px;
}
.footer-bottom,
.footer-bottom a {
  color: #E4C06E;
  font-size: 12px;
}

@media (max-width: 1080px) {
  .nav-row { gap: 16px; grid-template-columns: 1fr; justify-items: center; padding-bottom: 18px; padding-top: 18px; }
  .menu { gap: 16px; }
  .nav-cta { position: absolute; right: 24px; top: 48px; }
  .hu-room-grid, .hu-services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  html,
  body {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto;
    touch-action: pan-y;
  }
  .hu-scroll-reveal,
  .hu-scroll-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .top-bar {
    background: #1f3f92;
  }
  .top-bar-inner {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr auto;
    min-height: 30px;
    padding: 0 14px;
    text-align: left;
  }
  .top-contact {
    max-width: 142px;
    font-size: 12px;
    gap: 4px;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }
  .top-contact a {
    color: #fff;
  }
  .top-social {
    display: inline-flex;
    gap: 10px;
  }
  .top-social::after {
    content: none;
  }
  .top-separator { display: none; }
  .main-nav {
    position: relative;
    z-index: 30;
  }
  .nav-row {
    align-items: center;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr auto;
    min-height: auto;
    overflow: visible;
    padding: 10px 18px;
  }
  .brand {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    min-width: 0;
  }
  .brand img { height: 34px; }
  .brand-mobile-text {
    color: #fff;
    display: inline-block;
    font-family: var(--font-serif);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.05;
    max-width: 96px;
    text-wrap: balance;
  }
  .nav-toggle {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 42px;
  }
  .nav-toggle span:not(.screen-reader-text) {
    background: #fff;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 18px;
  }
  .menu {
    display: none;
    gap: 8px;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    justify-content: stretch;
    margin-top: 12px;
    width: 100%;
  }
  .main-nav.is-open .menu {
    display: grid;
  }
  .menu a { font-size: 14px; justify-content: center; line-height: 1.15; padding: 8px 0; white-space: nowrap; }
  .nav-cta {
    display: none;
    font-size: 14px;
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 10px;
    max-width: none;
    overflow: hidden;
    padding: 11px 18px;
    position: static;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .main-nav.is-open .nav-cta {
    display: block;
  }
  .hu-wp-home-hero {
    min-height: auto !important;
    overflow: hidden;
    padding: 28px 18px 34px !important;
  }
  .hu-wp-home-hero > .elementor-container {
    min-height: 0 !important;
    transform: none;
  }
  .hu-wp-home-hero .hu-wp-title .elementor-heading-title {
    font-size: clamp(32px, 10vw, 37px) !important;
    line-height: 1.06 !important;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hu-wp-home-hero .hu-wp-title,
  .hu-wp-home-hero .hu-wp-title .elementor-widget-container {
    max-width: none !important;
    width: 100% !important;
  }
  .hu-wp-home-hero .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column;
  }
  .hu-wp-home-hero .elementor-element-homeherot {
    order: 1;
  }
  .hu-wp-home-hero .elementor-element-homeherok {
    margin: 14px 0 22px !important;
    order: 2;
  }
  .hu-wp-home-hero .elementor-element-homeherod {
    order: 3;
  }
  .hu-wp-home-hero .elementor-element-homebtnreserve {
    order: 4;
  }
  .hu-wp-home-hero .elementor-element-homebtnrooms {
    order: 5;
  }
  .hu-wp-home-hero .hu-wp-kicker .elementor-heading-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hu-wp-home-hero .hu-wp-kicker .elementor-heading-title::before {
    content: none;
  }
  .hu-wp-home-hero .hu-wp-lead p {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.48 !important;
    max-width: 326px;
  }
  .hu-wp-home-hero .hu-wp-home-button {
    display: block;
    margin: 20px auto 0;
  }
  .hu-wp-home-hero .hu-wp-home-button .elementor-button {
    min-width: 176px;
  }
  .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button {
    min-width: 208px;
  }
  .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button-text::after {
    content: "â€º";
    font-size: 20px;
    line-height: 0;
    margin-left: 8px;
  }
  .hu-wp-home-hero .hu-wp-mini-list {
    margin-top: 28px !important;
  }
  .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-items {
    display: grid;
    gap: 16px 20px;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
  }
  .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
    grid-column: 1 / -1;
    justify-content: center;
  }
  .hu-wp-home-hero .hu-wp-kicker .elementor-heading-title::before {
    content: "\25CE" !important;
  }
  .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button-text::after {
    content: "\203A" !important;
  }
  .hu-hero { min-height: 760px; padding-top: 210px; }
  .hu-amenities ul,
  .hu-stats .hu-container,
  .hu-hero-cards,
  .hu-faq-grid,
  .hu-why,
  .hu-two-cards,
  .hu-contact-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .hu-room-grid,
  .hu-services-grid,
  .hu-photo-grid { grid-template-columns: 1fr; }
  .hu-gallery-bento { grid-template-columns: 1fr 1fr; }
  .hu-gallery-tile.featured { grid-column: span 2; }
  .hu-room-row { grid-template-columns: 1fr; }
  .hu-room-row:nth-child(even) img { order: 0; }
}

/* Elementor hotel skin */
.elementor {
  color: var(--carbon);
  font-family: var(--font-sans);
}
.elementor-section.hu-el-hero.elementor-section-boxed > .elementor-container {
  max-width: none !important;
}
.hu-el-hero .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
.elementor .elementor-top-section:not(.hu-elementor-hero):not(.hu-el-hero) {
  padding: 72px 0;
}
.elementor .hu-el-hero.elementor-top-section {
  padding: 150px 24px 80px !important;
}
.elementor-section.hu-el-hero {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  right: 50%;
  width: 100vw !important;
}
.elementor .elementor-section.hu-el-hero {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  justify-content: center !important;
}
.elementor .elementor-section.hu-el-hero > .elementor-container {
  display: flex !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none !important;
  width: 100% !important;
}
.elementor .elementor-section.hu-el-hero .hu-el-hero-content {
  flex: 0 1 820px !important;
  max-width: 820px !important;
  width: 100% !important;
}
.elementor .elementor-section.hu-el-hero .hu-el-hero-content > .elementor-widget-wrap {
  width: 100% !important;
}
.elementor .elementor-section:nth-of-type(odd):not(.hu-elementor-hero):not(.hu-elementor-cta) {
  background: var(--stone-100);
}
.elementor .elementor-heading-title {
  color: var(--carbon);
  font-family: var(--font-serif);
  letter-spacing: 0;
  line-height: 1.12;
}
.elementor h2.elementor-heading-title {
  font-size: clamp(30px, 4vw, 42px);
  margin-bottom: 28px;
  text-align: center;
}
.elementor .elementor-widget-text-editor {
  color: var(--stone-600);
  font-size: 16px;
  line-height: 1.7;
}
.elementor .elementor-button {
  background: var(--brand-900) !important;
  border-radius: 6px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  min-height: 46px;
  padding: 14px 24px;
}
.elementor .elementor-button-success .elementor-button,
.elementor .elementor-button-info .elementor-button {
  background: var(--brand-900) !important;
  color: #fff !important;
}
.elementor .elementor-button-info .elementor-button {
  background: transparent !important;
  border: 1px solid var(--brand-900);
  color: var(--brand-900) !important;
}

.hu-elementor-hero {
  align-items: center;
  background: var(--brand-900);
  color: #fff;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  padding: 150px 0 80px !important;
  position: relative;
  text-align: center;
}
.hu-elementor-hero::before {
  background: rgba(34, 29, 137, .72);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.hu-elementor-hero::after {
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.08) 39px, rgba(255,255,255,.08) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.08) 39px, rgba(255,255,255,.08) 40px);
  content: "";
  inset: 0;
  opacity: .2;
  position: absolute;
  z-index: 2;
}
.hu-elementor-hero .elementor-container {
  position: relative;
  z-index: 3;
}
.hu-elementor-hero .elementor-widget-image {
  inset: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
}
.hu-elementor-hero .elementor-widget-image img {
  height: 100%;
  max-height: none;
  object-fit: cover;
  width: 100%;
}
.hu-elementor-hero h1.elementor-heading-title {
  color: #fff;
  font-size: clamp(44px, 8vw, 84px);
  line-height: .96;
  margin: 0 auto;
  max-width: 820px;
}
.hu-elementor-hero .elementor-widget-text-editor,
.hu-elementor-hero .elementor-widget-text-editor p {
  color: #f2f2f2;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
.hu-elementor-hero .elementor-widget-text-editor strong {
  color: #E4C06E;
  font-size: 14px;
}
.hu-elementor-hero .elementor-widget-button {
  display: block;
  margin: 18px auto 0;
  width: fit-content;
}
.hu-elementor-hero .elementor-button-success .elementor-button {
  background: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  color: var(--brand-900);
}
.hu-elementor-hero .elementor-button-info .elementor-button {
  border-color: rgba(255,255,255,.45);
  color: #fff;
}

.hu-elementor-card-grid,
.hu-elementor-room-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.hu-elementor-card-grid article,
.hu-elementor-room-grid article {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  overflow: hidden;
  padding: 28px;
  transition: .2s ease;
}
.hu-elementor-card-grid article:hover,
.hu-elementor-room-grid article:hover {
  box-shadow: 0 16px 34px rgba(0,0,0,.12);
  transform: translateY(-2px);
}
.hu-elementor-card-grid h3,
.hu-elementor-room-grid h3 {
  color: var(--carbon);
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.18;
  margin: 0 0 10px;
}
.hu-elementor-card-grid p,
.hu-elementor-room-grid p {
  color: var(--stone-600);
  line-height: 1.65;
}
.hu-elementor-room-grid article {
  padding: 0;
}
.hu-elementor-room-grid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.hu-elementor-room-grid article > div {
  padding: 24px;
}
.hu-elementor-room-grid a {
  background: var(--brand-900);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  margin-top: 8px;
  padding: 12px 18px;
}
.hu-elementor-cta {
  background: var(--brand-900) !important;
  color: #fff;
  text-align: center;
}
.hu-elementor-cta .elementor-widget-wrap,
.hu-elementor-cta .elementor-widget-text-editor,
.hu-elementor-cta .elementor-widget-button {
  text-align: center;
}
.hu-elementor-cta .elementor-widget-button {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.hu-elementor-cta .elementor-heading-title,
.hu-elementor-cta .elementor-widget-text-editor,
.hu-elementor-cta .elementor-widget-text-editor p {
  color: #fff;
  text-align: center;
}
.hu-elementor-cta .elementor-button {
  background: #fff !important;
  color: var(--brand-900) !important;
  display: inline-flex;
  justify-content: center;
}

@media (max-width: 760px) {
  .hu-elementor-hero {
    min-height: 760px;
    padding-top: 210px !important;
  }
  .hu-elementor-hero .elementor-widget-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
  }
}

/* Native Elementor layout for Hotel Universitario */
.hu-el-section {
  padding: 72px 24px;
}
.hu-el-soft,
.hu-el-amenities {
  background: var(--stone-100);
}
.home .hu-el-rooms,
.page-id-6 .hu-el-rooms,
.home .hu-el-gallery,
.page-id-6 .hu-el-gallery {
  background: #fff !important;
  background-color: #fff !important;
}
.home .hu-el-rooms::before,
.home .hu-el-rooms::after,
.page-id-6 .hu-el-rooms::before,
.page-id-6 .hu-el-rooms::after,
.home .hu-el-gallery::before,
.home .hu-el-gallery::after,
.page-id-6 .hu-el-gallery::before,
.page-id-6 .hu-el-gallery::after {
  background: transparent !important;
}
.home .hu-el-soft,
.home .hu-el-two-col,
.page-id-6 .hu-el-soft,
.page-id-6 .hu-el-two-col {
  background: var(--stone-100) !important;
  background-color: var(--stone-100) !important;
}
.elementor-section.hu-el-amenities {
  padding: 92px 24px 86px !important;
}
.elementor-section.hu-el-amenities::before {
  color: var(--carbon);
  content: "Servicios que nos diferencian";
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 auto 38px;
  max-width: 760px;
  text-align: center;
}
.elementor-section.hu-el-amenities > .elementor-container {
  display: grid !important;
  gap: 26px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px !important;
}
.elementor-section.hu-el-amenities .hu-el-benefit-card {
  width: auto !important;
}
.elementor-section.hu-el-amenities .hu-el-benefit-card > .elementor-widget-wrap {
  align-content: flex-start !important;
  min-height: 245px;
  padding: 30px 28px !important;
}
.elementor-section.hu-el-amenities .hu-el-benefit-card > .elementor-widget-wrap::before {
  background-color: var(--brand-900);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border-radius: 12px;
  content: "";
  display: block;
  height: 52px;
  margin-bottom: 22px;
  width: 52px;
}
.elementor-section.hu-el-amenities .hu-el-benefit-card:nth-child(1) > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13a10 10 0 0 1 14 0'/%3E%3Cpath d='M8.5 16.5a5 5 0 0 1 7 0'/%3E%3Cpath d='M12 20h.01'/%3E%3Cpath d='M2 8.5a15 15 0 0 1 20 0'/%3E%3C/svg%3E");
}
.elementor-section.hu-el-amenities .hu-el-benefit-card:nth-child(2) > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17h14'/%3E%3Cpath d='M6 17v3'/%3E%3Cpath d='M18 17v3'/%3E%3Cpath d='M7 17l1.2-7.2A2 2 0 0 1 10.2 8h3.6a2 2 0 0 1 2 1.8L17 17'/%3E%3Cpath d='M9 12h6'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3C/svg%3E");
}
.elementor-section.hu-el-amenities .hu-el-benefit-card:nth-child(3) > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h18'/%3E%3Cpath d='M5 8v6a5 5 0 0 0 5 5h4a5 5 0 0 0 5-5V8'/%3E%3Cpath d='M8 5h8'/%3E%3Cpath d='M9 12h6'/%3E%3Cpath d='M9 15h6'/%3E%3C/svg%3E");
}
.elementor-section.hu-el-amenities .hu-el-benefit-card:nth-child(4) > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21a8 8 0 0 0 8-8V8l-8-5-8 5v5a8 8 0 0 0 8 8Z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}
.elementor-section.hu-el-amenities .hu-el-benefit-card h3.elementor-heading-title {
  padding: 0 !important;
}
.elementor-section.hu-el-amenities .hu-el-benefit-card .elementor-widget-text-editor {
  padding: 0 !important;
}
.hu-el-section .elementor-container,
.hu-el-cta .elementor-container {
  max-width: 1180px;
}
.hu-el-section-head > .elementor-widget-wrap {
  margin: 0 auto 26px;
  max-width: 760px;
  text-align: center;
}
.hu-el-eyebrow .elementor-heading-title,
.hu-el-card-eyebrow .elementor-heading-title {
  color: var(--stone-500);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.hu-el-section-lead,
.hu-el-section-lead p {
  color: var(--stone-600);
  font-size: 16px;
  line-height: 1.7;
}
.hu-el-hero {
  align-items: center;
  background: var(--brand-900);
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 720px;
  overflow: hidden;
  padding: 120px 24px 72px;
  position: relative;
  text-align: center;
  width: 100%;
}
.home .hu-el-hero,
.page-id-6 .hu-el-hero {
  background-position: center center !important;
}
.page-id-7 .hu-el-hero {
  background-image: linear-gradient(rgba(34, 29, 137, .72), rgba(34, 29, 137, .72)), url("assets/images/rooms/doble-premium.jpg") !important;
}
.page-id-8 .hu-el-hero {
  background-image: linear-gradient(rgba(34, 29, 137, .72), rgba(34, 29, 137, .72)), url("assets/images/hotel/restaurante.jpg") !important;
}
.page-id-9 .hu-el-hero,
.page-id-12 .hu-el-hero {
  background-image: linear-gradient(rgba(34, 29, 137, .72), rgba(34, 29, 137, .72)), url("assets/images/hotel/recepcion.jpg") !important;
}
.page-id-10 .hu-el-hero,
.page-id-13 .hu-el-hero {
  background-image: linear-gradient(rgba(34, 29, 137, .72), rgba(34, 29, 137, .72)), url("assets/images/hotel/exterior-1.jpg") !important;
}
.page-id-11 .hu-el-hero {
  background-image: linear-gradient(rgba(34, 29, 137, .72), rgba(34, 29, 137, .72)), url("assets/images/hotel/exterior-2.jpg") !important;
}
.hu-el-hero::after {
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.08) 39px, rgba(255,255,255,.08) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.08) 39px, rgba(255,255,255,.08) 40px);
  content: "";
  inset: 0;
  opacity: .2;
  pointer-events: none;
  position: absolute;
}
.hu-el-hero .elementor-container {
  max-width: none !important;
  position: static !important;
  width: 100% !important;
}
.hu-el-hero .elementor-column,
.hu-el-hero .elementor-widget-wrap {
  position: static !important;
}
.hu-el-hero .elementor-widget:not(.hu-el-hero-bg) {
  position: relative;
  z-index: 3;
}
.hu-el-hero .hu-el-hero-content,
.hu-el-hero .hu-el-hero-content > .elementor-widget-wrap {
  align-items: center !important;
  display: grid !important;
  grid-template-columns: auto auto;
  column-gap: 14px;
  justify-content: center;
  min-height: 520px;
  row-gap: 0;
  text-align: center !important;
  width: 100% !important;
}
.hu-el-hero .hu-el-hero-content > .elementor-widget-wrap::after {
  color: #f2f2f2;
  content: "â—·  RecepciÃ³n 24 h     âŠ™  CancelaciÃ³n gratuita     â™§  Reserva directa sin comisiones";
  display: block;
  font-size: 13px;
  font-weight: 600;
  grid-column: 1 / -1;
  line-height: 1.4;
  margin-top: 28px;
  text-align: center;
  white-space: pre;
  width: 100%;
}
.hu-el-hero .elementor-widget-wrap > .elementor-widget {
  flex: 0 0 auto;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 820px !important;
  text-align: center;
  width: 100% !important;
}
.hu-el-hero .hu-el-hero-title,
.hu-el-hero .hu-el-hero-subtitle,
.hu-el-hero .hu-el-hero-lead,
.hu-el-hero .hu-el-hero-trust {
  grid-column: 1 / -1;
}
.hu-el-hero .elementor-widget-container,
.hu-el-hero .elementor-heading-title,
.hu-el-hero .elementor-widget-text-editor,
.hu-el-hero .elementor-widget-text-editor p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.hu-el-hero .elementor-widget-text-editor {
  width: 100%;
}
.hu-el-hero .elementor-widget-wrap > .elementor-widget.hu-el-button-light,
.hu-el-hero .elementor-widget-wrap > .elementor-widget.hu-el-button-outline {
  width: auto !important;
}
.hu-el-hero .hu-el-button-light .elementor-widget-container,
.hu-el-hero .hu-el-button-outline .elementor-widget-container {
  width: auto !important;
}
.hu-el-hero-bg {
  display: none !important;
}
.hu-el-hero-bg img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}
.hu-el-hero-bg::after {
  background: rgba(34, 29, 137, .72);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.hu-el-hero-title .elementor-heading-title {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(58px, 7vw, 86px) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  margin: 0 0 20px !important;
  max-width: 620px;
}
.hu-el-hero-subtitle,
.hu-el-hero-subtitle p {
  color: #f2f2f2 !important;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 26px !important;
}
.hu-el-hero-subtitle p::before {
  content: "\25CE";
  display: inline-block;
  font-size: 13px;
  margin-right: 8px;
  transform: translateY(-1px) scaleY(1.18);
}
.hu-el-hero-lead,
.hu-el-hero-lead p {
  color: #fff !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.hu-el-button-light,
.hu-el-button-outline {
  display: block;
  margin: 8px auto 0;
  width: fit-content;
}
.hu-el-button-light .elementor-button,
.hu-el-button-primary .elementor-button {
  background: var(--brand-900) !important;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 800;
  padding: 14px 24px;
}
.hu-el-hero .hu-el-button-light .elementor-button,
.hu-el-cta .hu-el-button-light .elementor-button {
  background: #fff !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  color: var(--brand-900) !important;
}
.hu-el-hero .hu-el-button-light {
  justify-self: end;
  margin-top: 26px !important;
}
.hu-el-hero .hu-el-button-outline {
  justify-self: start;
  margin-top: 26px !important;
}
.hu-el-hero .hu-el-button-light .elementor-button,
.hu-el-hero .hu-el-button-outline .elementor-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 54px;
  min-width: 174px;
}
.hu-el-button-outline .elementor-button {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.55) !important;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 800;
  padding: 14px 24px;
}
.hu-el-hero .hu-el-button-outline .elementor-button-text::after {
  content: "â€º";
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  margin-left: 8px;
  transform: translateY(1px);
}
.hu-el-hero .hu-el-hero-trust,
.hu-el-hero .hu-el-hero-trust p {
  color: #f2f2f2 !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin: 28px 0 0 !important;
}
.hu-el-hero .hu-el-hero-trust p {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}
.hu-el-hero .hu-el-hero-trust span {
  display: inline-flex;
  gap: 7px;
  white-space: nowrap;
}
.page-id-10 .hu-about-hero {
  background-image: linear-gradient(rgba(34, 29, 137, .78), rgba(34, 29, 137, .78)), url("assets/images/hotel/exterior-1.jpg") !important;
  display: flex !important;
  justify-content: center;
  min-height: 410px;
  padding: 86px 24px 74px;
  text-align: left;
}
.page-id-10 .hu-about-hero::after {
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.08) 39px, rgba(255,255,255,.08) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.08) 39px, rgba(255,255,255,.08) 40px);
  opacity: .18;
}
.page-id-10 .elementor-section.hu-about-hero > .elementor-container,
.page-id-10 .hu-about-hero > .elementor-container,
.page-id-10 .hu-about-hero .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1120px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative !important;
  width: min(1120px, calc(100% - 48px)) !important;
  z-index: 2;
}
.page-id-10 .hu-about-copy,
.page-id-10 .hu-about-badges {
  width: 100% !important;
}
.page-id-10 .hu-about-copy > .elementor-widget-wrap,
.page-id-10 .hu-about-badges > .elementor-widget-wrap {
  min-height: 0;
  position: relative !important;
}
.page-id-10 .hu-about-copy > .elementor-widget-wrap {
  align-content: center;
  display: block !important;
}
.page-id-10 .hu-about-hero .elementor-widget {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left;
  width: auto !important;
}
.page-id-10 .hu-about-hero .elementor-widget-container,
.page-id-10 .hu-about-hero .elementor-heading-title,
.page-id-10 .hu-about-hero .elementor-widget-text-editor,
.page-id-10 .hu-about-hero .elementor-widget-text-editor p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}
.page-id-10 .hu-about-eyebrow .elementor-heading-title {
  align-items: center;
  color: #E4C06E !important;
  display: flex;
  font-family: var(--font-sans);
  font-size: 13px !important;
  font-weight: 800;
  gap: 12px;
  letter-spacing: .16em;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.page-id-10 .hu-about-eyebrow .elementor-heading-title::before {
  background: rgba(255,255,255,.4);
  content: "";
  display: inline-block;
  height: 1px;
  width: 34px;
}
.page-id-10 .hu-about-title .elementor-heading-title {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(48px, 4.2vw, 64px) !important;
  line-height: 1.06 !important;
  margin: 0 0 22px !important;
  text-align: left !important;
}
.page-id-10 .hu-about-lead,
.page-id-10 .hu-about-lead p {
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 !important;
  max-width: 640px;
  text-align: left !important;
}
.page-id-10 .hu-about-badges > .elementor-widget-wrap {
  align-content: center;
  display: grid !important;
  gap: 14px;
  justify-items: center;
  min-height: 0;
  width: 100%;
}
.page-id-10 .hu-about-badge-widget {
  position: static !important;
  width: 340px !important;
  z-index: 3;
}
.page-id-10 .hu-about-badge-widget:nth-child(1) {
  margin-left: 54px;
}
.page-id-10 .hu-about-badge-widget:nth-child(2) {
  margin-left: -74px;
}
.page-id-10 .hu-about-badge-widget:nth-child(3) {
  margin-left: 24px;
}
.page-id-10 .hu-about-badge {
  align-items: center;
  background: rgba(34, 29, 137, .42);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 11px;
  box-shadow: 0 18px 36px rgba(0,0,0,.08);
  color: #fff;
  display: grid;
  gap: 12px;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-height: 72px;
  overflow: hidden;
  padding: 12px 18px;
}
.page-id-10 .hu-about-badge-icon {
  align-items: center;
  background: rgba(255,255,255,.14);
  border-radius: 9px;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  line-height: 1;
  grid-row: 1 / 3;
  overflow: hidden;
  text-indent: -999px;
  width: 42px;
}
.page-id-10 .hu-about-badge-icon::before {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0;
}
.page-id-10 .hu-about-badge-widget:nth-child(1) .hu-about-badge-icon::before {
  content: "\2606";
}
.page-id-10 .hu-about-badge-widget:nth-child(2) .hu-about-badge-icon::before {
  content: "\25CE";
}
.page-id-10 .hu-about-badge-widget:nth-child(3) .hu-about-badge-icon::before {
  content: "\267A";
}
.page-id-10 .hu-about-badge strong {
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  grid-column: 2;
  line-height: 1.2;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}
.page-id-10 .hu-about-badge small {
  color: #f2f2f2;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  grid-column: 2;
  line-height: 1.2;
  margin-top: 2px;
  min-width: 0;
  overflow-wrap: normal;
  white-space: normal;
}
@media (max-width: 900px) {
  .page-id-10 .hu-about-hero > .elementor-container {
    gap: 36px;
    grid-template-columns: 1fr;
  }
  .page-id-10 .hu-about-badges > .elementor-widget-wrap {
    display: grid !important;
    gap: 12px;
    min-height: 0;
  }
  .page-id-10 .hu-about-badge-widget {
    position: static !important;
    width: 100% !important;
  }
}
.page-id-10 .hu-about-intro-section {
  background: #fff;
  padding: 48px 24px 54px !important;
}
.page-id-10 .hu-about-intro-section > .elementor-container,
.page-id-10 .hu-about-mission-section > .elementor-container,
.page-id-10 .hu-about-stats-section > .elementor-container,
.page-id-10 .hu-about-pexsot-section > .elementor-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 900px !important;
}
.page-id-10 .hu-about-intro-text,
.page-id-10 .hu-about-intro-text p {
  color: #394150;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.65;
  margin: 0 0 12px;
}
.page-id-10 .hu-about-mission-section {
  background: #f2f2f2;
  padding: 46px 24px !important;
}
.page-id-10 .hu-about-mission-section > .elementor-container {
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-id-10 .hu-about-mission-card {
  width: 100% !important;
}
.page-id-10 .hu-about-info-card {
  background: #fff;
  border: 1px solid #d6dee8;
  border-radius: 6px;
  min-height: 172px;
  padding: 24px 28px;
}
.page-id-10 .hu-about-info-icon,
.page-id-10 .hu-about-stat-icon,
.page-id-10 .hu-pexsot-cards span {
  align-items: center;
  background: #e8eef8;
  border-radius: 7px;
  color: var(--brand-900);
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
  text-indent: -999px;
  width: 28px;
}
.page-id-10 .hu-about-info-icon::before,
.page-id-10 .hu-about-stat-icon::before,
.page-id-10 .hu-pexsot-cards span::before {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0;
}
.page-id-10 .hu-about-mission-card:nth-child(1) .hu-about-info-icon::before {
  content: "\25CE";
}
.page-id-10 .hu-about-mission-card:nth-child(2) .hu-about-info-icon::before {
  content: "\2605";
}
.page-id-10 .hu-about-stat-col:nth-child(1) .hu-about-stat-icon::before {
  content: "\2606";
}
.page-id-10 .hu-about-stat-col:nth-child(2) .hu-about-stat-icon::before {
  content: "\25CE";
}
.page-id-10 .hu-about-stat-col:nth-child(3) .hu-about-stat-icon::before {
  content: "\267A";
}
.page-id-10 .hu-about-info-card h3 {
  color: var(--carbon);
  font-size: 14px;
  margin: 0 0 12px;
}
.page-id-10 .hu-about-info-card p {
  color: #6d7480;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}
.page-id-10 .hu-about-stats-section {
  background: #fff;
  padding: 42px 24px 46px !important;
}
.page-id-10 .hu-about-stats-section > .elementor-container {
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-id-10 .hu-about-stat-col {
  width: 100% !important;
}
.page-id-10 .hu-about-stat-card {
  background: #fff;
  border: 1px solid #d6dee8;
  border-radius: 6px;
  min-height: 106px;
  padding: 20px 18px;
  text-align: center;
}
.page-id-10 .hu-about-stat-card strong {
  color: var(--carbon);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
.page-id-10 .hu-about-stat-card small {
  color: #6d7480;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.page-id-10 .elementor-section.hu-about-pexsot-section,
.page-id-10 .hu-about-pexsot-section {
  background: var(--brand-900);
  background-color: var(--brand-900) !important;
  color: #fff;
  padding: 50px 24px 58px !important;
  text-align: center;
}
.page-id-10 .elementor-section.hu-about-pexsot-section::before,
.page-id-10 .elementor-section.hu-about-pexsot-section::after {
  background: transparent !important;
}
.page-id-10 .hu-about-pexsot-title .elementor-heading-title {
  color: #fff !important;
  font-size: 26px !important;
  margin: 0 0 22px !important;
}
.page-id-10 .hu-about-pexsot-eyebrow .elementor-heading-title {
  color: #E4C06E !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px !important;
  font-weight: 800;
  letter-spacing: .18em;
  margin: 0 0 6px !important;
  text-transform: uppercase;
}
.page-id-10 .hu-about-pexsot-lead,
.page-id-10 .hu-about-pexsot-lead p {
  color: #f2f2f2 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.65;
  margin: 0 auto 12px;
  max-width: 620px;
}
.page-id-10 .hu-pexsot-cards {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px auto 34px;
  max-width: 760px;
}
.page-id-10 .hu-pexsot-cards article {
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 6px;
  padding: 20px;
  text-align: left;
}
.page-id-10 .hu-pexsot-cards span {
  background: rgba(255,255,255,.13);
  color: #fff;
}
.page-id-10 .hu-pexsot-cards article:nth-child(1) span::before {
  content: "\25A3";
}
.page-id-10 .hu-pexsot-cards article:nth-child(2) span::before {
  content: "\2302";
}
.page-id-10 .hu-pexsot-cards article:nth-child(3) span::before {
  content: "\25A4";
}
.page-id-10 .hu-pexsot-cards strong {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 7px;
}
.page-id-10 .hu-pexsot-cards small {
  color: #f2f2f2;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}
.page-id-10 .hu-about-pexsot-quote {
  border-top: 1px solid rgba(255,255,255,.22);
  margin: 0 auto;
  max-width: 620px;
  padding-top: 26px;
}
.page-id-10 .hu-about-pexsot-quote blockquote {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 12px;
}
.page-id-10 .hu-about-pexsot-quote p {
  color: #E4C06E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
}
.page-id-10 .hu-about-final-cta {
  background: #fff;
  padding: 82px 24px 90px !important;
  text-align: center;
}
.page-id-10 .hu-about-final-cta > .elementor-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 900px !important;
}
.page-id-10 .hu-about-final-cta .elementor-widget-wrap,
.page-id-10 .hu-about-final-cta .elementor-widget-heading,
.page-id-10 .hu-about-final-cta .elementor-widget-text-editor,
.page-id-10 .hu-about-final-cta .elementor-widget-text-editor p,
.page-id-10 .hu-about-final-cta .elementor-widget-button {
  text-align: center !important;
}
.page-id-10 .hu-about-final-cta .elementor-widget-button {
  display: flex !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-id-10 .hu-about-final-cta .elementor-button {
  display: inline-flex !important;
  justify-content: center !important;
}
.page-id-10 .hu-about-final-cta-title .elementor-heading-title {
  color: var(--carbon) !important;
  font-size: 32px !important;
  line-height: 1.16 !important;
  margin: 0 0 22px !important;
}
.page-id-10 .hu-about-final-cta-text,
.page-id-10 .hu-about-final-cta-text p {
  color: #6d7480 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  margin: 0 0 28px !important;
}
.page-id-10 .hu-about-final-cta-button .elementor-button {
  background: var(--brand-900) !important;
  border-radius: 8px;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  min-width: 150px;
  padding: 15px 26px;
}
@media (max-width: 760px) {
  .page-id-10 .hu-about-mission-section > .elementor-container,
  .page-id-10 .hu-about-stats-section > .elementor-container,
  .page-id-10 .hu-pexsot-cards {
    grid-template-columns: 1fr;
  }
}
.hu-el-section h2.elementor-heading-title,
.hu-el-cta h2.elementor-heading-title {
  color: var(--carbon);
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.12;
  margin-bottom: 30px;
}
.hu-el-card > .elementor-widget-wrap,
.hu-el-room-card > .elementor-widget-wrap,
.hu-el-gallery-card > .elementor-widget-wrap,
.hu-el-review-card > .elementor-widget-wrap,
.hu-el-benefit-card > .elementor-widget-wrap,
.hu-el-policy-card > .elementor-widget-wrap,
.hu-el-faq-card > .elementor-widget-wrap,
.hu-el-map-card > .elementor-widget-wrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  height: 100%;
  overflow: hidden;
  padding: 24px;
  transition: .2s ease;
}
.hu-el-room-card > .elementor-widget-wrap,
.hu-el-gallery-card > .elementor-widget-wrap {
  padding: 0 0 24px;
}
.hu-el-card > .elementor-widget-wrap:hover,
.hu-el-room-card > .elementor-widget-wrap:hover,
.hu-el-gallery-card > .elementor-widget-wrap:hover,
.hu-el-review-card > .elementor-widget-wrap:hover,
.hu-el-benefit-card > .elementor-widget-wrap:hover,
.hu-el-policy-card > .elementor-widget-wrap:hover,
.hu-el-faq-card > .elementor-widget-wrap:hover {
  box-shadow: 0 16px 34px rgba(0,0,0,.12);
  transform: translateY(-2px);
}
.hu-el-card h3.elementor-heading-title,
.hu-el-room-card h3.elementor-heading-title,
.hu-el-gallery-card h3.elementor-heading-title,
.hu-el-review-card h3.elementor-heading-title,
.hu-el-benefit-card h3.elementor-heading-title,
.hu-el-policy-card h3.elementor-heading-title,
.hu-el-faq-card h3.elementor-heading-title {
  color: var(--carbon);
  font-family: var(--font-serif);
  font-size: 21px;
  line-height: 1.18;
  margin: 0;
  padding: 0 20px;
}
.hu-el-card h3.elementor-heading-title,
.hu-el-review-card h3.elementor-heading-title {
  padding: 0;
}
.hu-el-card .elementor-widget-text-editor,
.hu-el-room-card .elementor-widget-text-editor,
.hu-el-gallery-card .elementor-widget-text-editor,
.hu-el-review-card .elementor-widget-text-editor,
.hu-el-benefit-card .elementor-widget-text-editor,
.hu-el-policy-card .elementor-widget-text-editor,
.hu-el-faq-card .elementor-widget-text-editor {
  color: var(--stone-600);
  line-height: 1.65;
  padding: 0 20px;
}
.hu-el-card .elementor-widget-text-editor,
.hu-el-review-card .elementor-widget-text-editor,
.hu-el-benefit-card .elementor-widget-text-editor,
.hu-el-policy-card .elementor-widget-text-editor,
.hu-el-faq-card .elementor-widget-text-editor {
  padding: 0;
}
.hu-el-benefit-card > .elementor-widget-wrap,
.hu-el-policy-card > .elementor-widget-wrap,
.hu-el-faq-card > .elementor-widget-wrap {
  padding: 28px;
}
.hu-el-copy-col > .elementor-widget-wrap {
  align-content: center;
  padding-right: 24px;
}
.hu-el-copy-col h2.elementor-heading-title {
  text-align: left;
}
.hu-el-card-list ul,
.hu-el-copy-col ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.hu-el-card-list li,
.hu-el-copy-col li {
  color: var(--stone-600);
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}
.hu-el-card-list li::before,
.hu-el-copy-col li::before {
  color: var(--brand-900);
  content: "\2713";
  font-weight: 900;
  left: 0;
  position: absolute;
}
.hu-el-card-image img,
.hu-el-room-card img,
.hu-el-gallery-card img,
.hu-el-large-image img {
  object-fit: cover;
  width: 100%;
}
.hu-el-room-card img,
.hu-el-gallery-card img {
  aspect-ratio: 4 / 3;
}
.hu-el-large-image img {
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  height: 430px;
}
.home .hu-el-gallery,
.page-id-6 .hu-el-gallery {
  background: #fff;
  padding: 92px 24px !important;
}
.home .hu-el-gallery > .elementor-container,
.page-id-6 .hu-el-gallery > .elementor-container {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  grid-template-rows: auto 190px 190px auto;
  max-width: 1180px !important;
}
.home .hu-el-gallery > .elementor-container::before,
.home .hu-el-gallery > .elementor-container::after,
.page-id-6 .hu-el-gallery > .elementor-container::before,
.page-id-6 .hu-el-gallery > .elementor-container::after {
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  min-height: 190px;
  padding: 24px;
  white-space: pre-line;
}
.home .hu-el-gallery > .elementor-container::before,
.page-id-6 .hu-el-gallery > .elementor-container::before {
  background-image: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.18)), url("assets/images/rooms/lavabo.jpg");
  content: "BaÃ±o Privado\A Equipado y confortable";
  grid-column: 3;
  grid-row: 3;
}
.home .hu-el-gallery > .elementor-container::after,
.page-id-6 .hu-el-gallery > .elementor-container::after {
  background-image: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.18)), url("assets/images/hotel/exterior-1.jpg");
  content: "UbicaciÃ³n\A Junto a la UTPL, Loja";
  grid-column: 4;
  grid-row: 3;
}
.home .hu-el-gallery .hu-el-section-head,
.page-id-6 .hu-el-gallery .hu-el-section-head {
  grid-column: 1 / -1;
  width: 100% !important;
}
.home .hu-el-gallery .hu-el-section-head > .elementor-widget-wrap,
.page-id-6 .hu-el-gallery .hu-el-section-head > .elementor-widget-wrap {
  margin: 0 auto 44px;
  max-width: 820px;
  text-align: center;
}
.home .hu-el-gallery .hu-el-section-head h2.elementor-heading-title,
.page-id-6 .hu-el-gallery .hu-el-section-head h2.elementor-heading-title {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.04;
  margin: 8px 0 18px;
}
.home .hu-el-gallery .hu-el-section-lead p,
.page-id-6 .hu-el-gallery .hu-el-section-lead p {
  color: var(--stone-500);
  font-size: 20px;
}
.home .hu-el-gallery .hu-el-gallery-card,
.page-id-6 .hu-el-gallery .hu-el-gallery-card {
  width: auto !important;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(2),
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(3),
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) {
  grid-column: 3;
  grid-row: 2;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(4),
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) {
  grid-column: 4;
  grid-row: 2;
}
.home .hu-el-gallery .hu-el-gallery-card > .elementor-widget-wrap,
.page-id-6 .hu-el-gallery .hu-el-gallery-card > .elementor-widget-wrap {
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  overflow: hidden;
  padding: 24px !important;
  position: relative;
}
.home .hu-el-gallery .hu-el-gallery-card > .elementor-widget-wrap::before,
.page-id-6 .hu-el-gallery .hu-el-gallery-card > .elementor-widget-wrap::before {
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.25), rgba(0,0,0,.05));
  content: "";
  inset: 0;
  position: absolute;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) > .elementor-widget-wrap,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) > .elementor-widget-wrap {
  background-image: url("assets/images/hotel/recepcion.jpg");
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) > .elementor-widget-wrap,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) > .elementor-widget-wrap {
  background-image: url("assets/images/rooms/simple.jpg");
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) > .elementor-widget-wrap,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) > .elementor-widget-wrap {
  background-image: url("assets/images/hotel/restaurante.jpg");
}
.home .hu-el-gallery .hu-el-gallery-card .hu-el-card-image,
.page-id-6 .hu-el-gallery .hu-el-gallery-card .hu-el-card-image {
  display: none;
}
.home .hu-el-gallery .hu-el-gallery-card h3.elementor-heading-title,
.page-id-6 .hu-el-gallery .hu-el-gallery-card h3.elementor-heading-title,
.home .hu-el-gallery .hu-el-gallery-card .elementor-widget-text-editor,
.page-id-6 .hu-el-gallery .hu-el-gallery-card .elementor-widget-text-editor {
  padding: 0;
  position: relative;
  z-index: 1;
}
.home .hu-el-gallery .hu-el-gallery-card h3.elementor-heading-title,
.page-id-6 .hu-el-gallery .hu-el-gallery-card h3.elementor-heading-title {
  color: #fff;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) h3.elementor-heading-title,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) h3.elementor-heading-title {
  font-family: var(--font-serif);
  font-size: 28px;
}
.home .hu-el-gallery .hu-el-gallery-card .elementor-widget-text-editor,
.page-id-6 .hu-el-gallery .hu-el-gallery-card .elementor-widget-text-editor,
.home .hu-el-gallery .hu-el-gallery-card .elementor-widget-text-editor p,
.page-id-6 .hu-el-gallery .hu-el-gallery-card .elementor-widget-text-editor p {
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) .elementor-widget-text-editor p,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) .elementor-widget-text-editor p {
  color: transparent;
  font-size: 0;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) .elementor-widget-text-editor p::after,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) .elementor-widget-text-editor p::after {
  color: rgba(255,255,255,.86);
  content: "AtenciÃ³n personalizada las 24 horas del dÃ­a";
  font-size: 18px;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) h3.elementor-heading-title,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) h3.elementor-heading-title,
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) h3.elementor-heading-title,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) h3.elementor-heading-title,
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) .elementor-widget-text-editor p,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) .elementor-widget-text-editor p,
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) .elementor-widget-text-editor p,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) .elementor-widget-text-editor p {
  color: transparent;
  font-size: 0;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) h3.elementor-heading-title::after,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) h3.elementor-heading-title::after {
  color: #fff;
  content: "Habitaciones";
  font-size: 18px;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) .elementor-widget-text-editor p::after,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) .elementor-widget-text-editor p::after {
  color: rgba(255,255,255,.82);
  content: "DiseÃ±adas para el descanso";
  font-size: 16px;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) h3.elementor-heading-title::after,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) h3.elementor-heading-title::after {
  color: #fff;
  content: "Desayuno";
  font-size: 18px;
}
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) .elementor-widget-text-editor p::after,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) .elementor-widget-text-editor p::after {
  color: rgba(255,255,255,.82);
  content: "Incluido en tu estadÃ­a";
  font-size: 16px;
}
.home .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card),
.page-id-6 .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card) {
  display: block !important;
  grid-column: 1 / -1;
  grid-row: 4;
  width: auto !important;
}
.home .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card)::before,
.home .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card)::after,
.page-id-6 .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card)::before,
.page-id-6 .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card)::after {
  content: none !important;
  display: none !important;
}
.home .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card) > .elementor-widget-wrap,
.page-id-6 .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card) > .elementor-widget-wrap {
  justify-content: center;
  padding: 34px 0 0 !important;
  width: 100%;
}
.home .hu-el-gallery .hu-el-button-primary .elementor-button,
.page-id-6 .hu-el-gallery .hu-el-button-primary .elementor-button {
  background: #fff !important;
  border: 1px solid var(--brand-900);
  color: var(--brand-900) !important;
  min-width: 240px;
}
.hu-el-room-card .elementor-widget-button {
  padding: 0 20px;
}
.home .hu-el-rooms,
.page-id-6 .hu-el-rooms {
  background: #fff;
  padding: 92px 24px !important;
}
.home .hu-el-rooms > .elementor-container,
.page-id-6 .hu-el-rooms > .elementor-container {
  display: grid !important;
  gap: 36px 28px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px !important;
}
.home .hu-el-rooms .hu-el-section-head,
.page-id-6 .hu-el-rooms .hu-el-section-head {
  grid-column: 1 / -1;
  width: 100% !important;
}
.home .hu-el-rooms .hu-el-section-head > .elementor-widget-wrap,
.page-id-6 .hu-el-rooms .hu-el-section-head > .elementor-widget-wrap {
  margin: 0 auto 34px;
  max-width: 900px;
  text-align: center;
}
.home .hu-el-rooms .hu-el-eyebrow .elementor-heading-title,
.page-id-6 .hu-el-rooms .hu-el-eyebrow .elementor-heading-title {
  color: var(--stone-500);
  font-size: 13px;
  letter-spacing: .16em;
}
.home .hu-el-rooms .hu-el-section-head h2.elementor-heading-title,
.page-id-6 .hu-el-rooms .hu-el-section-head h2.elementor-heading-title {
  color: transparent;
  font-size: 0;
  margin: 8px 0 18px;
}
.home .hu-el-rooms .hu-el-section-head h2.elementor-heading-title::after,
.page-id-6 .hu-el-rooms .hu-el-section-head h2.elementor-heading-title::after {
  color: var(--carbon);
  content: "Nuestras habitaciones";
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.04;
}
.home .hu-el-rooms .hu-el-section-lead p,
.page-id-6 .hu-el-rooms .hu-el-section-lead p {
  color: transparent;
  font-size: 0;
  margin: 0;
}
.home .hu-el-rooms .hu-el-section-lead p::after,
.page-id-6 .hu-el-rooms .hu-el-section-lead p::after {
  color: var(--stone-500);
  content: "DiseÃ±adas para tu comodidad, desde estadÃ­as cortas hasta largas temporadas.";
  display: block;
  font-size: 20px;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  text-align: center;
}
.home .hu-el-rooms .hu-el-room-card,
.page-id-6 .hu-el-rooms .hu-el-room-card {
  width: auto !important;
}
.home .hu-el-rooms .hu-el-room-card:nth-of-type(5),
.page-id-6 .hu-el-rooms .hu-el-room-card:nth-of-type(5) {
  grid-column: 2;
}
.home .hu-el-rooms .hu-el-room-card > .elementor-widget-wrap,
.page-id-6 .hu-el-rooms .hu-el-room-card > .elementor-widget-wrap {
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
  display: flex !important;
  flex-direction: column;
  height: 100%;
  padding: 0 0 28px !important;
}
.home .hu-el-rooms .hu-el-card-image,
.page-id-6 .hu-el-rooms .hu-el-card-image {
  margin-bottom: 0;
  width: 100%;
}
.home .hu-el-rooms .hu-el-card-image img,
.page-id-6 .hu-el-rooms .hu-el-card-image img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.home .hu-el-rooms .hu-el-card-eyebrow,
.page-id-6 .hu-el-rooms .hu-el-card-eyebrow {
  display: none;
}
.home .hu-el-rooms .hu-el-room-card h3.elementor-heading-title,
.page-id-6 .hu-el-rooms .hu-el-room-card h3.elementor-heading-title {
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.12;
  padding: 28px 28px 0;
  text-align: left;
}
.home .hu-el-rooms .hu-el-room-card .elementor-widget-text-editor:not(.hu-el-card-list),
.page-id-6 .hu-el-rooms .hu-el-room-card .elementor-widget-text-editor:not(.hu-el-card-list) {
  color: var(--stone-500);
  font-size: 18px;
  line-height: 1.55;
  padding: 0 28px;
}
.home .hu-el-rooms .hu-el-card-list,
.page-id-6 .hu-el-rooms .hu-el-card-list {
  padding: 0 28px;
}
.home .hu-el-rooms .hu-el-card-list ul,
.page-id-6 .hu-el-rooms .hu-el-card-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.home .hu-el-rooms .hu-el-card-list li,
.page-id-6 .hu-el-rooms .hu-el-card-list li {
  background: #f0f0f1;
  border-radius: 999px;
  color: var(--stone-600);
  font-size: 14px;
  line-height: 1.2;
  padding: 7px 14px;
}
.home .hu-el-rooms .hu-el-card-list li::before,
.page-id-6 .hu-el-rooms .hu-el-card-list li::before {
  content: none;
}
.home .hu-el-rooms .hu-el-room-card .elementor-widget-button,
.page-id-6 .hu-el-rooms .hu-el-room-card .elementor-widget-button {
  margin-top: auto;
  padding: 22px 28px 0;
  width: 100%;
}
.home .hu-el-rooms .hu-el-button-primary .elementor-button,
.page-id-6 .hu-el-rooms .hu-el-button-primary .elementor-button {
  background: var(--brand-900) !important;
  border-radius: 6px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  min-height: 52px;
  width: 100%;
}
.home .hu-el-rooms .hu-el-button-primary .elementor-button-text,
.page-id-6 .hu-el-rooms .hu-el-button-primary .elementor-button-text {
  font-size: 0;
}
.home .hu-el-rooms .hu-el-button-primary .elementor-button-text::after,
.page-id-6 .hu-el-rooms .hu-el-button-primary .elementor-button-text::after {
  content: "Reservar";
  font-size: 18px;
}
.elementor-section.hu-el-cta,
.hu-el-cta {
  background: #f2f2f2 !important;
  color: var(--carbon) !important;
  padding: 72px 24px !important;
  text-align: center;
}
.elementor-section.hu-el-cta > .elementor-container {
  max-width: 760px !important;
}
.hu-el-cta .elementor-widget-wrap,
.hu-el-cta .elementor-widget-heading,
.hu-el-cta .elementor-widget-text-editor,
.hu-el-cta .elementor-widget-button,
.elementor-section.hu-el-cta .elementor-widget-wrap,
.elementor-section.hu-el-cta .elementor-widget-heading,
.elementor-section.hu-el-cta .elementor-widget-text-editor,
.elementor-section.hu-el-cta .elementor-widget-button {
  text-align: center !important;
}
.hu-el-cta .elementor-widget-button,
.elementor-section.hu-el-cta .elementor-widget-button {
  display: flex !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.hu-el-cta h2.elementor-heading-title,
.hu-el-cta .elementor-widget-text-editor,
.hu-el-cta .elementor-widget-text-editor p,
.elementor-section.hu-el-cta h2.elementor-heading-title,
.elementor-section.hu-el-cta .elementor-widget-text-editor,
.elementor-section.hu-el-cta .elementor-widget-text-editor p {
  color: var(--carbon) !important;
  text-align: center !important;
}
.elementor-section.hu-el-cta .hu-el-button-light .elementor-button {
  background: var(--brand-900) !important;
  color: #fff !important;
  display: inline-flex !important;
  justify-content: center !important;
}
.elementor-section.hu-el-stats,
.hu-el-stats {
  background: var(--brand-900) !important;
  color: #fff;
  padding: 74px 24px 66px !important;
  text-align: center;
}
.elementor-section.hu-el-stats > .elementor-container,
.hu-el-stats > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 32px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px !important;
}
.hu-el-stats .elementor-column {
  width: 100% !important;
}
.hu-el-stat-number .elementor-heading-title {
  color: #fff !important;
  font-family: var(--font-serif);
  font-size: 36px !important;
  font-weight: 800;
  line-height: 1 !important;
  margin: 0;
}
.hu-el-stats .elementor-column:last-child .hu-el-stat-number .elementor-heading-title::after {
  color: #fff;
  content: "\2605";
  font-family: var(--font-serif);
}
.hu-el-stat-label,
.hu-el-stat-label p {
  color: #fff !important;
  font-size: 15px;
  line-height: 1.35;
  margin: 7px 0 0;
}
.elementor-section.hu-el-stats .elementor-heading-title,
.elementor-section.hu-el-stats .elementor-widget-container,
.elementor-section.hu-el-stats .elementor-widget-container p,
.hu-el-stats .elementor-heading-title,
.hu-el-stats .elementor-widget-container,
.hu-el-stats .elementor-widget-container p {
  color: #fff !important;
}
.hu-el-review-card > .elementor-widget-wrap::before {
  color: #f59e0b;
  content: "â˜…â˜…â˜…â˜…â˜…";
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
.home .hu-el-reviews,
.page-id-6 .hu-el-reviews {
  background: var(--stone-100) !important;
  padding: 92px 24px 86px !important;
}
.home .hu-el-reviews > .elementor-container,
.page-id-6 .hu-el-reviews > .elementor-container {
  display: grid !important;
  gap: 30px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px !important;
}
.home .hu-el-reviews .hu-el-section-head,
.page-id-6 .hu-el-reviews .hu-el-section-head {
  grid-column: 1 / -1;
  width: 100% !important;
}
.home .hu-el-reviews .hu-el-section-head > .elementor-widget-wrap,
.page-id-6 .hu-el-reviews .hu-el-section-head > .elementor-widget-wrap {
  margin: 0 auto 22px;
  max-width: 760px;
  text-align: center;
}
.home .hu-el-reviews .hu-el-eyebrow .elementor-heading-title,
.page-id-6 .hu-el-reviews .hu-el-eyebrow .elementor-heading-title,
.home .hu-el-reviews .hu-el-section-head h2.elementor-heading-title,
.page-id-6 .hu-el-reviews .hu-el-section-head h2.elementor-heading-title {
  color: transparent;
  font-size: 0;
}
.home .hu-el-reviews .hu-el-eyebrow .elementor-heading-title::after,
.page-id-6 .hu-el-reviews .hu-el-eyebrow .elementor-heading-title::after {
  color: var(--stone-500);
  content: "Lo que dicen nuestros huÃ©spedes";
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.home .hu-el-reviews .hu-el-section-head h2.elementor-heading-title::after,
.page-id-6 .hu-el-reviews .hu-el-section-head h2.elementor-heading-title::after {
  color: var(--carbon);
  content: "Resenas verificadas";
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.08;
  margin-top: 10px;
}
.home .hu-el-reviews .hu-el-review-card,
.page-id-6 .hu-el-reviews .hu-el-review-card {
  width: auto !important;
}
.home .hu-el-reviews .hu-el-review-card > .elementor-widget-wrap,
.page-id-6 .hu-el-reviews .hu-el-review-card > .elementor-widget-wrap {
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,.10);
  min-height: 252px;
  padding: 28px !important;
}
.home .hu-el-reviews .hu-el-review-card > .elementor-widget-wrap:hover,
.page-id-6 .hu-el-reviews .hu-el-review-card > .elementor-widget-wrap:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  transform: none;
}
.home .hu-el-reviews .hu-el-review-card > .elementor-widget-wrap::before,
.page-id-6 .hu-el-reviews .hu-el-review-card > .elementor-widget-wrap::before {
  color: #f5a400;
  content: "â˜… â˜… â˜… â˜… â˜…";
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.home .hu-el-reviews .hu-el-review-card h3.elementor-heading-title,
.page-id-6 .hu-el-reviews .hu-el-review-card h3.elementor-heading-title {
  display: none;
}
.home .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor,
.page-id-6 .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor,
.home .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor p,
.page-id-6 .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor p {
  color: transparent;
  font-size: 0;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.home .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor p::after,
.page-id-6 .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor p::after {
  color: var(--stone-600);
  display: block;
  font-size: 17px;
  line-height: 1.6;
}
.home .hu-el-reviews .hu-el-review-card:nth-of-type(2) .elementor-widget-text-editor p::after,
.page-id-6 .hu-el-reviews .hu-el-review-card:nth-of-type(2) .elementor-widget-text-editor p::after {
  content: "\"Personas muy amables y cÃ¡lidas en la atenciÃ³n. La ubicaciÃ³n es excelente, segura, junto a la UTPL. Los desayunos y almuerzos que ofrecen, muy buenos.\"";
}
.home .hu-el-reviews .hu-el-review-card:nth-of-type(3) .elementor-widget-text-editor p::after,
.page-id-6 .hu-el-reviews .hu-el-review-card:nth-of-type(3) .elementor-widget-text-editor p::after {
  content: "\"UbicaciÃ³n excelente junto a la universidad UTPL, los dueÃ±os muy amables y gentiles, nos sentimos muy bien en nuestra estancia en Loja.\"";
}
.home .hu-el-reviews .hu-el-review-card:nth-of-type(4) .elementor-widget-text-editor p::after,
.page-id-6 .hu-el-reviews .hu-el-review-card:nth-of-type(4) .elementor-widget-text-editor p::after {
  content: "\"Todo fue excelente. El trato fue amable desde el principio y durante toda la estadÃ­a. El ambiente del hotel es muy agradable y el desayuno, riquÃ­simo.\"";
}
.home .hu-el-reviews .hu-el-review-card > .elementor-widget-wrap::after,
.page-id-6 .hu-el-reviews .hu-el-review-card > .elementor-widget-wrap::after {
  border-top: 1px solid #edf0f2;
  color: var(--carbon);
  content: "HuÃ©sped verificado                          Booking.com";
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 28px;
  padding-top: 18px;
  white-space: pre;
}
.home .hu-el-reviews > .elementor-container::after,
.page-id-6 .hu-el-reviews > .elementor-container::after {
  color: var(--brand-900);
  content: "Ver todas las resenas en Booking.com â†’";
  display: block;
  font-size: 16px;
  font-weight: 800;
  grid-column: 1 / -1;
  margin-top: 16px;
  text-align: center;
}
.hu-el-map-card > .elementor-widget-wrap {
  padding: 0;
}
.hu-el-map-card iframe {
  border-radius: 12px;
  display: block;
  min-height: 420px;
}
.hu-el-contact .hu-el-card > .elementor-widget-wrap {
  min-height: 420px;
}

/* Replica frontend pages in Elementor */
.hu-replica {
  --rp-blue: #1f3f92;
  --rp-blue-700: #2f4fc4;
  --rp-blue-50: #f1f2fa;
  --rp-carbon: #1c1c1c;
  --rp-stone-600: #65645f;
  --rp-stone-500: #8f8d86;
  --rp-stone-200: #e5e7eb;
  --rp-stone-100: #f2f2f2;
  color: var(--rp-carbon);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.hu-replica h1,
.hu-replica h2,
.hu-replica .rp-serif {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}
.hu-replica a {
  text-decoration: none;
}
.rp-hero {
  background: var(--rp-blue);
  color: #fff;
  overflow: hidden;
  padding: 96px 24px;
  position: relative;
}
.rp-hero::before {
  background: linear-gradient(rgba(0,51,160,.82), rgba(0,51,160,.82)), url("assets/images/rooms/vista-ciudad.jpg") center/cover;
  content: "";
  inset: 0;
  position: absolute;
}
.rp-hero::after {
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.14) 1px, transparent 0);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: .35;
  position: absolute;
}
.rp-hero-lines {
  inset: 0;
  opacity: .8;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rp-container {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.rp-hero-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) 360px;
}
.rp-eyebrow {
  align-items: center;
  color: #E4C06E;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: .18em;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.rp-eyebrow::before {
  background: rgba(255,255,255,.45);
  content: "";
  height: 1px;
  width: 32px;
}
.rp-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
}
.rp-hero p.rp-lead {
  color: #f2f2f2;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  margin: 20px 0 0;
  max-width: 560px;
}
.rp-hero-cards {
  height: 250px;
  position: relative;
}
.rp-hero-center {
  align-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.4);
  display: flex;
  height: 112px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 112px;
}
.rp-hero-card {
  align-items: center;
  background: rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
  display: flex;
  gap: 12px;
  min-width: 205px;
  padding: 13px 16px;
  position: absolute;
}
.rp-hero-card:nth-child(2) { right: 0; top: 0; }
.rp-hero-card:nth-child(3) { left: 0; top: 50%; transform: translateY(-50%); }
.rp-hero-card:nth-child(4) { bottom: 0; right: 34px; }
.rp-iconbox,
.rp-round-icon {
  align-items: center;
  background: var(--rp-blue-50);
  color: var(--rp-blue);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}
.rp-hero-card .rp-iconbox {
  background: rgba(255,255,255,.16);
  border-radius: 9px;
  color: #fff;
  height: 38px;
  width: 38px;
}
.rp-hero-card strong {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.15;
}
.rp-hero-card span {
  color: #E4C06E;
  display: block;
  font-size: 13px;
  line-height: 1.25;
  margin-top: 2px;
}
.rp-section {
  padding: 64px 24px;
}
.rp-section-soft {
  background: #f8fafc;
}
.rp-section-gray {
  background: var(--rp-stone-100);
}
.rp-section-blue {
  background: var(--rp-blue);
  color: #fff;
}
.rp-narrow {
  margin: 0 auto;
  max-width: 780px;
}
.rp-narrow p,
.rp-text {
  color: var(--rp-stone-600);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 16px;
}
.rp-grid-2,
.rp-grid-3,
.rp-grid-4 {
  display: grid;
  gap: 24px;
}
.rp-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rp-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rp-card {
  background: #fff;
  border: 1px solid #d9e0e8;
  border-radius: 12px;
  box-shadow: 0 2px 9px rgba(15,23,42,.05);
  padding: 28px;
}
.rp-card h2,
.rp-card h3 {
  color: var(--rp-carbon);
  font-size: 20px;
  line-height: 1.2;
  margin: 14px 0 0;
}
.rp-card p {
  color: var(--rp-stone-600);
  font-size: 15px;
  line-height: 1.65;
  margin: 12px 0 0;
}
.rp-iconbox {
  border-radius: 10px;
  height: 44px;
  width: 44px;
}
.rp-round-icon {
  border-radius: 999px;
  height: 56px;
  width: 56px;
}
.rp-center { text-align: center; }
.rp-section-title {
  color: var(--rp-carbon);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}
.rp-section-sub {
  color: var(--rp-stone-500);
  line-height: 1.65;
  margin: 12px 0 0;
}
.rp-kicker {
  color: var(--rp-stone-500);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.rp-blue-kicker {
  color: #E4C06E;
}
.rp-btn {
  align-items: center;
  background: var(--rp-blue);
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 46px;
  padding: 13px 24px;
}
.rp-btn:hover {
  background: var(--rp-blue-700);
}
.rp-btn-outline {
  background: transparent;
  border: 1px solid #d1d5db;
  color: var(--rp-stone-600) !important;
}
.rp-btn-outline:hover {
  background: #fff;
  border-color: var(--rp-blue);
  color: var(--rp-blue) !important;
}
.rp-room {
  background: #fff;
  border: 1px solid var(--rp-stone-200);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(15,23,42,.06);
  display: grid;
  grid-template-columns: 40% 60%;
  margin-bottom: 32px;
  overflow: hidden;
}
.rp-room:nth-child(even) .rp-room-image {
  order: 2;
}
.rp-room:nth-child(even) .rp-room-body {
  order: 1;
}
.rp-room-image {
  min-height: 310px;
  overflow: hidden;
}
.rp-room-image img {
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}
.rp-room:hover img {
  transform: scale(1.045);
}
.rp-room-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}
.rp-room h2 {
  color: var(--rp-carbon);
  font-size: 30px;
  line-height: 1.15;
  margin: 0;
}
.rp-meta {
  color: var(--rp-stone-500);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 18px;
  margin-top: 8px;
}
.rp-amenities {
  display: grid;
  gap: 8px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.rp-amenities li {
  align-items: center;
  color: var(--rp-carbon);
  display: flex;
  font-size: 14px;
  gap: 8px;
}
.rp-amenities li::before {
  color: var(--rp-blue);
  content: "\2713";
  font-weight: 900;
}
.rp-policy {
  background: #fff;
  border: 1px solid var(--rp-stone-200);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(15,23,42,.05);
  overflow: hidden;
}
.rp-policy-row {
  align-items: center;
  border-bottom: 1px solid var(--rp-stone-200);
  display: flex;
  justify-content: space-between;
  padding: 17px 24px;
}
.rp-policy-row:last-child {
  border-bottom: 0;
}
.rp-policy-row dt {
  color: var(--rp-stone-600);
  font-size: 14px;
  font-weight: 700;
}
.rp-policy-row dd {
  color: var(--rp-carbon);
  font-size: 14px;
  margin: 0;
  text-align: right;
}
.rp-blue-card {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.22);
}
.rp-blue-card h3,
.rp-section-blue h2 {
  color: #fff;
}
.rp-blue-card p,
.rp-section-blue .rp-section-sub {
  color: #E4C06E;
}
.rp-quote {
  border-top: 1px solid rgba(255,255,255,.25);
  color: #f2f2f2;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.55;
  margin: 52px auto 0;
  max-width: 720px;
  padding-top: 36px;
  text-align: center;
}
.rp-gallery-tabs {
  background: #fff;
  border-bottom: 1px solid var(--rp-stone-200);
  position: sticky;
  top: 96px;
  z-index: 9;
}
.rp-gallery-tabs .rp-container {
  display: flex;
  gap: 28px;
  overflow-x: auto;
}
.rp-gallery-tabs span {
  border-bottom: 2px solid transparent;
  color: var(--rp-stone-500);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 0;
  white-space: nowrap;
}
.rp-gallery-tabs span.is-active {
  border-color: var(--rp-blue);
  color: var(--rp-blue);
}
.rp-gallery-tabs span {
  cursor: pointer;
  user-select: none;
}
.rp-photo.is-hidden {
  display: none;
}

.hu-about-page {
  --about-blue: #1f3f92;
  --about-blue-700: #2f4fc4;
  --about-blue-50: #f1f2fa;
  --about-carbon: #1c1c1c;
  --about-stone: #65645f;
  --about-line: #d9e0e8;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}
.hu-about-page .elementor-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px !important;
}
.hu-about-hero {
  background: var(--about-blue);
  color: #fff;
  overflow: hidden;
  padding: 96px 24px !important;
  position: relative;
}
.hu-about-hero::before {
  background: linear-gradient(rgba(0,51,160,.82), rgba(0,51,160,.82)), url("assets/images/hotel/exterior-1.jpg") center/cover;
  content: "";
  inset: 0;
  position: absolute;
}
.hu-about-hero::after {
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.14) 1px, transparent 0);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: .35;
  position: absolute;
}
.hu-about-hero > .elementor-container {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 380px;
  position: relative;
  z-index: 1;
}
.hu-about-kicker .elementor-heading-title {
  color: #E4C06E !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase;
}
.hu-about-title .elementor-heading-title {
  color: inherit !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  font-weight: 800 !important;
  line-height: .98 !important;
}
.hu-about-lead {
  color: #f2f2f2;
  font-size: 17px;
  line-height: 1.65;
  max-width: 620px;
}
.hu-about-hero-cards > .elementor-widget-wrap {
  display: grid !important;
  gap: 16px;
}
.hu-about-mini-card > .elementor-widget-container {
  align-items: center;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
  color: #fff;
  display: flex;
  min-height: 82px;
  padding: 18px 20px;
}
.hu-about-mini-card .elementor-heading-title {
  color: #fff !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
.hu-about-mini-card .elementor-heading-title span {
  color: #E4C06E;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}
.hu-about-section {
  padding: 74px 24px !important;
}
.hu-about-narrow-section .elementor-container,
.hu-about-cta-section .elementor-container {
  max-width: 780px !important;
}
.hu-about-cta-section,
.hu-about-cta-section .elementor-widget-wrap,
.hu-about-cta-section .elementor-widget-heading,
.hu-about-cta-section .elementor-widget-text-editor,
.hu-about-cta-section .elementor-widget-text-editor p,
.hu-about-cta-section .elementor-widget-button {
  text-align: center !important;
}
.hu-about-cta-section .elementor-widget-button {
  display: flex !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.hu-about-cta-section .elementor-button {
  display: inline-flex !important;
  justify-content: center !important;
}
.hu-about-section-soft {
  background: #f8fafc;
}
.hu-about-section-blue {
  background: var(--about-blue);
  color: #fff;
}
.hu-about-heading .elementor-heading-title {
  color: var(--about-carbon) !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
}
.hu-about-section-blue .hu-about-heading .elementor-heading-title,
.hu-about-section-blue .hu-about-text {
  color: #fff !important;
}
.hu-about-text {
  color: var(--about-stone);
  font-size: 16px;
  line-height: 1.75;
}
.hu-about-text p {
  margin: 0 0 16px;
}
.hu-about-narrow-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.hu-about-center {
  text-align: center;
}
.hu-about-card > .elementor-widget-wrap {
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
  height: 100%;
  padding: 30px !important;
}
.hu-about-card-blue > .elementor-widget-wrap {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}
.hu-about-card-blue .elementor-heading-title,
.hu-about-card-blue .hu-about-text {
  color: #fff !important;
}
.hu-about-icon-card > .elementor-widget-wrap::before,
.hu-about-stat-card > .elementor-widget-wrap::before {
  align-items: center;
  background: var(--about-blue-50);
  border-radius: 12px;
  color: var(--about-blue);
  content: "\2713";
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  margin-bottom: 18px;
  width: 48px;
}
.hu-about-stat-card > .elementor-widget-wrap {
  align-items: center;
  text-align: center;
}
.hu-about-stat-card > .elementor-widget-wrap::before {
  border-radius: 999px;
  content: "â˜…";
  height: 56px;
  width: 56px;
}
.hu-about-stat-value .elementor-heading-title {
  color: var(--about-carbon) !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}
.hu-about-list .elementor-icon-list-item {
  align-items: flex-start !important;
  gap: 10px;
}
.hu-about-list .elementor-icon-list-text {
  color: #374151;
  line-height: 1.55;
}
.hu-about-quote .elementor-widget-container {
  color: #f2f2f2;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 720px;
  padding-top: 36px;
  text-align: center;
}
.hu-about-quote-section {
  padding: 0 24px 74px !important;
}
.hu-about-pillars-section {
  padding: 0 24px 20px !important;
}

.hu-rooms-page {
  --rooms-blue: #1f3f92;
  --rooms-blue-700: #2f4fc4;
  --rooms-blue-50: #f1f2fa;
  --rooms-carbon: #1c1c1c;
  --rooms-stone: #65645f;
  --rooms-line: #d9e0e8;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}
.hu-rooms-page .elementor-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px !important;
}
.hu-rooms-hero {
  background: var(--rooms-blue);
  color: #fff;
  overflow: hidden;
  padding: 96px 24px !important;
  position: relative;
}
.hu-rooms-hero::before {
  background: linear-gradient(rgba(0,51,160,.82), rgba(0,51,160,.82)), url("assets/images/rooms/vista-ciudad.jpg") center/cover;
  content: "";
  inset: 0;
  position: absolute;
}
.hu-rooms-hero::after {
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.14) 1px, transparent 0);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: .35;
  position: absolute;
}
.hu-rooms-hero > .elementor-container {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 380px;
  position: relative;
  z-index: 1;
}
.hu-rooms-kicker .elementor-heading-title {
  color: #E4C06E !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase;
}
.hu-rooms-title .elementor-heading-title {
  color: inherit !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  font-weight: 800 !important;
  line-height: .98 !important;
}
.hu-rooms-lead {
  color: #f2f2f2;
  font-size: 17px;
  line-height: 1.65;
  max-width: 620px;
}
.hu-rooms-hero-cards > .elementor-widget-wrap {
  display: grid !important;
  gap: 16px;
}
.hu-rooms-mini-card > .elementor-widget-container {
  align-items: center;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
  color: #fff;
  display: flex;
  min-height: 82px;
  padding: 18px 20px;
}
.hu-rooms-mini-card .elementor-heading-title {
  color: #fff !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
.hu-rooms-mini-card .elementor-heading-title span {
  color: #E4C06E;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}
.hu-rooms-list {
  padding: 74px 24px !important;
}
.hu-room-row {
  padding: 0 24px 32px !important;
}
.hu-room-row > .elementor-container {
  background: #fff;
  border: 1px solid var(--rooms-line);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(15,23,42,.06);
  display: grid;
  grid-template-columns: 40% 60%;
  overflow: hidden;
}
.hu-room-row-reverse > .elementor-container {
  grid-template-columns: 60% 40%;
}
.hu-room-row-reverse .hu-room-image-col {
  order: 2;
}
.hu-room-row-reverse .hu-room-content-col {
  order: 1;
}
.hu-room-image-col > .elementor-widget-wrap {
  min-height: 320px;
  padding: 0 !important;
}
.hu-room-image img {
  height: 100% !important;
  min-height: 320px;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}
.hu-room-row:hover .hu-room-image img {
  transform: scale(1.045);
}
.hu-room-content-col > .elementor-widget-wrap {
  padding: 32px !important;
}
.hu-room-title .elementor-heading-title {
  color: var(--rooms-carbon) !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}
.hu-room-meta .elementor-heading-title {
  color: #8f8d86 !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.hu-room-description {
  color: var(--rooms-stone);
  font-size: 15px;
  line-height: 1.7;
}
.hu-room-amenities .elementor-icon-list-items {
  display: grid !important;
  gap: 8px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hu-room-amenities .elementor-icon-list-text {
  color: var(--rooms-carbon);
  font-size: 14px;
}
.hu-room-amenities .elementor-icon-list-icon svg {
  fill: var(--rooms-blue);
}

.hu-services-page {
  --services-blue: #1f3f92;
  --services-blue-700: #2f4fc4;
  --services-blue-50: #f1f2fa;
  --services-carbon: #1c1c1c;
  --services-stone: #65645f;
  --services-line: #d9e0e8;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}
.hu-services-page .elementor-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px !important;
}
.hu-services-hero {
  background: var(--services-blue);
  color: #fff;
  overflow: hidden;
  padding: 96px 24px !important;
  position: relative;
}
.hu-services-hero::before {
  background: linear-gradient(rgba(0,51,160,.82), rgba(0,51,160,.82)), url("assets/images/hotel/restaurante.jpg") center/cover;
  content: "";
  inset: 0;
  position: absolute;
}
.hu-services-hero::after {
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.14) 1px, transparent 0);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: .35;
  position: absolute;
}
.hu-services-hero > .elementor-container {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 380px;
  position: relative;
  z-index: 1;
}
.hu-services-kicker .elementor-heading-title {
  color: #E4C06E !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase;
}
.hu-services-title .elementor-heading-title {
  color: inherit !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  font-weight: 800 !important;
  line-height: .98 !important;
}
.hu-services-lead {
  color: #f2f2f2;
  font-size: 17px;
  line-height: 1.65;
  max-width: 620px;
}
.hu-services-hero-cards > .elementor-widget-wrap {
  display: grid !important;
  gap: 16px;
}
.hu-services-mini-card > .elementor-widget-container {
  align-items: center;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
  color: #fff;
  display: flex;
  min-height: 82px;
  padding: 18px 20px;
}
.hu-services-mini-card .elementor-heading-title {
  color: #fff !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
.hu-services-mini-card .elementor-heading-title span {
  color: #E4C06E;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}
.hu-services-grid-section {
  padding: 74px 24px !important;
}
.hu-services-card > .elementor-widget-wrap {
  background: #fff;
  border: 1px solid var(--services-line);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(15,23,42,.06);
  height: 100%;
  padding: 26px !important;
}
.hu-services-card > .elementor-widget-wrap::before {
  align-items: center;
  background: var(--services-blue-50);
  border-radius: 12px;
  color: var(--services-blue);
  content: "\2713";
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin-bottom: 16px;
  width: 44px;
}
.hu-services-card-title .elementor-heading-title {
  color: var(--services-carbon) !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}
.hu-services-text {
  color: var(--services-stone);
  font-size: 15px;
  line-height: 1.65;
}
.elementor-element-srvgrid.hu-wp-grid {
  background: #fff !important;
  padding: 64px 24px 68px !important;
}
.elementor-element-srvgrid.hu-wp-grid > .elementor-container {
  display: grid !important;
  gap: 24px 24px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  max-width: 1120px !important;
}
.elementor-element-srvgrid.hu-wp-grid .elementor-column.hu-wp-card {
  min-height: 0 !important;
  width: auto !important;
}
.elementor-element-srvgrid.hu-wp-grid .hu-wp-card > .elementor-widget-wrap {
  align-content: flex-start !important;
  background: #fff !important;
  border: 1px solid #d9e0ea !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .08) !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 210px !important;
  padding: 24px !important;
}
.elementor-element-srvgrid.hu-wp-grid .hu-wp-card > .elementor-widget-wrap::before {
  background-color: #e9eef8 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 22px 22px !important;
  border-radius: 10px !important;
  content: "" !important;
  display: block !important;
  flex: 0 0 auto !important;
  height: 44px !important;
  margin: 0 0 20px !important;
  width: 44px !important;
}
.elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc0 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.55a11 11 0 0 1 14.08 0'/%3E%3Cpath d='M8.53 16.11a6 6 0 0 1 6.95 0'/%3E%3Cpath d='M12 20h.01'/%3E%3C/svg%3E");
}
.elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc1 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2v6'/%3E%3Cpath d='M14 2v6'/%3E%3Cpath d='M18 2v6'/%3E%3Cpath d='M6 2v6'/%3E%3Cpath d='M8 8h8'/%3E%3Cpath d='M7 8h10v6a5 5 0 0 1-10 0Z'/%3E%3Cpath d='M12 19v3'/%3E%3C/svg%3E");
}
.elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc2 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9L18 10l-2-4H8L6 10l-2.5 1.1C2.7 11.3 2 12.1 2 13v3c0 .6.4 1 1 1h2'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3Cpath d='M7 10h10'/%3E%3C/svg%3E");
}
.elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc3 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h12a4 4 0 1 0-4-4'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M3 16h13a4 4 0 1 1-4 4'/%3E%3C/svg%3E");
}
.elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc4 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3v7'/%3E%3Cpath d='M8 3v7'/%3E%3Cpath d='M4 7h4'/%3E%3Cpath d='M6 10v11'/%3E%3Cpath d='M17 3v18'/%3E%3Cpath d='M17 3c2.5 0 4 2 4 5s-1.5 5-4 5'/%3E%3C/svg%3E");
}
.elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc5 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='2'/%3E%3Cpath d='m8 3 4 3 4-3'/%3E%3C/svg%3E");
}
.elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc6 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3Z'/%3E%3C/svg%3E");
}
.elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc7 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}
.elementor-element-srvgrid.hu-wp-grid .hu-wp-card-title {
  margin: 0 0 10px !important;
}
.elementor-element-srvgrid.hu-wp-grid .hu-wp-card-title .elementor-heading-title {
  color: #020817 !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}
.elementor-element-srvgrid.hu-wp-grid .hu-wp-text {
  color: #4f6480 !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}
.elementor-element-srvgrid.hu-wp-grid .hu-wp-text p {
  margin: 0 !important;
}
.hu-services-policies {
  background: #f8fafc;
  padding: 74px 24px !important;
}
.hu-services-policy-wrap > .elementor-widget-wrap {
  max-width: 780px;
}
.hu-services-heading .elementor-heading-title {
  color: var(--services-carbon) !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(30px, 4vw, 44px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  text-align: center;
}
.hu-services-policy-list .elementor-icon-list-items {
  background: #fff;
  border: 1px solid var(--services-line);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(15,23,42,.06);
  overflow: hidden;
}
.hu-services-policy-list .elementor-icon-list-item {
  border-bottom: 1px solid var(--services-line);
  display: flex;
  justify-content: space-between;
  padding: 15px 22px !important;
}
.hu-services-policy-list .elementor-icon-list-item:last-child {
  border-bottom: 0;
}
.hu-services-policy-list .elementor-icon-list-text {
  color: var(--services-carbon);
  font-size: 14px;
}
.elementor-element-srvpol.hu-wp-soft {
  background: #f4f7fb !important;
  padding: 72px 24px 92px !important;
  text-align: center !important;
}
.elementor-element-srvpol.hu-wp-soft::before {
  color: #020817;
  content: "PolÃ­ticas del hotel";
  display: block;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
}
.elementor-element-srvpol.hu-wp-soft::after {
  color: #536b8c;
  content: "Para garantizar una experiencia agradable para todos nuestros huÃ©spedes.";
  display: block;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 34px;
  max-width: 760px;
}
.elementor-element-srvpol.hu-wp-soft > .elementor-container {
  background: #fff !important;
  border: 1px solid #d9e0ea !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .08) !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  max-width: 720px !important;
  overflow: hidden !important;
}
.elementor-element-srvpol.hu-wp-soft .elementor-column.hu-wp-card {
  border-bottom: 1px solid #d9e0ea !important;
  width: 100% !important;
}
.elementor-element-srvpol.hu-wp-soft .elementor-column.hu-wp-card:last-child {
  border-bottom: 0 !important;
}
.elementor-element-srvpol.hu-wp-soft .hu-wp-card > .elementor-widget-wrap {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: 1fr 1fr !important;
  min-height: 54px !important;
  padding: 16px 24px !important;
  text-align: left !important;
}
.elementor-element-srvpol.hu-wp-soft .hu-wp-card > .elementor-widget-wrap::before {
  display: none !important;
}
.elementor-element-srvpol.hu-wp-soft .hu-wp-card-title,
.elementor-element-srvpol.hu-wp-soft .hu-wp-text {
  margin: 0 !important;
}
.elementor-element-srvpol.hu-wp-soft .hu-wp-card-title .elementor-heading-title {
  color: #18304f !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}
.elementor-element-srvpol.hu-wp-soft .hu-wp-text {
  color: #020817 !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-align: right !important;
}
.elementor-element-srvpol.hu-wp-soft .hu-wp-text p {
  margin: 0 !important;
}
.hu-services-cta {
  padding: 74px 24px !important;
  text-align: center;
}
.hu-services-cta .elementor-container {
  max-width: 640px !important;
}
@media (max-width: 980px) {
  .hu-services-hero > .elementor-container {
    grid-template-columns: 1fr;
  }
  .elementor-element-srvgrid.hu-wp-grid > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .hu-services-hero,
  .hu-services-grid-section,
  .hu-services-policies,
  .hu-services-cta {
    padding: 58px 20px !important;
  }
  .elementor-element-srvgrid.hu-wp-grid > .elementor-container {
    grid-template-columns: 1fr !important;
  }
  .elementor-element-srvpol.hu-wp-soft > .elementor-container {
    max-width: 100% !important;
  }
  .elementor-element-srvpol.hu-wp-soft .hu-wp-card > .elementor-widget-wrap {
    gap: 10px !important;
    grid-template-columns: 1fr !important;
  }
  .elementor-element-srvpol.hu-wp-soft .hu-wp-text {
    text-align: left !important;
  }
}
@media (max-width: 980px) {
  .hu-rooms-hero > .elementor-container,
  .hu-room-row > .elementor-container,
  .hu-room-row-reverse > .elementor-container {
    grid-template-columns: 1fr;
  }
  .hu-room-row-reverse .hu-room-image-col,
  .hu-room-row-reverse .hu-room-content-col {
    order: initial;
  }
}
@media (max-width: 640px) {
  .hu-rooms-hero,
  .hu-rooms-list {
    padding: 58px 20px !important;
  }
  .hu-room-row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hu-room-content-col > .elementor-widget-wrap {
    padding: 24px !important;
  }
  .hu-room-amenities .elementor-icon-list-items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .hu-about-hero > .elementor-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .hu-about-hero,
  .hu-about-section {
    padding: 58px 20px !important;
  }
}
.rp-masonry {
  columns: 3 280px;
  column-gap: 18px;
}
.rp-photo {
  border-radius: 12px;
  break-inside: avoid;
  box-shadow: 0 2px 10px rgba(15,23,42,.08);
  margin: 0 0 18px;
  overflow: hidden;
  position: relative;
}
.rp-photo img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.rp-photo span {
  background: linear-gradient(transparent, rgba(0,0,0,.62));
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  inset-inline: 0;
  opacity: 0;
  padding: 44px 16px 14px;
  position: absolute;
  transition: opacity .2s ease;
}
.rp-photo:hover span {
  opacity: 1;
}
.rp-place-highlight {
  overflow: hidden;
  padding: 0;
}
.rp-place-head {
  background: var(--rp-blue);
  color: #fff;
  padding: 22px 24px;
}
.rp-place-head h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 8px;
}
.rp-place-meta {
  color: #E4C06E;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 14px;
}
.rp-place-body {
  padding: 24px;
}
.rp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}
.rp-tags span {
  background: var(--rp-stone-100);
  border-radius: 999px;
  color: var(--rp-stone-600);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
}
.rp-link {
  color: var(--rp-blue) !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  margin-top: 16px;
}
.rp-trip {
  border-bottom: 1px solid var(--rp-stone-200);
  display: flex;
  gap: 28px;
  padding: 36px 0;
}
.rp-trip:first-child {
  padding-top: 0;
}
.rp-trip:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.rp-trip-num {
  color: #eef0f2;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 78px;
  font-weight: 800;
  line-height: .9;
}
.rp-trip h3 {
  color: var(--rp-carbon);
  font-size: 30px;
  margin: 4px 0 0;
}
.rp-food {
  align-items: flex-start;
  display: flex;
  gap: 18px;
}
.rp-food-emoji {
  font-size: 28px;
  line-height: 1;
}
.rp-contact-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rp-info-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.rp-info-list li {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}
.rp-info-list small {
  color: var(--rp-stone-500);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rp-info-list a,
.rp-info-list p {
  color: var(--rp-carbon);
  display: block;
  margin: 3px 0 0;
}
.rp-map {
  border: 1px solid var(--rp-stone-200);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(15,23,42,.06);
  margin-top: 28px;
  overflow: hidden;
}
.rp-map iframe {
  border: 0;
  display: block;
  height: 280px;
  width: 100%;
}
.rp-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
.rp-form label {
  color: var(--rp-carbon);
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
}
.rp-form input,
.rp-form textarea {
  border: 1px solid #d1d5db;
  border-radius: 9px;
  color: var(--rp-carbon);
  font: inherit;
  padding: 12px 14px;
  width: 100%;
}
.rp-form textarea {
  min-height: 130px;
  resize: vertical;
}
@media (max-width: 980px) {
  .rp-hero-grid,
  .rp-contact-grid,
  .rp-room {
    grid-template-columns: 1fr;
  }
  .rp-hero-cards {
    display: none;
  }
  .rp-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rp-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rp-room:nth-child(even) .rp-room-image,
  .rp-room:nth-child(even) .rp-room-body {
    order: initial;
  }
}
@media (max-width: 640px) {
  .rp-hero {
    padding: 72px 20px;
  }
  .rp-section {
    padding: 52px 20px;
  }
  .rp-grid-2,
  .rp-grid-3,
  .rp-grid-4,
  .rp-amenities {
    grid-template-columns: 1fr;
  }
  .rp-room-body,
  .rp-card {
    padding: 24px;
  }
  .rp-policy-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .rp-policy-row dd {
    text-align: left;
  }
  .rp-trip-num {
    display: none;
  }
}
@media (max-width: 1080px) {
  .elementor-section.hu-el-stats > .elementor-container,
  .hu-el-stats > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .elementor-section.hu-el-amenities > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home .hu-el-gallery > .elementor-container,
  .page-id-6 .hu-el-gallery > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto repeat(4, 220px) auto;
  }
  .home .hu-el-gallery .hu-el-gallery-card:nth-of-type(2),
  .page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) {
    grid-column: 1 / -1;
    grid-row: 2 / 4;
  }
  .home .hu-el-gallery .hu-el-gallery-card:nth-of-type(3),
  .page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) {
    grid-column: 1;
    grid-row: 4;
  }
  .home .hu-el-gallery .hu-el-gallery-card:nth-of-type(4),
  .page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) {
    grid-column: 2;
    grid-row: 4;
  }
  .home .hu-el-gallery > .elementor-container::before,
  .page-id-6 .hu-el-gallery > .elementor-container::before {
    grid-column: 1;
    grid-row: 5;
  }
  .home .hu-el-gallery > .elementor-container::after,
  .page-id-6 .hu-el-gallery > .elementor-container::after {
    grid-column: 2;
    grid-row: 5;
  }
  .home .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card),
  .page-id-6 .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card) {
    grid-column: 1 / -1;
    grid-row: 6;
  }
  .home .hu-el-rooms > .elementor-container,
  .page-id-6 .hu-el-rooms > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home .hu-el-reviews > .elementor-container,
  .page-id-6 .hu-el-reviews > .elementor-container {
    grid-template-columns: 1fr;
    max-width: 720px !important;
  }
  .home .hu-el-rooms .hu-el-room-card:nth-of-type(5),
  .page-id-6 .hu-el-rooms .hu-el-room-card:nth-of-type(5) {
    grid-column: auto;
  }
}
@media (max-width: 760px) {
  .elementor-section.hu-el-stats,
  .hu-el-stats {
    padding: 56px 20px !important;
  }
  .elementor-section.hu-el-stats > .elementor-container,
  .hu-el-stats > .elementor-container {
    grid-template-columns: 1fr;
  }
  .hu-el-hero {
    min-height: 760px;
    padding-top: 210px;
  }
  .elementor-section.hu-el-amenities {
    padding: 72px 20px !important;
  }
  .elementor-section.hu-el-amenities::before {
    margin-bottom: 28px;
  }
  .elementor-section.hu-el-amenities > .elementor-container {
    grid-template-columns: 1fr;
  }
  .home .hu-el-gallery,
  .page-id-6 .hu-el-gallery {
    padding: 72px 20px !important;
  }
  .home .hu-el-gallery > .elementor-container,
  .page-id-6 .hu-el-gallery > .elementor-container {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .home .hu-el-gallery .hu-el-gallery-card:nth-of-type(2),
  .home .hu-el-gallery .hu-el-gallery-card:nth-of-type(3),
  .home .hu-el-gallery .hu-el-gallery-card:nth-of-type(4),
  .page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(2),
  .page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(3),
  .page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(4),
  .home .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card),
  .page-id-6 .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card) {
    grid-column: auto;
    grid-row: auto;
  }
  .home .hu-el-gallery .hu-el-section-head,
  .page-id-6 .hu-el-gallery .hu-el-section-head {
    grid-row: 1;
  }
  .home .hu-el-gallery .hu-el-gallery-card:nth-of-type(2),
  .page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) {
    grid-row: 2;
  }
  .home .hu-el-gallery .hu-el-gallery-card:nth-of-type(3),
  .page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) {
    grid-row: 3;
  }
  .home .hu-el-gallery .hu-el-gallery-card:nth-of-type(4),
  .page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) {
    grid-row: 4;
  }
  .home .hu-el-gallery > .elementor-container::before,
  .page-id-6 .hu-el-gallery > .elementor-container::before {
    grid-column: 1;
    grid-row: 5;
  }
  .home .hu-el-gallery > .elementor-container::after,
  .page-id-6 .hu-el-gallery > .elementor-container::after {
    grid-column: 1;
    grid-row: 6;
  }
  .home .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card),
  .page-id-6 .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card) {
    grid-column: 1;
    grid-row: 7;
  }
  .home .hu-el-gallery .hu-el-gallery-card > .elementor-widget-wrap,
  .page-id-6 .hu-el-gallery .hu-el-gallery-card > .elementor-widget-wrap,
  .home .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card)::before,
  .home .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card)::after,
  .page-id-6 .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card)::before,
  .page-id-6 .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card)::after {
    min-height: 240px;
  }
  .home .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card),
  .page-id-6 .hu-el-gallery > .elementor-container > .elementor-column:not(.hu-el-section-head):not(.hu-el-gallery-card) {
    grid-template-columns: 1fr;
  }
  .home .hu-el-gallery .hu-el-section-head h2.elementor-heading-title,
  .page-id-6 .hu-el-gallery .hu-el-section-head h2.elementor-heading-title {
    font-size: 36px;
  }
  .home .hu-el-gallery .hu-el-section-lead p,
  .page-id-6 .hu-el-gallery .hu-el-section-lead p {
    font-size: 17px;
  }
  .home .hu-el-rooms,
  .page-id-6 .hu-el-rooms {
    padding: 72px 20px !important;
  }
  .home .hu-el-reviews,
  .page-id-6 .hu-el-reviews {
    padding: 72px 20px !important;
  }
  .home .hu-el-reviews .hu-el-section-head h2.elementor-heading-title::after,
  .page-id-6 .hu-el-reviews .hu-el-section-head h2.elementor-heading-title::after {
    font-size: 34px;
  }
  .home .hu-el-reviews .hu-el-review-card > .elementor-widget-wrap::after,
  .page-id-6 .hu-el-reviews .hu-el-review-card > .elementor-widget-wrap::after {
    content: "HuÃ©sped verificado\A Booking.com";
    line-height: 1.7;
    white-space: pre-line;
  }
  .home .hu-el-rooms > .elementor-container,
  .page-id-6 .hu-el-rooms > .elementor-container {
    grid-template-columns: 1fr;
  }
  .home .hu-el-rooms .hu-el-section-head h2.elementor-heading-title::after,
  .page-id-6 .hu-el-rooms .hu-el-section-head h2.elementor-heading-title::after {
    font-size: 36px;
  }
  .home .hu-el-rooms .hu-el-section-lead p::after,
  .page-id-6 .hu-el-rooms .hu-el-section-lead p::after {
    font-size: 17px;
  }
  .elementor-section.hu-el-amenities .hu-el-benefit-card > .elementor-widget-wrap {
    min-height: 0;
  }
  .hu-el-button-light,
  .hu-el-button-outline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
  }
}

.hu-gallery-hero,
.hu-contact-hero {
  background: #f2f2f2;
  overflow: hidden;
  padding: 96px 20px 72px !important;
  position: relative;
}
.hu-gallery-hero::after,
.hu-contact-hero::after {
  background: #e11d2e;
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 22px;
  width: 4px;
}
.hu-gallery-hero > .elementor-container,
.hu-contact-hero > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 48px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
  max-width: 1120px !important;
}
.hu-page-kicker .elementor-heading-title {
  color: #8f8d86 !important;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hu-page-title .elementor-heading-title {
  color: #0f172a !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(42px, 6vw, 74px) !important;
  line-height: .95 !important;
}
.hu-page-lead p {
  color: #65645f;
  font: 400 18px/1.7 "DM Sans", Arial, sans-serif;
  margin: 16px 0 0;
  max-width: 660px;
}
.hu-hero-card-list .elementor-icon-list-items {
  display: grid;
  gap: 14px;
}
.hu-hero-card-list .elementor-icon-list-item {
  align-items: flex-start !important;
  background: #fff;
  border: 1px solid rgba(197, 198, 199, .65);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  padding: 18px;
}
.hu-hero-card-list .elementor-icon-list-text {
  color: #65645f !important;
  font: 500 14px/1.45 "DM Sans", Arial, sans-serif;
}
.hu-hero-card-list .elementor-icon-list-text strong {
  color: #0f172a;
  display: block;
  font-size: 16px;
}
.hu-gallery-tabs {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0 20px !important;
  position: sticky;
  top: 96px;
  z-index: 20;
}
.hu-gallery-tabs > .elementor-container {
  max-width: 1120px !important;
}
.hu-gallery-tabs .rp-gallery-tabs p {
  display: flex;
  gap: 28px;
  margin: 0;
  overflow-x: auto;
}
.hu-gallery-tabs .rp-gallery-tabs span {
  border-bottom: 2px solid transparent;
  color: #65645f;
  cursor: pointer;
  flex: 0 0 auto;
  font: 700 14px/1 "DM Sans", Arial, sans-serif;
  padding: 22px 0;
}
.hu-gallery-tabs .rp-gallery-tabs span.is-active {
  border-color: #1f3f92;
  color: #1f3f92;
}
.hu-gallery-grid {
  padding: 48px 20px 72px !important;
}
.hu-gallery-grid > .elementor-container {
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px !important;
}
.hu-gallery-grid .elementor-column {
  width: auto !important;
}
.hu-gallery-grid .elementor-widget-wrap {
  display: block !important;
  padding: 0 !important;
}
.hu-gallery-grid .rp-photo {
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .1);
  margin: 0 0 18px;
  overflow: hidden;
  position: relative;
}
.hu-gallery-grid .rp-photo.is-hidden {
  display: none !important;
}
.hu-gallery-grid .rp-photo img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}
.hu-gallery-grid .rp-photo:hover img {
  transform: scale(1.05);
}
.hu-gallery-grid .rp-photo .elementor-image-box-content {
  background: linear-gradient(to top, rgba(0, 0, 0, .62), transparent);
  inset: auto 0 0;
  opacity: 0;
  padding: 46px 18px 16px;
  position: absolute;
  transition: opacity .25s ease;
}
.hu-gallery-grid .rp-photo:hover .elementor-image-box-content {
  opacity: 1;
}
.hu-gallery-grid .elementor-image-box-title {
  color: #fff !important;
  font: 700 15px/1.2 "DM Sans", Arial, sans-serif !important;
  margin: 0;
}
.hu-gallery-cta {
  background: #f2f2f2;
  padding: 64px 20px !important;
  text-align: center;
}
.hu-gallery-cta > .elementor-container {
  max-width: 620px !important;
}
.hu-gallery-cta .elementor-widget-wrap,
.hu-gallery-cta .elementor-widget-heading,
.hu-gallery-cta .elementor-widget-text-editor,
.hu-gallery-cta .elementor-widget-text-editor p,
.hu-gallery-cta .elementor-widget-button {
  text-align: center !important;
}
.hu-gallery-cta .elementor-widget-button {
  display: flex !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.hu-gallery-cta .elementor-button {
  display: inline-flex !important;
  justify-content: center !important;
}
.hu-contact-main {
  padding: 64px 20px !important;
}
.hu-contact-main > .elementor-container {
  display: grid !important;
  gap: 56px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1120px !important;
}
.hu-contact-heading .elementor-heading-title,
.hu-gallery-cta .hu-page-title .elementor-heading-title,
.hu-location-band .hu-contact-heading .elementor-heading-title {
  color: #1c1c1c !important;
  font-family: var(--font-serif) !important;
  font-size: 30px !important;
  line-height: 1.15 !important;
}
.hu-contact-info .elementor-icon-list-items {
  display: grid;
  gap: 20px;
}
.hu-contact-info .elementor-icon-list-item {
  align-items: flex-start !important;
  gap: 14px;
}
.hu-contact-info .elementor-icon-list-icon {
  align-items: center;
  background: #f1f2fa;
  border-radius: 999px;
  color: #1f3f92;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.hu-contact-info .elementor-icon-list-text {
  color: #1c1c1c !important;
  font: 500 15px/1.55 "DM Sans", Arial, sans-serif;
}
.hu-contact-info .elementor-icon-list-text strong {
  color: #8f8d86;
  display: block;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.hu-contact-map iframe {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
  height: 280px;
  width: 100%;
}
.hu-contact-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}
.hu-contact-form label {
  color: #1c1c1c;
  display: grid;
  font: 700 14px/1.3 "DM Sans", Arial, sans-serif;
  gap: 8px;
}
.hu-contact-form input,
.hu-contact-form textarea {
  border: 1px solid #d1d5db;
  border-radius: 10px;
  color: #1c1c1c;
  font: 400 15px/1.4 "DM Sans", Arial, sans-serif;
  padding: 13px 14px;
  width: 100%;
}
.hu-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}
.hu-contact-form button {
  background: #1f3f92;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font: 800 14px/1 "DM Sans", Arial, sans-serif;
  padding: 15px 22px;
}
.elementor-element-coninfol .elementor-icon-list-items {
  display: grid;
  gap: 22px;
}
.elementor-element-coninfol .elementor-icon-list-item {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  gap: 16px;
  padding: 0 !important;
}
.elementor-element-coninfol .elementor-icon-list-icon {
  align-items: center;
  background: #f1f2fa;
  border-radius: 999px;
  color: #1f3f92;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.elementor-element-coninfol .elementor-icon-list-text {
  color: #111827 !important;
  font: 500 16px/1.45 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-coninfol .elementor-icon-list-text strong {
  color: #8f8d86;
  display: block;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.elementor-element-conwab .elementor-button {
  background: #16a34a !important;
}
.hu-wp-contact > .elementor-container > .elementor-column:first-child .elementor-widget-button:first-of-type .elementor-button {
  background: #16a34a !important;
}
.elementor-element-conmap {
  margin-top: 30px;
}
.elementor-element-conmap iframe {
  border: 0;
  border-radius: 12px;
  min-height: 280px;
  width: 100%;
}
.elementor-element-conmain.hu-wp-contact {
  background: #fff !important;
  padding: 54px 20px 70px !important;
}
.elementor-element-conmain > .elementor-container,
.elementor-element-conmain.hu-wp-contact > .elementor-container {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: 1fr !important;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 980px !important;
}
.elementor-element-conmain > .elementor-container > .elementor-column:nth-child(2),
.elementor-element-conmain.hu-wp-contact > .elementor-container > .elementor-column:nth-child(2),
.elementor-element-conmain .elementor-element-conformh,
.elementor-element-conmain .elementor-element-conformt,
.elementor-element-conmain .hu-contact-form {
  display: none !important;
}
.elementor-element-conmain > .elementor-container > .elementor-column:first-child,
.elementor-element-conmain.hu-wp-contact > .elementor-container > .elementor-column:first-child {
  width: 100% !important;
}
.elementor-element-conmain > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap,
.elementor-element-conmain.hu-wp-contact > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
  align-items: start;
  display: grid !important;
  gap: 8px 58px;
  grid-template-columns: minmax(0, 460px) minmax(0, 420px);
  grid-template-rows: auto auto auto auto;
}
.elementor-element-conmain .elementor-column {
  width: auto !important;
}
.elementor-element-conmain .elementor-widget-wrap {
  align-content: flex-start;
  padding: 0 !important;
}
.elementor-element-conmain .elementor-element-coninfoh,
.elementor-element-conmain .elementor-element-conformh {
  margin: 0 0 18px !important;
}
.elementor-element-conmain .elementor-element-coninfoh .elementor-heading-title,
.elementor-element-conmain .elementor-element-conformh .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}
.elementor-element-conmain .elementor-element-coninfoh,
.elementor-element-conmain .elementor-element-coninfol,
.elementor-element-conmain .elementor-element-conwab,
.elementor-element-conmain .elementor-element-conmap,
.elementor-element-conmain .elementor-element-conmapb {
  max-width: none !important;
  width: 100% !important;
}
.elementor-element-conmain .elementor-element-coninfoh .elementor-heading-title {
  text-align: left !important;
}
.elementor-element-conmain .elementor-element-coninfoh {
  grid-column: 1;
  grid-row: 1;
}
.elementor-element-conmain .elementor-element-coninfol {
  grid-column: 1;
  grid-row: 2;
}
.elementor-element-conmain .elementor-element-conwab {
  grid-column: 1;
  grid-row: 3;
}
.elementor-element-conmain .elementor-element-conmap {
  grid-column: 2;
  grid-row: 1 / 4;
}
.elementor-element-conmain .elementor-element-conmapb {
  grid-column: 2;
  grid-row: 4;
}
.elementor-element-conmain .elementor-element-conformt {
  margin: -10px 0 18px !important;
}
.elementor-element-conmain .elementor-element-conformt p {
  color: #8b9098 !important;
  font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.elementor-element-conmain .elementor-element-coninfol {
  margin: 0 0 20px !important;
}
.elementor-element-conmain .elementor-element-coninfol .elementor-icon-list-items {
  display: grid !important;
  gap: 14px !important;
}
.elementor-element-conmain .elementor-element-coninfol .elementor-icon-list-item {
  align-items: center !important;
  gap: 12px !important;
}
.elementor-element-conmain .elementor-element-coninfol .elementor-icon-list-icon {
  align-items: center !important;
  background: #e9effb !important;
  border-radius: 999px !important;
  color: #0050c8 !important;
  display: inline-flex !important;
  flex: 0 0 26px !important;
  height: 26px !important;
  justify-content: center !important;
  width: 26px !important;
}
.elementor-element-conmain .elementor-element-coninfol .elementor-icon-list-icon svg {
  fill: currentColor !important;
  height: 12px !important;
  width: 12px !important;
}
.elementor-element-conmain .elementor-element-coninfol .elementor-icon-list-text {
  color: #020817 !important;
  display: block !important;
  font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-conmain .elementor-element-coninfol .elementor-icon-list-text strong {
  color: #89909a !important;
  display: block !important;
  font: 800 10px/1.25 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 1.2px;
  margin: 0 0 3px !important;
  text-transform: uppercase;
}
.elementor-element-conmain .elementor-element-conwab {
  margin: 2px 0 22px !important;
  text-align: left !important;
}
.elementor-element-conmain .elementor-element-conwab .elementor-widget-container {
  display: flex;
  justify-content: flex-start;
}
.elementor-element-conmain .elementor-element-conwab .elementor-button {
  background: #00a63e !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #fff !important;
  font: 800 13px/1 "DM Sans", Arial, sans-serif !important;
  min-height: 26px;
  padding: 9px 14px !important;
}
.elementor-element-conmain .elementor-element-conwab .elementor-button-text::before {
  content: "â—‰";
  font-size: 9px;
  margin-right: 8px;
}
.elementor-element-conmain .elementor-element-conwab .elementor-button {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
}
.elementor-element-conmain .elementor-element-conwab .elementor-button-text::before {
  content: none !important;
  display: none !important;
  margin-right: 0 !important;
}
.elementor-element-conmain .elementor-element-conmap {
  margin: 0 0 8px !important;
}
.elementor-element-conmain .elementor-element-conmap iframe {
  border-radius: 6px !important;
  box-shadow: none !important;
  display: block !important;
  height: 360px !important;
  min-height: 360px !important;
  width: 100% !important;
}
.elementor-element-conmain .elementor-element-conmapb {
  display: none !important;
  margin: 0 !important;
  text-align: left !important;
}
.elementor-element-conmain .elementor-element-conmapb .elementor-widget-container {
  display: flex;
  justify-content: flex-start;
}
.elementor-element-conmain .elementor-element-conmapb .elementor-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #1f3f92 !important;
  font: 700 11px/1 "DM Sans", Arial, sans-serif !important;
  padding: 0 !important;
}
.elementor-element-conmain .elementor-element-conmapb .elementor-button-text::before {
  content: "â†—";
  margin-right: 6px;
}
.elementor-element-conmain .hu-contact-form {
  display: grid;
  gap: 14px;
  margin: 0 !important;
}
.elementor-element-conmain .hu-contact-form label {
  color: #334155 !important;
  display: grid;
  font: 700 13px/1.35 "DM Sans", Arial, sans-serif !important;
  gap: 7px;
}
.elementor-element-conmain .hu-contact-form label:nth-child(1)::first-letter,
.elementor-element-conmain .hu-contact-form label:nth-child(2)::first-letter,
.elementor-element-conmain .hu-contact-form label:nth-child(4)::first-letter {
  color: inherit;
}
.elementor-element-conmain .hu-contact-form input,
.elementor-element-conmain .hu-contact-form textarea {
  border: 1px solid #b9c4d3 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #020817 !important;
  font: 400 15px/1.45 "DM Sans", Arial, sans-serif !important;
  min-height: 42px;
  padding: 11px 12px !important;
  width: 100%;
}
.elementor-element-conmain .hu-contact-form textarea {
  min-height: 112px !important;
  resize: vertical;
}
.elementor-element-conmain .hu-contact-form button {
  align-items: center;
  background: #1f3f92 !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font: 800 13px/1 "DM Sans", Arial, sans-serif !important;
  justify-content: center;
  margin-top: 6px;
  min-height: 42px;
  padding: 12px 18px !important;
}
.elementor-element-conmain .hu-contact-form button::before {
  content: "â†—";
  font-size: 11px;
  margin-right: 8px;
  transform: rotate(-35deg);
}
.elementor-element-conmain,
.elementor-element-conmain .elementor-widget-text-editor,
.elementor-element-conmain .elementor-widget-text-editor p,
.elementor-element-conmain .elementor-icon-list-text,
.elementor-element-conmain .hu-contact-form,
.elementor-element-conmain .hu-contact-form label,
.elementor-element-conmain .hu-contact-form input,
.elementor-element-conmain .hu-contact-form textarea {
  font-family: "DM Sans", Arial, sans-serif !important;
}
.elementor-element-conmain .elementor-widget-text-editor p,
.elementor-element-conmain .elementor-icon-list-text {
  font-size: 15px !important;
  line-height: 1.55 !important;
}
.hu-location-band {
  background: #f2f2f2;
  border-top: 1px solid #e5e7eb;
  padding: 54px 20px !important;
  text-align: center;
}
.hu-location-band > .elementor-container {
  max-width: 760px !important;
}
.elementor-element-conloct {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 760px !important;
  text-align: center !important;
}
.elementor-element-conloct p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
@media (max-width: 900px) {
  .hu-gallery-hero > .elementor-container,
  .hu-contact-hero > .elementor-container,
  .hu-contact-main > .elementor-container {
    grid-template-columns: 1fr;
  }
  .hu-gallery-grid > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .hu-gallery-hero,
  .hu-contact-hero {
    padding-top: 76px !important;
  }
  .hu-gallery-tabs {
    top: 78px;
  }
  .hu-gallery-grid > .elementor-container {
    grid-template-columns: 1fr;
  }
  .hu-page-title .elementor-heading-title {
    font-size: 42px !important;
  }
}

.hu-wp-hero {
  background: linear-gradient(rgba(34, 29, 137, .82), rgba(34, 29, 137, .82)), url("/wp-content/themes/hotel-universitario/assets/images/rooms/vista-ciudad.jpg") center/cover;
  padding: 96px 20px 72px !important;
  position: relative;
}
.hu-wp-hero.hu-wp-home-hero {
  background: #1f3f92;
  min-height: 720px;
  overflow: hidden;
}
.hu-wp-home-hero::before {
  background: linear-gradient(rgba(34, 29, 137, .72), rgba(34, 29, 137, .72)), url("/wp-content/themes/hotel-universitario/assets/images/rooms/vista-ciudad.jpg") center/cover;
  content: "";
  inset: 0;
  position: absolute;
}
.hu-wp-hero > .elementor-container,
.hu-wp-split > .elementor-container,
.hu-wp-contact > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 48px;
  max-width: 1120px !important;
}
.hu-wp-hero > .elementor-container,
.hu-wp-split > .elementor-container,
.hu-wp-contact > .elementor-container {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
}
.hu-wp-home-hero > .elementor-container {
  min-height: 610px;
  position: relative;
  z-index: 1;
}
.hu-wp-home-hero {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 0px);
  padding: 0 20px !important;
}
.hu-wp-home-hero > .elementor-container {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  max-width: 760px !important;
  min-height: calc(100vh - 96px);
  text-align: center;
  transform: translateY(22px);
}
.hu-wp-home-hero .elementor-column {
  width: 100% !important;
}
.hu-wp-home-hero .elementor-widget-wrap {
  display: block !important;
  justify-content: center;
  text-align: center;
}
.hu-wp-home-hero .hu-wp-kicker .elementor-heading-title {
  font: 600 14px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 0;
  text-transform: none;
}
.hu-wp-home-hero .hu-wp-title .elementor-heading-title {
  font-size: clamp(58px, 7vw, 86px) !important;
  line-height: .95 !important;
}
.hu-wp-home-hero .hu-wp-lead p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}
.hu-wp-home-hero .hu-wp-home-button {
  display: inline-block;
  margin: 24px 6px 0;
  width: auto !important;
}
.hu-wp-home-hero .hu-wp-home-button .elementor-button {
  min-width: 172px;
}
.hu-wp-home-hero .hu-wp-button .elementor-button {
  background: #fff !important;
  color: #1f3f92 !important;
}
.hu-wp-home-hero .hu-wp-button-outline .elementor-button {
  background: rgba(255, 255, 255, .06) !important;
  border-color: rgba(255, 255, 255, .45) !important;
  color: #fff !important;
}
.hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 0;
}
.hu-wp-home-hero .hu-wp-mini-list {
  margin-top: -28px !important;
}
.hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-icon,
.hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text,
.hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text strong {
  color: rgba(255, 255, 255, .72) !important;
  display: inline;
  font: 500 13px/1.2 "DM Sans", Arial, sans-serif;
}
.hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text strong {
  margin-right: 4px;
}
.elementor-element-homeamen {
  background: #f5f5f5 !important;
  padding: 34px 20px !important;
}
.elementor-element-homeamen > .elementor-container {
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1120px !important;
}
.elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap {
  background: #fff;
  border: 1px solid #e2e5ea;
  border-radius: 10px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
  min-height: 132px;
  padding: 22px 20px !important;
  position: relative;
  text-align: left;
}
.elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap::before {
  align-items: center;
  background: #eef4ff;
  border-radius: 999px;
  color: #1f3f92;
  content: "";
  display: flex;
  height: 30px;
  justify-content: center;
  margin-bottom: 14px;
  width: 30px;
}
.elementor-element-homeamen .elementor-element-homeamenc0.hu-wp-card > .elementor-widget-wrap::before {
  background: #eef4ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13a10 10 0 0 1 14 0'/%3E%3Cpath d='M8.5 16.5a5 5 0 0 1 7 0'/%3E%3Cpath d='M12 20h.01'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}
.elementor-element-homeamen .elementor-element-homeamenc1.hu-wp-card > .elementor-widget-wrap::before {
  background: #eef4ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17h10'/%3E%3Cpath d='M5 17V9l2-4h10l2 4v8'/%3E%3Ccircle cx='7.5' cy='17' r='1.5'/%3E%3Ccircle cx='16.5' cy='17' r='1.5'/%3E%3Cpath d='M7 9h10'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}
.elementor-element-homeamen .elementor-element-homeamenc2.hu-wp-card > .elementor-widget-wrap::before {
  background: #eef4ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h10v5a4 4 0 0 1-4 4H10a4 4 0 0 1-4-4Z'/%3E%3Cpath d='M16 9h1a3 3 0 0 1 0 6h-1'/%3E%3Cpath d='M6 20h12'/%3E%3Cpath d='M8 4v1'/%3E%3Cpath d='M12 4v1'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}
.elementor-element-homeamen .elementor-element-homeamenc3.hu-wp-card > .elementor-widget-wrap::before {
  background: #eef4ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 19 6v5c0 4.5-3 8-7 10-4-2-7-5.5-7-10V6Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}
.elementor-element-homeamen .hu-wp-card-title .elementor-heading-title {
  color: #111827 !important;
  font: 800 15px/1.25 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-homeamen .hu-wp-text {
  display: block;
  margin: 8px 0 0 !important;
}
.elementor-element-homeamen .hu-wp-text p {
  color: #6f6f6f !important;
  font: 400 12px/1.5 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.hu-wp-home-hero .hu-wp-title .elementor-heading-title,
.hu-wp-home-hero .hu-wp-lead p,
.hu-wp-home-hero .hu-wp-kicker .elementor-heading-title {
  color: #fff !important;
}
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) {
  background: #1f3f92 !important;
  overflow: hidden;
  min-height: 400px;
}
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue)::before {
  background: linear-gradient(rgba(34, 29, 137, .82), rgba(34, 29, 137, .82)), url("/wp-content/themes/hotel-universitario/assets/images/rooms/vista-ciudad.jpg") center/cover;
  content: "";
  inset: 0;
  position: absolute;
}
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) > .elementor-container {
  position: relative;
  z-index: 1;
}
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) .hu-wp-title .elementor-heading-title,
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) .hu-wp-heading .elementor-heading-title,
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) .hu-wp-lead p,
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) .hu-wp-kicker .elementor-heading-title {
  color: #fff !important;
}
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) .hu-wp-kicker .elementor-heading-title {
  color: #E4C06E !important;
}
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) .hu-wp-mini-list .elementor-icon-list-item {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  box-shadow: none;
}
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) .hu-wp-mini-list .elementor-icon-list-text,
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) .hu-wp-mini-list .elementor-icon-list-text strong,
.hu-wp-hero:not(.hu-wp-home-hero):not(.hu-wp-blue) .hu-wp-mini-list .elementor-icon-list-icon {
  color: #fff !important;
}
.elementor-element-abthero.hu-wp-hero {
  background: #1f3f92 !important;
  min-height: 420px;
  overflow: hidden;
  padding: 86px 20px 76px !important;
}
.elementor-element-abthero.hu-wp-hero::before {
  background:
    linear-gradient(90deg, rgba(34, 29, 137, .92), rgba(34, 29, 137, .76)),
    url("/wp-content/themes/hotel-universitario/assets/images/hotel/exterior-1.jpg") center 42% / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}
.elementor-element-abthero.hu-wp-hero::after {
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 120px 120px;
  content: "";
  inset: 0;
  opacity: .22;
  position: absolute;
}
.elementor-element-abthero.hu-wp-hero > .elementor-container {
  align-items: center;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 440px !important;
  max-width: 1120px !important;
  min-height: 250px;
  position: relative;
  z-index: 1;
}
.elementor-element-abthero .elementor-column {
  width: auto !important;
}
.elementor-element-abthero .elementor-widget-wrap {
  padding: 0 !important;
}
.elementor-element-abthero .elementor-element-abtherok {
  margin: 0 0 22px !important;
}
.elementor-element-abthero .elementor-element-abtherok .elementor-heading-title {
  align-items: center;
  color: #9bc4ff !important;
  display: flex;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  gap: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.elementor-element-abthero .elementor-element-abtherok .elementor-heading-title::before {
  background: rgba(255,255,255,.42);
  content: "";
  display: inline-block;
  height: 1px;
  width: 34px;
}
.elementor-element-abthero .elementor-element-abtherot {
  margin: 0 0 20px !important;
}
.elementor-element-abthero .elementor-element-abtherot .elementor-heading-title {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: 55px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}
.elementor-element-abthero .elementor-element-abtherod {
  margin: 0 !important;
  max-width: 610px;
}
.elementor-element-abthero .elementor-element-abtherod p {
  color: #fff !important;
  font: 400 18px/1.55 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.elementor-element-abtherob .elementor-widget-wrap {
  min-height: 260px;
  position: relative;
}
.elementor-element-abthero .hu-wp-mini-list {
  width: 100%;
}
.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-items {
  display: block;
  min-height: 260px;
  position: relative;
}
.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item {
  align-items: center !important;
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.10) !important;
  display: flex !important;
  gap: 14px;
  min-width: 230px;
  padding: 16px 18px !important;
  position: absolute;
}
.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item:nth-child(1) {
  right: 18px;
  top: 28px;
}
.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item:nth-child(2) {
  left: 0;
  top: 110px;
}
.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
  right: 48px;
  top: 192px;
}
.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-icon {
  align-items: center;
  background: rgba(255,255,255,.14);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-icon svg {
  height: 16px;
  width: 16px;
}
.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-text {
  color: #d7e6ff !important;
  display: block;
  font: 500 13px/1.25 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-text strong {
  color: #fff !important;
  display: block;
  font: 800 14px/1.2 "DM Sans", Arial, sans-serif !important;
  margin: 0 0 3px;
}
.elementor-element-habhero.hu-wp-hero {
  background: #1f3f92 !important;
  min-height: 416px;
  overflow: hidden;
  padding: 92px 20px 82px !important;
}
.elementor-element-habhero.hu-wp-hero::before {
  background:
    linear-gradient(90deg, rgba(34, 29, 137, .92), rgba(34, 29, 137, .74)),
    url("/wp-content/themes/hotel-universitario/assets/images/hotel/exterior-1.jpg") center 42% / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}
.elementor-element-habhero.hu-wp-hero::after {
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 120px 120px;
  content: "";
  inset: 0;
  opacity: .18;
  position: absolute;
}
.elementor-element-habhero.hu-wp-hero > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  max-width: 1104px !important;
  min-height: 250px;
  position: relative;
  z-index: 1;
}
.elementor-element-habhero .elementor-column {
  width: auto !important;
}
.elementor-element-habhero .elementor-widget-wrap {
  padding: 0 !important;
}
.elementor-element-habhero .elementor-element-habherok {
  margin: 0 0 24px !important;
}
.elementor-element-habhero .elementor-element-habherok .elementor-heading-title {
  align-items: center;
  color: #9bc4ff !important;
  display: flex;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  gap: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.elementor-element-habhero .elementor-element-habherok .elementor-heading-title::before {
  background: rgba(255,255,255,.42);
  content: "";
  display: inline-block;
  height: 1px;
  width: 32px;
}
.elementor-element-habhero .elementor-element-habherot {
  margin: 0 0 20px !important;
}
.elementor-element-habhero .elementor-element-habherot .elementor-heading-title {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: 50px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  white-space: nowrap;
}
.elementor-element-habhero .elementor-element-habherod {
  margin: 0 !important;
  max-width: 650px;
}
.elementor-element-habhero .elementor-element-habherod p {
  color: #fff !important;
  font: 400 18px/1.48 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.elementor-element-habherob .elementor-widget-wrap {
  min-height: 268px;
  position: relative;
}
.elementor-element-habhero .hu-wp-mini-list {
  width: 100%;
}
.elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-items {
  display: block !important;
  min-height: 268px;
  position: relative;
}
.elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-item {
  align-items: center !important;
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: flex !important;
  gap: 14px;
  min-width: 288px;
  padding: 14px 18px !important;
  position: absolute;
  width: 288px;
}
.elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(1) {
  right: 0;
  top: 34px;
}
.elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(2) {
  left: 0;
  top: 112px;
}
.elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
  min-width: 288px;
  right: 0;
  top: 190px;
}
.elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-icon {
  align-items: center;
  background: rgba(255,255,255,.14);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-icon svg {
  height: 15px;
  width: 15px;
}
.elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-text {
  color: #d7e6ff !important;
  display: block;
  font: 500 13px/1.25 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-text strong {
  color: #fff !important;
  display: block;
  font: 800 14px/1.2 "DM Sans", Arial, sans-serif !important;
  margin: 0 0 3px;
}
.elementor-element-srvhero.hu-wp-hero {
  background: #1f3f92 !important;
  min-height: 416px;
  overflow: hidden;
  padding: 94px 20px 82px !important;
}
.elementor-element-srvhero.hu-wp-hero::before {
  background:
    linear-gradient(90deg, rgba(34, 29, 137, .92), rgba(34, 29, 137, .74)),
    url("/wp-content/themes/hotel-universitario/assets/images/hotel/exterior-1.jpg") center 42% / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}
.elementor-element-srvhero.hu-wp-hero::after {
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 120px 120px;
  content: "";
  inset: 0;
  opacity: .18;
  position: absolute;
}
.elementor-element-srvhero.hu-wp-hero > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 86px;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  max-width: 1104px !important;
  min-height: 250px;
  position: relative;
  z-index: 1;
}
.elementor-element-srvhero .elementor-column {
  width: auto !important;
}
.elementor-element-srvhero .elementor-widget-wrap {
  padding: 0 !important;
}
.elementor-element-srvhero .elementor-element-srvherok {
  margin: 0 0 24px !important;
}
.elementor-element-srvhero .elementor-element-srvherok .elementor-heading-title {
  align-items: center;
  color: #9bc4ff !important;
  display: flex;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  gap: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.elementor-element-srvhero .elementor-element-srvherok .elementor-heading-title::before {
  background: rgba(255,255,255,.42);
  content: "";
  display: inline-block;
  height: 1px;
  width: 32px;
}
.elementor-element-srvhero .elementor-element-srvherot {
  margin: 0 0 22px !important;
}
.elementor-element-srvhero .elementor-element-srvherot .elementor-heading-title {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  white-space: nowrap;
}
.elementor-element-srvhero .elementor-element-srvherod {
  margin: 0 !important;
  max-width: 620px;
}
.elementor-element-srvhero .elementor-element-srvherod p {
  color: #fff !important;
  font: 400 18px/1.5 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.elementor-element-srvherob .elementor-widget-wrap {
  min-height: 230px;
  position: relative;
}
.elementor-element-srvhero .hu-wp-mini-list {
  width: 100%;
}
.elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-items {
  display: block;
  min-height: 230px;
  position: relative;
}
.elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item {
  align-items: center !important;
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: flex !important;
  gap: 14px;
  min-width: 286px;
  padding: 15px 18px !important;
  position: absolute;
}
.elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(1) {
  right: 0;
  top: 0;
}
.elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(2) {
  left: 0;
  top: 86px;
}
.elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
  right: 34px;
  top: 170px;
}
.elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-icon {
  align-items: center;
  background: rgba(255,255,255,.14);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-icon svg {
  height: 15px;
  width: 15px;
}
.elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-text {
  color: #d7e6ff !important;
  display: block;
  font: 500 13px/1.25 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-text strong {
  color: #fff !important;
  display: block;
  font: 800 14px/1.2 "DM Sans", Arial, sans-serif !important;
  margin: 0 0 3px;
}
.elementor-element-galhero.hu-wp-hero {
  background: #1f3f92 !important;
  min-height: 416px;
  overflow: hidden;
  padding: 94px 20px 82px !important;
}
.elementor-element-galhero.hu-wp-hero::before {
  background:
    linear-gradient(90deg, rgba(34, 29, 137, .92), rgba(34, 29, 137, .74)),
    url("/wp-content/themes/hotel-universitario/assets/images/hotel/exterior-1.jpg") center 42% / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}
.elementor-element-galhero.hu-wp-hero::after {
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 120px 120px;
  content: "";
  inset: 0;
  opacity: .18;
  position: absolute;
}
.elementor-element-galhero.hu-wp-hero > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 86px;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  max-width: 1104px !important;
  min-height: 250px;
  position: relative;
  z-index: 1;
}
.elementor-element-galhero .elementor-column {
  width: auto !important;
}
.elementor-element-galhero .elementor-widget-wrap {
  padding: 0 !important;
}
.elementor-element-galhero .elementor-element-galherok {
  margin: 0 0 24px !important;
}
.elementor-element-galhero .elementor-element-galherok .elementor-heading-title {
  align-items: center;
  color: #9bc4ff !important;
  display: flex;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  gap: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.elementor-element-galhero .elementor-element-galherok .elementor-heading-title::before {
  background: rgba(255,255,255,.42);
  content: "";
  display: inline-block;
  height: 1px;
  width: 32px;
}
.elementor-element-galhero .elementor-element-galherot {
  margin: 0 0 22px !important;
}
.elementor-element-galhero .elementor-element-galherot .elementor-heading-title {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}
.elementor-element-galhero .elementor-element-galherod {
  margin: 0 !important;
  max-width: 620px;
}
.elementor-element-galhero .elementor-element-galherod p {
  color: #fff !important;
  font: 400 18px/1.5 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.elementor-element-galherob .elementor-widget-wrap {
  min-height: 230px;
  position: relative;
}
.elementor-element-galhero .hu-wp-mini-list {
  width: 100%;
}
.elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-items {
  display: block;
  min-height: 230px;
  position: relative;
}
.elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-item {
  align-items: center !important;
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: flex !important;
  gap: 14px;
  min-width: 286px;
  padding: 15px 18px !important;
  position: absolute;
}
.elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(1) {
  right: 0;
  top: 0;
}
.elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(2) {
  left: 0;
  top: 86px;
}
.elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
  right: 34px;
  top: 170px;
}
.elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-icon {
  align-items: center;
  background: rgba(255,255,255,.14);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-icon svg {
  fill: currentColor !important;
  height: 15px;
  width: 15px;
}
.elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-text {
  color: #d7e6ff !important;
  display: block;
  font: 500 13px/1.25 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-text strong {
  color: #fff !important;
  display: block;
  font: 800 14px/1.2 "DM Sans", Arial, sans-serif !important;
  margin: 0 0 3px;
}
.elementor-element-conhero.hu-wp-hero {
  background: #1f3f92 !important;
  min-height: 416px;
  overflow: hidden;
  padding: 94px 20px 82px !important;
}
.elementor-element-conhero.hu-wp-hero::before {
  background:
    linear-gradient(90deg, rgba(34, 29, 137, .92), rgba(34, 29, 137, .74)),
    url("/wp-content/themes/hotel-universitario/assets/images/hotel/exterior-1.jpg") center 42% / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}
.elementor-element-conhero.hu-wp-hero::after {
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 120px 120px;
  content: "";
  inset: 0;
  opacity: .18;
  position: absolute;
}
.elementor-element-conhero.hu-wp-hero > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 86px;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  max-width: 1104px !important;
  min-height: 250px;
  position: relative;
  z-index: 1;
}
.elementor-element-conhero .elementor-column {
  width: auto !important;
}
.elementor-element-conhero .elementor-widget-wrap {
  padding: 0 !important;
}
.elementor-element-conhero .elementor-element-conherok {
  margin: 0 0 24px !important;
}
.elementor-element-conhero .elementor-element-conherok .elementor-heading-title {
  align-items: center;
  color: #9bc4ff !important;
  display: flex;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  gap: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.elementor-element-conhero .elementor-element-conherok .elementor-heading-title::before {
  background: rgba(255,255,255,.42);
  content: "";
  display: inline-block;
  height: 1px;
  width: 32px;
}
.elementor-element-conhero .elementor-element-conherot {
  margin: 0 0 22px !important;
}
.elementor-element-conhero .elementor-element-conherot .elementor-heading-title {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}
.elementor-element-conhero .elementor-element-conherod {
  margin: 0 !important;
  max-width: 620px;
}
.elementor-element-conhero .elementor-element-conherod p {
  color: #fff !important;
  font: 400 18px/1.5 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.elementor-element-conherob .elementor-widget-wrap {
  min-height: 230px;
  position: relative;
}
.elementor-element-conhero .hu-wp-mini-list {
  width: 100%;
}
.elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-items {
  display: block;
  min-height: 230px;
  position: relative;
}
.elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-item {
  align-items: center !important;
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: flex !important;
  gap: 14px;
  min-width: 286px;
  padding: 15px 18px !important;
  position: absolute;
}
.elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(1) {
  right: 0;
  top: 0;
}
.elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(2) {
  left: 0;
  top: 86px;
}
.elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
  right: 34px;
  top: 170px;
}
.elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-icon {
  align-items: center;
  background: rgba(255,255,255,.14);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-icon svg {
  fill: currentColor !important;
  height: 15px;
  width: 15px;
}
.elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-text {
  color: #d7e6ff !important;
  display: block;
  font: 500 13px/1.25 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-text strong {
  color: #fff !important;
  display: block;
  font: 800 14px/1.2 "DM Sans", Arial, sans-serif !important;
  margin: 0 0 3px;
}
.elementor-element-abtmission {
  background: #f5f6f8 !important;
  padding: 62px 20px !important;
}
.elementor-element-abtmission > .elementor-container {
  display: grid !important;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 1120px !important;
}
.elementor-element-abtmission .elementor-column {
  width: auto !important;
}
.elementor-element-abtmission .hu-wp-card > .elementor-widget-wrap {
  background: #fff;
  border: 1px solid #d9e0ea;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .06);
  min-height: 350px;
  padding: 32px !important;
  position: relative;
}
.elementor-element-abtmission .hu-wp-card > .elementor-widget-wrap::before {
  background-color: #e9eef8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border-radius: 10px;
  content: "";
  display: block;
  height: 48px;
  margin: 0 0 22px;
  width: 48px;
}
.elementor-element-abtmissionc0 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Ccircle cx='12' cy='12' r='1.5'/%3E%3C/svg%3E");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 22px 22px !important;
}
.elementor-element-abtmissionc1 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 22px 22px !important;
}
.elementor-element-abtmission .hu-wp-card-title {
  margin: 0 0 16px !important;
}
.elementor-element-abtmission .hu-wp-card-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
}
.elementor-element-abtmission .hu-wp-text {
  margin: 0 !important;
}
.elementor-element-abtmission .hu-wp-text p {
  color: #7b838d !important;
  font: 400 17px/1.62 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.hu-about-proof-section {
  background: #fff !important;
  padding: 60px 20px 64px !important;
}
.hu-about-proof-section > .elementor-container {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 1080px !important;
}
.hu-about-proof-section .elementor-column {
  width: auto !important;
}
.hu-about-proof-card > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, .08);
  min-height: 180px;
  padding: 26px 28px 24px !important;
  text-align: center;
}
.hu-about-proof-card > .elementor-widget-wrap::before {
  background-color: #e9eef8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 999px;
  content: "";
  display: block;
  height: 48px;
  margin: 0 auto 18px;
  width: 48px;
}
.hu-about-proof-star > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 2.7 5.5 6.1.9-4.4 4.3 1 6.1-5.4-2.9-5.4 2.9 1-6.1-4.4-4.3 6.1-.9Z'/%3E%3C/svg%3E");
}
.hu-about-proof-pin > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.hu-about-proof-users > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}
.hu-about-proof-title {
  margin: 0 0 8px !important;
}
.hu-about-proof-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}
.hu-about-proof-section .elementor-widget-heading.hu-about-proof-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}
.elementor-element-abtproof-rating-title .elementor-heading-title,
.elementor-element-abtproof-location-title .elementor-heading-title,
.elementor-element-abtproof-care-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 25px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
}
.elementor-element-abtproof-rating-title a,
.elementor-element-abtproof-location-title a,
.elementor-element-abtproof-care-title a {
  color: #111827 !important;
}
.hu-about-proof-text {
  margin: 0 !important;
}
.hu-about-proof-text p {
  color: #7b838d !important;
  font: 400 14px/1.4 "DM Sans", Arial, sans-serif !important;
  margin: 0 auto !important;
  max-width: 260px;
}
.hu-about-pexsot-section {
  background: #1f3f92 !important;
  color: #fff;
  padding: 72px 20px 56px !important;
}
.hu-about-pexsot-section > .elementor-container {
  display: grid !important;
  gap: 28px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 980px !important;
}
.hu-about-pexsot-section .elementor-column {
  width: auto !important;
}
.hu-about-pexsot-head,
.hu-about-pexsot-quote-col {
  grid-column: 1 / -1;
  text-align: center;
}
.hu-about-pexsot-head > .elementor-widget-wrap,
.hu-about-pexsot-card > .elementor-widget-wrap,
.hu-about-pexsot-quote-col > .elementor-widget-wrap {
  padding: 0 !important;
}
.hu-about-pexsot-kicker {
  margin: 0 0 12px !important;
}
.hu-about-pexsot-kicker .elementor-heading-title {
  color: #9bc4ff !important;
  font: 800 11px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hu-about-pexsot-title {
  margin: 0 0 28px !important;
}
.hu-about-pexsot-title .elementor-heading-title {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: 31px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
}
.hu-about-pexsot-lead {
  margin: 0 auto 18px !important;
  max-width: 760px;
}
.hu-about-pexsot-lead p {
  color: rgba(255,255,255,.88) !important;
  font: 400 16px/1.55 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.hu-about-pexsot-card > .elementor-widget-wrap {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 9px;
  min-height: 170px;
  padding: 24px !important;
}
.hu-about-pexsot-card > .elementor-widget-wrap::before {
  background-color: rgba(255,255,255,.14);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 9px;
  content: "";
  display: block;
  height: 40px;
  margin: 0 0 20px;
  width: 40px;
}
.hu-about-pexsot-construction > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V9l7-5 7 5v12'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E");
}
.hu-about-pexsot-realestate > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v11h14V10'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E");
}
.hu-about-pexsot-hotel > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7v11'/%3E%3Cpath d='M21 12v6'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M7 12V9a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v3'/%3E%3C/svg%3E");
}
.hu-about-pexsot-card-title {
  margin: 0 0 12px !important;
}
.hu-about-pexsot-card-title .elementor-heading-title {
  color: #fff !important;
  font: 800 15px/1.2 "DM Sans", Arial, sans-serif !important;
}
.hu-about-pexsot-card-text p {
  color: rgba(255,255,255,.82) !important;
  font: 400 14px/1.55 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.hu-about-pexsot-quote-col {
  border-top: 1px solid rgba(255,255,255,.20);
  margin-top: 26px;
  padding-top: 34px;
}
.hu-about-pexsot-quote p {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: 18px !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45 !important;
  margin: 0 auto 16px !important;
  max-width: 680px;
}
.hu-about-pexsot-author p {
  color: rgba(255,255,255,.78) !important;
  font: 800 13px/1.3 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.hu-wp-kicker .elementor-heading-title {
  color: #8f8d86 !important;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hu-wp-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(42px, 6vw, 74px) !important;
  line-height: .95 !important;
}
.hu-wp-heading .elementor-heading-title {
  color: #1c1c1c !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.12 !important;
}
.hu-wp-card-title .elementor-heading-title {
  color: #1c1c1c !important;
  font-family: var(--font-serif) !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
}
.hu-wp-lead p,
.hu-wp-text p,
.hu-wp-text li {
  color: #65645f;
  font: 400 16px/1.75 "DM Sans", Arial, sans-serif;
}
.hu-wp-lead p {
  font-size: 18px;
  max-width: 680px;
}
.hu-wp-section {
  padding: 72px 20px !important;
}
.hu-wp-section > .elementor-container,
.hu-wp-grid > .elementor-container,
.hu-wp-cta > .elementor-container {
  max-width: 1120px !important;
}
.hu-wp-soft {
  background: #f2f2f2;
}
.hu-wp-blue {
  background: #1f3f92;
  color: #fff;
}
.hu-wp-blue .elementor-heading-title,
.hu-wp-blue .hu-wp-text p,
.hu-wp-blue .hu-wp-lead p {
  color: #fff !important;
}
body.page-id-3 .elementor-element-privhero.hu-wp-hero {
  background: #1f3f92 !important;
  margin-top: 0 !important;
  padding: 126px 0 104px !important;
}
body.page-id-36 .elementor-element-termhero.hu-wp-hero {
  background: #1f3f92 !important;
  margin-top: 0 !important;
  padding: 126px 0 104px !important;
}
body.page-id-3 .elementor-element-privhero.hu-wp-hero > .elementor-container {
  min-height: 240px !important;
}
body.page-id-36 .elementor-element-termhero.hu-wp-hero > .elementor-container {
  min-height: 240px !important;
}
body.page-id-3 .elementor-element-privhero .hu-wp-title .elementor-heading-title {
  color: #fff !important;
  opacity: 1 !important;
}
body.page-id-36 .elementor-element-termhero .hu-wp-title .elementor-heading-title {
  color: #fff !important;
  opacity: 1 !important;
}
body.page-id-3 .elementor-element-privhero .hu-wp-lead p {
  color: rgba(255, 255, 255, .88) !important;
  opacity: 1 !important;
}
body.page-id-36 .elementor-element-termhero .hu-wp-lead p {
  color: rgba(255, 255, 255, .88) !important;
  opacity: 1 !important;
}
body.page-id-3 .elementor-element-privcards.hu-wp-section {
  padding-top: 72px !important;
}
body.page-id-36 .elementor-element-termcards.hu-wp-section {
  padding-top: 72px !important;
}
.hu-wp-mini-list .elementor-icon-list-items {
  display: grid;
  gap: 14px;
}
.hu-wp-mini-list .elementor-icon-list-item,
.hu-wp-info-list .elementor-icon-list-item {
  align-items: flex-start !important;
  background: #fff;
  border: 1px solid rgba(197, 198, 199, .65);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
  padding: 18px;
}
.hu-wp-mini-list .elementor-icon-list-text,
.hu-wp-info-list .elementor-icon-list-text {
  color: #65645f !important;
  font: 500 14px/1.45 "DM Sans", Arial, sans-serif;
}
.hu-wp-mini-list .elementor-icon-list-text strong,
.hu-wp-info-list .elementor-icon-list-text strong {
  color: #1c1c1c;
  display: block;
  font-size: 16px;
}
.hu-wp-grid > .elementor-container {
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hu-wp-grid.hu-wp-grid-4 > .elementor-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hu-wp-grid .elementor-column,
.hu-wp-contact .elementor-column,
.hu-wp-split .elementor-column {
  width: auto !important;
}
.hu-wp-card > .elementor-widget-wrap,
.hu-wp-room-card > .elementor-widget-wrap,
.hu-wp-place-card > .elementor-widget-wrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
  height: 100%;
  overflow: hidden;
  padding: 22px !important;
}
.hu-wp-room-card .elementor-widget-image img,
.hu-wp-place-card .elementor-widget-image img,
.hu-wp-image img {
  border-radius: 12px;
  height: 240px;
  object-fit: cover;
  width: 100%;
}
.hu-wp-room-row {
  background: #fff !important;
  padding: 12px 20px !important;
}
.hu-wp-room-row > .elementor-container {
  align-items: stretch;
  background: #fff;
  border: 1px solid #d9dee7;
  border-radius: 5px;
  box-shadow: none;
  display: grid !important;
  gap: 0;
  grid-template-columns: 40% 60%;
  max-width: 1040px !important;
  overflow: hidden;
}
.hu-wp-room-row.hu-wp-reverse > .elementor-container {
  grid-template-columns: 60% 40%;
}
.hu-wp-room-row.hu-wp-reverse .hu-wp-room-img {
  order: 2;
}
.hu-wp-room-row .elementor-widget-wrap {
  height: 100%;
  padding: 0 !important;
}
.hu-wp-room-row .elementor-column {
  min-width: 0 !important;
  width: 100% !important;
}
.hu-wp-room-img,
.hu-wp-room-img .elementor-widget-container,
.hu-wp-room-img .elementor-image,
.hu-wp-room-img .elementor-widget-container a {
  height: 100%;
  width: 100%;
}
.hu-wp-room-img {
  width: 100% !important;
}
.hu-wp-room-img img {
  display: block;
  height: 100%;
  min-height: 245px;
  max-width: none;
  object-fit: cover;
  width: 100%;
}
.hu-wp-room-body > .elementor-widget-wrap {
  padding: 26px 28px !important;
}
.hu-wp-room-body,
.hu-wp-room-body > .elementor-widget-wrap,
.hu-wp-room-body .elementor-widget,
.hu-wp-room-body .elementor-widget-container,
.hu-wp-room-body .hu-wp-text,
.hu-wp-room-body .hu-wp-info-list {
  max-width: none !important;
  width: 100% !important;
}
.hu-wp-room-body,
.hu-wp-room-body .elementor-widget-wrap,
.hu-wp-room-body .elementor-heading-title,
.hu-wp-room-body p {
  text-align: left !important;
}
.hu-wp-room-body .hu-wp-heading .elementor-heading-title {
  font-size: 24px !important;
  line-height: 1.18 !important;
}
.hu-wp-room-body .hu-wp-heading {
  margin: 0 0 8px !important;
}
.hu-wp-room-body .hu-wp-kicker {
  margin: 0 0 16px !important;
}
.hu-wp-room-body .hu-wp-kicker .elementor-heading-title {
  color: #8f8d86 !important;
  font: 700 12px/1.4 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 0;
  text-transform: none;
}
.hu-wp-room-body .hu-wp-text {
  margin: 0 0 14px !important;
}
.hu-wp-room-body .hu-wp-text p {
  color: #4b5563 !important;
  font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.hu-wp-room-body .hu-wp-info-list .elementor-icon-list-items {
  display: grid;
  gap: 10px 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hu-wp-room-body .hu-wp-info-list .elementor-widget-container::before {
  color: #1c1c1c;
  content: "\00bfQu\00e9 incluye?";
  display: block;
  font: 800 15px/1.25 "DM Sans", Arial, sans-serif;
  margin: 0 0 12px;
}
.hu-wp-room-body .hu-wp-info-list .elementor-icon-list-item {
  align-items: flex-start !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.hu-wp-room-body .hu-wp-info-list .elementor-icon-list-icon {
  color: #1f3f92 !important;
  font-size: 13px;
  margin-top: 2px;
}
.hu-wp-room-body .hu-wp-info-list .elementor-icon-list-text {
  color: #4b5563 !important;
  font: 400 14px/1.45 "DM Sans", Arial, sans-serif !important;
}
.hu-wp-room-body .hu-wp-button {
  margin: 16px 0 0 !important;
  width: auto !important;
}
.hu-wp-room-body .hu-wp-button .elementor-button {
  border-radius: 8px !important;
  font: 700 14px/1 "DM Sans", Arial, sans-serif !important;
  min-height: 46px;
  padding: 14px 22px !important;
}
.hu-wp-button .elementor-button,
.elementor-widget-button .elementor-button {
  background: #1f3f92 !important;
  border-radius: 8px !important;
  color: #fff !important;
  font: 700 14px/1 "DM Sans", Arial, sans-serif !important;
  padding: 14px 22px !important;
}
.hu-wp-button-outline .elementor-button {
  background: transparent !important;
  border: 1px solid #1f3f92 !important;
  color: #1f3f92 !important;
}
.hu-wp-gallery-tabs {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0 !important;
  padding: 0 20px !important;
  position: relative;
  z-index: 10;
}
.hu-wp-gallery-tabs > .elementor-container {
  max-width: 1072px !important;
  min-height: 56px;
}
.hu-wp-gallery-tabs .rp-gallery-tabs p {
  display: flex;
  gap: 26px;
  justify-content: flex-start;
  margin: 0;
  overflow-x: auto;
}
.hu-wp-gallery-tabs .rp-gallery-tabs span {
  border-bottom: 2px solid transparent;
  color: #7b8190;
  cursor: pointer;
  flex: 0 0 auto;
  font: 700 15px/1 "DM Sans", Arial, sans-serif;
  outline: 0 !important;
  padding: 20px 0 18px;
}
.hu-wp-gallery-tabs .rp-gallery-tabs span:focus,
.hu-wp-gallery-tabs .rp-gallery-tabs span:focus-visible {
  outline: 0 !important;
}
.hu-wp-gallery-tabs .rp-gallery-tabs span.is-active {
  border-color: #1f3f92;
  color: #1f3f92;
}
.hu-wp-gallery-grid {
  background: #fff !important;
  padding: 48px 20px 76px !important;
}
.elementor-element-galgrid.hu-wp-gallery-grid {
  clear: both;
  margin-top: 48px !important;
  padding-top: 0 !important;
  position: relative;
  z-index: 1;
}
.hu-wp-gallery-grid > .elementor-container {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1072px !important;
  padding-top: 56px !important;
}
.hu-wp-gallery-grid .elementor-column {
  display: contents !important;
  width: auto !important;
}
.hu-wp-gallery-grid .elementor-widget-wrap {
  display: contents !important;
  padding: 0 !important;
}
.hu-wp-gallery-grid .rp-photo {
  border-radius: 8px;
  box-shadow: none;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}
.hu-wp-gallery-grid .rp-photo .elementor-image-box-wrapper,
.hu-wp-gallery-grid .rp-photo .elementor-image-box-img {
  display: block;
  margin: 0 !important;
  width: 100% !important;
}
.hu-wp-gallery-grid .rp-photo.is-hidden {
  display: none !important;
}
.hu-wp-gallery-grid .rp-photo img {
  aspect-ratio: 1.33 / 1;
  display: block;
  height: 100% !important;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}
.hu-wp-gallery-grid .rp-photo:hover img {
  transform: scale(1.05);
}
.hu-wp-gallery-grid .rp-photo .elementor-image-box-content {
  background: linear-gradient(to top, rgba(0,0,0,.65), transparent);
  inset: auto 0 0;
  opacity: 1;
  padding: 58px 14px 14px;
  position: absolute;
  transition: opacity .25s ease;
}
.hu-wp-gallery-grid .elementor-image-box-title {
  color: #fff !important;
  font: 700 15px/1.2 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.hu-contact-form select {
  border: 1px solid #d1d5db;
  border-radius: 10px;
  color: #1c1c1c;
  font: 400 15px/1.4 "DM Sans", Arial, sans-serif;
  padding: 13px 14px;
  width: 100%;
}
.hu-reservation-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hu-reservation-form label:nth-last-child(2),
.hu-reservation-form button {
  grid-column: 1 / -1;
}
.hu-wp-map iframe {
  border: 0;
  border-radius: 12px;
  height: 280px;
  width: 100%;
}
.elementor-section[class*="-cta"]:not(.nav-cta),
.elementor-section[class*="-cta"]:not(.nav-cta) .elementor-widget-wrap,
.elementor-section[class*="-cta"]:not(.nav-cta) .elementor-widget-heading,
.elementor-section[class*="-cta"]:not(.nav-cta) .elementor-widget-text-editor,
.elementor-section[class*="-cta"]:not(.nav-cta) .elementor-widget-text-editor p,
.elementor-section[class*="-cta"]:not(.nav-cta) .elementor-widget-button {
  text-align: center !important;
}
.elementor-section[class*="-cta"]:not(.nav-cta) .elementor-widget-button {
  display: flex !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.elementor-section[class*="-cta"]:not(.nav-cta) .elementor-button {
  display: inline-flex !important;
  justify-content: center !important;
}
.hu-wp-cta {
  padding: 72px 20px !important;
  text-align: center;
}
.hu-wp-cta .elementor-widget-wrap {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
}
.hu-wp-cta .elementor-widget-heading,
.hu-wp-cta .elementor-widget-text-editor,
.hu-wp-cta .elementor-widget-text-editor p,
.hu-wp-cta .hu-wp-kicker,
.hu-wp-cta .hu-wp-heading,
.hu-wp-cta .hu-wp-lead {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100% !important;
}
.hu-wp-cta .elementor-widget-button {
  align-self: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: 18px auto 0 !important;
  text-align: center !important;
  width: auto !important;
}
.hu-wp-cta .elementor-button {
  display: inline-flex !important;
  justify-content: center !important;
}

.elementor-element-homeoffershead,
.elementor-element-homeoffersgrid {
  background: #f2f2f2;
}
.elementor-element-homeoffershead {
  padding: clamp(58px, 7vw, 92px) 24px 24px;
}
.elementor-element-homeoffersgrid {
  padding: 34px 24px clamp(58px, 7vw, 88px);
}
.elementor-element-homeoffershead > .elementor-container,
.elementor-element-homeoffersgrid > .elementor-container {
  max-width: 1280px;
}
.hu-home-offers-kicker .elementor-heading-title {
  color: #E4C06E;
  font-family: var(--font-sans);
  font-size: clamp(12px, 1.15vw, 17px);
  font-weight: 800;
  letter-spacing: 0.42em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}
.hu-home-offers-title .elementor-heading-title {
  color: var(--brand-900);
  font-family: var(--font-serif);
  font-weight: 500;
  margin: 24px auto 0;
  max-width: 1240px;
  text-align: center;
}
.hu-home-offers-separator {
  margin: 26px auto 22px;
  max-width: 420px;
  position: relative;
}
.hu-home-offers-separator .elementor-divider-separator {
  border-color: rgba(8, 54, 83, 0.22);
  border-top-width: 1px;
}
.hu-home-offers-separator::after {
  background: #E4C06E;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
}
.hu-home-offers-lead p {
  color: #173047;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.45;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}
.elementor-element-homeoffersgrid > .elementor-container {
  align-items: stretch;
  display: grid;
  gap: clamp(26px, 3vw, 42px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.elementor-element-homeoffersgrid .elementor-column {
  width: 100% !important;
}
.hu-home-offer-card > .elementor-widget-wrap {
  align-content: flex-start;
  background: #ffffff;
  border: 1px solid rgba(8, 54, 83, 0.12);
  box-shadow: 0 18px 48px rgba(8, 54, 83, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 540px;
  padding: clamp(34px, 4vw, 54px) clamp(28px, 3vw, 46px);
  position: relative;
  text-align: center;
}
.hu-home-offer-card.is-featured > .elementor-widget-wrap {
  border: 2px solid #E4C06E;
  box-shadow: 0 26px 74px rgba(8, 54, 83, 0.12);
}
.hu-home-offer-ribbon {
  background: #083653;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1;
  padding: 17px 21px;
  position: absolute;
  right: -2px;
  text-transform: uppercase;
  top: 38px;
  z-index: 2;
}
.hu-home-offer-logo .elementor-heading-title {
  border: 1px solid #083653;
  color: #083653;
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 22px 42px;
}
.hu-home-offer-small .elementor-heading-title {
  color: #9aa1aa;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-top: 12px;
  text-transform: uppercase;
}
.hu-home-offer-icon .elementor-icon {
  color: #083653;
  font-size: 44px;
}
.hu-home-offer-icon {
  margin-top: 36px;
}
.hu-home-offer-card:not(.is-featured) .hu-home-offer-icon {
  margin-top: 0;
}
.hu-home-offer-name .elementor-heading-title {
  color: #083653;
  font-family: var(--font-serif);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.18;
  margin: 24px auto 0;
}
.hu-home-offer-value .elementor-heading-title {
  color: #083653;
  font-family: var(--font-serif);
  font-size: clamp(54px, 5vw, 78px);
  font-weight: 500;
  line-height: 1;
  margin-top: 24px;
}
.hu-home-offer-sub .elementor-heading-title {
  color: #083653;
  font-size: clamp(14px, 1.25vw, 19px);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  margin-top: 8px;
  text-transform: uppercase;
}
.hu-home-offer-accent .elementor-heading-title {
  color: #E4C06E;
}
.hu-home-offer-text p {
  color: #6d7784;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.55;
  margin: 26px auto 0;
}
.hu-home-offer-button {
  margin-top: auto;
  padding-top: 34px;
}
.hu-home-offer-button .elementor-button {
  align-items: center;
  background: transparent;
  border: 2px solid #083653;
  border-radius: 0;
  color: #083653;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.14em;
  min-height: 62px;
  padding: 16px 28px;
  text-transform: uppercase;
  width: 100%;
}
.hu-home-offer-card.is-featured .hu-home-offer-button .elementor-button {
  background: #083653;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .elementor-element-homeoffersgrid > .elementor-container {
    grid-template-columns: 1fr;
    max-width: 640px;
  }
  .hu-home-offer-card > .elementor-widget-wrap {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .elementor-element-homeoffershead {
    padding: 46px 18px 18px;
  }
  .elementor-element-homeoffersgrid {
    padding: 24px 18px 54px;
  }
  .hu-home-offers-kicker .elementor-heading-title {
    letter-spacing: 0.22em;
  }
  .hu-home-offer-card > .elementor-widget-wrap {
    padding: 34px 24px;
  }
  .hu-home-offer-ribbon {
    font-size: 11px;
    padding: 14px 16px;
    top: 28px;
  }
  .hu-home-offer-logo .elementor-heading-title {
    font-size: 26px;
    padding: 20px 34px;
  }
}

.elementor-element-homeroomhead,
.elementor-element-homerooms {
  background: #fff !important;
}
.elementor-element-homeroomhead {
  padding: 46px 20px 28px !important;
}
.elementor-element-homeroomhead > .elementor-container {
  max-width: 900px !important;
}
.elementor-element-homeroomhead .elementor-widget-wrap {
  padding: 0 !important;
  text-align: center;
}
.elementor-element-homeroomhead .hu-wp-kicker {
  margin: 0 0 10px !important;
}
.elementor-element-homeroomhead .hu-wp-kicker .elementor-heading-title {
  color: #8b9098 !important;
  font: 800 9px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.elementor-element-homeroomhead .hu-wp-heading {
  margin: 0 0 14px !important;
}
.elementor-element-homeroomhead .hu-wp-heading .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 31px !important;
  line-height: 1.05 !important;
}
.elementor-element-homeroomhead .hu-wp-lead {
  margin: 0 !important;
}
.elementor-element-homeroomhead .hu-wp-lead p {
  color: #68717d !important;
  font: 400 12px/1.5 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.hu-home-rooms-grid {
  background: #fff !important;
  padding: 8px 20px 72px !important;
}
.hu-home-rooms-grid > .elementor-container {
  display: grid !important;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1120px !important;
}
.hu-home-rooms-grid .elementor-column {
  width: auto !important;
}
.hu-home-room-card > .elementor-widget-wrap {
  background: #fff;
  border: 1px solid #d7dce3;
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .10);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0 18px !important;
}
.hu-home-room-image {
  margin: 0 0 13px !important;
  overflow: hidden;
  width: 100%;
}
.hu-home-room-image .elementor-widget-container {
  height: 210px;
  overflow: hidden;
  width: 100%;
}
.hu-home-room-image img {
  display: block;
  height: 210px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
  width: 100% !important;
}
.hu-home-room-title {
  margin: 0 18px 10px !important;
}
.hu-home-room-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 19px !important;
  line-height: 1.22 !important;
}
.hu-home-room-text {
  box-sizing: border-box;
  margin: 0 28px 12px 18px !important;
  max-width: calc(100% - 46px);
}
.hu-home-room-text p {
  color: #6f7782 !important;
  display: block;
  font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
  min-height: 70px;
  overflow: hidden;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}
.hu-home-room-amenities {
  margin: 0 18px 16px !important;
}
.hu-home-room-amenities ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hu-home-room-amenities li {
  align-items: flex-start;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: #263043 !important;
  display: flex;
  font: 400 14px/1.35 "DM Sans", Arial, sans-serif !important;
  gap: 8px;
  margin: 0;
  min-width: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}
.hu-home-room-amenities li span,
.hu-home-room-amenities li .elementor-icon-list-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
}
.hu-home-room-amenities li::before {
  align-items: center;
  background: #0033a0;
  border-radius: 50%;
  color: #ffffff;
  content: "\2713";
  display: inline-flex;
  flex: 0 0 16px;
  font: 800 10px/1 "DM Sans", Arial, sans-serif;
  height: 16px;
  justify-content: center;
  margin-top: 1px;
  position: static;
  width: 16px;
}
.hu-home-room-button {
  margin: auto 18px 0 !important;
  width: calc(100% - 36px) !important;
}
.hu-home-room-button .elementor-button {
  background: #1f3f92 !important;
  border-radius: 6px !important;
  display: block;
  font: 800 14px/1 "DM Sans", Arial, sans-serif !important;
  padding: 16px 28px !important;
  width: 100%;
}
.elementor-section.elementor-element-homewhy,
.elementor-element-homewhy {
  background: #f2f2f2 !important;
  padding: 86px 20px !important;
}
.elementor-element-homewhy > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
  max-width: 1120px !important;
}
.elementor-element-homewhy .elementor-column {
  width: auto !important;
}
.elementor-element-homewhy .elementor-widget-wrap {
  align-content: center;
  padding: 0 !important;
}
.elementor-element-homewhy .hu-wp-kicker {
  margin-bottom: 10px !important;
}
.elementor-element-homewhy .hu-wp-kicker .elementor-heading-title {
  color: #8f8d86 !important;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.elementor-element-homewhy .hu-wp-heading {
  margin-bottom: 20px !important;
}
.elementor-element-homewhy .hu-wp-heading .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 40px !important;
  line-height: 1.05 !important;
  max-width: 560px;
}
.elementor-element-homewhy .hu-wp-text {
  margin-bottom: 26px !important;
}
.elementor-element-homewhy .hu-wp-text p {
  color: #4b5563;
  font: 400 17px/1.65 "DM Sans", Arial, sans-serif;
  margin: 0;
  max-width: 580px;
}
.elementor-element-homewhy .hu-wp-info-list {
  margin-bottom: 28px !important;
}
.elementor-element-homewhy .hu-wp-info-list .elementor-icon-list-items {
  display: grid;
  gap: 18px;
}
.elementor-element-homewhy .hu-wp-info-list .elementor-icon-list-item {
  align-items: flex-start !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.elementor-element-homewhy .hu-wp-info-list .elementor-icon-list-icon {
  color: #1f3f92 !important;
  margin-top: 2px;
}
.elementor-element-homewhy .hu-wp-info-list .elementor-icon-list-text {
  color: #111827 !important;
  font: 500 16px/1.45 "DM Sans", Arial, sans-serif;
}
.elementor-element-homewhy .hu-wp-button .elementor-button {
  background: #1f3f92 !important;
  border-radius: 6px !important;
  font: 800 14px/1 "DM Sans", Arial, sans-serif !important;
  padding: 16px 28px !important;
}
.elementor-element-homewhy .hu-wp-image img {
  border-radius: 14px;
  box-shadow: 0 22px 45px rgba(15, 23, 42, .18);
  display: block;
  height: 360px;
  object-fit: cover;
  width: 100%;
}
.hu-home-hotel-section {
  background: #fff;
  padding: 54px 20px 74px !important;
}
.hu-home-hotel-section > .elementor-container {
  display: grid !important;
  gap: 30px;
  grid-template-columns: 1fr;
  max-width: 1020px !important;
}
.hu-home-hotel-head {
  text-align: center;
}
.hu-home-hotel-head > .elementor-widget-wrap,
.hu-home-hotel-button-col > .elementor-widget-wrap {
  justify-content: center;
  padding: 0 !important;
}
.hu-home-hotel-kicker .elementor-heading-title {
  color: #8f8d86 !important;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.hu-home-hotel-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 40px !important;
  line-height: 1.05 !important;
  margin: 10px 0 0 !important;
}
.hu-home-hotel-subtitle p {
  color: #6d7480;
  font: 400 16px/1.5 "DM Sans", Arial, sans-serif;
  margin: 12px 0 8px;
}
.hu-home-hotel-grid-col > .elementor-widget-wrap {
  display: grid !important;
  gap: 12px;
  grid-template-columns: 2.04fr 1fr 1fr;
  grid-template-rows: 142px 142px;
  padding: 0 !important;
}
.hu-home-hotel-tile {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.hu-home-hotel-featured {
  grid-row: 1 / span 2;
}
.hu-home-hotel-tile .elementor-widget-container,
.hu-home-hotel-tile .elementor-image-box-wrapper {
  display: block;
  height: 100%;
  margin: 0 !important;
  position: relative;
  width: 100% !important;
}
.hu-home-hotel-tile .elementor-image-box-img {
  display: block;
  height: 100%;
  margin: 0 !important;
  max-width: 100%;
  position: relative;
  width: 100% !important;
}
.hu-home-hotel-tile img {
  display: block;
  height: 100%;
  object-fit: cover !important;
  object-position: center center;
  width: 100% !important;
}
.elementor-element-homehotel-reception img {
  object-position: center 72%;
}
.elementor-element-homehotel-rooms img {
  object-position: center 57%;
}
.elementor-element-homehotel-breakfast img {
  object-position: center 60%;
}
.elementor-element-homehotel-bath img {
  object-position: center 56%;
}
.elementor-element-homehotel-location img {
  object-position: center 60%;
}
.hu-home-hotel-tile .elementor-image-box-content {
  background: linear-gradient(to top, rgba(0, 0, 0, .74), rgba(0, 0, 0, .34) 42%, rgba(0, 0, 0, 0));
  bottom: 0;
  left: 0;
  padding: 56px 16px 14px;
  position: absolute;
  right: 0;
  text-align: left;
}
.hu-home-hotel-tile .elementor-image-box-content::before {
  background: rgba(255, 255, 255, .22) center / 17px 17px no-repeat;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 999px;
  content: "";
  display: block;
  height: 32px;
  margin: 0 0 8px;
  width: 32px;
}
.elementor-element-homehotel-reception .elementor-image-box-content::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21h16'/%3E%3Cpath d='M6 21V7a2 2 0 0 1 2-2h4v16'/%3E%3Cpath d='M12 9h4a2 2 0 0 1 2 2v10'/%3E%3Cpath d='M9 9h.01'/%3E%3Cpath d='M9 13h.01'/%3E%3Cpath d='M15 13h.01'/%3E%3C/svg%3E");
}
.elementor-element-homehotel-rooms .elementor-image-box-content::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7v11'/%3E%3Cpath d='M21 12v6'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M7 12V9a2 2 0 0 1 2-2h3v5'/%3E%3Cpath d='M12 12V9a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3'/%3E%3C/svg%3E");
}
.elementor-element-homehotel-breakfast .elementor-image-box-content::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 3v7'/%3E%3Cpath d='M8 3v7'/%3E%3Cpath d='M4 7h4'/%3E%3Cpath d='M6 10v11'/%3E%3Cpath d='M16 3v18'/%3E%3Cpath d='M12 3h8'/%3E%3C/svg%3E");
}
.elementor-element-homehotel-bath .elementor-image-box-content::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6h8a3 3 0 0 1 3 3v2H4V9a3 3 0 0 1 3-3'/%3E%3Cpath d='M4 11v3a5 5 0 0 0 5 5h6a5 5 0 0 0 5-5v-3'/%3E%3Cpath d='M8 19v2'/%3E%3Cpath d='M16 19v2'/%3E%3C/svg%3E");
}
.elementor-element-homehotel-location .elementor-image-box-content::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.hu-home-hotel-tile .elementor-image-box-title {
  color: #fff !important;
  font: 800 15px/1.1 "DM Sans", Arial, sans-serif !important;
  margin: 0 0 3px;
  text-align: left;
}
.hu-home-hotel-featured .elementor-image-box-title {
  font-family: var(--font-serif) !important;
  font-size: 22px !important;
}
.hu-home-hotel-tile .elementor-image-box-description {
  color: rgba(255, 255, 255, .88);
  font: 600 12px/1.25 "DM Sans", Arial, sans-serif;
  margin: 0;
  text-align: left;
}
.hu-home-hotel-featured .elementor-image-box-description {
  font-size: 15px;
}
.hu-home-hotel-button-col {
  text-align: center;
}
.hu-home-hotel-button-col > .elementor-widget-wrap {
  display: flex !important;
  justify-content: center !important;
}
.hu-home-hotel-button .elementor-button {
  background: transparent !important;
  border: 1px solid #1f3f92 !important;
  border-radius: 5px !important;
  color: #1f3f92 !important;
  font: 800 13px/1 "DM Sans", Arial, sans-serif !important;
  padding: 14px 30px !important;
}
.elementor-element-homestats {
  background: #1f3f92 !important;
  padding: 48px 20px !important;
}
.elementor-element-homestats > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 90px;
  grid-template-columns: repeat(4, max-content) !important;
  justify-content: center;
  max-width: 1120px !important;
  min-height: 80px;
}
.elementor-element-homestats .elementor-column {
  width: auto !important;
}
.elementor-element-homestats .hu-wp-card > .elementor-widget-wrap {
  align-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  overflow: visible;
  padding: 0 !important;
  text-align: center;
}
.elementor-element-homestats .hu-wp-card-title,
.elementor-element-homestats .hu-wp-text {
  margin: 0 !important;
}
.elementor-element-homestats .hu-wp-card-title .elementor-heading-title {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.elementor-element-homestats .hu-wp-text p {
  color: #fff !important;
  font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
  margin: 4px 0 0 !important;
}
.hu-home-info-section {
  background: #fff !important;
  padding: 72px 20px 88px !important;
}
.hu-home-info-section > .elementor-container {
  display: grid !important;
  gap: 34px 44px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  max-width: 1150px !important;
}
.hu-home-info-head {
  grid-column: 1 / -1;
  text-align: center;
}
.hu-home-info-head > .elementor-widget-wrap {
  justify-content: center;
  padding: 0 !important;
}
.hu-home-info-kicker,
.hu-home-info-title {
  margin: 0 !important;
}
.hu-home-info-kicker .elementor-heading-title {
  color: #8f8d86 !important;
  font: 800 11px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.hu-home-info-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 33px !important;
  line-height: 1.12 !important;
  margin: 10px 0 0 !important;
}
.hu-home-faq-panel,
.hu-home-policy-panel {
  width: auto !important;
}
.hu-home-faq-panel > .elementor-widget-wrap,
.hu-home-policy-panel > .elementor-widget-wrap {
  align-content: flex-start;
  padding: 0 !important;
}
.hu-home-info-column-title {
  margin: 0 0 22px !important;
}
.hu-home-info-column-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
}
.hu-home-faq-question,
.hu-home-faq-answer {
  background: #fff;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  flex-basis: 100%;
  margin: 0 !important;
  padding-left: 26px;
  padding-right: 26px;
}
.hu-home-faq-question {
  border-top: 1px solid #d7d7d7;
  padding-top: 24px;
}
.hu-home-faq-panel .hu-home-info-column-title + .hu-home-faq-question {
  border-radius: 8px 8px 0 0;
}
.hu-home-faq-answer:last-child {
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0 0 8px 8px;
}
.hu-home-faq-question .elementor-heading-title {
  color: #111827 !important;
  font: 800 14px/1.35 "DM Sans", Arial, sans-serif !important;
}
.hu-home-faq-answer {
  padding-bottom: 24px;
  padding-top: 12px;
}
.hu-home-faq-answer p,
.hu-home-policy-intro p {
  color: #7c8490 !important;
  font: 400 13px/1.65 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.hu-home-policy-intro {
  margin: 0 0 22px !important;
}
.hu-home-policy-list {
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  margin: 0 !important;
  overflow: hidden;
  width: 100%;
}
.hu-home-policy-list .elementor-icon-list-items {
  display: block;
}
.hu-home-policy-list .elementor-icon-list-item {
  align-items: center !important;
  border-top: 1px solid #d7d7d7;
  display: flex !important;
  justify-content: space-between;
  margin: 0 !important;
  padding: 17px 24px !important;
}
.hu-home-policy-list .elementor-icon-list-item:first-child {
  border-top: 0;
}
.hu-home-policy-list .elementor-icon-list-text {
  color: #111827 !important;
  font: 800 14px/1.2 "DM Sans", Arial, sans-serif !important;
}
.hu-home-policy-list .elementor-icon-list-icon {
  color: #9ca3af !important;
  font-size: 10px;
  order: 2;
}
.elementor-element-homefaq.hu-home-info-section {
  background: #fff !important;
  padding: 72px 20px 88px !important;
}
.elementor-element-homefaq.hu-home-info-section > .elementor-container {
  column-gap: 42px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  max-width: 1130px !important;
  row-gap: 42px !important;
}
.elementor-element-homefaq .elementor-column {
  width: auto !important;
}
.elementor-element-homefaq-head {
  grid-column: 1 / -1;
  text-align: center;
}
.elementor-element-homefaq-head > .elementor-widget-wrap,
.elementor-element-homefaq-left > .elementor-widget-wrap,
.elementor-element-homefaq-right > .elementor-widget-wrap {
  align-content: flex-start;
  padding: 0 !important;
}
.elementor-element-homefaq-kicker,
.elementor-element-homefaq-main-title {
  margin: 0 !important;
}
.elementor-element-homefaq-kicker .elementor-heading-title {
  color: #8f8d86 !important;
  font: 800 11px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.elementor-element-homefaq-main-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 32px !important;
  line-height: 1.12 !important;
  margin: 10px 0 0 !important;
}
.elementor-element-homefaq-left-title,
.elementor-element-homefaq-right-title {
  margin: 0 0 22px !important;
  width: 100%;
}
.elementor-element-homefaq-left-title .elementor-heading-title,
.elementor-element-homefaq-right-title .elementor-heading-title {
  color: #111827 !important;
  font-family: var(--font-serif) !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}
.elementor-element-homefaq [class*="elementor-element-homefaq-question-"],
.elementor-element-homefaq [class*="elementor-element-homefaq-answer-"] {
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  flex-basis: 100%;
  margin: 0 !important;
  padding-left: 26px;
  padding-right: 26px;
}
.elementor-element-homefaq [class*="elementor-element-homefaq-question-"] {
  border-top: 1px solid #d9d9d9;
  padding-top: 23px;
}
.elementor-element-homefaq-question-0 {
  border-radius: 8px 8px 0 0;
}
.elementor-element-homefaq-answer-5 {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0 0 8px 8px;
}
.elementor-element-homefaq [class*="elementor-element-homefaq-question-"] .elementor-heading-title {
  color: #111827 !important;
  font: 800 14px/1.35 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-homefaq [class*="elementor-element-homefaq-answer-"] {
  padding-bottom: 22px;
  padding-top: 11px;
}
.elementor-element-homefaq [class*="elementor-element-homefaq-answer-"] p,
.elementor-element-homefaq-right-intro p {
  color: #7d8793 !important;
  font: 400 13px/1.62 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}
.elementor-element-homefaq-right-intro {
  margin: 0 0 22px !important;
  max-width: 540px;
}
.elementor-element-homefaq-policy-list {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin: 0 !important;
  overflow: hidden;
  width: 100%;
}
.elementor-element-homefaq-policy-list .elementor-icon-list-items {
  display: block;
}
.elementor-element-homefaq-policy-list .elementor-icon-list-item {
  align-items: center !important;
  border-top: 1px solid #d9d9d9;
  display: flex !important;
  justify-content: space-between;
  margin: 0 !important;
  padding: 17px 24px !important;
}
.elementor-element-homefaq-policy-list .elementor-icon-list-item:first-child {
  border-top: 0;
}
.elementor-element-homefaq-policy-list .elementor-icon-list-text {
  color: #111827 !important;
  font: 800 14px/1.2 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-homefaq-policy-list .elementor-icon-list-icon {
  color: #a5a8ad !important;
  font-size: 10px;
  order: 2;
}
.elementor-element-homefaq-policy-list .elementor-accordion {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}
.elementor-element-homefaq-policy-list .elementor-accordion-item {
  border: 0 !important;
  border-top: 1px solid #d9d9d9 !important;
}
.elementor-element-homefaq-policy-list .elementor-accordion-item:first-child {
  border-top: 0 !important;
}
.elementor-element-homefaq-policy-list .elementor-tab-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 17px 24px !important;
}
.elementor-element-homefaq-policy-list .elementor-accordion-title {
  color: #111827 !important;
  font: 800 14px/1.2 "DM Sans", Arial, sans-serif !important;
}
.elementor-element-homefaq-policy-list .elementor-accordion-icon {
  color: #a5a8ad !important;
  font-size: 10px;
  order: 2;
}
.elementor-element-homefaq-policy-list .elementor-tab-content {
  border-top: 1px solid #ededed !important;
  color: #7d8793 !important;
  font: 400 13px/1.62 "DM Sans", Arial, sans-serif !important;
  padding: 0 24px 17px !important;
}
.elementor-element-homefaq-policy-list .elementor-tab-content p {
  margin: 0 !important;
}
@media (max-width: 980px) {
  .hu-wp-hero > .elementor-container,
  .hu-wp-split > .elementor-container,
  .hu-wp-contact > .elementor-container,
  .hu-wp-room-row > .elementor-container,
  .hu-wp-room-row.hu-wp-reverse > .elementor-container {
    grid-template-columns: 1fr;
  }
  .hu-wp-room-row.hu-wp-reverse .hu-wp-room-img {
    order: initial;
  }
  .hu-wp-grid > .elementor-container,
  .hu-wp-grid.hu-wp-grid-4 > .elementor-container,
  .hu-wp-gallery-grid > .elementor-container,
  .hu-home-rooms-grid > .elementor-container,
  .elementor-element-homewhy > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hu-home-hotel-grid-col > .elementor-widget-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .hu-home-hotel-featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .hu-home-hotel-tile {
    min-height: 210px;
  }
  .elementor-element-homestats > .elementor-container {
    gap: 34px;
    grid-template-columns: repeat(4, max-content) !important;
  }
  .hu-home-info-section > .elementor-container {
    grid-template-columns: 1fr;
  }
  .elementor-element-homefaq.hu-home-info-section > .elementor-container {
    grid-template-columns: 1fr !important;
  }
  .elementor-element-galhero.hu-wp-hero > .elementor-container {
    gap: 34px;
    grid-template-columns: 1fr !important;
  }
  .elementor-element-galherob .elementor-widget-wrap,
  .elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-items {
    min-height: 0;
  }
  .elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-item {
    margin: 0 0 12px !important;
    min-width: 0;
    position: static;
    width: 100%;
  }
  .elementor-element-conhero.hu-wp-hero > .elementor-container {
    gap: 34px;
    grid-template-columns: 1fr !important;
  }
  .elementor-element-conherob .elementor-widget-wrap,
  .elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-items {
    min-height: 0;
  }
  .elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-item {
    margin: 0 0 12px !important;
    min-width: 0;
    position: static;
    width: 100%;
  }
  .elementor-element-conmain.hu-wp-contact > .elementor-container {
    grid-template-columns: 1fr !important;
    max-width: 520px !important;
  }
  .elementor-element-conmain.hu-wp-contact > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
    gap: 14px !important;
    grid-template-columns: 1fr !important;
  }
  .elementor-element-conmain .elementor-element-conmap,
  .elementor-element-conmain .elementor-element-conmapb,
  .elementor-element-conmain .elementor-element-coninfoh,
  .elementor-element-conmain .elementor-element-coninfol,
  .elementor-element-conmain .elementor-element-conwab {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  .elementor-element-conmain .elementor-element-coninfoh .elementor-heading-title,
  .elementor-element-conmain .elementor-element-conwab,
  .elementor-element-conmain .elementor-element-conmapb {
    text-align: center !important;
  }
  .elementor-element-conmain .elementor-element-conwab .elementor-widget-container,
  .elementor-element-conmain .elementor-element-conmapb .elementor-widget-container {
    justify-content: center !important;
  }
}
@media (max-width: 640px) {
  .hu-wp-grid > .elementor-container,
  .hu-wp-grid.hu-wp-grid-4 > .elementor-container,
  .hu-wp-gallery-grid > .elementor-container,
  .hu-home-rooms-grid > .elementor-container,
  .elementor-element-homewhy > .elementor-container,
  .hu-reservation-form {
    grid-template-columns: 1fr;
  }
  .hu-wp-title .elementor-heading-title {
    font-size: 42px !important;
  }
  .elementor-element-galhero .elementor-element-galherot .elementor-heading-title {
    font-size: 42px !important;
  }
  .elementor-element-conhero .elementor-element-conherot .elementor-heading-title {
    font-size: 42px !important;
  }
  .hu-wp-section,
  .hu-wp-cta {
    padding: 54px 20px !important;
  }
  .hu-home-hotel-grid-col > .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }
  .elementor-element-homestats > .elementor-container {
    gap: 24px 34px;
    grid-template-columns: repeat(2, max-content) !important;
  }
}

@media (max-width: 760px) {
  body.home,
  body.home .site-main,
  body.home .elementor,
  body.home .elementor-section {
    max-width: 100%;
    overflow-x: hidden;
  }
  .top-bar-inner {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 28px;
    padding: 0 12px;
  }
  .top-contact {
    display: block;
    max-width: 132px;
    min-width: 0;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }
  .top-contact .top-separator {
    display: none;
  }
  .top-social {
    align-items: center;
    gap: 9px;
    white-space: nowrap;
  }
  .main-nav .nav-row {
    padding: 10px 18px;
  }
  body.home .hu-wp-hero.hu-wp-home-hero {
    align-items: stretch !important;
    display: block !important;
    min-height: 0 !important;
    padding: 28px 18px 30px !important;
  }
  body.home .hu-wp-home-hero > .elementor-container {
    display: block !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    text-align: center;
    transform: none !important;
    width: 100% !important;
  }
  body.home .hu-wp-home-hero .elementor-widget-wrap {
    align-items: center;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 !important;
    text-align: center;
  }
  body.home .hu-wp-home-hero .elementor-element-homeherot {
    order: 1;
    width: 100% !important;
  }
  body.home .hu-wp-home-hero .elementor-element-homeherok {
    margin: 14px 0 20px !important;
    order: 2;
    width: 100% !important;
  }
  body.home .hu-wp-home-hero .elementor-element-homeherod {
    order: 3;
    width: 100% !important;
  }
  body.home .hu-wp-home-hero .elementor-element-homebtnreserve {
    order: 4;
  }
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms {
    order: 5;
  }
  body.home .hu-wp-home-hero .hu-wp-title .elementor-heading-title {
    font-size: 39px !important;
    line-height: 1.05 !important;
    margin: 0 auto !important;
    max-width: 310px !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
    word-break: keep-all !important;
  }
  body.home .hu-wp-home-hero .hu-wp-kicker .elementor-heading-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 310px;
    text-align: center;
  }
  body.home .hu-wp-home-hero .hu-wp-kicker .elementor-heading-title::before {
    content: none !important;
  }
  body.home .hu-wp-home-hero .hu-wp-lead p {
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.48 !important;
    margin: 0 auto !important;
    max-width: 326px !important;
  }
  body.home .hu-wp-home-hero .hu-wp-home-button {
    display: block !important;
    margin: 20px auto 0 !important;
    width: auto !important;
  }
  body.home .hu-wp-home-hero .hu-wp-home-button .elementor-button {
    min-width: 176px !important;
  }
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button {
    min-width: 208px !important;
  }
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button-text::after {
    content: "\203A" !important;
    font-size: 20px;
    line-height: 0;
    margin-left: 8px;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list {
    margin-top: 28px !important;
    order: 6;
    width: 100% !important;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-items {
    display: grid !important;
    gap: 16px 18px !important;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    margin: 0 !important;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 380px) {
  body.home .hu-wp-home-hero .hu-wp-title .elementor-heading-title {
    font-size: 37px !important;
    max-width: 292px !important;
  }
  body.home .hu-wp-home-hero .hu-wp-lead p {
    font-size: 16px !important;
    max-width: 304px !important;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-items {
    gap: 14px 12px !important;
  }
}

@media (max-width: 760px) {
  .top-contact {
    font-size: 0 !important;
    max-width: 132px !important;
  }
  .top-contact .top-phone-icon,
  .top-contact a {
    font-size: 12px !important;
  }
  body.home .hu-wp-hero.hu-wp-home-hero {
    padding: 58px 18px 30px !important;
  }
  body.home .hu-wp-home-hero .hu-wp-title .elementor-heading-title {
    font-size: 36px !important;
    line-height: 1.08 !important;
    max-width: 292px !important;
  }
  body.home .hu-wp-home-hero .hu-wp-lead p {
    font-size: 16px !important;
    line-height: 1.48 !important;
    max-width: 310px !important;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list {
    margin-top: 26px !important;
    overflow: visible !important;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-items {
    align-items: center;
    display: grid !important;
    gap: 14px 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: center;
    margin: 0 auto !important;
    max-width: 330px;
    width: 100%;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-item {
    justify-content: center;
    min-width: 0 !important;
    text-align: center;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text,
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text strong {
    font-size: 12px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }
}

@media (max-width: 380px) {
  body.home .hu-wp-hero.hu-wp-home-hero {
    padding-top: 56px !important;
  }
  body.home .hu-wp-home-hero .hu-wp-title .elementor-heading-title {
    font-size: 34px !important;
    max-width: 276px !important;
  }
}

@media (max-width: 760px) {
  body.home .hu-wp-hero.hu-wp-home-hero {
    padding-top: 82px !important;
  }
  body.home .hu-wp-home-hero .elementor-element-homeherot,
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container {
    height: auto !important;
    margin: 0 auto 16px !important;
    max-width: 320px !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    transform: none !important;
    width: 100% !important;
  }
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title {
    display: block !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    text-indent: -9999px;
    transform: none !important;
  }
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before {
    color: #fff;
    content: "Hotel\A Universitario";
    display: block;
    font: 700 38px/1.05 "DM Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    text-indent: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .22);
    white-space: pre;
  }
  body.home .hu-wp-home-hero .elementor-element-homeherok {
    margin-top: 0 !important;
  }
}

@media (max-width: 380px) {
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before {
    font-size: 36px;
  }
  body.home .hu-wp-hero.hu-wp-home-hero {
    padding-top: 78px !important;
  }
}

@media (max-width: 760px) {
  body.home .hu-wp-hero.hu-wp-home-hero {
    padding-top: 118px !important;
  }
}

@media (max-width: 380px) {
  body.home .hu-wp-hero.hu-wp-home-hero {
    padding-top: 112px !important;
  }
}

@media (max-width: 760px) {
  body.home .hu-wp-home-hero .hu-wp-lead p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    max-width: 306px !important;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list {
    margin-top: 24px !important;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-items {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    max-width: 310px !important;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-item,
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
    grid-column: auto !important;
    justify-content: center !important;
    width: 100% !important;
  }
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text,
  body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text strong {
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: center;
    white-space: normal !important;
  }
}

@media (max-width: 760px) {
  .main-nav .brand {
    justify-self: start !important;
  }
  .main-nav .brand img {
    display: block;
  }
  body.home .hu-wp-hero.hu-wp-home-hero {
    padding-top: 138px !important;
  }
}

@media (max-width: 380px) {
  body.home .hu-wp-hero.hu-wp-home-hero {
    padding-top: 132px !important;
  }
}

@media (max-width: 760px) {
  .top-bar {
    height: 28px !important;
    min-height: 28px !important;
  }
  .top-bar-inner {
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 12px !important;
  }
  .top-contact {
    align-items: center !important;
    display: inline-flex !important;
    gap: 2px !important;
    height: 28px !important;
    line-height: 1 !important;
    max-width: 142px !important;
  }
  .top-contact .top-phone-icon {
    display: inline-block !important;
    flex: 0 0 auto;
    font: 400 11px/1 Arial, sans-serif !important;
    height: 11px !important;
    overflow: hidden;
    transform: none !important;
    width: 11px !important;
  }
  .top-contact a {
    display: inline-block !important;
    font: 600 12px/1 Arial, sans-serif !important;
    letter-spacing: 0 !important;
    max-width: 120px !important;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .page-id-10 .elementor-element-abthero.hu-wp-hero {
    min-height: 0 !important;
    padding: 112px 22px 46px !important;
  }
  .page-id-10 .elementor-element-abthero.hu-wp-hero > .elementor-container {
    display: grid !important;
    gap: 26px !important;
    grid-template-columns: 1fr !important;
    max-width: 360px !important;
    min-height: 0 !important;
    text-align: left;
  }
  .page-id-10 .elementor-element-abthero .elementor-column {
    width: 100% !important;
  }
  .page-id-10 .elementor-element-abthero .elementor-widget-wrap {
    padding: 0 !important;
  }
  .page-id-10 .elementor-element-abthero .elementor-element-abtherok {
    margin: 0 0 12px !important;
  }
  .page-id-10 .elementor-element-abthero .elementor-element-abtherok .elementor-heading-title {
    font-size: 11px !important;
    gap: 10px !important;
    letter-spacing: 1.6px !important;
    white-space: normal !important;
  }
  .page-id-10 .elementor-element-abthero .elementor-element-abtherok .elementor-heading-title::before {
    width: 28px !important;
  }
  .page-id-10 .elementor-element-abthero .elementor-element-abtherot {
    margin: 0 0 14px !important;
  }
  .page-id-10 .elementor-element-abthero .elementor-element-abtherot .elementor-heading-title {
    font-size: 42px !important;
    line-height: 1.02 !important;
    max-width: 310px !important;
    white-space: normal !important;
  }
  .page-id-10 .elementor-element-abthero .elementor-element-abtherod {
    max-width: 310px !important;
  }
  .page-id-10 .elementor-element-abthero .elementor-element-abtherod p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  .page-id-10 .elementor-element-abtherob .elementor-widget-wrap,
  .page-id-10 .elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-items {
    min-height: 0 !important;
    position: static !important;
  }
  .page-id-10 .elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-items {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: 1fr !important;
  }
  .page-id-10 .elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item,
  .page-id-10 .elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item:nth-child(1),
  .page-id-10 .elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item:nth-child(2),
  .page-id-10 .elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
    left: auto !important;
    min-width: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
  }
  .page-id-10 .elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-icon {
    flex-basis: 38px !important;
    height: 38px !important;
    width: 38px !important;
  }

  .page-id-10 .elementor-element-abthero .hu-wp-kicker {
    margin-top: 36px !important;
  }
}

@media (max-width: 760px) {
  .elementor-element-habhero.hu-wp-hero,
  .elementor-element-srvhero.hu-wp-hero,
  .elementor-element-galhero.hu-wp-hero,
  .elementor-element-conhero.hu-wp-hero {
    min-height: 0 !important;
    padding: 112px 22px 46px !important;
  }
  .elementor-element-habhero.hu-wp-hero > .elementor-container,
  .elementor-element-srvhero.hu-wp-hero > .elementor-container,
  .elementor-element-galhero.hu-wp-hero > .elementor-container,
  .elementor-element-conhero.hu-wp-hero > .elementor-container {
    display: grid !important;
    gap: 26px !important;
    grid-template-columns: 1fr !important;
    max-width: 360px !important;
    min-height: 0 !important;
    text-align: left;
  }
  .elementor-element-habhero .elementor-column,
  .elementor-element-srvhero .elementor-column,
  .elementor-element-galhero .elementor-column,
  .elementor-element-conhero .elementor-column {
    width: 100% !important;
  }
  .elementor-element-habhero .elementor-widget-wrap,
  .elementor-element-srvhero .elementor-widget-wrap,
  .elementor-element-galhero .elementor-widget-wrap,
  .elementor-element-conhero .elementor-widget-wrap {
    padding: 0 !important;
  }
  .elementor-element-habhero .hu-wp-kicker,
  .elementor-element-srvhero .hu-wp-kicker,
  .elementor-element-galhero .hu-wp-kicker,
  .elementor-element-conhero .hu-wp-kicker {
    margin: 36px 0 12px !important;
  }
  .elementor-element-habhero .hu-wp-kicker .elementor-heading-title,
  .elementor-element-srvhero .hu-wp-kicker .elementor-heading-title,
  .elementor-element-galhero .hu-wp-kicker .elementor-heading-title,
  .elementor-element-conhero .hu-wp-kicker .elementor-heading-title {
    font-size: 11px !important;
    gap: 10px !important;
    letter-spacing: 1.6px !important;
    white-space: normal !important;
  }
  .elementor-element-habhero .hu-wp-kicker .elementor-heading-title::before,
  .elementor-element-srvhero .hu-wp-kicker .elementor-heading-title::before,
  .elementor-element-galhero .hu-wp-kicker .elementor-heading-title::before,
  .elementor-element-conhero .hu-wp-kicker .elementor-heading-title::before {
    width: 28px !important;
  }
  .elementor-element-habhero .hu-wp-title,
  .elementor-element-srvhero .hu-wp-title,
  .elementor-element-galhero .hu-wp-title,
  .elementor-element-conhero .hu-wp-title {
    margin: 0 0 14px !important;
  }
  .elementor-element-habhero .hu-wp-title .elementor-heading-title,
  .elementor-element-srvhero .hu-wp-title .elementor-heading-title,
  .elementor-element-galhero .hu-wp-title .elementor-heading-title,
  .elementor-element-conhero .hu-wp-title .elementor-heading-title {
    font-size: 42px !important;
    line-height: 1.02 !important;
    max-width: 310px !important;
    white-space: normal !important;
  }
  .elementor-element-habhero .hu-wp-lead,
  .elementor-element-srvhero .hu-wp-lead,
  .elementor-element-galhero .hu-wp-lead,
  .elementor-element-conhero .hu-wp-lead {
    max-width: 310px !important;
  }
  .elementor-element-habhero .hu-wp-lead p,
  .elementor-element-srvhero .hu-wp-lead p,
  .elementor-element-galhero .hu-wp-lead p,
  .elementor-element-conhero .hu-wp-lead p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  .elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-items,
  .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-items,
  .elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-items,
  .elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-items,
  .elementor-element-habhero .elementor-widget-wrap,
  .elementor-element-srvhero .elementor-widget-wrap,
  .elementor-element-galhero .elementor-widget-wrap,
  .elementor-element-conhero .elementor-widget-wrap {
    min-height: 0 !important;
    position: static !important;
  }
  .elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-items,
  .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-items,
  .elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-items,
  .elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-items {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: 1fr !important;
  }
  .elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-item,
  .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item,
  .elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-item,
  .elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-item {
    left: auto !important;
    min-width: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
  }
  .elementor-element-habhero .hu-wp-mini-list .elementor-icon-list-icon,
  .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-icon,
  .elementor-element-galhero .hu-wp-mini-list .elementor-icon-list-icon,
  .elementor-element-conhero .hu-wp-mini-list .elementor-icon-list-icon {
    flex-basis: 38px !important;
    height: 38px !important;
    width: 38px !important;
  }
}

@media (max-width: 760px) {
  body.page-id-10,
  body.page-id-10 .site-main,
  body.page-id-10 .elementor,
  body.page-id-10 .elementor-section {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  body.page-id-10 .elementor-section:not(.elementor-element-abthero) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body.page-id-10 .elementor-section > .elementor-container {
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: 1fr !important;
    max-width: 360px !important;
    width: 100% !important;
  }
  body.page-id-10 .elementor-column {
    max-width: 100% !important;
    width: 100% !important;
  }
  body.page-id-10 .elementor-widget-wrap {
    max-width: 100% !important;
  }
  body.page-id-10 .elementor-element-abthero.hu-wp-hero {
    padding: 118px 20px 42px !important;
  }
  body.page-id-10 .elementor-element-abthero.hu-wp-hero > .elementor-container {
    max-width: 340px !important;
  }
  body.page-id-10 .elementor-element-abthero .elementor-element-abtherot .elementor-heading-title {
    font-size: 40px !important;
    line-height: 1.02 !important;
  }
  body.page-id-10 .elementor-element-abthero .elementor-element-abtherod p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
  body.page-id-10 .elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-items {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: 1fr !important;
  }
  body.page-id-10 .elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item {
    align-items: center !important;
    min-width: 0 !important;
    padding: 14px 16px !important;
    width: 100% !important;
  }
  body.page-id-10 .elementor-element-abtmission,
  body.page-id-10 .hu-about-proof-section,
  body.page-id-10 .hu-about-pexsot-section,
  body.page-id-10 .elementor-element-abtcta {
    padding-bottom: 42px !important;
    padding-top: 42px !important;
  }
  body.page-id-10 .elementor-element-abtmission > .elementor-container,
  body.page-id-10 .hu-about-proof-section > .elementor-container,
  body.page-id-10 .hu-about-pexsot-section > .elementor-container,
  body.page-id-10 .elementor-element-abtcta > .elementor-container {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: 1fr !important;
  }
  body.page-id-10 .elementor-element-abtmission .hu-wp-card > .elementor-widget-wrap,
  body.page-id-10 .hu-about-proof-card > .elementor-widget-wrap,
  body.page-id-10 .hu-about-pexsot-card > .elementor-widget-wrap {
    min-height: 0 !important;
    padding: 24px 22px !important;
  }
  body.page-id-10 .elementor-element-abtmission .hu-wp-card-title .elementor-heading-title,
  body.page-id-10 .hu-about-proof-title .elementor-heading-title,
  body.page-id-10 .hu-about-pexsot-card-title .elementor-heading-title {
    font-size: 22px !important;
    line-height: 1.15 !important;
  }
  body.page-id-10 .elementor-element-abtmission .hu-wp-text p,
  body.page-id-10 .hu-about-proof-text p,
  body.page-id-10 .hu-about-pexsot-card-text p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
  body.page-id-10 .hu-about-proof-card > .elementor-widget-wrap {
    text-align: left !important;
  }
  body.page-id-10 .hu-about-proof-card > .elementor-widget-wrap::before {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  body.page-id-10 .hu-about-pexsot-head,
  body.page-id-10 .hu-about-pexsot-quote-col {
    grid-column: auto !important;
  }
  body.page-id-10 .hu-about-pexsot-title .elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.12 !important;
  }
  body.page-id-10 .hu-about-pexsot-head p,
  body.page-id-10 .hu-about-pexsot-lead p,
  body.page-id-10 .elementor-element-abtpexsot-intro1 p,
  body.page-id-10 .elementor-element-abtpexsot-intro2 p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  body.page-id-10 .hu-about-pexsot-quote p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  body.page-id-10 .elementor-element-abtcta .hu-wp-heading .elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.14 !important;
  }
  body.page-id-10 .elementor-element-abtcta .hu-wp-lead p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

.hu-scroll-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity .72s ease,
    transform .72s cubic-bezier(.22, 1, .36, 1),
    box-shadow .2s ease,
    border-color .2s ease;
  transition-delay: var(--hu-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.hu-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.elementor-top-section.hu-scroll-reveal {
  transform: translateY(34px);
}
.elementor-top-section.hu-scroll-reveal.is-visible {
  transform: translateY(0);
}
.hu-wp-card.hu-scroll-reveal,
.hu-home-room-card.hu-scroll-reveal,
.hu-about-proof-card.hu-scroll-reveal,
.hu-about-pexsot-card.hu-scroll-reveal,
.hu-wp-gallery-grid .elementor-column.hu-scroll-reveal,
.hu-wp-grid .elementor-column.hu-scroll-reveal {
  transform: translateY(22px) scale(.985);
}
.hu-wp-card.hu-scroll-reveal.is-visible,
.hu-home-room-card.hu-scroll-reveal.is-visible,
.hu-about-proof-card.hu-scroll-reveal.is-visible,
.hu-about-pexsot-card.hu-scroll-reveal.is-visible,
.hu-wp-gallery-grid .elementor-column.hu-scroll-reveal.is-visible,
.hu-wp-grid .elementor-column.hu-scroll-reveal.is-visible {
  transform: translateY(0) scale(1);
}
.hu-reduce-motion .hu-scroll-reveal,
.hu-reduce-motion .hu-scroll-reveal.is-visible,
.hu-translating .hu-scroll-reveal,
.hu-translating .hu-scroll-reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.hu-floating-whatsapp {
  align-items: center;
  background: #25d366;
  border: 3px solid #fff;
  border-radius: 999px;
  bottom: 26px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
  color: #fff !important;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 26px;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
  width: 58px;
  z-index: 9999;
}
.hu-floating-whatsapp svg {
  fill: currentColor;
  height: 30px;
  width: 30px;
}
.hu-floating-whatsapp:hover,
.hu-floating-whatsapp:focus-visible {
  background: #1fbd5b;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
  color: #fff !important;
  transform: translateY(-3px) scale(1.04);
}
.hu-floating-whatsapp:focus-visible {
  outline: 3px solid rgba(37, 211, 102, .34);
  outline-offset: 3px;
}

.hu-floating-socials {
  display: none;
}

.hu-floating-socials a {
  align-items: center;
  background: #ffffff;
  border: 2px solid #1f3f92;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .18);
  color: #1f3f92 !important;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  text-decoration: none !important;
  width: 44px;
}

.hu-floating-socials svg {
  display: block;
  fill: currentColor;
  height: 20px;
  width: 20px;
}

@media (max-width: 760px) {
  .hu-floating-whatsapp {
    border-width: 3px;
    bottom: 18px;
    height: 54px;
    right: 18px;
    width: 54px;
  }
  .hu-floating-whatsapp svg {
    height: 28px;
    width: 28px;
  }

  .hu-floating-socials {
    bottom: 86px;
    display: grid;
    gap: 10px;
    position: fixed;
    right: 18px;
    z-index: 9998;
  }
}

@media (max-width: 760px) {
  .top-contact .top-phone-icon,
  .top-contact a[href^="tel:"] {
    display: none !important;
  }

  .top-contact {
    max-width: none !important;
  }
}

@media (max-width: 760px) {
  .top-bar {
    height: 32px !important;
    min-height: 32px !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  .top-bar-inner {
    align-items: center !important;
    height: 32px !important;
    min-height: 32px !important;
    overflow: visible !important;
  }

  .top-social,
  .top-social a,
  .top-social svg,
  .top-language-switcher,
  .top-language-switcher .gtranslate_wrapper,
  .top-language-switcher .glink {
    overflow: visible !important;
  }

  .top-social {
    align-items: center !important;
    gap: 7px !important;
    min-height: 32px !important;
  }

  .top-social a {
    height: 22px !important;
    width: 22px !important;
  }

  .top-social svg {
    height: 15px !important;
    width: 15px !important;
  }

  .top-language-switcher {
    align-items: center !important;
    height: 22px !important;
    margin-left: 2px !important;
    min-width: 52px !important;
  }

  .top-language-switcher .gtranslate_wrapper,
  .top-language-switcher .glink {
    align-items: center !important;
    height: 22px !important;
    justify-content: center !important;
    line-height: 22px !important;
  }

  .top-language-switcher .gtranslate_wrapper {
    gap: 3px !important;
  }

  .top-language-switcher .glink {
    border-radius: 999px !important;
    flex: 0 0 25px !important;
    font-size: 11px !important;
    min-width: 25px !important;
    padding: 0 !important;
    width: 25px !important;
  }

  .top-language-switcher .glink + .glink::before {
    content: none !important;
    display: none !important;
    margin: 0 !important;
  }
}

body main p,
body .site-main p,
body .site-main .elementor .elementor-widget-text-editor p,
body .site-main .elementor .hu-wp-text p,
body .site-main .elementor .hu-wp-lead p,
body .site-main .elementor .hu-home-room-text p,
body .site-main .elementor .hu-home-faq-answer p,
body .site-main .elementor .hu-home-policy-intro p,
body .site-main .elementor .hu-about-proof-text p,
body .site-main .elementor .hu-about-pexsot-card-text p,
body .site-main .elementor .hu-about-pexsot-lead p,
body .site-main .elementor .hu-about-pexsot-quote p,
body .site-main .elementor .elementor-tab-content p,
body .site-main .hu-section p,
body .site-main .hu-content > p,
body .site-main .rp-card p,
body .site-main .rp-narrow p,
body .site-main .rp-blue-card p {
  font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
}

body.page-id-10 .elementor-section,
body.page-id-10 .elementor-column,
body.page-id-10 .elementor-widget-wrap,
body.page-id-10 .elementor-widget,
body.page-id-10 .elementor-widget-container,
body.page-id-10 .elementor-heading-title,
body.page-id-10 .elementor-widget-text-editor,
body.page-id-10 .elementor-widget-text-editor p,
body.page-id-10 .hu-wp-heading,
body.page-id-10 .hu-wp-heading .elementor-heading-title,
body.page-id-10 .hu-wp-lead,
body.page-id-10 .hu-wp-lead p,
body.page-id-10 .hu-wp-text,
body.page-id-10 .hu-wp-text p,
body.page-id-10 .hu-about-pexsot-head,
body.page-id-10 .hu-about-pexsot-quote-col,
body.page-id-10 .hu-about-pexsot-title .elementor-heading-title,
body.page-id-10 .hu-about-pexsot-lead,
body.page-id-10 .hu-about-pexsot-lead p,
body.page-id-10 .hu-about-pexsot-card-title .elementor-heading-title,
body.page-id-10 .hu-about-pexsot-card-text p,
body.page-id-10 .hu-about-proof-card > .elementor-widget-wrap,
body.page-id-10 .hu-about-proof-title .elementor-heading-title,
body.page-id-10 .hu-about-proof-text p,
body.page-id-10 .hu-about-final-cta,
body.page-id-10 .hu-about-final-cta .elementor-widget-wrap,
body.page-id-10 .hu-about-final-cta .elementor-widget-heading,
body.page-id-10 .hu-about-final-cta .elementor-widget-text-editor,
body.page-id-10 .hu-about-final-cta .elementor-widget-text-editor p,
body.page-id-10 .elementor-element-abtcta .hu-wp-heading .elementor-heading-title,
body.page-id-10 .elementor-element-abtcta .hu-wp-lead p {
  text-align: left !important;
}

body.page-id-10 .hu-about-pexsot-lead,
body.page-id-10 .hu-about-pexsot-quote,
body.page-id-10 .hu-about-final-cta > .elementor-container,
body.page-id-10 .elementor-element-abtcta .hu-wp-heading,
body.page-id-10 .elementor-element-abtcta .hu-wp-lead {
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.page-id-10 .hu-pexsot-cards {
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.page-id-10 .hu-about-info-icon,
body.page-id-10 .hu-about-stat-icon,
body.page-id-10 .hu-pexsot-cards span,
body.page-id-10 .hu-about-pexsot-card > .elementor-widget-wrap::before,
body.page-id-10 .hu-about-proof-card > .elementor-widget-wrap::before {
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.page-id-10 .hu-about-final-cta .elementor-widget-button,
body.page-id-10 .elementor-element-abtcta .elementor-widget-button {
  display: flex !important;
  justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.page-id-10 .elementor-element-abtcta,
body.page-id-10 .elementor-element-abtcta .elementor-widget-wrap,
body.page-id-10 .elementor-element-abtcta .elementor-widget-heading,
body.page-id-10 .elementor-element-abtcta .elementor-widget-text-editor,
body.page-id-10 .elementor-element-abtcta .elementor-widget-text-editor p,
body.page-id-10 .elementor-element-abtcta .hu-wp-heading,
body.page-id-10 .elementor-element-abtcta .hu-wp-heading .elementor-heading-title,
body.page-id-10 .elementor-element-abtcta .hu-wp-lead,
body.page-id-10 .elementor-element-abtcta .hu-wp-lead p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.page-id-10 .elementor-element-abtcta > .elementor-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 760px !important;
}

body.page-id-10 .elementor-element-abtcta .elementor-widget-button {
  display: flex !important;
  justify-content: center !important;
  margin: 18px auto 0 !important;
  width: auto !important;
}

.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) .elementor-widget-text-editor p,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(2) .elementor-widget-text-editor p,
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) .elementor-widget-text-editor p,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(3) .elementor-widget-text-editor p,
.home .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) .elementor-widget-text-editor p,
.page-id-6 .hu-el-gallery .hu-el-gallery-card:nth-of-type(4) .elementor-widget-text-editor p,
.home .hu-el-rooms .hu-el-section-lead p,
.page-id-6 .hu-el-rooms .hu-el-section-lead p,
.home .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor p,
.page-id-6 .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor p {
  font-size: 0 !important;
}

.home .hu-el-gallery .hu-el-gallery-card .elementor-widget-text-editor p::after,
.page-id-6 .hu-el-gallery .hu-el-gallery-card .elementor-widget-text-editor p::after,
.home .hu-el-rooms .hu-el-section-lead p::after,
.page-id-6 .hu-el-rooms .hu-el-section-lead p::after,
.home .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor p::after,
.page-id-6 .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor p::after {
  font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
}

body .elementor-element-homeamen .hu-wp-text p,
body .elementor-element-homeamen .elementor-widget-text-editor p,
body .elementor-element-homeroomhead .hu-wp-lead p,
body .elementor-element-homeroomhead .elementor-widget-text-editor p {
  font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
}

@media (max-width: 760px) {
  .hu-wp-room-row {
    padding: 8px 12px !important;
  }

  .hu-wp-room-row > .elementor-container,
  .hu-wp-room-row.hu-wp-reverse > .elementor-container {
    border-radius: 6px;
    max-width: 100% !important;
  }

  .hu-wp-room-img img {
    min-height: 190px;
  }

  .hu-wp-room-body > .elementor-widget-wrap {
    padding: 22px !important;
  }

  .hu-wp-room-body .hu-wp-heading .elementor-heading-title {
    font-size: 22px !important;
  }

  .hu-wp-room-body .hu-wp-heading {
    margin-bottom: 7px !important;
  }

  .hu-wp-room-body .hu-wp-kicker {
    margin-bottom: 14px !important;
  }

  .hu-wp-room-body .hu-wp-text {
    margin: 0 0 12px !important;
  }

  .hu-wp-room-body .hu-wp-info-list .elementor-icon-list-items {
    gap: 9px;
    grid-template-columns: 1fr;
  }

  .hu-wp-room-body .hu-wp-info-list .elementor-widget-container::before {
    font: 800 15px/1.25 "DM Sans", Arial, sans-serif !important;
    margin-bottom: 11px !important;
  }

  .hu-wp-room-body .hu-wp-info-list .elementor-icon-list-text {
    font: 400 14px/1.45 "DM Sans", Arial, sans-serif !important;
  }

  .hu-wp-room-body .hu-wp-button {
    margin-top: 16px !important;
  }

  .hu-wp-room-body .hu-wp-button .elementor-button {
    display: inline-flex;
    min-height: 46px;
    padding: 14px 18px !important;
  }

  body main p,
  body .site-main p,
  body .site-main .elementor .elementor-widget-text-editor p,
  body .site-main .elementor .hu-wp-text p,
  body .site-main .elementor .hu-wp-lead p,
  body .site-main .elementor .hu-home-room-text p,
  body .site-main .elementor .hu-home-faq-answer p,
  body .site-main .elementor .hu-home-policy-intro p,
  body .site-main .elementor .hu-about-proof-text p,
  body .site-main .elementor .hu-about-pexsot-card-text p,
  body .site-main .elementor .hu-about-pexsot-lead p,
  body .site-main .elementor .hu-about-pexsot-quote p,
  body .site-main .elementor .elementor-tab-content p,
  body .site-main .hu-section p,
  body .site-main .hu-content > p,
  body .site-main .rp-card p,
  body .site-main .rp-narrow p,
  body .site-main .rp-blue-card p {
    font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
  }

  .home .hu-el-gallery .hu-el-gallery-card .elementor-widget-text-editor p::after,
  .page-id-6 .hu-el-gallery .hu-el-gallery-card .elementor-widget-text-editor p::after,
  .home .hu-el-rooms .hu-el-section-lead p::after,
  .page-id-6 .hu-el-rooms .hu-el-section-lead p::after,
  .home .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor p::after,
  .page-id-6 .hu-el-reviews .hu-el-review-card .elementor-widget-text-editor p::after {
    font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
  }

  body .elementor-element-homeamen .hu-wp-text p,
  body .elementor-element-homeamen .elementor-widget-text-editor p,
  body .elementor-element-homeroomhead .hu-wp-lead p,
  body .elementor-element-homeroomhead .elementor-widget-text-editor p {
    font: 400 15px/1.55 "DM Sans", Arial, sans-serif !important;
  }
}

/* Brand palette override: #2447A3, #1F3F92, #E4C06E, #F2F2F2, #FFFFFF. */
body {
  background: #ffffff;
}

.top-bar {
  background: #2447a3;
  color: rgba(255, 255, 255, .86);
}

.main-nav,
.hu-hero,
.hu-page-hero,
.hu-stats,
.site-footer,
.hu-gallery-tile,
.hu-btn-primary,
.hu-wp-button .elementor-button,
.elementor-widget-button .elementor-button,
.hu-home-room-button .elementor-button,
.elementor-element-homewhy .hu-wp-button .elementor-button {
  background: #1f3f92 !important;
}

.hu-btn-primary:hover,
.hu-wp-button .elementor-button:hover,
.elementor-widget-button .elementor-button:hover,
.hu-home-room-button .elementor-button:hover,
.elementor-element-homewhy .hu-wp-button .elementor-button:hover {
  background: #2447a3 !important;
}

.hu-btn-light,
.nav-cta,
.footer-badge {
  color: #1f3f92 !important;
}

.hu-btn-light:hover,
.nav-cta:hover {
  background: #f2f2f2;
}

.hu-btn-outline-dark,
.hu-wp-button-outline .elementor-button,
.hu-home-hotel-button .elementor-button {
  border-color: #1f3f92 !important;
  color: #1f3f92 !important;
}

.hu-btn-outline-dark:hover,
.hu-wp-button-outline .elementor-button:hover,
.hu-home-hotel-button .elementor-button:hover {
  background: #1f3f92 !important;
  color: #ffffff !important;
}

.hu-link,
.hu-check-list li::before,
.hu-room-row li::before,
.hu-service-icon,
.hu-wp-room-body .hu-wp-info-list .elementor-icon-list-icon,
.hu-wp-room-body .hu-wp-kicker,
.hu-wp-kicker,
.hu-eyebrow {
  color: #2447a3 !important;
}

.hu-hero-overlay {
  background: rgba(34, 29, 137, .72);
}

.hu-amenities {
  background: #2447a3;
}

.hu-section-soft,
.hu-room-card li,
.editor-styles-wrapper .hu-section-soft,
.editor-styles-wrapper .hu-amenities {
  background: #f2f2f2;
}

.hu-service-icon,
.hu-mini-card,
.hu-wp-mini-list .elementor-icon-list-item {
  background-color: rgba(217, 187, 151, .22) !important;
}

.hu-room-card,
.hu-service-card,
.hu-two-cards article,
.hu-contact-grid article,
.hu-faq-list,
.hu-policy-accordion,
.hu-room-row,
.hu-policy dl,
details,
.hu-review-grid article {
  border-color: #f2f2f2 !important;
}

.menu a,
.hu-page-lead,
.hu-hero-text,
.site-footer,
.site-footer p,
.footer-contact,
.footer-schedule {
  color: rgba(255, 255, 255, .86);
}

.hu-location,
.hu-trust,
.hu-mini-card span,
.site-footer a,
.footer-meta,
.top-bar a {
  color: rgba(255, 255, 255, .72) !important;
}

.hu-wp-card > .elementor-widget-wrap::before,
.hu-about-proof-card > .elementor-widget-wrap::before,
.hu-about-pexsot-card > .elementor-widget-wrap::before {
  background: #E4C06E !important;
}

/* Home art direction: lighter image-led hero, cream surfaces and restrained navy accents. */
body.home .site-main,
body.home .elementor {
  background: #ffffff !important;
}

body.home .hu-el-hero,
body.home .hu-wp-hero.hu-wp-home-hero,
.page-id-6 .hu-el-hero,
.page-id-6 .hu-wp-hero.hu-wp-home-hero {
  background-color: #f2f2f2 !important;
  background-position: center center !important;
  background-size: cover !important;
}

body.home .hu-el-hero::after,
.page-id-6 .hu-el-hero::after,
body.home .hu-wp-hero.hu-wp-home-hero::after,
.page-id-6 .hu-wp-hero.hu-wp-home-hero::after {
  opacity: .08 !important;
}

body.home .hu-hero-overlay,
.page-id-6 .hu-hero-overlay,
body.home .hu-el-hero-bg::after,
.page-id-6 .hu-el-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(7, 24, 44, .70) 0%, rgba(7, 24, 44, .38) 48%, rgba(7, 24, 44, .12) 100%) !important;
}

body.home .hu-el-hero-title .elementor-heading-title,
body.home .hu-wp-home-hero .hu-wp-title .elementor-heading-title,
.page-id-6 .hu-el-hero-title .elementor-heading-title,
.page-id-6 .hu-wp-home-hero .hu-wp-title .elementor-heading-title {
  color: #ffffff !important;
  max-width: 660px !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .28);
}

body.home .hu-el-hero-subtitle,
body.home .hu-el-hero-subtitle p,
.page-id-6 .hu-el-hero-subtitle,
.page-id-6 .hu-el-hero-subtitle p {
  color: #E4C06E !important;
}

body.home .hu-el-hero-lead,
body.home .hu-el-hero-lead p,
body.home .hu-wp-home-hero .hu-wp-lead p,
.page-id-6 .hu-el-hero-lead,
.page-id-6 .hu-el-hero-lead p,
.page-id-6 .hu-wp-home-hero .hu-wp-lead p {
  color: rgba(255, 255, 255, .92) !important;
  font-weight: 600 !important;
}

body.home .hu-el-hero .hu-el-button-light .elementor-button,
body.home .hu-wp-home-hero .hu-wp-home-button .elementor-button,
.page-id-6 .hu-el-hero .hu-el-button-light .elementor-button,
.page-id-6 .hu-wp-home-hero .hu-wp-home-button .elementor-button {
  background: #ffffff !important;
  color: #1f3f92 !important;
}

body.home .hu-el-hero .hu-el-button-outline .elementor-button,
body.home .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button,
.page-id-6 .hu-el-hero .hu-el-button-outline .elementor-button,
.page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button {
  background: rgba(255, 255, 255, .12) !important;
  border-color: rgba(255, 255, 255, .66) !important;
  color: #ffffff !important;
}

body.home .hu-el-amenities,
.page-id-6 .hu-el-amenities,
body.home .elementor-element-homeamen,
.page-id-6 .elementor-element-homeamen {
  background: #ffffff !important;
}

body.home .hu-el-amenities .hu-el-benefit-card > .elementor-widget-wrap,
.page-id-6 .hu-el-amenities .hu-el-benefit-card > .elementor-widget-wrap,
body.home .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap,
.page-id-6 .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap {
  background: #ffffff !important;
  border-color: #f2f2f2 !important;
  box-shadow: 0 10px 26px rgba(34, 29, 137, .08) !important;
}

body.home .hu-el-amenities .hu-el-benefit-card > .elementor-widget-wrap::before,
.page-id-6 .hu-el-amenities .hu-el-benefit-card > .elementor-widget-wrap::before,
body.home .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap::before,
.page-id-6 .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap::before {
  background-color: #E4C06E !important;
}

body.home .hu-el-rooms,
body.home .hu-el-soft,
body.home .hu-home-info-section,
.page-id-6 .hu-el-rooms,
.page-id-6 .hu-el-soft,
.page-id-6 .hu-home-info-section {
  background: #f2f2f2 !important;
}

body.home .hu-el-gallery,
.page-id-6 .hu-el-gallery {
  background: #ffffff !important;
}

body.home .hu-el-card > .elementor-widget-wrap,
body.home .hu-el-room-card > .elementor-widget-wrap,
body.home .hu-el-review-card > .elementor-widget-wrap,
body.home .hu-home-faq-panel > .elementor-widget-wrap,
body.home .hu-home-policy-panel > .elementor-widget-wrap,
.page-id-6 .hu-el-card > .elementor-widget-wrap,
.page-id-6 .hu-el-room-card > .elementor-widget-wrap,
.page-id-6 .hu-el-review-card > .elementor-widget-wrap,
.page-id-6 .hu-home-faq-panel > .elementor-widget-wrap,
.page-id-6 .hu-home-policy-panel > .elementor-widget-wrap {
  background: #ffffff !important;
  border-color: #f2f2f2 !important;
}

body.home .elementor-element-homestats,
.page-id-6 .elementor-element-homestats,
body.home .hu-stats,
.page-id-6 .hu-stats {
  background: #1f3f92 !important;
}

body.home .hu-el-eyebrow .elementor-heading-title,
body.home .hu-el-card-eyebrow .elementor-heading-title,
body.home .hu-home-info-kicker .elementor-heading-title,
.page-id-6 .hu-el-eyebrow .elementor-heading-title,
.page-id-6 .hu-el-card-eyebrow .elementor-heading-title,
.page-id-6 .hu-home-info-kicker .elementor-heading-title {
  color: #E4C06E !important;
}

body.home .hu-el-section h2.elementor-heading-title,
body.home .hu-home-info-title .elementor-heading-title,
.page-id-6 .hu-el-section h2.elementor-heading-title,
.page-id-6 .hu-home-info-title .elementor-heading-title {
  color: #111111 !important;
}

body.home .hu-el-button-primary .elementor-button,
body.home .hu-home-room-button .elementor-button,
.page-id-6 .hu-el-button-primary .elementor-button,
.page-id-6 .hu-home-room-button .elementor-button {
  background: #1f3f92 !important;
  color: #ffffff !important;
}

body.home .hu-el-button-primary .elementor-button:hover,
body.home .hu-home-room-button .elementor-button:hover,
.page-id-6 .hu-el-button-primary .elementor-button:hover,
.page-id-6 .hu-home-room-button .elementor-button:hover {
  background: #1f3f92 !important;
}

/* Remove the purple cast from the current WordPress home hero. */
.top-bar {
  background: #2447a3 !important;
}

.main-nav {
  background: #1f3f92 !important;
}

body.home .hu-wp-hero.hu-wp-home-hero,
.page-id-6 .hu-wp-hero.hu-wp-home-hero {
  background-color: #111111 !important;
}

body.home .hu-wp-hero.hu-wp-home-hero::before,
.page-id-6 .hu-wp-hero.hu-wp-home-hero::before {
  background-image: linear-gradient(90deg, rgba(5, 18, 31, .68) 0%, rgba(5, 18, 31, .40) 44%, rgba(5, 18, 31, .12) 100%) !important;
  background-position: center center !important;
  background-size: cover !important;
  filter: none !important;
  opacity: 1 !important;
}

body.home .hu-wp-hero.hu-wp-home-hero::after,
.page-id-6 .hu-wp-hero.hu-wp-home-hero::after {
  background: transparent !important;
  opacity: 0 !important;
}

body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-item,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-item {
  background: rgba(255, 255, 255, .12) !important;
  border-color: rgba(255, 255, 255, .18) !important;
  box-shadow: none !important;
}

body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-icon,
body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text,
body.home .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text strong,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-icon,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list .elementor-icon-list-text strong {
  color: rgba(255, 255, 255, .88) !important;
}

/* Stronger gold accents for the home reference artwork. */
.top-bar {
  background: #E4C06E !important;
  color: #111111 !important;
}

.top-bar a,
.top-phone-icon,
.top-social,
.top-social a,
.top-language-switcher .glink,
.top-language-switcher select {
  color: #111111 !important;
}

.top-separator,
.top-language-switcher .glink + .glink::before {
  color: rgba(11, 31, 53, .45) !important;
}

.top-language-switcher .glink:hover,
.top-language-switcher .glink.is-active,
.top-language-switcher .glink[aria-current="true"] {
  background: #111111 !important;
  color: #ffffff !important;
}

body.home .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap,
.page-id-6 .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap {
  background: #ffffff !important;
  border-color: #f2f2f2 !important;
}

body.home .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap::before,
.page-id-6 .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap::before {
  background-color: rgba(36, 71, 163, .12) !important;
}

body.home .elementor-element-homeamen .hu-wp-card .elementor-icon,
.page-id-6 .elementor-element-homeamen .hu-wp-card .elementor-icon,
body.home .elementor-element-homeamen .hu-wp-card .elementor-icon i,
.page-id-6 .elementor-element-homeamen .hu-wp-card .elementor-icon i,
body.home .elementor-element-homeamen .hu-wp-card .elementor-icon svg,
.page-id-6 .elementor-element-homeamen .hu-wp-card .elementor-icon svg {
  color: #2447a3 !important;
  fill: #2447a3 !important;
}

.site-header .top-bar .top-phone-icon,
.site-header .top-bar .top-social,
.site-header .top-bar .top-social a,
.site-header .top-bar .top-social i,
.site-header .top-bar .top-social svg {
  color: #1f3f92 !important;
  fill: #1f3f92 !important;
}

.site-header .nav-cta,
.site-header .nav-cta:visited,
.site-header .nav-cta span {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f3f92 !important;
}

.site-header .nav-cta:hover,
.site-header .nav-cta:hover span {
  background: #f2f2f2 !important;
  color: #2447a3 !important;
}

body.home .hu-wp-home-hero .elementor-element-homeheroa,
.page-id-6 .hu-wp-home-hero .elementor-element-homeheroa {
  max-width: 920px !important;
  width: 100% !important;
}

body.home .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap,
.page-id-6 .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap {
  align-items: center !important;
  display: grid !important;
  gap: 0 16px !important;
  grid-template-columns: repeat(2, max-content) !important;
  justify-content: center !important;
  text-align: center !important;
}

body.home .hu-wp-home-hero .elementor-element-homeherob,
.page-id-6 .hu-wp-home-hero .elementor-element-homeherob,
body.home .hu-wp-home-hero .hu-wp-hero-empty-column,
.page-id-6 .hu-wp-home-hero .hu-wp-hero-empty-column {
  display: none !important;
}

body.home .hu-wp-home-hero .elementor-element-homeherok,
.page-id-6 .hu-wp-home-hero .elementor-element-homeherok {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  width: 100% !important;
}

body.home .hu-wp-home-hero .elementor-element-homeherot,
.page-id-6 .hu-wp-home-hero .elementor-element-homeherot {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  width: 100% !important;
}

body.home .hu-wp-home-hero .elementor-element-homeherod,
.page-id-6 .hu-wp-home-hero .elementor-element-homeherod {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  width: 100% !important;
}

body.home .hu-wp-home-hero .hu-wp-mini-list-card,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card {
  background: rgba(17, 17, 17, .44) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .18) !important;
  grid-column: 1 / -1 !important;
  grid-row: 4 !important;
  margin: 24px auto 0 !important;
  max-width: 860px !important;
  padding: 18px 28px !important;
  width: 100% !important;
}

body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-items,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-items {
  align-items: stretch !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  justify-content: center !important;
  margin: 0 !important;
}

body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, .16) !important;
  box-shadow: none !important;
  display: flex !important;
  gap: 12px !important;
  justify-content: center !important;
  min-height: 68px !important;
  padding: 0 18px !important;
  text-align: left !important;
}

body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item:last-child,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item:last-child {
  border-right: 0 !important;
}

body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item:nth-child(3),
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item:nth-child(3) {
  grid-column: auto !important;
}

body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-text,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-text {
  color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  font: 700 16px/1.35 "DM Sans", Arial, sans-serif !important;
  gap: 2px !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .34) !important;
  white-space: normal !important;
}

body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-text strong,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-text strong {
  color: #ffffff !important;
  display: block !important;
  white-space: nowrap !important;
}

body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-text span,
.page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-text span {
  color: rgba(255, 255, 255, .86) !important;
  display: block !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
.page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve,
.page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
  margin: 24px 0 0 !important;
  grid-row: 5 !important;
  width: auto !important;
}

body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
.page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve {
  grid-column: 1 !important;
  justify-self: end !important;
}

body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
.page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
  grid-column: 2 !important;
  justify-self: start !important;
}

@media (max-width: 760px) {
  body.home .hu-wp-home-hero .hu-wp-mini-list-card,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card {
    margin-top: 20px !important;
    max-width: 340px !important;
    padding: 16px 18px !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-items,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-items {
    gap: 13px !important;
    grid-template-columns: 1fr !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item:nth-child(3),
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item:nth-child(3) {
    grid-column: auto !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-text,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-text {
    font-size: 14px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
    grid-column: 1 / -1 !important;
    margin-top: 16px !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve {
    grid-row: 5 !important;
    justify-self: center !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
    grid-row: 6 !important;
    justify-self: center !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item {
    border-right: 0 !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
}
/* Header top bar must always remain white. */
.site-header .top-bar,
body .site-header .top-bar,
body.home .site-header .top-bar {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.site-header .top-bar,
.site-header .top-bar a,
.site-header .top-bar span,
.site-header .top-bar .top-language-switcher .glink,
.site-header .top-bar .top-language-switcher select {
  color: #111111 !important;
}

.site-header .top-bar .top-phone-icon,
.site-header .top-bar .top-social,
.site-header .top-bar .top-social a,
.site-header .top-bar .top-social i,
.site-header .top-bar .top-social svg {
  color: #1f3f92 !important;
  fill: #1f3f92 !important;
}
/* Active language state must use institutional blue, not black. */
.site-header .top-bar .top-language-switcher .glink:hover,
.site-header .top-bar .top-language-switcher .glink.is-active,
.site-header .top-bar .top-language-switcher .glink[aria-current="true"],
.site-header .top-bar .top-language-switcher .glink.gt-current-lang,
.site-header .top-bar .top-language-switcher .glink.nturl.selected {
  background: #2447a3 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
}

.site-header .top-bar .top-language-switcher .glink:hover span,
.site-header .top-bar .top-language-switcher .glink.is-active span,
.site-header .top-bar .top-language-switcher .glink[aria-current="true"] span,
.site-header .top-bar .top-language-switcher .glink.gt-current-lang span,
.site-header .top-bar .top-language-switcher .glink.nturl.selected span {
  color: #ffffff !important;
}
/* Remove decorative circles from editable home amenity cards. */
body.home .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap::before,
.page-id-6 .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap::before,
body.home .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap:has(.elementor-widget-icon)::before,
.page-id-6 .elementor-element-homeamen .hu-wp-card > .elementor-widget-wrap:has(.elementor-widget-icon)::before {
  content: none !important;
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  width: 0 !important;
}
/* About mission cards use real Elementor icons; remove old decorative squares. */
body.page-id-10 .elementor-element-abtmission .hu-wp-card > .elementor-widget-wrap::before,
body.page-id-10 .elementor-element-abtmissionc0 > .elementor-widget-wrap::before,
body.page-id-10 .elementor-element-abtmissionc1 > .elementor-widget-wrap::before {
  content: none !important;
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  width: 0 !important;
}

body.page-id-10 .elementor-element-abtmission .hu-wp-card-icon {
  margin: 0 0 22px !important;
}

body.page-id-10 .elementor-element-abtmission .hu-wp-card-icon .elementor-icon,
body.page-id-10 .elementor-element-abtmission .hu-wp-card-icon .elementor-icon i,
body.page-id-10 .elementor-element-abtmission .hu-wp-card-icon .elementor-icon svg {
  color: #2447a3 !important;
  fill: #2447a3 !important;
}

/* Elementor icon widgets should render their own icons, not the legacy card marker. */
.hu-wp-card > .elementor-widget-wrap:has(.elementor-widget-icon)::before,
.hu-about-icon-card > .elementor-widget-wrap:has(.elementor-widget-icon)::before,
.hu-about-stat-card > .elementor-widget-wrap:has(.elementor-widget-icon)::before,
.hu-about-proof-card > .elementor-widget-wrap:has(.elementor-widget-icon)::before,
.hu-about-pexsot-card > .elementor-widget-wrap:has(.elementor-widget-icon)::before {
  content: none !important;
  display: none !important;
}

.hu-wp-card .elementor-widget-icon .elementor-icon,
.hu-wp-card .elementor-widget-icon .elementor-icon i,
.hu-wp-card .elementor-widget-icon .elementor-icon svg,
.hu-about-icon-card .elementor-widget-icon .elementor-icon,
.hu-about-icon-card .elementor-widget-icon .elementor-icon i,
.hu-about-icon-card .elementor-widget-icon .elementor-icon svg,
.hu-about-stat-card .elementor-widget-icon .elementor-icon,
.hu-about-stat-card .elementor-widget-icon .elementor-icon i,
.hu-about-stat-card .elementor-widget-icon .elementor-icon svg {
  color: #2447a3 !important;
  fill: #2447a3 !important;
}

.elementor-icon-list-icon,
.elementor-widget-icon .elementor-icon {
  color: inherit;
}

.elementor-icon-list-icon svg,
.elementor-widget-icon .elementor-icon svg {
  display: block !important;
  fill: currentColor !important;
  height: 1em;
  width: 1em;
}

.hu-wp-mini-list .elementor-icon-list-icon,
.hu-wp-info-list .elementor-icon-list-icon {
  color: #2447a3 !important;
}

/* About hero cards: paint explicit icons inside the existing accent circles. */
.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-icon {
  background-color: #E4C06E !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 22px 22px !important;
  border-radius: 999px !important;
}

.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-icon svg {
  display: none !important;
}

.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230033a0'%3E%3Cpath d='M12 2.25l2.98 6.04 6.67.97-4.82 4.7 1.14 6.64L12 17.47 6.03 20.6l1.14-6.64-4.82-4.7 6.67-.97L12 2.25z'/%3E%3C/svg%3E") !important;
}

.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230033a0'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.8A2.8 2.8 0 1 1 12 6.2a2.8 2.8 0 0 1 0 5.6z'/%3E%3C/svg%3E") !important;
}

.elementor-element-abthero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) .elementor-icon-list-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230033a0'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") !important;
}

/* About proof cards: restore icons after the later accent background rule. */
body.page-id-10 .hu-about-proof-card > .elementor-widget-wrap::before {
  background-color: #E4C06E !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
}

body.page-id-10 .hu-about-proof-star > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230033a0'%3E%3Cpath d='M12 2.25l2.98 6.04 6.67.97-4.82 4.7 1.14 6.64L12 17.47 6.03 20.6l1.14-6.64-4.82-4.7 6.67-.97L12 2.25z'/%3E%3C/svg%3E") !important;
}

body.page-id-10 .hu-about-proof-pin > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230033a0'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.8A2.8 2.8 0 1 1 12 6.2a2.8 2.8 0 0 1 0 5.6z'/%3E%3C/svg%3E") !important;
}

body.page-id-10 .hu-about-proof-users > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230033a0'%3E%3Cpath d='M16.5 11a3.5 3.5 0 1 0-3.37-4.44 5 5 0 1 0-5.76 8.02A6.5 6.5 0 0 0 2 21h2a4.5 4.5 0 0 1 9 0h2a6.48 6.48 0 0 0-2.04-4.73A5.47 5.47 0 0 1 20 21h2a7.5 7.5 0 0 0-5.5-7.22V11zM9.5 13a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E") !important;
}

/* PEXSOT cards: restore icons after the later accent background rule. */
body.page-id-10 .hu-about-pexsot-card > .elementor-widget-wrap::before {
  background-color: #E4C06E !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 22px 22px !important;
}

body.page-id-10 .hu-about-pexsot-construction > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V9l7-5 7 5v12'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E") !important;
}

body.page-id-10 .hu-about-pexsot-realestate > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v11h14V10'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E") !important;
}

body.page-id-10 .hu-about-pexsot-hotel > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v14'/%3E%3Cpath d='M9 21v-4h6v4'/%3E%3Cpath d='M8 9h.01'/%3E%3Cpath d='M12 9h.01'/%3E%3Cpath d='M16 9h.01'/%3E%3Cpath d='M8 13h.01'/%3E%3Cpath d='M12 13h.01'/%3E%3Cpath d='M16 13h.01'/%3E%3C/svg%3E") !important;
}

/* Services grid: restore icons after the later accent background rule. */
body .elementor-element-srvgrid.hu-wp-grid .hu-wp-card > .elementor-widget-wrap::before {
  background-color: #e9eef8 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 22px 22px !important;
}

body .elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc0 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.55a11 11 0 0 1 14.08 0'/%3E%3Cpath d='M8.53 16.11a6 6 0 0 1 6.95 0'/%3E%3Cpath d='M12 20h.01'/%3E%3C/svg%3E") !important;
}

body .elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc1 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2v6'/%3E%3Cpath d='M14 2v6'/%3E%3Cpath d='M18 2v6'/%3E%3Cpath d='M6 2v6'/%3E%3Cpath d='M8 8h8'/%3E%3Cpath d='M7 8h10v6a5 5 0 0 1-10 0Z'/%3E%3Cpath d='M12 19v3'/%3E%3C/svg%3E") !important;
}

body .elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc2 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9L18 10l-2-4H8L6 10l-2.5 1.1C2.7 11.3 2 12.1 2 13v3c0 .6.4 1 1 1h2'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3Cpath d='M7 10h10'/%3E%3C/svg%3E") !important;
}

body .elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc3 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h12a4 4 0 1 0-4-4'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M3 16h13a4 4 0 1 1-4 4'/%3E%3C/svg%3E") !important;
}

body .elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc4 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3v7'/%3E%3Cpath d='M8 3v7'/%3E%3Cpath d='M4 7h4'/%3E%3Cpath d='M6 10v11'/%3E%3Cpath d='M17 3v18'/%3E%3Cpath d='M17 3c2.5 0 4 2 4 5s-1.5 5-4 5'/%3E%3C/svg%3E") !important;
}

body .elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc5 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='2'/%3E%3Cpath d='m8 3 4 3 4-3'/%3E%3C/svg%3E") !important;
}

body .elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc6 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3Z'/%3E%3C/svg%3E") !important;
}

body .elementor-element-srvgrid.hu-wp-grid .elementor-element-srvgridc7 > .elementor-widget-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") !important;
}

@media (min-width: 761px) {
  body.home .hu-wp-hero.hu-wp-home-hero,
  .page-id-6 .hu-wp-hero.hu-wp-home-hero {
    min-height: 100vh !important;
    min-height: 100svh !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    min-height: 100vh !important;
    min-height: 100svh !important;
    transform: none !important;
  }
}

.elementor-element-homeflexcheckin.hu-home-flex-checkin {
  background: #ffffff;
  padding: 34px 24px;
}

.elementor-element-homeflexcheckin .elementor-container,
.elementor-element-homeflexcheckin > .elementor-container {
  align-items: center;
  background: #1f3f92;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(31, 63, 146, .22);
  color: #ffffff;
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 132px;
  padding: 28px 34px;
}

.elementor-element-homeflexicon .elementor-widget-container,
.hu-home-flex-checkin__icon {
  background: #E4C06E url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230033a0' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3Cpath d='M4.7 4.7 3 3'/%3E%3Cpath d='m21 3-1.7 1.7'/%3E%3C/svg%3E") center / 34px 34px no-repeat;
  border-radius: 999px;
  height: 72px;
  width: 72px;
}

.elementor-element-homeflexeyebrow .elementor-heading-title,
.hu-home-flex-checkin__eyebrow {
  color: #E4C06E !important;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: .12em;
  margin: 0 0 8px !important;
  text-transform: uppercase;
}

.elementor-element-homeflextitle .elementor-heading-title,
.hu-home-flex-checkin h2 {
  color: #ffffff;
  font: 900 30px/1.1 "DM Sans", Arial, sans-serif;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.elementor-element-homeflextext p,
.hu-home-flex-checkin__copy p:last-child {
  color: rgba(255, 255, 255, .9) !important;
  font: 500 16px/1.55 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
  max-width: 680px;
}

.elementor-element-homeflexbutton .elementor-button,
.hu-home-flex-checkin__button {
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  color: #1f3f92;
  display: inline-flex;
  font: 800 14px/1 "DM Sans", Arial, sans-serif;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  white-space: nowrap;
}

.elementor-element-homeflexbutton .elementor-button:hover,
.hu-home-flex-checkin__button:hover {
  background: #f2f2f2;
  color: #2447a3;
}

@media (max-width: 760px) {
  .elementor-element-homeflexcheckin.hu-home-flex-checkin {
    padding: 24px 18px;
  }

  .elementor-element-homeflexcheckin .elementor-container,
  .elementor-element-homeflexcheckin > .elementor-container {
    gap: 16px;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 24px;
  }

  .elementor-element-homeflextitle .elementor-heading-title,
  .hu-home-flex-checkin h2 {
    font-size: 24px;
  }

  .elementor-element-homeflexbutton,
  .elementor-element-homeflexbutton .elementor-button,
  .hu-home-flex-checkin__button {
    width: 100%;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-hero.hu-wp-home-hero,
  .page-id-6 .hu-wp-hero.hu-wp-home-hero {
    align-items: stretch !important;
    display: flex !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    overflow: visible !important;
    padding: 0 72px 0 !important;
  }

  body.home .hu-wp-hero.hu-wp-home-hero::before,
  .page-id-6 .hu-wp-hero.hu-wp-home-hero::before {
    background-image: linear-gradient(90deg, rgba(3, 10, 18, .86) 0%, rgba(3, 10, 18, .62) 34%, rgba(3, 10, 18, .16) 76%), var(--hu-home-hero-bg, none) !important;
  }

  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    align-items: center !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    padding: 132px 0 110px !important;
    position: relative;
    text-align: left !important;
    transform: none !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa {
    max-width: 660px !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap {
    align-items: start !important;
    display: grid !important;
    gap: 0 16px !important;
    grid-template-columns: max-content max-content !important;
    justify-content: start !important;
    position: static !important;
    text-align: left !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok {
    margin: 0 0 18px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title {
    color: #ffffff !important;
    font: 800 13px/1.2 "DM Sans", Arial, sans-serif !important;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title::before,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title::before {
    background: #E4C06E;
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 9px;
    margin: 0 10px 1px 0;
    width: 9px;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title {
    font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
    font-size: clamp(64px, 5.8vw, 96px) !important;
    font-weight: 500 !important;
    line-height: .88 !important;
    margin: 0 0 26px !important;
    max-width: 620px !important;
    text-align: left !important;
    text-shadow: 0 4px 22px rgba(0, 0, 0, .38);
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span {
    color: inherit;
    display: block;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after {
    background: #E4C06E;
    content: "";
    display: block;
    height: 2px;
    margin-top: 18px;
    width: 86px;
  }

  body.home .hu-wp-home-hero .hu-wp-lead p,
  .page-id-6 .hu-wp-home-hero .hu-wp-lead p {
    color: rgba(255, 255, 255, .94) !important;
    font: 500 17px/1.55 "DM Sans", Arial, sans-serif !important;
    margin: 0 0 24px !important;
    max-width: 560px !important;
    text-align: left !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card {
    background: rgba(2, 8, 23, .58) !important;
    border: 1px solid rgba(255, 255, 255, .24) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .22) !important;
    grid-column: 1 / -1 !important;
    margin: 0 0 18px !important;
    max-width: 620px !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-items,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item {
    justify-content: flex-start !important;
    min-height: 72px !important;
    padding: 0 22px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
    margin: 0 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button {
    background: #E4C06E !important;
    border: 1px solid #E4C06E !important;
    color: #111111 !important;
    min-width: 190px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button {
    background: rgba(2, 8, 23, .35) !important;
    border: 1px solid #E4C06E !important;
    color: #ffffff !important;
    min-width: 190px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    bottom: 26px;
    grid-column: 1 / -1 !important;
    left: 50%;
    margin: 0 auto !important;
    max-width: 1060px !important;
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    width: 100% !important;
    z-index: 3;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items {
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 !important;
    min-height: 86px;
    padding: 0 22px !important;
    width: min(1060px, calc(100vw - 150px));
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item {
    align-items: center !important;
    border-right: 1px solid rgba(217, 160, 134, .45);
    display: flex !important;
    gap: 14px;
    min-height: 54px;
    padding: 0 20px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item:last-child,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item:last-child {
    border-right: 0;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon {
    color: #1f3f92 !important;
    flex: 0 0 46px;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon svg,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon svg {
    height: 42px !important;
    width: 42px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text {
    color: #263043 !important;
    font: 500 13px/1.35 "DM Sans", Arial, sans-serif !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text strong,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text strong {
    color: #0f172a !important;
    display: block;
    font-weight: 800;
  }
}

@media (min-width: 761px) {
  body.home .site-header,
  .page-id-6 .site-header {
    box-shadow: none !important;
  }

  body.home .site-header .top-bar,
  .page-id-6 .site-header .top-bar {
    background: #06182f !important;
    color: rgba(255, 255, 255, .88) !important;
    padding: 0 !important;
  }

  body.home .site-header .top-bar-inner,
  .page-id-6 .site-header .top-bar-inner {
    max-width: 1360px !important;
    min-height: 44px !important;
  }

  body.home .site-header .top-bar a,
  body.home .site-header .top-bar span,
  .page-id-6 .site-header .top-bar a,
  .page-id-6 .site-header .top-bar span {
    color: rgba(255, 255, 255, .88) !important;
  }

  body.home .site-header .top-phone-icon,
  body.home .site-header .top-social svg,
  .page-id-6 .site-header .top-phone-icon,
  .page-id-6 .site-header .top-social svg {
    color: #E4C06E !important;
    fill: #E4C06E !important;
  }

  body.home .main-nav,
  .page-id-6 .main-nav {
    background: #1f3f92 !important;
  }

  body.home .main-nav .nav-row,
  .page-id-6 .main-nav .nav-row {
    max-width: 1360px !important;
    min-height: 94px !important;
  }

  body.home .brand img,
  .page-id-6 .brand img {
    height: 64px !important;
  }

  body.home .menu a,
  .page-id-6 .menu a {
    color: #ffffff !important;
    font-size: 15px !important;
    position: relative;
  }

  body.home .menu .current-menu-item > a::after,
  body.home .menu a[aria-current="page"]::after,
  .page-id-6 .menu .current-menu-item > a::after,
  .page-id-6 .menu a[aria-current="page"]::after {
    background: #E4C06E;
    bottom: -14px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  body.home .site-header .nav-cta,
  .page-id-6 .site-header .nav-cta {
    background: #E4C06E !important;
    border-color: #E4C06E !important;
    color: #111111 !important;
    min-width: 178px;
    padding: 18px 26px !important;
  }

  body.home .hu-wp-hero.hu-wp-home-hero,
  .page-id-6 .hu-wp-hero.hu-wp-home-hero {
    align-items: stretch !important;
    display: flex !important;
    height: calc(100vh - 138px) !important;
    height: calc(100svh - 138px) !important;
    min-height: 760px !important;
    overflow: hidden !important;
    padding: 0 92px !important;
  }

  body.home .hu-wp-hero.hu-wp-home-hero::before,
  .page-id-6 .hu-wp-hero.hu-wp-home-hero::before {
    background-image: linear-gradient(90deg, rgba(3, 10, 18, .88) 0%, rgba(3, 10, 18, .62) 38%, rgba(3, 10, 18, .08) 78%), var(--hu-home-hero-bg, none) !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    align-items: center !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin: 0 auto !important;
    max-width: 1360px !important;
    height: 100% !important;
    min-height: 760px !important;
    padding: 96px 0 124px !important;
    position: relative !important;
    text-align: left !important;
    transform: none !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa {
    max-width: 720px !important;
    position: static !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap {
    align-items: start !important;
    display: grid !important;
    gap: 0 18px !important;
    grid-template-columns: max-content max-content !important;
    justify-content: start !important;
    position: static !important;
    text-align: left !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok {
    grid-column: 1 / -1 !important;
    margin: 0 0 20px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title {
    color: #ffffff !important;
    font: 800 14px/1.2 "DM Sans", Arial, sans-serif !important;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title::before,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title::before {
    background: #E4C06E;
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 12px 1px 0;
    width: 10px;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot,
  body.home .hu-wp-home-hero .elementor-element-homeintro,
  body.home .hu-wp-home-hero .hu-wp-mini-list-card,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeintro,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card {
    grid-column: 1 / -1 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title {
    font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
    font-size: clamp(78px, 7.2vw, 126px) !important;
    font-weight: 500 !important;
    line-height: .88 !important;
    margin: 0 0 24px !important;
    max-width: 760px !important;
    text-align: left !important;
    text-shadow: 0 4px 22px rgba(0, 0, 0, .42);
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span {
    color: inherit;
    display: block !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after {
    background: #E4C06E;
    content: "";
    display: block;
    height: 2px;
    margin-top: 18px;
    width: 86px;
  }

  body.home .hu-wp-home-hero .hu-wp-lead p,
  .page-id-6 .hu-wp-home-hero .hu-wp-lead p {
    color: rgba(255, 255, 255, .95) !important;
    font: 500 19px/1.48 "DM Sans", Arial, sans-serif !important;
    margin: 0 0 28px !important;
    max-width: 620px !important;
    text-align: left !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card {
    background: rgba(2, 8, 23, .62) !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .24) !important;
    margin: 0 0 22px !important;
    max-width: 760px !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-items,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item {
    justify-content: flex-start !important;
    min-height: 86px !important;
    padding: 0 24px !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-icon svg,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-icon svg {
    height: 34px !important;
    width: 34px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
    margin: 0 !important;
  }

  body.home .hu-wp-home-hero .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-button {
    align-items: center !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    font: 800 15px/1 "DM Sans", Arial, sans-serif !important;
    justify-content: center !important;
    min-height: 58px !important;
    min-width: 220px !important;
    padding: 0 28px !important;
  }

  body.home .hu-wp-home-hero .elementor-button .elementor-button-text::after,
  .page-id-6 .hu-wp-home-hero .elementor-button .elementor-button-text::after {
    content: "  ->";
    font-weight: 800;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button {
    background: #E4C06E !important;
    border: 1px solid #E4C06E !important;
    color: #111111 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button {
    background: rgba(2, 8, 23, .34) !important;
    border: 1px solid #E4C06E !important;
    color: #ffffff !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    bottom: 24px !important;
    grid-column: 1 / -1 !important;
    left: 50% !important;
    margin: 0 !important;
    max-width: none !important;
    position: absolute !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(1240px, calc(100vw - 184px)) !important;
    z-index: 5 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items {
    align-items: center !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .24) !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin: 0 !important;
    min-height: 112px !important;
    padding: 0 34px !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item {
    align-items: center !important;
    border-right: 1px solid rgba(217, 160, 134, .5) !important;
    display: flex !important;
    gap: 18px !important;
    min-height: 62px !important;
    padding: 0 28px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item:last-child,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item:last-child {
    border-right: 0 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon {
    color: #1f3f92 !important;
    flex: 0 0 58px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon svg,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon svg {
    height: 50px !important;
    width: 50px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text {
    color: #263043 !important;
    font: 500 15px/1.42 "DM Sans", Arial, sans-serif !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text strong,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text strong {
    color: #0f172a !important;
    display: block !important;
    font-size: 15px !important;
    font-weight: 800 !important;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    padding: 52px 0 132px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap {
    transform: translateY(16px) !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title {
    font-size: clamp(62px, 5.7vw, 98px) !important;
    line-height: .92 !important;
    margin-bottom: 18px !important;
    max-width: 660px !important;
  }

  body.home .hu-wp-home-hero .hu-wp-lead p,
  .page-id-6 .hu-wp-home-hero .hu-wp-lead p {
    font-size: 17px !important;
    line-height: 1.48 !important;
    margin-bottom: 22px !important;
    max-width: 560px !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card {
    margin-bottom: 18px !important;
    max-width: 680px !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-item {
    min-height: 68px !important;
    padding: 0 20px !important;
  }

  body.home .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-icon svg,
  .page-id-6 .hu-wp-home-hero .hu-wp-mini-list-card .elementor-icon-list-icon svg {
    height: 28px !important;
    width: 28px !important;
  }

  body.home .hu-wp-home-hero .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-button {
    min-height: 52px !important;
    min-width: 194px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    bottom: 18px !important;
    width: min(1220px, calc(100vw - 190px)) !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items {
    min-height: 92px !important;
    padding: 0 28px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item {
    gap: 16px !important;
    min-height: 56px !important;
    padding: 0 22px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon {
    flex-basis: 48px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon svg,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon svg {
    height: 44px !important;
    width: 44px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text strong,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text strong {
    font-size: 14px !important;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-home-hero .elementor-element-homeheroa,
  body.home .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap {
    position: static !important;
    transform: none !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    bottom: 24px !important;
    left: 50% !important;
    max-width: none !important;
    position: absolute !important;
    right: auto !important;
    top: auto !important;
    transform: translateX(-50%) !important;
    width: min(1320px, calc(100vw - 190px)) !important;
    z-index: 8 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items {
    min-height: 96px !important;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-hero.hu-wp-home-hero,
  .page-id-6 .hu-wp-hero.hu-wp-home-hero {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 820px !important;
  }

  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    height: 100% !important;
    min-height: 820px !important;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap {
    transform: translateY(34px) !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
    grid-column: 2 !important;
    justify-self: start !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-widget-container,
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-widget-container,
  body.home .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button-wrapper,
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button-wrapper,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-widget-container,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-widget-container,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button-wrapper,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button-wrapper {
    text-align: left !important;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-home-hero .elementor-element-homeheroa,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa {
    margin-top: 34px !important;
    position: static !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap {
    position: static !important;
    transform: none !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    bottom: 24px !important;
    left: 50% !important;
    position: absolute !important;
    right: auto !important;
    top: auto !important;
    transform: translateX(-50%) !important;
    width: min(1320px, calc(100vw - 190px)) !important;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-home-hero .elementor-button .elementor-button-text,
  .page-id-6 .hu-wp-home-hero .elementor-button .elementor-button-text {
    align-items: center !important;
    display: inline-flex !important;
    gap: 14px !important;
  }

  body.home .hu-wp-home-hero .elementor-button .elementor-button-text::after,
  .page-id-6 .hu-wp-home-hero .elementor-button .elementor-button-text::after {
    background: currentColor !important;
    content: "" !important;
    display: inline-block !important;
    height: 14px !important;
    margin: 0 !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8h20M14 1l7 7-7 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8h20M14 1l7 7-7 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    width: 22px !important;
  }
}

body.home .site-header .top-bar,
.page-id-6 .site-header .top-bar {
  background: #ffffff !important;
  color: #1f3f92 !important;
}

body.home .site-header .top-bar a,
body.home .site-header .top-bar span,
.page-id-6 .site-header .top-bar a,
.page-id-6 .site-header .top-bar span {
  color: #1f3f92 !important;
}

body.home .site-header .top-phone-icon,
body.home .site-header .top-social svg,
.page-id-6 .site-header .top-phone-icon,
.page-id-6 .site-header .top-social svg {
  color: #1f3f92 !important;
  fill: #1f3f92 !important;
}

@media (min-width: 761px) {
  body.home .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    margin: 0 0 14px !important;
  }

  body.home .hu-wp-home-hero .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-button {
    min-width: 220px !important;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    justify-self: start !important;
    margin: 0 0 14px !important;
    position: static !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
    grid-column: 1 / -1 !important;
    grid-row: 5 !important;
    justify-self: start !important;
    margin: 0 !important;
    position: static !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button,
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms .elementor-button {
    min-width: 220px !important;
    width: 220px !important;
  }

  body.home .hu-wp-home-hero .elementor-button .elementor-button-text,
  .page-id-6 .hu-wp-home-hero .elementor-button .elementor-button-text {
    justify-content: space-between !important;
    white-space: nowrap !important;
    width: 100% !important;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    align-items: start !important;
    padding-top: 118px !important;
    padding-bottom: 156px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa {
    margin-top: 0 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    bottom: 30px !important;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    align-items: start !important;
    padding-top: 178px !important;
    padding-bottom: 156px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa {
    margin-top: 0 !important;
  }
}

@media (min-width: 761px) {
  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    padding-top: 230px !important;
  }
}

.elementor-element-homeflexcheckin.hu-home-flex-checkin {
  background: #ffffff !important;
  padding: 56px 24px 34px !important;
}

.elementor-element-homeflexcheckin.hu-home-flex-checkin > .elementor-container,
.elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container {
  align-items: center !important;
  background: #1f3f92 !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 58px rgba(31, 63, 146, .22) !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: 96px minmax(0, 1fr) auto !important;
  margin: 0 auto !important;
  max-width: 1140px !important;
  min-height: 190px !important;
  padding: 38px 48px !important;
}

.elementor-element-homeflexiconcol {
  display: block !important;
  width: 96px !important;
}

.elementor-element-homeflexicon .elementor-spacer-inner,
.elementor-element-homeflexicon .elementor-widget-container {
  background: #E4C06E url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f3f92' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3Cpath d='M4.7 4.7 3 3'/%3E%3Cpath d='m21 3-1.7 1.7'/%3E%3C/svg%3E") center / 38px 38px no-repeat !important;
  border-radius: 999px !important;
  height: 78px !important;
  min-height: 78px !important;
  width: 78px !important;
}

.elementor-element-homeflexcopy {
  min-width: 0 !important;
}

.elementor-element-homeflexeyebrow .elementor-heading-title {
  color: #E4C06E !important;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: .12em !important;
  margin: 0 0 12px !important;
  text-transform: uppercase !important;
}

.elementor-element-homeflextitle .elementor-heading-title {
  color: #ffffff !important;
  font: 900 34px/1.12 "DM Sans", Arial, sans-serif !important;
  margin: 0 0 14px !important;
}

.elementor-element-homeflextext p {
  color: rgba(255, 255, 255, .92) !important;
  font: 600 16px/1.55 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
  max-width: 700px !important;
}

.elementor-element-homeflexcta {
  justify-self: end !important;
  min-width: 190px !important;
}

.elementor-element-homeflexbutton .elementor-button {
  align-items: center !important;
  background: #E4C06E !important;
  border: 1px solid #E4C06E !important;
  border-radius: 6px !important;
  color: #111111 !important;
  display: inline-flex !important;
  font: 800 15px/1 "DM Sans", Arial, sans-serif !important;
  justify-content: center !important;
  min-height: 52px !important;
  min-width: 178px !important;
  padding: 0 24px !important;
  text-decoration: none !important;
}

.elementor-element-homeflexbutton .elementor-button:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f3f92 !important;
}

@media (max-width: 760px) {
  .elementor-element-homeflexcheckin.hu-home-flex-checkin > .elementor-container,
  .elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container {
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    padding: 28px !important;
  }

  .elementor-element-homeflexcta,
  .elementor-element-homeflexbutton,
  .elementor-element-homeflexbutton .elementor-button {
    justify-self: stretch !important;
    width: 100% !important;
  }

  .elementor-element-homeflextitle .elementor-heading-title {
    font-size: 26px !important;
  }
}

.elementor-element-homeflexcheckin.hu-home-flex-checkin {
  padding: 48px 24px 34px !important;
}

.elementor-element-homeflexcheckin.hu-home-flex-checkin > .elementor-container,
.elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container {
  background:
    radial-gradient(circle at 92% 16%, rgba(228, 192, 110, .18), transparent 28%),
    linear-gradient(135deg, #1f3f92 0%, #2447a3 100%) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 70px rgba(31, 63, 146, .22) !important;
  gap: 28px !important;
  grid-template-columns: 92px minmax(0, 1fr) auto !important;
  max-width: 1140px !important;
  min-height: 220px !important;
  overflow: hidden !important;
  padding: 42px 56px !important;
  position: relative !important;
}

.elementor-element-homeflexcheckin.hu-home-flex-checkin > .elementor-container::before,
.elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container::before {
  background: #E4C06E;
  content: "";
  height: calc(100% - 56px);
  left: 0;
  position: absolute;
  top: 28px;
  width: 5px;
}

.elementor-element-homeflexcopy,
.elementor-element-homeflexcopy .elementor-widget,
.elementor-element-homeflexcopy .elementor-widget-container,
.elementor-element-homeflextitle .elementor-heading-title,
.elementor-element-homeflextext,
.elementor-element-homeflextext p {
  text-align: left !important;
}

.elementor-element-homeflexeyebrow .elementor-heading-title {
  color: #E4C06E !important;
  margin-bottom: 14px !important;
}

.elementor-element-homeflextitle .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.04 !important;
  margin: 0 0 16px !important;
  max-width: 620px !important;
}

.elementor-element-homeflextext p {
  color: rgba(255, 255, 255, .9) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  max-width: 660px !important;
}

.elementor-element-homeflexcta {
  align-self: center !important;
  justify-self: end !important;
}

.elementor-element-homeflexbutton .elementor-button {
  background: #E4C06E !important;
  border-color: #E4C06E !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18) !important;
  color: #111111 !important;
  min-width: 190px !important;
}

.site-header .top-bar,
body.home .site-header .top-bar,
.page-id-6 .site-header .top-bar {
  background: #ffffff !important;
  color: #1f3f92 !important;
}

.site-header .top-bar-inner,
body.home .site-header .top-bar-inner,
.page-id-6 .site-header .top-bar-inner {
  min-height: 40px !important;
  padding: 0 32px !important;
}

.site-header .top-bar a,
.site-header .top-bar span,
body.home .site-header .top-bar a,
body.home .site-header .top-bar span,
.page-id-6 .site-header .top-bar a,
.page-id-6 .site-header .top-bar span {
  color: #1f3f92 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.site-header .top-contact,
body.home .site-header .top-contact,
.page-id-6 .site-header .top-contact {
  gap: 16px !important;
}

.site-header .top-social,
body.home .site-header .top-social,
.page-id-6 .site-header .top-social {
  gap: 12px !important;
}

.site-header .top-phone-icon,
.site-header .top-social svg,
body.home .site-header .top-phone-icon,
body.home .site-header .top-social svg,
.page-id-6 .site-header .top-phone-icon,
.page-id-6 .site-header .top-social svg {
  color: #1f3f92 !important;
  fill: #1f3f92 !important;
  height: 17px !important;
  width: 17px !important;
}

.site-header .top-language-switcher,
body.home .site-header .top-language-switcher,
.page-id-6 .site-header .top-language-switcher {
  font-size: 14px !important;
  font-weight: 800 !important;
}

.elementor-element-homeflexcheckin.hu-home-flex-checkin {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.elementor-element-homeflexcheckin.hu-home-flex-checkin > .elementor-container,
.elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container {
  grid-template-columns: 96px minmax(0, 1fr) auto !important;
  max-width: none !important;
  width: min(100%, 1540px) !important;
}

.elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.elementor-element-homeflextitle .elementor-heading-title {
  max-width: 760px !important;
}

.elementor-element-homeflextext p {
  max-width: 780px !important;
}

@media (min-width: 1440px) {
  .elementor-element-homeflexcheckin.hu-home-flex-checkin > .elementor-container,
  .elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}

@media (max-width: 760px) {
  body.home .site-header .top-bar-inner,
  .page-id-6 .site-header .top-bar-inner {
    min-height: 36px !important;
    overflow: hidden !important;
    padding: 0 14px !important;
  }

  body.home .site-header .top-bar a,
  body.home .site-header .top-bar span,
  .page-id-6 .site-header .top-bar a,
  .page-id-6 .site-header .top-bar span {
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  body.home .hu-wp-hero.hu-wp-home-hero,
  .page-id-6 .hu-wp-hero.hu-wp-home-hero {
    height: auto !important;
    min-height: calc(100svh - 94px) !important;
    overflow: hidden !important;
    padding: 0 22px !important;
  }

  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    min-height: calc(100svh - 94px) !important;
    padding: 42px 0 36px !important;
    text-align: center !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    text-align: center !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title {
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin: 0 0 16px !important;
    max-width: 310px !important;
    text-align: center !important;
    text-transform: none !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title {
    font-family: "DM Sans", Arial, sans-serif !important;
    font-size: clamp(34px, 9.5vw, 44px) !important;
    font-weight: 900 !important;
    line-height: 1.04 !important;
    margin: 0 0 18px !important;
    max-width: 340px !important;
    text-align: center !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span {
    color: #ffffff;
    display: inline !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after {
    display: none !important;
  }

  body.home .hu-wp-home-hero .hu-wp-lead p,
  .page-id-6 .hu-wp-home-hero .hu-wp-lead p {
    font-size: 15px !important;
    line-height: 1.45 !important;
    margin: 0 auto 26px !important;
    max-width: 330px !important;
    text-align: center !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    display: none !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
  body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
    margin: 0 0 14px !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-button {
    min-height: 54px !important;
    min-width: 0 !important;
    width: min(100%, 230px) !important;
  }

  .elementor-element-homeflexcheckin.hu-home-flex-checkin {
    padding: 36px 16px !important;
  }

  .elementor-element-homeflexcheckin.hu-home-flex-checkin > .elementor-container,
  .elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    min-height: 0 !important;
    padding: 32px 24px !important;
    text-align: center !important;
    width: 100% !important;
  }

  .elementor-element-homeflexcheckin.hu-home-flex-checkin > .elementor-container::before,
  .elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container::before {
    height: 5px !important;
    left: 24px !important;
    right: 24px !important;
    top: 0 !important;
    width: auto !important;
  }

  .elementor-element-homeflexiconcol {
    width: auto !important;
  }

  .elementor-element-homeflexcopy,
  .elementor-element-homeflexcopy .elementor-widget-container,
  .elementor-element-homeflextitle .elementor-heading-title,
  .elementor-element-homeflextext p {
    text-align: center !important;
  }

  .elementor-element-homeflextitle .elementor-heading-title {
    font-size: 28px !important;
    line-height: 1.1 !important;
    max-width: 300px !important;
  }

  .elementor-element-homeflextext p {
    font-size: 15px !important;
    max-width: 300px !important;
  }

  .elementor-element-homeflexcta,
  .elementor-element-homeflexbutton,
  .elementor-element-homeflexbutton .elementor-button {
    justify-self: center !important;
    width: min(100%, 230px) !important;
  }
}

@media (max-width: 760px) {
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before {
    content: none !important;
    display: none !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title {
    font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
    font-size: clamp(44px, 13vw, 58px) !important;
    font-weight: 500 !important;
    line-height: .92 !important;
    margin-bottom: 18px !important;
    max-width: 360px !important;
    text-align: center !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span {
    color: inherit;
    display: block !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    display: block !important;
    margin: 18px auto 0 !important;
    max-width: 340px !important;
    position: static !important;
    transform: none !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items {
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22) !important;
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: 1fr 1fr !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 8px !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item {
    align-items: center !important;
    border: 0 !important;
    display: flex !important;
    gap: 8px !important;
    min-height: 58px !important;
    padding: 8px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon {
    color: #1f3f92 !important;
    flex: 0 0 30px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon svg,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon svg {
    height: 28px !important;
    width: 28px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text {
    color: #263043 !important;
    font: 500 11px/1.25 "DM Sans", Arial, sans-serif !important;
    text-align: left !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text strong,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-text strong {
    color: #0f172a !important;
    display: block !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  body.home .hu-wp-home-hero .elementor-button,
  .page-id-6 .hu-wp-home-hero .elementor-button {
    width: min(100%, 230px) !important;
  }
}

@media (max-width: 760px) {
  body.home .hu-wp-hero.hu-wp-home-hero,
  .page-id-6 .hu-wp-hero.hu-wp-home-hero {
    height: auto !important;
    min-height: 760px !important;
    padding: 0 22px !important;
  }

  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    min-height: 760px !important;
    padding: 34px 0 34px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa > .elementor-widget-wrap {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok {
    order: 1 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot {
    display: block !important;
    order: 2 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherod,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherod {
    order: 3 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnreserve,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve {
    order: 4 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homebtnrooms,
  .page-id-6 .hu-wp-home-hero .elementor-element-homebtnrooms {
    order: 5 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    display: block !important;
    inset: auto !important;
    margin: 12px auto 0 !important;
    max-width: 360px !important;
    order: 6 !important;
    position: static !important;
    transform: none !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title {
    color: #ffffff !important;
    font: 800 13px/1.35 "DM Sans", Arial, sans-serif !important;
    margin: 0 0 14px !important;
    max-width: 320px !important;
    text-align: center !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title {
    font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
    font-size: clamp(42px, 12vw, 54px) !important;
    font-weight: 500 !important;
    line-height: .94 !important;
    margin: 0 0 18px !important;
    max-width: 360px !important;
    text-align: center !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span {
    color: inherit;
    display: block !important;
  }

  body.home .hu-wp-home-hero .hu-wp-lead p,
  .page-id-6 .hu-wp-home-hero .hu-wp-lead p {
    color: #ffffff !important;
    font: 700 15px/1.45 "DM Sans", Arial, sans-serif !important;
    margin: 0 auto 24px !important;
    max-width: 330px !important;
    text-align: center !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items {
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .24) !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 10px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item {
    align-items: center !important;
    display: flex !important;
    min-height: 58px !important;
    padding: 8px !important;
  }
}

@media (max-width: 760px) {
  body.home .hu-wp-home-hero .elementor-element-homeherot,
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container {
    display: block !important;
    height: auto !important;
    margin: 0 auto 18px !important;
    opacity: 1 !important;
    overflow: visible !important;
    visibility: visible !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title {
    display: block !important;
    font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
    font-size: clamp(44px, 12.5vw, 58px) !important;
    font-weight: 500 !important;
    height: auto !important;
    line-height: .92 !important;
    margin: 0 auto !important;
    max-width: 360px !important;
    opacity: 1 !important;
    overflow: visible !important;
    text-align: center !important;
    visibility: visible !important;
    white-space: normal !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before,
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after {
    content: none !important;
    display: none !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title span {
    color: inherit;
    display: block !important;
    font-size: inherit !important;
    line-height: inherit !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok {
    margin-bottom: 12px !important;
  }
}

/* Keep the home hero image full-screen on desktop. */
@media (min-width: 761px) {
  body.home .hu-wp-hero.hu-wp-home-hero,
  .page-id-6 .hu-wp-hero.hu-wp-home-hero {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 900px !important;
  }

  body.home .hu-wp-home-hero > .elementor-container,
  .page-id-6 .hu-wp-home-hero > .elementor-container {
    min-height: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  .page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    bottom: 32px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeheroa,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeheroa {
    margin-top: 44px !important;
  }
}

/* Final mobile home title reset. Several older patches hide the H1 with pseudo-elements;
   this draws a stable two-line title from the title container itself. */
@media (max-width: 760px) {
  body.home .hu-wp-home-hero .elementor-element-homeherot,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot {
    display: block !important;
    height: auto !important;
    margin: 0 auto 20px !important;
    max-width: 430px !important;
    min-height: 112px !important;
    order: 2 !important;
    overflow: visible !important;
    position: relative !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 10 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container {
    display: block !important;
    height: auto !important;
    margin: 0 auto !important;
    min-height: 112px !important;
    overflow: visible !important;
    position: relative !important;
    text-align: center !important;
    visibility: visible !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title {
    display: block !important;
    font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
    font-size: clamp(44px, 13vw, 62px) !important;
    font-weight: 500 !important;
    height: auto !important;
    letter-spacing: 0 !important;
    line-height: .9 !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    text-align: center !important;
    visibility: visible !important;
    white-space: normal !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before,
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after {
    content: none !important;
    display: none !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container::before,
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container::after,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container::before,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container::after {
    content: none !important;
    display: none !important;
  }
}

/* Mobile hero title visibility fix. */
@media (max-width: 760px) {
  body.home .hu-wp-home-hero .elementor-element-homeherot,
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-widget-container {
    display: block !important;
    height: auto !important;
    margin: 4px auto 14px !important;
    max-width: 430px !important;
    opacity: 1 !important;
    overflow: visible !important;
    visibility: visible !important;
    width: 100% !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title {
    color: transparent !important;
    display: block !important;
    font-size: 0 !important;
    height: auto !important;
    line-height: 0 !important;
    margin: 0 auto !important;
    max-width: 430px !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    text-align: center !important;
    visibility: visible !important;
    white-space: normal !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before,
  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after {
    display: block !important;
    font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
    font-size: clamp(45px, 14vw, 62px) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: .9 !important;
    opacity: 1 !important;
    text-align: center !important;
    visibility: visible !important;
    white-space: nowrap !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::before {
    color: #ffffff;
    content: "Hotel" !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot .elementor-heading-title::after {
    color: inherit;
    content: "Universitario" !important;
  }
}

/* Unified icon treatment. */
:root {
  --hu-icon-soft-bg: #edf2fb;
  --hu-icon-soft-fg: #0033a0;
}

.elementor-icon-list-icon,
.elementor-widget-icon .elementor-icon,
.hu-service-icon,
.hu-hero-icon,
.hu-hero-card-list .elementor-icon-list-icon,
.hu-contact-info .elementor-icon-list-icon,
.elementor-element-coninfol .elementor-icon-list-icon,
.hu-wp-mini-list .elementor-icon-list-icon,
.hu-wp-info-list .elementor-icon-list-icon,
.hu-room-amenities .elementor-icon-list-icon,
.hu-about-badge-icon,
.hu-about-info-icon,
.hu-about-stat-icon,
.rp-iconbox,
.rp-round-icon,
.elementor-element-homeflexicon .elementor-widget-container,
.hu-home-flex-checkin__icon,
.site-header .top-phone-icon {
  align-items: center !important;
  background-color: var(--hu-icon-soft-bg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 18px 18px !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: var(--hu-icon-soft-fg) !important;
  display: inline-flex !important;
  flex: 0 0 44px !important;
  height: 44px !important;
  justify-content: center !important;
  min-height: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  width: 44px !important;
}

.elementor-icon-list-icon svg,
.elementor-widget-icon .elementor-icon svg,
.hu-hero-icon svg,
.hu-contact-info .elementor-icon-list-icon svg,
.elementor-element-coninfol .elementor-icon-list-icon svg,
.hu-wp-mini-list .elementor-icon-list-icon svg,
.hu-wp-info-list .elementor-icon-list-icon svg,
.hu-room-amenities .elementor-icon-list-icon svg {
  color: var(--hu-icon-soft-fg) !important;
  display: block !important;
  fill: currentColor !important;
  height: 18px !important;
  stroke: currentColor !important;
  width: 18px !important;
}

.elementor-widget-icon .elementor-icon i,
.elementor-icon-list-icon i,
.hu-service-icon {
  color: var(--hu-icon-soft-fg) !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.hu-wp-card > .elementor-widget-wrap::before,
.hu-about-icon-card > .elementor-widget-wrap::before,
.hu-about-stat-card > .elementor-widget-wrap::before,
.hu-about-proof-card > .elementor-widget-wrap::before,
.hu-about-pexsot-card > .elementor-widget-wrap::before,
body .elementor-element-srvgrid.hu-wp-grid .hu-wp-card > .elementor-widget-wrap::before {
  background-color: var(--hu-icon-soft-bg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 18px 18px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: var(--hu-icon-soft-fg) !important;
  height: 44px !important;
  width: 44px !important;
}

.site-header .top-social a,
.footer-social a {
  align-items: center !important;
  background: var(--hu-icon-soft-bg) !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: var(--hu-icon-soft-fg) !important;
  display: inline-flex !important;
  height: 36px !important;
  justify-content: center !important;
  width: 36px !important;
}

.site-header .top-social svg,
.footer-social svg {
  color: var(--hu-icon-soft-fg) !important;
  fill: currentColor !important;
  height: 16px !important;
  width: 16px !important;
}

body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon,
.page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon {
  flex-basis: 44px !important;
}

body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon svg,
.page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-icon svg {
  height: 18px !important;
  width: 18px !important;
}

body.home .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button,
.page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button {
  gap: 14px !important;
}

body.home .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button .elementor-button-text,
.page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button .elementor-button-text {
  align-items: center !important;
  display: inline-flex !important;
  gap: 14px !important;
}

body.home .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button .elementor-button-text::after,
.page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button .elementor-button-text::after {
  align-items: center !important;
  background-color: var(--hu-icon-soft-bg) !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8h20M14 1l7 7-7 7' fill='none' stroke='%230033a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 18px 18px !important;
  border-radius: 8px !important;
  color: var(--hu-icon-soft-fg) !important;
  content: "" !important;
  display: inline-flex !important;
  flex: 0 0 36px !important;
  height: 36px !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: 36px !important;
  min-width: 36px !important;
  opacity: 1 !important;
  width: 36px !important;
  -webkit-mask: none !important;
  mask: none !important;
}

body.home .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button,
.page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #0f172a !important;
}

body.home .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button:hover,
.page-id-6 .hu-wp-home-hero .elementor-element-homebtnreserve .elementor-button:hover {
  background: #edf2fb !important;
  border-color: #edf2fb !important;
  color: #0033a0 !important;
}

body.home .elementor-element-homeflexcheckin.hu-home-flex-checkin,
.page-id-6 .elementor-element-homeflexcheckin.hu-home-flex-checkin {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw !important;
}

body.home .elementor-element-homeflexcheckin.hu-home-flex-checkin > .elementor-container,
body.home .elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container,
.page-id-6 .elementor-element-homeflexcheckin.hu-home-flex-checkin > .elementor-container,
.page-id-6 .elementor-element-homeflexcheckin.hu-home-flex-checkin .elementor-container {
  border-radius: 0 !important;
  max-width: none !important;
  padding-left: clamp(28px, 9vw, 160px) !important;
  padding-right: clamp(28px, 9vw, 160px) !important;
  width: 100% !important;
}

/* Absolute final mobile home title override. */
@media (max-width: 760px) {
  body.home .hu-wp-home-hero .elementor-element-homeherok,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok {
    display: block !important;
    height: auto !important;
    margin: 0 auto 18px !important;
    max-width: 430px !important;
    overflow: visible !important;
    position: relative !important;
    text-align: center !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 20 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok::after,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherok::after {
    color: #ffffff !important;
    content: "Hotel\a Universitario" !important;
    display: block !important;
    font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
    font-size: clamp(44px, 13vw, 62px) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: .92 !important;
    margin: 22px auto 22px !important;
    max-width: 430px !important;
    opacity: 1 !important;
    text-align: center !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, .25) !important;
    visibility: visible !important;
    white-space: pre-line !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherot,
  .page-id-6 .hu-wp-home-hero .elementor-element-homeherot {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
}

/* Top bar icons stay flat; icon cards are only for page content. */
.site-header .top-bar .top-phone-icon,
body.home .site-header .top-bar .top-phone-icon,
.page-id-6 .site-header .top-bar .top-phone-icon,
.site-header .top-bar .top-social a,
body.home .site-header .top-bar .top-social a,
.page-id-6 .site-header .top-bar .top-social a {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #1f3f92 !important;
  flex: 0 0 auto !important;
  height: 20px !important;
  min-height: 20px !important;
  min-width: 20px !important;
  padding: 0 !important;
  width: 20px !important;
}

.site-header .top-bar .top-social svg,
body.home .site-header .top-bar .top-social svg,
.page-id-6 .site-header .top-bar .top-social svg {
  color: #1f3f92 !important;
  fill: currentColor !important;
  height: 17px !important;
  width: 17px !important;
}

.site-header .top-bar .top-language-switcher .glink,
body.home .site-header .top-bar .top-language-switcher .glink,
.page-id-6 .site-header .top-bar .top-language-switcher .glink {
  background: transparent !important;
  border-radius: 0 !important;
  color: #1f3f92 !important;
}

/* Clean top language switcher spacing. */
.site-header .top-bar .top-language-switcher,
body.home .site-header .top-bar .top-language-switcher,
.page-id-6 .site-header .top-bar .top-language-switcher {
  align-items: center !important;
  display: inline-flex !important;
  margin-left: 8px !important;
  min-width: 74px !important;
}

.site-header .top-bar .top-language-switcher .gtranslate_wrapper,
body.home .site-header .top-bar .top-language-switcher .gtranslate_wrapper,
.page-id-6 .site-header .top-bar .top-language-switcher .gtranslate_wrapper {
  align-items: center !important;
  display: inline-flex !important;
  gap: 7px !important;
  height: 28px !important;
  white-space: nowrap !important;
}

.site-header .top-bar .top-language-switcher .glink,
body.home .site-header .top-bar .top-language-switcher .glink,
.page-id-6 .site-header .top-bar .top-language-switcher .glink {
  align-items: center !important;
  background: transparent !important;
  border-radius: 999px !important;
  color: #4b5563 !important;
  display: inline-flex !important;
  font: 800 14px/1 "DM Sans", Arial, sans-serif !important;
  height: 28px !important;
  justify-content: center !important;
  min-width: 30px !important;
  opacity: 1 !important;
  padding: 0 7px !important;
  position: relative !important;
  width: auto !important;
}

.site-header .top-bar .top-language-switcher .glink + .glink::before,
body.home .site-header .top-bar .top-language-switcher .glink + .glink::before,
.page-id-6 .site-header .top-bar .top-language-switcher .glink + .glink::before {
  color: #8a93a3 !important;
  content: "|" !important;
  display: inline-block !important;
  font: 800 13px/1 "DM Sans", Arial, sans-serif !important;
  margin: 0 7px 0 0 !important;
  position: static !important;
}

.site-header .top-bar .top-language-switcher .glink:hover,
.site-header .top-bar .top-language-switcher .glink.is-active,
.site-header .top-bar .top-language-switcher .glink[aria-current="true"],
.site-header .top-bar .top-language-switcher .glink.gt-current-lang,
.site-header .top-bar .top-language-switcher .glink.nturl.selected,
body.home .site-header .top-bar .top-language-switcher .glink:hover,
body.home .site-header .top-bar .top-language-switcher .glink.is-active,
body.home .site-header .top-bar .top-language-switcher .glink[aria-current="true"],
body.home .site-header .top-bar .top-language-switcher .glink.gt-current-lang,
body.home .site-header .top-bar .top-language-switcher .glink.nturl.selected,
.page-id-6 .site-header .top-bar .top-language-switcher .glink:hover,
.page-id-6 .site-header .top-bar .top-language-switcher .glink.is-active,
.page-id-6 .site-header .top-bar .top-language-switcher .glink[aria-current="true"],
.page-id-6 .site-header .top-bar .top-language-switcher .glink.gt-current-lang,
.page-id-6 .site-header .top-bar .top-language-switcher .glink.nturl.selected {
  background: #1f3f92 !important;
  color: #ffffff !important;
}

/* Editable Gutenberg page: Descubre Loja. */
.hu-loja-page {
  background: #ffffff;
  color: #111827;
}

.hu-loja-page .wp-block-group,
.hu-loja-page .wp-block-columns,
.hu-loja-page .wp-block-column,
.hu-loja-page .wp-block-heading,
.hu-loja-page p {
  box-sizing: border-box;
}

.hu-loja-hero {
  background-color: #1f3f92;
  background-image:
    linear-gradient(90deg, rgba(31, 63, 146, .96), rgba(31, 63, 146, .78)),
    url("assets/images/rooms/vista-ciudad.jpg");
  background-position: center;
  background-size: cover;
  color: #ffffff;
  margin: 0 !important;
  min-height: 520px;
  padding: 190px 24px 96px;
  position: relative;
  overflow: hidden;
}

.hu-loja-hero::after {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.12) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,.08) 0 1px, transparent 1px);
  background-size: 34px 34px, 46px 46px;
  content: "";
  inset: 0;
  opacity: .45;
  pointer-events: none;
  position: absolute;
}

.hu-loja-hero > .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  z-index: 1;
}

.hu-loja-kicker {
  color: #9fb9ff !important;
  font: 800 12px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: .14em;
  margin: 0 0 16px !important;
  text-transform: uppercase;
}

.hu-loja-hero h1 {
  color: #ffffff;
  font-size: clamp(44px, 6vw, 76px);
  line-height: .95;
  margin: 0;
  max-width: 640px;
}

.hu-loja-hero p:not(.hu-loja-kicker) {
  color: #e8efff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  margin: 24px 0 0;
  max-width: 660px;
}

.hu-loja-hero-cards {
  display: grid !important;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px !important;
  max-width: 760px;
}

.hu-loja-hero-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  color: #ffffff;
  padding: 18px;
  backdrop-filter: blur(12px);
}

.hu-loja-hero-card h3,
.hu-loja-card h3 {
  margin: 0 0 8px;
}

.hu-loja-hero-card p {
  color: #dbe7ff !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

.hu-loja-section {
  margin: 0 !important;
  padding: 80px 24px;
}

.hu-loja-section > .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 1180px;
}

.hu-loja-section.is-soft {
  background: #f6f8fc;
}

.hu-loja-section h2 {
  color: #111827;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin: 0 0 18px;
}

.hu-loja-section > .wp-block-group__inner-container > p {
  color: #5d6678;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 34px;
  max-width: 760px;
}

.hu-loja-grid {
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hu-loja-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hu-loja-card {
  background: #ffffff;
  border: 1px solid #e4e8f1;
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(17, 24, 39, .08);
  padding: 26px;
}

.hu-loja-card h3 {
  color: #10172a;
  font-size: 20px;
}

.hu-loja-card p,
.hu-loja-card li {
  color: #5d6678;
  font-size: 15px;
  line-height: 1.65;
}

.hu-loja-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.hu-loja-cta {
  background: #1f3f92;
  color: #ffffff;
  margin: 0 !important;
  padding: 78px 24px;
  text-align: center;
}

.hu-loja-cta > .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 820px;
}

.hu-loja-cta h2 {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 54px);
  margin: 0 0 16px;
}

.hu-loja-cta p {
  color: #dbe7ff;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 auto 28px;
  max-width: 680px;
}

.hu-loja-cta .wp-block-button__link {
  background: #ffffff;
  border-radius: 8px;
  color: #1f3f92;
  font-weight: 800;
  padding: 15px 24px;
}

@media (max-width: 900px) {
  .hu-loja-hero {
    min-height: auto;
    padding: 160px 22px 72px;
    text-align: left;
  }

  .hu-loja-hero-cards,
  .hu-loja-grid,
  .hu-loja-grid.two {
    grid-template-columns: 1fr;
  }

  .hu-loja-section {
    padding: 64px 22px;
  }
}

/* Descubre Loja editable cover hero. */
.hu-loja-hero-cover.wp-block-cover {
  margin: 0 !important;
  min-height: 520px !important;
  overflow: hidden;
  padding: 168px 24px 92px !important;
}

.hu-loja-hero-cover .wp-block-cover__background {
  background: #1f3f92 !important;
  opacity: .88 !important;
}

.hu-loja-hero-cover::before {
  background-image:
    linear-gradient(115deg, transparent 0 28%, rgba(255,255,255,.12) 28.08%, transparent 28.18%),
    linear-gradient(8deg, transparent 0 42%, rgba(255,255,255,.08) 42.08%, transparent 42.18%),
    radial-gradient(circle at 70% 50%, rgba(255,255,255,.11) 0 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 34px 34px;
  content: "";
  inset: 0;
  opacity: .65;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hu-loja-hero-cover .wp-block-cover__inner-container {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hu-loja-hero-layout {
  align-items: center !important;
  gap: clamp(48px, 8vw, 120px) !important;
}

.hu-loja-hero-copy {
  flex-basis: 58% !important;
}

.hu-loja-hero-aside {
  flex-basis: 42% !important;
  min-height: 250px;
  position: relative;
}

.hu-loja-kicker-line {
  align-items: center;
  color: #a7c0ff !important;
  display: flex;
  font: 800 13px/1.2 "DM Sans", Arial, sans-serif !important;
  gap: 14px;
  letter-spacing: .16em;
  margin: 0 0 28px !important;
  text-transform: uppercase;
}

.hu-loja-kicker-line::before {
  background: rgba(255,255,255,.45);
  content: "";
  display: inline-block;
  height: 1px;
  width: 38px;
}

.hu-loja-hero-copy h1 {
  color: #ffffff !important;
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(52px, 6vw, 72px) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: .95 !important;
  margin: 0 0 26px !important;
}

.hu-loja-hero-copy p:not(.hu-loja-kicker-line) {
  color: #eff4ff !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 650px;
}

.hu-loja-floating-cards {
  height: 270px;
  margin: 0 !important;
  position: relative;
}

.hu-loja-floating-cards::before {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  content: "";
  height: 110px;
  left: 34%;
  position: absolute;
  top: 34%;
  width: 110px;
}

.hu-loja-floating-card {
  align-items: center;
  background: rgba(7, 32, 95, .66);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
  display: grid;
  gap: 14px;
  grid-template-columns: 46px 1fr;
  padding: 15px 18px;
  position: absolute;
  width: 250px;
  backdrop-filter: blur(12px);
}

.hu-loja-floating-card:nth-child(1) {
  right: 0;
  top: 0;
}

.hu-loja-floating-card:nth-child(2) {
  left: 18%;
  top: 96px;
}

.hu-loja-floating-card:nth-child(3) {
  right: 44px;
  top: 190px;
}

.hu-loja-floating-icon {
  align-items: center;
  background: rgba(255,255,255,.15);
  border-radius: 9px;
  color: #ffffff !important;
  display: flex;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  margin: 0 !important;
  width: 46px;
}

.hu-loja-floating-card h3 {
  color: #ffffff !important;
  font: 800 16px/1.2 "DM Sans", Arial, sans-serif !important;
  margin: 0 0 4px !important;
}

.hu-loja-floating-card p:not(.hu-loja-floating-icon) {
  color: #bcd0ff !important;
  font: 600 14px/1.25 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}

@media (max-width: 980px) {
  .hu-loja-hero-cover.wp-block-cover {
    padding: 150px 22px 70px !important;
  }

  .hu-loja-hero-layout {
    gap: 34px !important;
  }

  .hu-loja-hero-copy,
  .hu-loja-hero-aside {
    flex-basis: 100% !important;
  }

  .hu-loja-hero-aside {
    min-height: auto;
  }

  .hu-loja-floating-cards {
    display: grid !important;
    gap: 12px;
    height: auto;
  }

  .hu-loja-floating-card {
    position: static;
    width: 100%;
  }

  .hu-loja-floating-cards::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .hu-loja-hero-cover.wp-block-cover {
    min-height: auto !important;
    padding: 134px 20px 58px !important;
  }

  .hu-loja-kicker-line {
    font-size: 11px !important;
    gap: 10px;
    margin-bottom: 18px !important;
  }

  .hu-loja-kicker-line::before {
    width: 28px;
  }

  .hu-loja-hero-copy h1 {
    font-size: 42px !important;
  }

  .hu-loja-hero-copy p:not(.hu-loja-kicker-line) {
    font-size: 16px !important;
  }
}

/* Descubre Loja Elementor hero: match Nosotros spacing and prevent header overlap. */
body.page-id-11 .elementor-element-srvhero.hu-wp-hero {
  min-height: 420px !important;
  padding: 86px 20px 76px !important;
}

body.page-id-11 .elementor-element-srvhero.hu-wp-hero > .elementor-container {
  gap: 0 !important;
  grid-template-columns: minmax(0, 1fr) 440px !important;
  max-width: 1120px !important;
  min-height: 250px !important;
}

body.page-id-11 .elementor-element-srvhero .elementor-element-srvherok {
  margin: 0 0 22px !important;
}

body.page-id-11 .elementor-element-srvhero .elementor-element-srvherok .elementor-heading-title {
  color: #9bc4ff !important;
}

body.page-id-11 .elementor-element-srvhero .elementor-element-srvherot {
  margin: 0 0 20px !important;
}

body.page-id-11 .elementor-element-srvhero .elementor-element-srvherot .elementor-heading-title {
  font-size: 55px !important;
  line-height: 1.05 !important;
  white-space: normal !important;
}

body.page-id-11 .elementor-element-srvhero .elementor-element-srvherod {
  max-width: 610px !important;
}

body.page-id-11 .elementor-element-srvhero .elementor-element-srvherod p {
  font-size: 18px !important;
  line-height: 1.55 !important;
}

body.page-id-11 .elementor-element-srvherob .elementor-widget-wrap,
body.page-id-11 .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-items {
  min-height: 260px !important;
}

body.page-id-11 .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item {
  min-width: 230px !important;
  padding: 16px 18px !important;
}

body.page-id-11 .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(1) {
  right: 18px !important;
  top: 28px !important;
}

body.page-id-11 .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(2) {
  left: 0 !important;
  top: 112px !important;
}

body.page-id-11 .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
  right: 48px !important;
  top: 192px !important;
}

@media (max-width: 980px) {
  body.page-id-11 .elementor-element-srvhero.hu-wp-hero {
    min-height: auto !important;
    padding: 118px 20px 42px !important;
  }

  body.page-id-11 .elementor-element-srvhero.hu-wp-hero > .elementor-container {
    display: grid !important;
    gap: 26px !important;
    grid-template-columns: 1fr !important;
    max-width: 340px !important;
    min-height: 0 !important;
  }

  body.page-id-11 .elementor-element-srvhero .elementor-element-srvherot .elementor-heading-title {
    font-size: 40px !important;
    line-height: 1.02 !important;
    max-width: 310px !important;
  }

  body.page-id-11 .elementor-element-srvherob .elementor-widget-wrap,
  body.page-id-11 .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-items {
    display: grid !important;
    gap: 12px !important;
    min-height: 0 !important;
  }

  body.page-id-11 .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item,
  body.page-id-11 .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(1),
  body.page-id-11 .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(2),
  body.page-id-11 .elementor-element-srvhero .hu-wp-mini-list .elementor-icon-list-item:nth-child(3) {
    left: auto !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
  }
}

/* Descubre Loja: editable attraction cards. */
body.page-id-11 .elementor-element-visculture,
body.page-id-11 .elementor-element-visculturegrid {
  background: #ffffff !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.page-id-11 .elementor-element-visculture {
  padding-bottom: 26px !important;
  padding-top: 82px !important;
}

body.page-id-11 .elementor-element-visculturegrid {
  padding-bottom: 86px !important;
  padding-top: 0 !important;
}

body.page-id-11 .elementor-element-visculture > .elementor-container,
body.page-id-11 .elementor-element-visculturegrid > .elementor-container {
  max-width: 1180px !important;
}

body.page-id-11 .elementor-element-visculture .hu-wp-kicker .elementor-heading-title {
  color: #8b93a1 !important;
  font: 800 13px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

body.page-id-11 .elementor-element-visculture .hu-wp-heading .elementor-heading-title {
  color: #161616 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: clamp(36px, 4vw, 58px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
}

body.page-id-11 .elementor-element-visculture .hu-wp-lead p {
  color: #858b96 !important;
  font: 500 19px/1.6 "DM Sans", Arial, sans-serif !important;
  max-width: 720px !important;
}

body.page-id-11 .elementor-element-visculturegrid > .elementor-container {
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-id-11 .elementor-element-visculturegrid .elementor-column {
  min-width: 0 !important;
  width: auto !important;
}

body.page-id-11 .hu-loja-place-card > .elementor-widget-wrap {
  background: #ffffff !important;
  border: 1px solid #e7e9ee !important;
  border-radius: 12px !important;
  box-shadow: 0 3px 10px rgba(15, 23, 42, .10) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
}

body.page-id-11 .hu-loja-place-head {
  background: #0033a0 !important;
  margin: 0 !important;
  padding: 24px 28px 18px !important;
}

body.page-id-11 .hu-loja-place-head .elementor-heading-title {
  color: #ffffff !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: clamp(21px, 1.8vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

body.page-id-11 .hu-loja-place-meta {
  background: #0033a0 !important;
  margin: 0 !important;
  padding: 0 28px 26px !important;
}

body.page-id-11 .hu-loja-place-meta p {
  color: rgba(255,255,255,.82) !important;
  font: 600 14px/1.5 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

body.page-id-11 .hu-loja-place-body {
  margin: 0 !important;
  padding: 28px !important;
}

body.page-id-11 .hu-loja-place-body p {
  color: #6f7682 !important;
  font: 500 16px/1.65 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

body.page-id-11 .hu-loja-place-tags {
  margin: 0 !important;
  padding: 0 28px 18px !important;
}

body.page-id-11 .hu-loja-place-tags p {
  color: #747b86 !important;
  font: 700 13px/1.8 "DM Sans", Arial, sans-serif !important;
  margin: 0 !important;
}

body.page-id-11 .hu-loja-place-tags span {
  background: #f0f0f0;
  border-radius: 999px;
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 2px 12px;
}

body.page-id-11 .hu-loja-place-route {
  border-top: 1px solid #edf0f4;
  margin: auto 28px 0 !important;
  padding: 18px 0 24px !important;
}

body.page-id-11 .hu-loja-place-route p {
  color: #9aa0aa !important;
  display: flex;
  flex-wrap: wrap;
  font: 600 14px/1.45 "DM Sans", Arial, sans-serif !important;
  gap: 16px 24px;
  margin: 0 0 16px !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

body.page-id-11 .hu-loja-place-route a {
  color: #0033a0 !important;
  display: inline-flex;
  font: 800 15px/1.2 "DM Sans", Arial, sans-serif !important;
  gap: 6px;
  text-decoration: none !important;
}

@media (max-width: 1180px) and (min-width: 981px) {
  body.page-id-11 .elementor-element-visculturegrid > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body.page-id-11 .elementor-element-visculturegrid > .elementor-container {
    grid-template-columns: 1fr !important;
  }

  body.page-id-11 .hu-loja-place-head .elementor-heading-title {
    font-size: 22px !important;
  }
}

body.home .elementor-element-homeoffershead,
body.page-id-6 .elementor-element-homeoffershead,
body.home .elementor-element-homeoffersgrid,
body.page-id-6 .elementor-element-homeoffersgrid {
  background: #f2f2f2;
}

body.home .elementor-element-homeoffershead,
body.page-id-6 .elementor-element-homeoffershead {
  padding: clamp(42px, 5vw, 58px) 16px 16px !important;
}

body.home .elementor-element-homeoffersgrid,
body.page-id-6 .elementor-element-homeoffersgrid {
  padding: 24px 16px clamp(52px, 6vw, 76px) !important;
}

body.home .elementor-element-homeoffershead > .elementor-container,
body.page-id-6 .elementor-element-homeoffershead > .elementor-container,
body.home .elementor-element-homeoffersgrid > .elementor-container,
body.page-id-6 .elementor-element-homeoffersgrid > .elementor-container {
  max-width: 1180px !important;
}

body.home .hu-home-offers-kicker .elementor-heading-title,
body.page-id-6 .hu-home-offers-kicker .elementor-heading-title {
  color: #E4C06E;
  font: 800 clamp(12px, 1.05vw, 16px)/1.35 "DM Sans", Arial, sans-serif;
  letter-spacing: .42em;
  text-align: center !important;
  text-transform: uppercase !important;
}

body.home .hu-home-offers-title .elementor-heading-title,
body.page-id-6 .hu-home-offers-title .elementor-heading-title {
  color: var(--brand-900);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 16px auto 0 !important;
  max-width: 860px !important;
  text-align: center !important;
}

body.home .hu-home-offers-separator,
body.page-id-6 .hu-home-offers-separator {
  margin: 18px auto 16px !important;
  max-width: 300px !important;
  position: relative !important;
}

body.home .hu-home-offers-separator .elementor-divider-separator,
body.page-id-6 .hu-home-offers-separator .elementor-divider-separator {
  border-color: rgba(8, 54, 83, .22);
  border-top-width: 1px !important;
}

body.home .hu-home-offers-separator::after,
body.page-id-6 .hu-home-offers-separator::after {
  background: #E4C06E;
  content: "" !important;
  display: block !important;
  height: 9px !important;
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
  width: 9px !important;
}

body.home .hu-home-offers-lead p,
body.page-id-6 .hu-home-offers-lead p {
  color: #173047;
  font: 500 clamp(15px, 1.05vw, 17px)/1.45 "DM Sans", Arial, sans-serif;
  margin: 0 auto !important;
  max-width: 620px !important;
  text-align: center !important;
}

body.home .elementor-element-homeoffersgrid > .elementor-container,
body.page-id-6 .elementor-element-homeoffersgrid > .elementor-container {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.home .elementor-element-homeoffersgrid .elementor-column,
body.page-id-6 .elementor-element-homeoffersgrid .elementor-column {
  width: 100% !important;
}

body.home .hu-home-offer-card > .elementor-widget-wrap,
body.page-id-6 .hu-home-offer-card > .elementor-widget-wrap {
  align-content: flex-start !important;
  background: #fff;
  border: 1px solid rgba(8, 54, 83, .14) !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 430px !important;
  padding: clamp(26px, 3vw, 36px) clamp(20px, 2.4vw, 30px) !important;
  position: relative !important;
  text-align: center !important;
}

body.home .hu-home-offer-card.is-featured > .elementor-widget-wrap,
body.page-id-6 .hu-home-offer-card.is-featured > .elementor-widget-wrap {
  border: 2px solid #E4C06E !important;
  outline: 1px solid rgba(228, 192, 110, .65) !important;
  outline-offset: -10px !important;
}

body.home .hu-home-offer-ribbon,
body.page-id-6 .hu-home-offer-ribbon {
  align-self: flex-end !important;
  background: #083653;
  color: #fff;
  display: inline-flex !important;
  font: 900 10px/1 "DM Sans", Arial, sans-serif;
  justify-content: center !important;
  letter-spacing: .24em;
  margin: 0 !important;
  max-width: max-content !important;
  padding: 13px 16px !important;
  position: absolute !important;
  right: -2px !important;
  flex: 0 0 auto !important;
  text-transform: uppercase !important;
  top: 28px !important;
  width: auto !important;
  z-index: 2 !important;
}

body.home .hu-home-offer-ribbon.elementor-widget,
body.page-id-6 .hu-home-offer-ribbon.elementor-widget {
  min-width: 0 !important;
  width: auto !important;
}

body.home .hu-home-offer-ribbon .elementor-widget-container,
body.page-id-6 .hu-home-offer-ribbon .elementor-widget-container,
body.home .hu-home-offer-ribbon .elementor-heading-title,
body.page-id-6 .hu-home-offer-ribbon .elementor-heading-title {
  color: #fff;
  display: inline-block !important;
  font: inherit;
  letter-spacing: inherit;
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  width: auto !important;
}

body.home .hu-home-offer-logo .elementor-heading-title,
body.page-id-6 .hu-home-offer-logo .elementor-heading-title {
  border: 1px solid #083653 !important;
  color: #083653;
  display: inline-block !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1;
  padding: 16px 30px !important;
}

body.home .hu-home-offer-small .elementor-heading-title,
body.page-id-6 .hu-home-offer-small .elementor-heading-title {
  color: #9aa1aa;
  font: 800 10px/1.35 "DM Sans", Arial, sans-serif;
  letter-spacing: .18em;
  margin-top: 8px !important;
  text-transform: uppercase !important;
}

body.home .hu-home-offer-icon .elementor-icon,
body.page-id-6 .hu-home-offer-icon .elementor-icon {
  background: transparent;
  color: #083653;
  font-size: 32px;
  height: auto !important;
  line-height: 1 !important;
  width: auto !important;
}

body.home .hu-home-offer-icon,
body.page-id-6 .hu-home-offer-icon {
  margin-top: 20px !important;
}

body.home .hu-home-offer-card:not(.is-featured) .hu-home-offer-icon,
body.page-id-6 .hu-home-offer-card:not(.is-featured) .hu-home-offer-icon {
  margin-top: 2px !important;
}

body.home .hu-home-offer-name .elementor-heading-title,
body.page-id-6 .hu-home-offer-name .elementor-heading-title,
body.home .hu-home-offer-value .elementor-heading-title,
body.page-id-6 .hu-home-offer-value .elementor-heading-title {
  color: #083653;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

body.home .hu-home-offer-name .elementor-heading-title,
body.page-id-6 .hu-home-offer-name .elementor-heading-title {
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.16;
  margin: 18px auto 0 !important;
}

body.home .hu-home-offer-value .elementor-heading-title,
body.page-id-6 .hu-home-offer-value .elementor-heading-title {
  font-size: clamp(42px, 4vw, 56px);
  line-height: .96;
  margin-top: 16px !important;
}

body.home .hu-home-offer-sub .elementor-heading-title,
body.page-id-6 .hu-home-offer-sub .elementor-heading-title {
  color: #083653;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(11px, .95vw, 14px);
  line-height: 1.35;
  letter-spacing: .12em;
  margin-top: 6px !important;
  text-transform: uppercase !important;
}

body.home .hu-home-offer-accent .elementor-heading-title,
body.page-id-6 .hu-home-offer-accent .elementor-heading-title {
  color: #E4C06E;
}

body.home .hu-home-offer-text p,
body.page-id-6 .hu-home-offer-text p {
  color: #59687a;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.45;
  margin: 16px auto 0 !important;
}

body.home .hu-home-offer-button,
body.page-id-6 .hu-home-offer-button {
  margin-top: auto !important;
  padding-top: 20px !important;
}

body.home .hu-home-offer-button .elementor-button,
body.page-id-6 .hu-home-offer-button .elementor-button {
  align-items: center !important;
  background: transparent;
  border: 2px solid #083653 !important;
  border-radius: 0 !important;
  color: #083653;
  display: inline-flex !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  justify-content: center !important;
  letter-spacing: .14em;
  min-height: 48px !important;
  padding: 12px 20px !important;
  text-transform: uppercase !important;
  width: 100% !important;
}

body.home .hu-home-offer-card.is-featured .hu-home-offer-button .elementor-button,
body.page-id-6 .hu-home-offer-card.is-featured .hu-home-offer-button .elementor-button {
  background: #083653;
  color: #fff;
}

.elementor-section.hu-wp-cta,
.elementor-section.hu-el-cta,
.elementor-section.hu-elementor-cta,
.elementor-section.hu-about-cta-section,
.elementor-section.hu-about-final-cta,
.elementor-section.hu-services-cta,
.elementor-section.hu-gallery-cta,
.elementor-section[class*="-cta"]:not(.nav-cta),
.hu-final-cta,
.hu-loja-cta {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

@media (max-width: 1024px) {
  body.home .elementor-element-homeoffersgrid > .elementor-container,
  body.page-id-6 .elementor-element-homeoffersgrid > .elementor-container {
    grid-template-columns: 1fr !important;
    max-width: 640px !important;
  }

  body.home .hu-home-offer-card > .elementor-widget-wrap,
  body.page-id-6 .hu-home-offer-card > .elementor-widget-wrap {
    min-height: 0 !important;
  }
}

@media (max-width: 640px) {
  body.home .hu-home-offers-kicker .elementor-heading-title,
  body.page-id-6 .hu-home-offers-kicker .elementor-heading-title {
    letter-spacing: .22em;
  }
}

@media (max-width: 760px) {
  .site-header .top-social > a {
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    visibility: hidden !important;
    width: 0 !important;
  }

  .site-header .top-bar {
    height: auto !important;
    min-height: 58px !important;
    overflow: visible !important;
  }

  .site-header .top-bar-inner {
    align-items: center !important;
    display: grid !important;
    column-gap: 8px !important;
    row-gap: 2px !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    grid-template-rows: 40px auto !important;
    min-height: 58px !important;
    padding: 0 16px 4px !important;
    position: relative !important;
  }

  .site-header .top-contact {
    grid-column: 1 !important;
    grid-row: 1 !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding-right: 112px !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }

  .site-header .top-contact .top-phone-icon,
  .site-header .top-contact a[href^="tel:"] {
    display: none !important;
  }

  .site-header .top-social {
    align-items: center !important;
    display: flex !important;
    gap: 10px !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-content: center !important;
    min-height: 24px !important;
  }

  .site-header .top-social a {
    display: inline-flex !important;
    height: 24px !important;
    width: 24px !important;
  }

  .site-header .top-language-switcher {
    display: inline-flex !important;
    min-width: max-content !important;
    position: absolute !important;
    right: 16px !important;
    top: 8px !important;
  }

  .site-header .main-nav .nav-row {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    position: relative !important;
  }

  .site-header .brand {
    min-width: 0 !important;
    overflow: visible !important;
  }

  .site-header .brand-mobile-text {
    display: block !important;
    flex: 1 1 auto !important;
    font-size: clamp(14px, 4vw, 16px) !important;
    line-height: 1.05 !important;
    max-width: 145px !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  .site-header .main-nav.is-open .nav-row {
    padding-bottom: 10px !important;
  }

  .site-header .main-nav .menu {
    background: #1f3f92 !important;
    border-top: 1px solid rgba(255, 255, 255, .14) !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .22) !important;
    display: none !important;
    gap: 0 !important;
    left: -18px !important;
    max-height: min(58vh, 390px) !important;
    overflow-y: auto !important;
    padding: 10px 18px 12px !important;
    position: absolute !important;
    right: -18px !important;
    top: 100% !important;
    width: auto !important;
    z-index: 80 !important;
  }

  .site-header .main-nav.is-open .menu {
    display: grid !important;
  }

  .site-header .main-nav .menu a {
    justify-content: flex-start !important;
    padding: 11px 0 !important;
    text-align: left !important;
  }

  .site-header .main-nav .nav-cta {
    display: none !important;
    grid-column: 1 / -1 !important;
    margin: 12px 0 0 !important;
    position: absolute !important;
    top: calc(100% + min(58vh, 390px) + 8px) !important;
    width: calc(100% + 36px) !important;
  }

  .site-header .main-nav.is-open .nav-cta {
    display: none !important;
  }
}

.site-header .top-bar .top-language-switcher,
body.home .site-header .top-bar .top-language-switcher,
.page-id-6 .site-header .top-bar .top-language-switcher {
  justify-content: flex-end !important;
  min-width: 96px !important;
}

.site-header .top-bar .top-language-switcher .gtranslate_wrapper,
body.home .site-header .top-bar .top-language-switcher .gtranslate_wrapper,
.page-id-6 .site-header .top-bar .top-language-switcher .gtranslate_wrapper {
  align-items: center !important;
  display: inline-flex !important;
  gap: 0 !important;
}

.site-header .top-bar .top-language-switcher .glink,
body.home .site-header .top-bar .top-language-switcher .glink,
.page-id-6 .site-header .top-bar .top-language-switcher .glink {
  height: 28px !important;
  line-height: 28px !important;
  padding: 0 8px !important;
}

.site-header .top-bar .top-language-switcher .glink + .glink,
body.home .site-header .top-bar .top-language-switcher .glink + .glink,
.page-id-6 .site-header .top-bar .top-language-switcher .glink + .glink {
  margin-left: 18px !important;
  position: relative !important;
}

.site-header .top-bar .top-language-switcher .glink + .glink::before,
body.home .site-header .top-bar .top-language-switcher .glink + .glink::before,
.page-id-6 .site-header .top-bar .top-language-switcher .glink + .glink::before {
  color: #8a93a3 !important;
  content: "|" !important;
  display: block !important;
  font: 800 13px/1 "DM Sans", Arial, sans-serif !important;
  left: -12px !important;
  margin: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 760px) {
  body.page-id-11 .elementor-element-srvhero.hu-wp-hero {
    padding-top: 148px !important;
  }

  .site-header .top-bar {
    min-height: 48px !important;
  }

  .site-header .top-bar-inner {
    grid-template-rows: 48px !important;
    min-height: 48px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .site-header .top-contact {
    align-items: center !important;
    display: flex !important;
    min-height: 48px !important;
  }

  .site-header .top-language-switcher {
    align-items: center !important;
    height: 48px !important;
    right: 18px !important;
    top: 0 !important;
  }

  .site-header .top-language-switcher .gtranslate_wrapper {
    align-items: center !important;
    height: 48px !important;
  }
}

@media (max-width: 760px) {
  .site-header .main-nav.is-open,
  .site-header .main-nav.is-open .nav-row,
  .site-header .main-nav.is-open .menu {
    background-color: #1f3f92 !important;
  }

  .site-header .main-nav.is-open .menu {
    border-top: 0 !important;
    border-bottom: 1px solid #1f3f92 !important;
    box-shadow: none !important;
    margin-bottom: -1px !important;
    top: calc(100% - 1px) !important;
  }

  .site-header .main-nav.is-open .menu::after {
    background: #1f3f92 !important;
    bottom: -2px !important;
    content: "" !important;
    display: block !important;
    height: 3px !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
  }
}

@media (max-width: 760px) {
  body .site-header .main-nav,
  body .site-header .main-nav .nav-row,
  body .site-header .main-nav.is-open,
  body .site-header .main-nav.is-open .nav-row,
  body .site-header .main-nav.is-open .menu {
    background: #1f3f92 !important;
    background-color: #1f3f92 !important;
  }

  body .site-header .main-nav.is-open .nav-row {
    border: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body .site-header .main-nav.is-open .menu {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    outline: 0 !important;
    top: 100% !important;
  }
}

@media (max-width: 760px) {
  body.home .hu-wp-hero.hu-wp-home-hero,
  body.page-id-6 .hu-wp-hero.hu-wp-home-hero {
    min-height: calc(100svh - 108px) !important;
  }

  body.home .hu-wp-home-hero > .elementor-container,
  body.page-id-6 .hu-wp-home-hero > .elementor-container {
    align-items: center !important;
    justify-content: center !important;
    min-height: calc(100svh - 108px) !important;
    padding-bottom: 18px !important;
    padding-top: 112px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title,
  body.page-id-6 .hu-wp-home-hero .elementor-element-homeherok .elementor-heading-title {
    margin: 44px auto 16px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherok::after,
  body.page-id-6 .hu-wp-home-hero .elementor-element-homeherok::after {
    margin-top: 0 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homeherod p,
  body.page-id-6 .hu-wp-home-hero .elementor-element-homeherod p,
  body.home .hu-wp-home-hero .hu-wp-lead p,
  body.page-id-6 .hu-wp-home-hero .hu-wp-lead p {
    font-weight: 400 !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures,
  body.page-id-6 .hu-wp-home-hero .elementor-element-homefeatures {
    max-width: 300px !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items,
  body.page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-items {
    gap: 8px !important;
    grid-template-columns: 1fr !important;
  }

  body.home .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item,
  body.page-id-6 .hu-wp-home-hero .elementor-element-homefeatures .elementor-icon-list-item {
    min-height: 52px !important;
    padding: 4px 6px !important;
  }
}

body.page-id-7 .hu-wp-room-body .hu-wp-info-list .elementor-icon-list-icon {
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #0033a0 !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  height: auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

body.page-id-7 .hu-wp-room-body .hu-wp-info-list .elementor-icon-list-items {
  display: grid !important;
  gap: 10px !important;
}

body.page-id-7 .hu-wp-room-body .hu-wp-info-list .elementor-icon-list-item {
  align-items: center !important;
  display: flex !important;
  gap: 10px !important;
  margin: 0 !important;
  min-width: 0 !important;
  white-space: normal !important;
}

body.page-id-7 .hu-wp-room-body .hu-wp-info-list .elementor-icon-list-text {
  display: block !important;
  flex: 1 1 auto !important;
  line-height: 1.45 !important;
  min-width: 0 !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.page-id-7 .hu-wp-room-body .hu-wp-info-list .elementor-icon-list-icon svg,
body.page-id-7 .hu-wp-room-body .hu-wp-info-list .elementor-icon-list-icon i {
  color: #0033a0 !important;
  fill: currentColor !important;
  height: 16px !important;
  width: 16px !important;
}

body.home .hu-home-room-title .elementor-heading-title,
body.page-id-6 .hu-home-room-title .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.page-id-11 .elementor-element-visculture .hu-wp-heading .elementor-heading-title,
body.page-id-11 .hu-loja-place-head .elementor-heading-title,
body.page-id-11 .hu-loja-hero-copy h1,
body.page-id-11 .hu-loja-section h2,
body.page-id-11 .hu-loja-card h3,
body.page-id-11 .hu-loja-cta h2 {
  font-family: "DM Sans", Arial, sans-serif !important;
}

body.page-id-11 .elementor-element-visculture,
body.page-id-11 .hu-loja-section {
  text-align: center !important;
}

body.page-id-11 .elementor-element-visculture .hu-wp-kicker,
body.page-id-11 .elementor-element-visculture .hu-wp-heading,
body.page-id-11 .elementor-element-visculture .hu-wp-lead,
body.page-id-11 .hu-loja-section > .wp-block-group__inner-container > .hu-loja-kicker,
body.page-id-11 .hu-loja-section > .wp-block-group__inner-container > h2,
body.page-id-11 .hu-loja-section > .wp-block-group__inner-container > p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.page-id-11 .elementor-element-visculture .hu-wp-kicker .elementor-heading-title,
body.page-id-11 .hu-loja-section .hu-loja-kicker {
  color: #8b93a1 !important;
  font: 800 11px/1.2 "DM Sans", Arial, sans-serif !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

body.page-id-11 .elementor-element-visculture .hu-wp-heading .elementor-heading-title,
body.page-id-11 .hu-loja-section h2 {
  color: #0b1324 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: clamp(28px, 3vw, 34px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
}

body.page-id-11 .elementor-element-visculture .hu-wp-lead p,
body.page-id-11 .hu-loja-section > .wp-block-group__inner-container > p {
  color: #858b96 !important;
  font: 500 16px/1.65 "DM Sans", Arial, sans-serif !important;
  max-width: 1120px !important;
  text-align: center !important;
  width: 100% !important;
}

body .site-main .hu-section-head p:not(.hu-eyebrow),
body .site-main .hu-el-section-head .hu-el-section-lead,
body .site-main .hu-el-section-head .hu-el-section-lead p,
body .site-main .hu-el-section-lead p,
body .site-main .hu-wp-heading + .hu-wp-lead,
body .site-main .hu-wp-heading + .hu-wp-lead p,
body .site-main .hu-wp-heading + .elementor-widget-text-editor p,
body .site-main .hu-wp-title + .hu-wp-lead p,
body .site-main .hu-home-offers-lead p,
body .site-main .hu-home-offers-subtitle p,
body .site-main .hu-home-hotel-subtitle p {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 720px !important;
  text-align: center !important;
}

body.home .hu-el-rooms .hu-el-section-lead p::after,
body.page-id-6 .hu-el-rooms .hu-el-section-lead p::after,
body.home .hu-el-gallery .hu-el-section-lead p,
body.page-id-6 .hu-el-gallery .hu-el-section-lead p {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 720px !important;
  text-align: center !important;
}

body.home .hu-el-rooms .hu-el-section-lead,
body.page-id-6 .hu-el-rooms .hu-el-section-lead,
body.home .hu-el-rooms .hu-el-section-lead .elementor-widget-container,
body.page-id-6 .hu-el-rooms .hu-el-section-lead .elementor-widget-container,
body.home .hu-el-rooms .hu-el-section-lead p,
body.page-id-6 .hu-el-rooms .hu-el-section-lead p {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 720px !important;
  text-align: center !important;
  width: 100% !important;
}

body.home .hu-el-rooms .hu-el-section-lead p::after,
body.page-id-6 .hu-el-rooms .hu-el-section-lead p::after {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100% !important;
}

body .site-main .elementor-element-homeroomhead .hu-wp-kicker,
body .site-main .elementor-element-homeroomhead .hu-wp-heading,
body .site-main .elementor-element-homeroomhead .hu-wp-lead {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100% !important;
}

body .site-main .elementor-element-homeroomhead .hu-wp-kicker .elementor-heading-title {
  font-size: 14px !important;
  letter-spacing: 2.6px !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body .site-main .elementor-element-homeroomhead .hu-wp-lead p,
body .site-main .elementor-element-homeroomhead .elementor-widget-text-editor p {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 720px !important;
  text-align: center !important;
  width: 100% !important;
}

body.home .site-main .elementor-element-homeroomhead .elementor-element-homeroomt,
body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-element-homeroomt {
  left: auto !important;
  margin-left: 50% !important;
  margin-right: 0 !important;
  max-width: 100vw !important;
  position: relative !important;
  transform: translateX(-50vw) !important;
  width: 100vw !important;
}

body.home .site-main .elementor-element-homeroomhead .elementor-element-homeroomt .elementor-widget-container,
body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-element-homeroomt .elementor-widget-container,
body.home .site-main .elementor-element-homeroomhead .elementor-element-homeroomt p,
body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-element-homeroomt p {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 720px !important;
  text-align: center !important;
  width: 100% !important;
}

body.home .hu-home-room-amenities,
body.page-id-6 .hu-home-room-amenities {
  box-sizing: border-box !important;
  margin: 0 24px 18px !important;
  max-width: calc(100% - 48px) !important;
  overflow: hidden !important;
  width: calc(100% - 48px) !important;
}

body.home .hu-home-room-amenities ul,
body.page-id-6 .hu-home-room-amenities ul {
  box-sizing: border-box !important;
  display: grid !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.home .hu-home-room-amenities li,
body.page-id-6 .hu-home-room-amenities li {
  align-items: start !important;
  box-sizing: border-box !important;
  display: grid !important;
  gap: 0 9px !important;
  grid-template-columns: 16px minmax(0, 1fr) !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: normal !important;
  padding: 0 4px 0 0 !important;
  white-space: normal !important;
  width: 100% !important;
  word-break: normal !important;
}

body.home .hu-home-room-amenities li::before,
body.page-id-6 .hu-home-room-amenities li::before {
  grid-column: 1 !important;
  margin-top: 2px !important;
}

:root,
body,
.elementor-kit-5,
.elementor-kit-6 {
  --font-serif: "DM Sans", Arial, Helvetica, sans-serif !important;
  --font-sans: "DM Sans", Arial, Helvetica, sans-serif !important;
  --font-heading: "DM Sans", Arial, Helvetica, sans-serif !important;
  --font-body: "DM Sans", Arial, Helvetica, sans-serif !important;
  --e-global-typography-primary-font-family: "DM Sans" !important;
  --e-global-typography-secondary-font-family: "DM Sans" !important;
  --e-global-typography-text-font-family: "DM Sans" !important;
  --e-global-typography-accent-font-family: "DM Sans" !important;
}

html,
body,
button,
input,
select,
textarea,
.site-header,
.site-footer,
.site-main,
.elementor,
.elementor-section,
.elementor-widget,
.elementor-widget-container,
.elementor-heading-title,
.elementor-button,
.elementor-button-text,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-icon-list-text,
.menu,
.menu a,
.nav-cta,
p,
a,
span,
strong,
small,
label,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
}

i[class*="fa-"],
i[class^="fa"],
.e-font-icon-svg,
svg,
svg *,
path {
  font-family: initial;
}

@media (min-width: 761px) {
  body.home .site-main .elementor-element-homeroomhead .elementor-element-homeroomt,
  body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-element-homeroomt {
    left: auto !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: 0 !important;
    max-width: 100vw !important;
    position: relative !important;
    transform: none !important;
    width: 100vw !important;
  }

  body.home .site-main .elementor-element-homeroomhead .elementor-element-homeroomt .elementor-widget-container,
  body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-element-homeroomt .elementor-widget-container,
  body.home .site-main .elementor-element-homeroomhead .elementor-element-homeroomt p,
  body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-element-homeroomt p {
    max-width: none !important;
    text-align: center !important;
    width: 100% !important;
  }
}

body.home .hu-home-room-amenities li,
body.page-id-6 .hu-home-room-amenities li,
body.home .hu-home-room-amenities .elementor-icon-list-item,
body.page-id-6 .hu-home-room-amenities .elementor-icon-list-item {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  width: 100% !important;
}

body.home .hu-home-room-amenities li span,
body.page-id-6 .hu-home-room-amenities li span,
body.home .hu-home-room-amenities .elementor-icon-list-text,
body.page-id-6 .hu-home-room-amenities .elementor-icon-list-text {
  display: block !important;
  flex: 1 1 auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.home .site-main .elementor-element-homeroomhead,
body.page-id-6 .site-main .elementor-element-homeroomhead {
  text-align: center !important;
}

body.home .site-main .elementor-element-homeroomhead > .elementor-container,
body.page-id-6 .site-main .elementor-element-homeroomhead > .elementor-container,
body.home .site-main .elementor-element-homeroomhead .elementor-widget-wrap,
body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-widget-wrap {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 900px !important;
  text-align: center !important;
  width: 100% !important;
}

body.home .site-main .elementor-element-homeroomhead .elementor-element-homeroomk .elementor-heading-title,
body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-element-homeroomk .elementor-heading-title {
  display: block !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 2.8px !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.home .site-main .elementor-element-homeroomhead .elementor-element-homeroomt,
body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-element-homeroomt {
  left: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 900px !important;
  position: static !important;
  transform: none !important;
  width: 100% !important;
}

body.home .site-main .elementor-element-homeroomhead .elementor-element-homeroomt .elementor-widget-container,
body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-element-homeroomt .elementor-widget-container,
body.home .site-main .elementor-element-homeroomhead .elementor-element-homeroomt p,
body.page-id-6 .site-main .elementor-element-homeroomhead .elementor-element-homeroomt p {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 720px !important;
  text-align: center !important;
  width: 100% !important;
}

@media (min-width: 761px) {
  body.home .site-header .top-bar,
  body.page-id-6 .site-header .top-bar {
    min-height: 48px !important;
  }

  body.home .site-header .top-bar-inner,
  body.page-id-6 .site-header .top-bar-inner {
    align-items: center !important;
    min-height: 48px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  body.home .site-header .top-contact,
  body.page-id-6 .site-header .top-contact,
  body.home .site-header .top-social,
  body.page-id-6 .site-header .top-social {
    align-items: center !important;
  }

  body:not(.home):not(.page-id-6) .site-header .top-bar {
    min-height: 48px !important;
    padding: 0 !important;
  }

  body:not(.home):not(.page-id-6) .site-header .top-bar-inner {
    align-items: center !important;
    max-width: 1360px !important;
    min-height: 48px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  body:not(.home):not(.page-id-6) .main-nav .nav-row {
    max-width: 1360px !important;
    min-height: 94px !important;
  }

  body:not(.home):not(.page-id-6) .brand img {
    height: 64px !important;
  }

  body:not(.home):not(.page-id-6) .menu a {
    font-size: 15px !important;
    position: relative !important;
  }

  body:not(.home):not(.page-id-6) .site-header .nav-cta {
    min-width: 178px !important;
    padding: 18px 26px !important;
  }

  body:not(.home):not(.page-id-6) .menu .current-menu-item > a::after,
  body:not(.home):not(.page-id-6) .menu .current_page_item > a::after,
  body:not(.home):not(.page-id-6) .menu a[aria-current="page"]::after {
    background: #E4C06E !important;
    bottom: -14px !important;
    content: "" !important;
    height: 2px !important;
    left: 0 !important;
    position: absolute !important;
    width: 100% !important;
  }

  body:not(.home):not(.page-id-6) .site-main .elementor-section > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .elementor-section-boxed > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .hu-wp-hero > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .hu-wp-grid > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .hu-wp-soft > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .hu-wp-contact > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .hu-wp-gallery-grid > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .elementor-element-abthero > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .elementor-element-habhero > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .elementor-element-srvhero > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .elementor-element-galhero > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .elementor-element-conhero > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .elementor-element-srvgrid > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .elementor-element-srvpol > .elementor-container,
  body:not(.home):not(.page-id-6) .site-main .elementor-element-conmain > .elementor-container {
    max-width: 1360px !important;
    width: min(100%, 1360px) !important;
  }

  body:not(.home):not(.page-id-6) .site-main .hu-container,
  body:not(.home):not(.page-id-6) .site-main .wp-block-group__inner-container {
    max-width: 1360px !important;
  }
}
