:root {
  --gh-blue: #2759a2;
  --gh-blue-dark: #0f2444;
  --gh-red: #d33d4b;
  --gh-ink: #111820;
  --gh-paper: #ffffff;
  --gh-soft: #f2f4f7;
}

.utility-bar {
  display: none !important;
}

.gh-site-header,
.gh-site-footer {
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

.gh-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 4px solid var(--gh-red);
  color: var(--gh-paper);
  background: var(--gh-blue);
}

/* Reserva la altura antes de que el shell se hidrate y evita saltos de contenido. */
[data-shell-header] {
  display: block;
  min-height: 9.5rem;
  border-bottom: 4px solid var(--gh-red);
  background: var(--gh-blue);
}

.gh-topline {
  border-bottom: 1px solid rgb(255 255 255 / .18);
  background: var(--gh-blue-dark);
}

.gh-topline__inner,
.gh-header__inner,
.gh-footer__grid,
.gh-footer__bottom {
  width: min(100% - 2rem, 80rem);
  margin-inline: auto;
}

.gh-topline__inner {
  display: grid;
  min-height: 3.25rem;
  grid-template-columns: auto minmax(22rem, 1fr) auto;
  align-items: center;
  color: rgb(255 255 255 / .82);
  font-size: .76rem;
  gap: 1.35rem;
}

.gh-topline a {
  color: inherit;
  text-decoration: none;
}

.gh-topline__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .9rem;
}

.gh-topline__registry {
  white-space: nowrap;
}

.gh-callback {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(8rem, 12rem) auto auto;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.gh-callback__title {
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
}

.gh-callback__phone input {
  width: 100%;
  min-height: 2.05rem;
  padding: .34rem .58rem;
  border: 1px solid rgb(255 255 255 / .45);
  border-radius: 2px;
  outline: 0;
  color: var(--gh-ink);
  background: #fff;
  font: inherit;
}

.gh-callback__phone input:focus {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgb(211 61 75 / .85);
}

.gh-callback__consent {
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / .75);
  font-size: .66rem;
  white-space: nowrap;
  gap: .28rem;
}

.gh-callback__consent input {
  width: .85rem;
  height: .85rem;
  margin: 0;
  accent-color: var(--gh-red);
}

