:root {
  --gap-min: 0px;
  /* Tamaño mínimo del gap */
  --gap-preferred: 2%;
  /* Tamaño preferido del gap */
  --gap-max: 22px;
  /* Tamaño máximo del gap */
}

.contenedor-applayout {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.no-animation {
  transition: none !important;
}

.containerLayout {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner {
  width: 100%;
  max-width: 1920px;
  background: linear-gradient(90deg, #00A490 0%, #1DB9FA 100%);
  color: #fff;
  text-align: center;
  height: 35px;
  position: fixed;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.banner-gdl {
  background: linear-gradient(90deg, #00A490 0%, #1DB9FA 100%);
}

.banner-content {
  display: flex;
  max-width: 780px;
  gap: 20px;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  padding: 9px 10px 0 10px;
}

.countdown {
  display: flex;
  height: auto;
  gap: 9px;
  flex: 1;
  align-items: center;
}

.countdown-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal !important;
  font-weight: 500;
  line-height: normal;
}

.countdown-timer {
  color: #fff;
  font-family: AvenirBold, sans-serif;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
}

.courtesy-link {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.app-layout-barra {
  display: none;
}

.courtesy-link strong {
  font-family: AvenirBold, sans-serif;
  font-size: 13px;
}

.lang-buttons {
  max-width: 205px;
  width: 100%;
  height: 37px;
  z-index: 50;
}

.main-content {
  height: auto;
  padding-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  width: 100%;
  max-width: 1292px;
  height: 59px;
  z-index: 10;
}

.nav-menu {
  max-width: 850px;
  width: 100%;
}

.nav-menu-items {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: clamp(var(--gap-min), var(--gap-preferred), var(--gap-max));
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.nav-menu-effect:hover {
  transition: 0.3s ease-in-out;
  opacity: 1;
  top: 100%;
  transform: rotateX(0deg);
}

.activeNav {
  display: none;
}

.enableTablet {
  display: block;
}

.nav-item {
  color: #01558c;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.nav-drop .nav-item {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.5rem;
}

.nav-drop .nav-item:hover {
  box-shadow:
    0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #01558c;
  color: #fff;
  border-radius: 0.125rem;
  transition: all 0.1s linear;
}

.mayus::first-letter {
  text-transform: uppercase;
}

.login-button {
  background-color: #01558c;
  color: #ffffff;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2rem;
  padding: 0.2em 1em;
  min-width: 128px;
}

.login-button-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: AvenirHeavy, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pagination {
  display: flex;
  margin-top: 13px;
  gap: 16px;
  padding: 0 20px;
  justify-content: center;
}

.pagination-dot {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.pagination-dot.active {
  background-color: #72d6ff;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

.pagination-dot:not(.active) {
  background-color: #d9d9d9;
}

.footer-background {
  background-image: url(@/Icons/svg/footergdl_desk.svg);
  background-size: cover;
}

.footer-grid {
  margin: 3% 7%;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.footer-text-title {
  color: #fff;
  font-family: AvenirBold, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.footer-text-content {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-text-mail {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropdown-icon::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*Boton effecto*/
.btn-effect,
.btn-effect *,
.btn-effect :after,
.btn-effect :before,
.btn-effect:after,
.btn-effect:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-effect {
  -webkit-tap-highlight-color: transparent;
  background-image: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-effect:disabled {
  cursor: default;
}

.btn-effect:-moz-focusring {
  outline: auto;
}

.btn-effect [hidden] {
  display: none;
}

.btn-effect {
  overflow: hidden;
  position: relative;
}

.btn-effect span {
  mix-blend-mode: luminosity;
}

.btn-effect:before {
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  content: '';
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skew(0deg) translateX(-20%);
  transition: transform 0.2s ease;
  width: 120%;
}

.btn-effect:hover:before {
  transform: skew(-45deg) translateX(75%);
}

@media (max-width: 1440px) {
  .footer-text-title {
    font-size: 20px;
  }

  .footer-text-content {
    font-size: 14px;
  }
}

@media (max-width: 1106px) {
  .countdown {
    align-items: start;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    max-width: 600px;
    gap: 10px;
  }

  .footer-text-title {
    font-size: 26px;
  }

  .footer-text-content {
    font-size: 20px;
  }

  .enableTablet {
    display: none;
  }

  .nav-menu-items {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .header {
    width: 100%;
    height: 250px;
    max-height: 950px;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    transition: max-height 0.6s ease;
  }

  .header.scale-active {
    height: 100%;
    max-height: 950px;
  }

  .header.scale-inactive {
    max-height: 0;
  }

  .dropdown-windows {
    max-width: none !important;
    width: calc(100vw - 40px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
    margin-left: 3px !important;
  }

  .main-content {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .nav-menu {
    padding-top: 15px;
    max-width: 100%;
  }

  .nav-menu-items {
    flex-direction: column;
    gap: 10px;
    align-items: end;
  }

  .activeNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 59px;
    width: 100%;
    z-index: 10;
    padding: 0 1rem;
  }

  .longtext {
    display: block;
  }

  .footer-background {
    background-image: url(@/Icons/svg/footer_movil.svg);
  }

  .footer-text-title {
    font-size: 25px;
  }

  .footer-grid {
    margin: 3% 2%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .app-layout-barra {
    display: block;
    width: 100%;
    height: 1px;
    background: #8AB4CF;
  }

  .login-button {
    max-width: 310px;
    width: 100%;
    height: 37px;
  }
}

@media (max-width: 558px) {
  .countdown-text {
    font-size: 13px;
  }
}

@media (max-width: 550px) {
  .banner {
    height: 45px;
  }

  .main-content {
    padding-top: 45px;
  }

  .courtesy-link {
    font-size: 12px;
    letter-spacing: -0.11px;
  }

  .countdown {
    justify-content: center;
  }

  .countdown-timer {
    font-size: 14px;
  }

  .footer-background {
    background-image: url(@/Icons/svg/footer_xs.svg);
    width: 100%;
    background-size: cover;
  }

  .banner-content {
    padding: 9px;
    max-width: 421px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: unset;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    max-width: 308px;
    margin: 0 48px;
    gap: 30px;
  }

  .countdown-text {
    font-size: 12px;
  }

  .footer-text-title {
    font-size: 26px;
  }
}

.hover-icon {
  transition: transform 0.2s ease-in-out;
  background-color: white;
  color: #00548e;
  border-radius: 50%;
}

.hover-icon:hover {
  transform: scale(1.3);
  background-color: #00548e;
  color: white;
}

.hover-redirecciones {
  transition: transform 0.2s ease-in-out;
}

.hover-redirecciones:hover {
  transform: scale(1.15);
  color: #f07f1e;
}
