:root {
  --blue: #20386c;
}

.page-loader_component {
  z-index: 9999;
  background-color: var(--blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-7 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-de-intro {
  width: auto;
  max-width: 100%;
}

.page-loader_text-wrapper {
  z-index: 10;
  align-self: center;
  align-items: flex-end;
  height: 10vmin;
  display: flex;
  position: relative;
}

.page-loader_text-fill {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_text, .page-loader_percent {
  color: #0000;
  letter-spacing: -2px;
  font-size: 8vmin;
  line-height: 1;
}

.page-loader_noise {
  z-index: 0;
  opacity: .03;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.page-loader_text-style {
  display: none;
}

.page-loader_marquee {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
}

.page-loader_marquee.is-top {
  display: none;
  inset: 0% 0% auto;
}

.page-loader_marquee.is-bottom {
  display: none;
  inset: auto 0% 0%;
}

.page-loader_marquee-text {
  flex: none;
}

.noise-all {
  z-index: 99999;
  opacity: .02;
  pointer-events: none;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.styles {
  display: none;
}

.menu-top-enlaces {
  z-index: 9;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  padding-top: 15px;
  display: flex;
  position: absolute;
  inset: .5% 2vw auto auto;
}

.top-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--blue);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.top-link.none {
  display: none;
}

.svg-flow {
  background-color: var(--blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 12px;
}

.text-inner-btn-top {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: inherit;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.is-magnetic.wsp-btn {
  z-index: 9;
  width: 64px;
  position: fixed;
  inset: auto 10px 10px auto;
}

.is-magnetic.logo {
  z-index: 9997;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 5vw;
}

.icon-svg {
  color: #272727;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.adress-footer {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.bg-behind-button {
  background-color: #222;
  padding: 10px 28px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.box-2 {
  z-index: 9;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.box-2.fixed {
  background-color: #0000;
}

.dentro-del-btn {
  z-index: 9999;
  background-color: #25d366;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 21%;
  display: flex;
}

.page-wrapper {
  width: 100vw;
  height: 100vh;
}

.section-hero {
  background-color: #1c1c1c;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tapador {
  z-index: 1;
  opacity: .8;
  background-color: #1c1c1c;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tapador.hero {
  z-index: 1;
  background-color: var(--blue);
  opacity: .4;
  pointer-events: none;
  mix-blend-mode: multiply;
  display: block;
  inset: 0%;
}

.wrapper-slider {
  color: #fff;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  background-color: #080808;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.mask {
  overflow: visible;
}

.slide-content {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-intro {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 8% 7vw;
}

.h1-hero {
  text-align: left;
  letter-spacing: -.025em;
  color: inherit;
  max-width: 14ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inclusive Sans, sans-serif;
  font-size: 6.7em;
  font-weight: 400;
  line-height: 85%;
}

.banner-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-wrapper {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.btn {
  background-color: var(--blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 15px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.img-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-arrow-2 {
  border: 1px solid #fff3;
  border-bottom-width: 2px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  inset: 50% auto 50% 2vw;
}

.slide-arrow-2.right {
  left: auto;
  right: 2vw;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-arrow {
  width: 15px;
}

.slide-nav {
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 12px;
  margin: auto;
  padding: 0;
  font-size: 6px;
  display: flex;
  inset: auto 0 10px;
  transform: none;
}

.top_trigger {
  pointer-events: none;
  border-width: 10px;
  border-color: red;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.link-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.img-logo-2 {
  max-width: 200px;
}

@media screen and (min-width: 1440px) {
  .noise-all {
    z-index: 99998;
  }
}

@media screen and (max-width: 991px) {
  .menu-top-ocultar{
    display: none;
  }
  @media (max-width: 991px) {
  .menu-top-enlaces {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Espacio entre los elementos */
  }

  .menu-top-enlaces .top-link,
  .menu-top-enlaces .btn {
    width: 90%; /* Que ocupen la mayor parte del ancho */
    text-align: center;
    justify-content: center;
  }


  .dentro-del-btn {
    bottom: 1.5%;
  }

  .slide-intro {
    padding-right: 10vw;
  }

  .h1-hero {
    max-width: none;
    font-size: 6em;
  }

  .banner-button {
    margin-bottom: 60px;
  }

  .slide-arrow-2 {
    bottom: 50%;
    left: 1vw;
  }

  .slide-arrow-2.right {
    right: 1vw;
  }

  .slide-nav {
    bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-7 {
    flex-flow: column;
  }

  .box-2 {
    padding: 5px;
  }

  .dentro-del-btn {
    width: 48px;
    bottom: 10px;
    right: 8px;
  }

  .slide-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-intro {
    padding-right: 3%;
    bottom: 5%;
    left: 3%;
  }

  .h1-hero {
    font-size: 4.5em;
    line-height: 100%;
  }

  .slide-nav {
    bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .box-2.fixed {
    z-index: 9999999;
  }

  .dentro-del-btn {
    width: 64px;
    bottom: 10px;
    right: 10px;
  }

  .section-hero {
    min-height: 93vh;
  }

  .wrapper-slider {
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .h1-hero {
    letter-spacing: -.08em;
    font-size: 3.8em;
    line-height: 95%;
  }

  .banner-button {
    grid-column-gap: 20px;
    align-items: center;
    display: flex;
  }

  .link-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .img-logo-2 {
    max-width: 180px;
  }

  .image {
    max-width: none;
    max-height: 120px;
  }
}