.gh-callback button {
  min-height: 2.05rem;
  padding: .34rem .72rem;
  border: 1px solid var(--gh-red);
  border-radius: 2px;
  color: #fff;
  background: var(--gh-red);
  font: inherit;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

.gh-callback button:hover {
  border-color: #fff;
  background: #b62f3d;
}

.gh-callback button:disabled {
  cursor: wait;
  opacity: .68;
}

.gh-form-status {
  position: absolute;
  z-index: 3;
  top: calc(100% + .45rem);
  right: 0;
  width: min(24rem, 88vw);
  margin: 0;
  padding: .65rem .75rem;
  border-left: 4px solid var(--gh-blue);
  color: var(--gh-ink);
  background: #fff;
  box-shadow: -5px 5px 0 rgb(15 36 68 / .22);
  font-size: .75rem;
}

.gh-form-status[data-state="success"] {
  border-left-color: #2a8c59;
}

.gh-form-status[data-state="error"] {
  border-left-color: var(--gh-red);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.gh-header__inner {
  display: flex;
  min-width: 0;
  min-height: 6rem;
  align-items: center;
  gap: 1.25rem;
}

.gh-brand {
  display: inline-flex;
  width: 8.8rem;
  flex: 0 0 auto;
  align-items: center;
  align-self: stretch;
  padding-block: .45rem;
}

.gh-brand img {
  display: block;
  width: 100%;
  height: 5.15rem;
  object-fit: contain;
}

.gh-menu-toggle {
  display: none;
  margin-left: auto;
  padding: .7rem .8rem;
  border: 1px solid rgb(255 255 255 / .5);
  border-radius: 2px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gh-nav {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: stretch;
  justify-content: flex-end;
  align-self: stretch;
}

.gh-nav > a,
.gh-nav-group > a,
.gh-nav-group > button {
  display: flex;
  min-height: 100%;
  align-items: center;
  padding: .65rem .72rem;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.gh-nav > a:hover,
.gh-nav > a[aria-current="page"],
.gh-nav-group:hover > a,
.gh-nav-group:focus-within > a,
.gh-nav-group > button:hover {
  background: rgb(15 36 68 / .5);
}

.gh-nav-group {
  position: relative;
  display: flex;
  align-items: stretch;
}

.gh-nav-group > button {
  width: 2.15rem;
  justify-content: center;
  padding-inline: 0;
  cursor: pointer;
  touch-action: manipulation;
}

.gh-submenu-toggle__text {
  display: none;
}

.gh-submenu-toggle__icon {
  position: relative;
  display: inline-block;
  width: .8rem;
  height: .8rem;
  flex: 0 0 auto;
}

.gh-submenu-toggle__icon::before,
.gh-submenu-toggle__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .8rem;
  height: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: opacity 150ms ease, transform 150ms ease;
}

.gh-submenu-toggle__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gh-nav-group[data-open="true"] .gh-submenu-toggle__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%);
}

.gh-submenu {
  position: absolute;
  z-index: 1200;
  top: 100%;
  left: 0;
  display: grid;
  width: 19rem;
  padding: .55rem;
  border-top: 4px solid var(--gh-red);
  background: var(--gh-blue-dark);
  box-shadow: -7px 7px 0 rgb(211 61 75 / .32);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(.55rem);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.gh-nav-group:hover .gh-submenu,
.gh-nav-group:focus-within .gh-submenu,
.gh-nav-group[data-open="true"] .gh-submenu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
}

.gh-site-header .gh-submenu a {
  position: relative;
  padding: .78rem .9rem .78rem 1.15rem;
  border-bottom: 1px solid rgb(255 255 255 / .12);
  color: #fff !important;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  white-space: normal;
}

.gh-site-header .gh-submenu a:last-child {
  border-bottom: 0;
}

.gh-site-header .gh-submenu a::before {
  position: absolute;
  top: .78rem;
  bottom: .78rem;
  left: 0;
  width: 3px;
  background: var(--gh-red);
  content: "";
  opacity: 0;
  transform: scaleY(.25);
  transition: opacity 150ms ease, transform 150ms ease;
}

.gh-site-header .gh-submenu a:hover,
.gh-site-header .gh-submenu a:focus-visible {
  color: #fff;
  background: var(--gh-blue);
}

.gh-site-header .gh-submenu a:hover::before,
.gh-site-header .gh-submenu a:focus-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

.gh-header-cta {
  flex: 0 0 auto;
  padding: .78rem .95rem;
  border: 2px solid var(--gh-red);
  border-radius: 2px;
  color: #fff;
  background: var(--gh-red);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.gh-header-cta:hover {
  color: #fff;
  box-shadow: -4px 4px 0 #fff;
  transform: translate(3px, -3px);
}

.gh-site-footer {
  color: #fff;
  background: var(--gh-blue);
}

.gh-footer__grid {
  display: grid;
  padding: 4.3rem 0 3.4rem;
  gap: 2.6rem;
}

.gh-footer__brand img {
  width: 12.5rem;
  height: auto;
  aspect-ratio: 2080 / 1339;
  margin-bottom: 1rem;
}

.gh-footer__brand > p {
  max-width: 27rem;
  color: rgb(255 255 255 / .78);
}

.gh-footer__grid h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.45rem;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.gh-footer__grid nav,
.gh-footer__grid address {
  display: grid;
  font-style: normal;
  gap: .55rem;
}

.gh-footer__grid a {
  color: rgb(255 255 255 / .82);
  text-decoration-color: rgb(255 255 255 / .35);
}

.gh-footer__grid a:hover {
  color: #fff;
}

.gh-footer__legal {
  margin-top: 1rem;
  color: rgb(255 255 255 / .7);
  font-size: .78rem;
}

.gh-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 0 1.4rem;
  border-top: 1px solid rgb(255 255 255 / .2);
  color: rgb(255 255 255 / .82);
  font-size: .76rem;
  gap: 1rem;
}

.gh-footer__bottom p {
  margin: 0;
}

.gh-footer__bottom > div {
  display: grid;
  gap: .35rem;
}

@media (min-width: 64rem) {
  .gh-footer__grid {
    grid-template-columns: 1.35fr .8fr .8fr .9fr;
  }
}

@media (max-width: 72rem) {
  .gh-topline__inner {
    grid-template-columns: auto minmax(20rem, 1fr);
  }

  .gh-topline__links {
    display: none;
  }

  .gh-header-cta {
    display: none;
  }
}

@media (max-width: 63.99rem) {
  [data-shell-header] {
    min-height: 10.6rem;
  }

  .gh-topline__inner {
    width: calc(100% - 1.25rem);
    grid-template-columns: 1fr;
    padding-block: .45rem;
  }

  .gh-topline__registry,
  .gh-topline__links {
    display: none;
  }

  .gh-callback {
    width: 100%;
    grid-template-columns: auto minmax(6.8rem, 1fr) auto;
  }

  .gh-callback__consent {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .gh-header__inner {
    width: calc(100% - 2rem);
    min-height: 5.25rem;
  }

  .gh-brand {
    width: 7.6rem;
  }

  .gh-brand img {
    height: 4.55rem;
  }

  .gh-menu-toggle {
    display: inline-flex;
    min-width: 4.5rem;
    min-height: 2.9rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    touch-action: manipulation;
  }

  .gh-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - 10.6rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    flex-direction: column;
    align-items: stretch;
    padding: .4rem .65rem .85rem;
    border-bottom: 4px solid var(--gh-red);
    background: var(--gh-blue-dark);
    scrollbar-gutter: stable;
  }

  .gh-nav[data-open="true"] {
    display: flex;
  }

  .gh-nav > a,
  .gh-nav-group > a,
  .gh-nav-group > button {
    min-height: 3.5rem;
    justify-content: flex-start;
    padding: .8rem 1rem;
    font-size: 1.05rem;
    touch-action: manipulation;
  }

  .gh-nav-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5.25rem;
    border-bottom: 1px solid rgb(255 255 255 / .14);
  }

  .gh-nav-group > button {
    width: auto;
    gap: .45rem;
    justify-content: center;
    border-left: 1px solid rgb(255 255 255 / .16);
    font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
    font-size: .76rem;
    letter-spacing: .035em;
  }

  .gh-submenu-toggle__text {
    display: inline;
  }

  .gh-submenu {
    position: static;
    display: none;
    width: auto;
    grid-column: 1 / -1;
    gap: .15rem;
    padding: .35rem .4rem .65rem;
    border: 0;
    background: rgb(255 255 255 / .07);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
  }

  .gh-nav-group[data-open="true"] .gh-submenu {
    display: grid;
  }

  .gh-site-header .gh-submenu a {
    display: flex;
    min-height: 3.5rem;
    align-items: center;
    padding: .85rem 1rem .85rem 1.25rem;
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.3;
    touch-action: manipulation;
  }

  .gh-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 39.99rem) {
  [data-shell-header] {
    min-height: 12.125rem;
  }

  .gh-topline__inner {
    font-size: .69rem;
  }

  .gh-callback {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .38rem;
  }

  .gh-callback__title {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: .7rem;
  }

  .gh-callback__phone {
    min-width: 0;
    grid-column: 1;
    grid-row: 2;
  }

  .gh-callback__consent {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .gh-callback button {
    grid-column: 2;
    grid-row: 2;
    padding-inline: .5rem;
    font-size: .65rem;
  }

  .gh-header__inner {
    width: calc(100% - 1.25rem);
    min-height: 4.65rem;
    gap: .65rem;
  }

  .gh-brand {
    width: 6.8rem;
  }

  .gh-brand img {
    height: 4rem;
  }

  .gh-menu-toggle {
    margin-left: auto;
  }

  .gh-nav {
    max-height: calc(100dvh - 12.125rem);
  }

  .gh-footer__grid {
    grid-template-columns: 1fr;
    padding-block: 3rem;
  }

  .gh-footer__bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gh-site-header *,
  .gh-site-footer * {
    transition-duration: .01ms !important;
  }
}
.gh-form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.gh-footer__consent{display:block;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;text-decoration:underline;cursor:pointer}.gh-footer__consent:hover{color:#fff}

/* Google reCAPTCHA v3: el aviso textual sustituye al distintivo flotante. */
.grecaptcha-badge {
  visibility: hidden !important;
}

.gh-footer__recaptcha {
  width: 100%;
  margin: 0.75rem 0 0;
  color: currentColor;
  font-size: 0.75rem;
  line-height: 1.45;
  opacity: 0.78;
}

.gh-footer__recaptcha a,
.gh-footer__credits a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.gh-footer__credits {
  text-align: right;
}

.gh-footer__credits p + p {
  margin-top: 0.5rem;
}

@media (max-width: 63.99rem) {
  .gh-footer__credits {
    text-align: left;
  }
}
