/* 16/07/2025 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  position: relative;
  height: 100%;
  font-weight: normal;
  color: #fff;
  /* background-color: #000; */
  background-color: #0c2739;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* Aplicar la animación al elemento #intro */
body {
  animation: subtleScale 7s ease-in-out;
  transform-origin: center;
}
hr {
  background: #fff;
  opacity: 36%;
}
img {
  max-width: 100%;
  height: auto;
}
/* Gotham Font */
@font-face {
  font-family: "OnAir-Light";
  src: url("../fonts/Gotham-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OnAir-Bold";
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/Gotham-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* On Air Font */
@font-face {
  font-family: "OnAir-Regular";
  src: url("../fonts/OnAir/OnAir-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OnAir-Light";
  src: url("../fonts/OnAir/OnAir-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OnAir-Bold";
  src: url("../fonts/OnAir/OnAir-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OnAir-Black";
  src: url("../fonts/OnAir/OnAir-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.backblack {
  /* background-color: rgb(0 0 0 / 50%); */
  background-color: #009df4;
}
.gap1vw {
  gap: 1vw;
}
.gap10 {
  gap: 10px;
}
.gap15 {
  gap: 15px;
}
.gap20 {
  gap: 20px;
}
.gap30 {
  gap: 55px;
}
.gap65 {
  gap: 95px;
}
.gap120 {
  gap: 120px;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w49 {
  width: 49%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w150 {
  width: 150px;
}
.w-100 {
  width: 100%;
}
.logo-135-w {
  width: 100%;
  max-width: 135px;
}
.logo-360-w {
  width: 100%;
  max-width: 360px;
}
.max-width-375 {
  max-width: 375px;
}
.max-width-1120 {
  max-width: 1120px;
}
.marginTop1rem {
  margin-top: 4rem;
}
.marginTop7rem {
  margin-top: 7rem;
}
.ft-mob-12 {
  font-size: 12px;
}
.lines-1 {
  --size: 10px;
  padding: 35px;
  background: linear-gradient(
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      0 0 / 1px 100%,
    linear-gradient(
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      100% 0 / 1px 100%,
    linear-gradient(
        to right,
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      0 0 / 100% 1px,
    linear-gradient(
        to right,
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      0 100% / 100% 1px;
  background-repeat: no-repeat;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #009df4;
  z-index: 999999;
}
.list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 10px 15px;
}
.logo-g-wrapper {
  width: 220px;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
#mexicoTime {
  font-size: 10px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.list .movistar-logo {
  width: 63px;
  cursor: pointer;
}
.list .head-the-best-logo {
  width: 131px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper2 {
  height: 100vh;
  width: 100%;
  position: relative;
}
.title-slide-one {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-slide-one p {
  font-size: clamp(1rem, 0.2143rem + 3.9286vw, 3.75rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 15px;
  line-height: 1.3;
  margin: 0;
}
/* Estilos para los videos dentro de los slides */
.swiper-slide video {
  width: 100%; /* Ocupa el 100% del ancho */
  height: 100%; /* Ocupa el 100% del alto */
  object-fit: cover; /* Asegura que el video cubra todo el espacio */
}
.mySwiper {
  /*height: 20%;*/
  max-height: 250px;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  /* bottom: 0; */
  bottom: 35px;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
.mySwiper .swiper-slide {
  /* width: 25%; */
  height: fit-content;
  /* opacity: 0.4; */
  /*width: 19.7vw !important;*/
  max-width: 263px;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-thumbs {
  width: 97%;
  margin: 0 auto;
  background: none;
}
.swiper-thumbs .swiper-wrapper {
  width: fit-content;
}
.swiper-thumbs .swiper-slide {
  opacity: unset;
}
.swiper-thumbs img {
  cursor: pointer;
  object-fit: fill;
}
.swiper-thumbs p.video-title {
  font-size: clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem);
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  position: absolute;
  right: 0;
  top: -20px;
}

.mySwiper .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: hsla(150, 7%, 95%, 0.05);
  animation: progress 7s linear forwards;
  z-index: 1;
  border-right: 0.5px solid #f0f2f1;
}
.mySwiper .swiper-slide-thumb-active:hover::before {
  display: none;
}
/* Animación para la línea de progreso */
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Detener la animación cuando el slide no está activo */
.mySwiper .swiper-slide:not(.swiper-slide-thumb-active)::before {
  animation: none; /* Detiene la animación */
  width: 0; /* Oculta la línea */
}
.btn-close {
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 61;
  padding-right: 10px;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.video-fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: calc(100vh - 40px); */
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(-1px) scale(2); /* Efecto parallax */
}
.wrapper-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.9); */
  background-color: #0c2739;
  z-index: 1001;
  animation: slideIn 1s ease-out forwards;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 0;
  z-index: 999999;
  width: 100%;
  margin: 0 auto;
  transition: opacity 5s ease-in-out;
}
footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0 15px;
}
footer ul li {
  font-size: 14px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-190%);
    opacity: 0;
  }
}

.wrapper-video.hide {
  animation: slideOut 1.5s ease-out forwards;
}
.main-container {
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  perspective: 1px; /* Añade perspectiva para el efecto parallax */
  transform-style: preserve-3d;
}
.credits-text {
  margin-top: 100vh;
  margin-top: 6vh;
  z-index: 1;
  position: relative;
  height: auto;
  /* background-color: #000; */
  background-color: #0c2739;
  padding: 13vw 2% 20px;
  box-sizing: border-box;
  transform: translateZ(0);
  transition: opacity 1s ease-in-out;
}
/* Añade una transición suave al hacer scroll */
.main-container::-webkit-scrollbar {
  width: 0; /* Oculta la barra de scroll */
}

.main-container {
  scroll-behavior: smooth;
}
.bg-transparent {
  width: 100%;
  height: 34dvh;
  /* background: linear-gradient(to top, #020202 0, rgba(8, 8, 8, 0) 100%); */
  background: linear-gradient(to top, #0c2739 0, rgba(12, 39, 57, 0) 100%);
  /* background: #0c2739; */
  margin-top: 80vh;
  z-index: 1;
  position: relative;
  padding: 13vw 0 20px;
  box-sizing: border-box;
  min-height: 210px;
}

#textVideo01 .title h2 {
  font-size: clamp(0.8125rem, 0.0625rem + 3.75vw, 3.4375rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 15px;
  color: #fff;
  margin: 0;
}

.credits-text .title h2,
#music .title h2 {
  font-size: clamp(1.125rem, -0.2708rem + 6.2037vw, 5.3125rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 15px;
  color: #fff;
  margin: 0;
}
.first-about .box p,
.second-about .box p {
  margin: 0;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.first-about .box:nth-child(1) p,
.second-about .box:nth-child(1) p {
  font-size: 11px;
  color: #707070;
}
.first-about .text p {
  font-size: clamp(1rem, 0.7083rem + 1.2963vw, 1.875rem);
  letter-spacing: 3px;
}
.second-about .text p {
  font-size: 17px;
  letter-spacing: 3px;
}
.first-about p.byName {
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
.description {
  max-width: 1177px;
}
.description .text p {
  font-size: 14px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 35px;
  margin: 0;
}
#textVideo01,
#textVideo02,
#textVideo03,
#textVideo04,
#textVideo05,
#all-credtis,
#music {
  display: none;
}
.arrow {
  cursor: pointer; /* Cambia el cursor a una mano para indicar que es clickeable */
  z-index: 2000; /* Asegúrate de que tenga un z-index alto */
  position: relative; /* Asegúrate de que tenga una posición que permita z-index */
}

.video-fondo {
  transition: opacity 0.4s ease-in-out;
}
.swiper-thumbs .swiper-slide img {
  padding: 0;
  background: transparent;
  transition: padding 1s ease, background 0.3s ease; /* Agregamos la transición */
}
.swiper-thumbs .swiper-slide img:hover {
  --size: 10px;
  padding: 5px;
  background: linear-gradient(
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      0 0 / 1px 100%,
    linear-gradient(
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      100% 0 / 1px 100%,
    linear-gradient(
        to right,
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      0 0 / 100% 1px,
    linear-gradient(
        to right,
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      0 100% / 100% 1px;
  background-repeat: no-repeat;
}

/* Controles de video */
.video-controls {
  position: relative;
  margin: 0 auto;
  top: 75vh;
  width: 90%;
  z-index: 1001;
  display: flex;
  align-items: center;
  gap: 15px;
}
.wrapper-title-and-bar {
  width: 75%;
  position: relative;
  transform: translateY(-13px);
}
.extras {
  display: flex;
  gap: 15px;
}
/* Contenedor del ícono */
.controls {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

/* Ícono SVG */
.icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
  fill: #fff;
  transition: transform 0.3s, fill 0.3s;
}

.icon:hover {
  fill: #fff; /* Verde claro al pasar el mouse */
  transform: scale(1.1); /* Efecto zoom */
}

.progress-bar {
  width: 100%;
  height: 2px;
  background: rgb(255 255 255 / 50%);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.progress {
  height: 100%;
  width: 0;
  background: #fff; /* Degradado verde */
  border-radius: 4px;
  transition: width 0.1s linear;
}

.time {
  font-size: 10px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  position: absolute;
  bottom: -30px;
}

.time.start {
  left: 0;
}

.time.end {
  right: 0;
}
#all-credtis,
#show_politica_privacidad,
#show_aviso_legal,
#show_politica_de_cookies,
#show_configugarion_de_cookies {
  position: relative;
  width: 100%;
  height: 100%;
  background: #0c2739;
  z-index: 99999;
  text-align: center;
  padding-top: 8%;
}
#all-credtis .text {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
#all-credtis .title p {
  font-size: 32px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
#all-credtis .text .title {
  font-size: 32px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
#all-credtis .text p {
  font-size: clamp(1rem, 0.8403rem + 0.5941vw, 1.375rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  color: #fff;
  line-height: 39px;
}

#all-credtis .logo img {
  width: 100%;
  max-width: 735px;
  padding: 30px 0;
}

#all-credtis .names p {
  font-size: clamp(0.75rem, 0.4839rem + 0.9901vw, 1.375rem);
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}

#all-credtis .names span {
  font-family: "OnAir-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#show-Credits {
  cursor: pointer;
}

.semiBlack {
  background: linear-gradient(to bottom, #020202 0, rgba(8, 8, 8, 0) 115%);
}
.bgDark {
  position: absolute;
  bottom: 0;
  /* background: linear-gradient(to top, #020202 0, rgba(8, 8, 8, 0) 100%); */
  background: transparent;
  width: 100%;
  height: 70px;
  z-index: 1;
}
.chronometer {
  position: absolute;
  /* bottom: 35px; */
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.horizontal-timer-container {
  display: flex;
  width: 200%; /* Doble ancho para contener la duplicación */
  animation: moveMarquee 70s linear infinite;
}

.li-mask {
  display: flex;
  max-width: 209px;
  mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.4)
  ); /* Desvanecimiento en ambos extremos */
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.4)
  ); /* Para compatibilidad con Webkit (Chrome, Safari) */
}

.horizontal-timer {
  /* height: 50px; */
  display: flex;
  align-items: flex-end;
  list-style: none;
  padding: 20px 0 35px;
  /* cursor: pointer; */
  /* animation: moveMarquee 70s linear infinite; */
  width: 50%; /* Mitad del contenedor para cada copia */
}

.horizontal-timer li {
  margin: 0 5px;
  position: relative;
  display: inline-block;
}

/* Definir la animación del movimiento */
@keyframes moveMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Mueve solo la mitad del ancho total */
  }
}

.horizontal-timer .one span::before,
.horizontal-timer .two span::before,
.horizontal-timer .three span::before,
.horizontal-timer .four span::before,
.horizontal-timer .five span::before {
  height: 7px; /* Altura doble que los demás elementos */
}

.horizontal-timer li span::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  width: 1px;
  height: 3px;
  background-color: #fff;
}

/* Pseudo-elemento para agregar el número después del contenido */
.horizontal-timer li.one::after,
.horizontal-timer li.two::after,
.horizontal-timer li.three::after,
.horizontal-timer li.four::after,
.horizontal-timer li.five::after {
  font-size: 6px;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 4px; /* Posiciona el número debajo del span */
  left: 50%;
  transform: translateX(-50%);
}

.horizontal-timer li.one::after {
  content: "01";
}

.horizontal-timer li.two::after {
  content: "02";
}

.horizontal-timer li.three::after {
  content: "03";
}

.horizontal-timer li.four::after {
  content: "04";
}

.horizontal-timer li.five::after {
  content: "05";
}
#music {
  position: relative;
  padding-top: 11%;
  padding: 11% 20px;
  overflow-y: auto;
  height: 100vh; /* o la altura que necesites */
}
.scroll-adivce {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.scroll-adivce p {
  font-size: 12px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.scroll-adivce p:hover {
  cursor: pointer;
}
.patro-txt p {
  font-size: clamp(1.375rem, 0.9428rem + 1.383vw, 2.1875rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.image-wrapper figure {
  position: absolute;
  top: 15px;
  right: -25px;
  margin: 0;
}
.image-wrapper figcaption {
  color: #009df4;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.image-wrapper figcaption small {
  color: #fff;
}
.gregarios-imgs img.pointer {
  cursor: pointer;
}
.gregarios-imgs img {
  width: 110px;
  height: 110px;
  --size: 10px;
  padding: 5px;
  background: linear-gradient(
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      0 0 / 1px 100%,
    linear-gradient(
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      100% 0 / 1px 100%,
    linear-gradient(
        to right,
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      0 0 / 100% 1px,
    linear-gradient(
        to right,
        #fff var(--size),
        transparent 0 calc(100% - var(--size)),
        #fff 0
      )
      0 100% / 100% 1px;
  background-repeat: no-repeat;
}

.number-name p {
  margin: 0;
}
.number-name {
  margin-top: 25px;
}
.number-name p:nth-child(1) {
  font-size: 7px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.number-name p:nth-child(2) {
  font-size: 15px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hide-GA {
  display: none;
}
.infoG-wrapper {
  max-width: 550px;
}
.infoG-wrapper img {
  width: 111vw;
  max-width: 181px;
}
.infoG-wrapper .number {
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0;
}
.infoG-wrapper .name {
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  margin: 0;
}
.infoG-wrapper .description p {
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
}
p.byName {
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
.ruta-Big-txt {
  max-width: 716px;
}
.ruta-Big-txt p {
  font-size: clamp(1.375rem, 0.9428rem + 1.383vw, 2.1875rem);
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.ruta-Small-txt p {
  font-size: 14px;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.rrss li {
  display: inline-block;
  padding: 0 8px;
}
.rrss li a,
.rrss li {
  font-size: 14px;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
.image-wrapper .btn-primary {
  font-size: 17px;
  color: #009df4;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: unset;
  border: unset;
}
.image-wrapper .btn-primary:hover {
  text-decoration: underline;
}
.image-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus,
.image-wrapper .btn-primary:focus {
  box-shadow: unset;
}
.image-wrapper .btn-primary:not(:disabled):not(.disabled).active,
.image-wrapper .btn-primary:not(:disabled):not(.disabled):active,
.image-wrapper .show > .btn-primary.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
}
#modalGallery .modal-content {
  background-color: transparent;
  border: none;
}
#modalGallery .modal-header {
  border-bottom: none;
  justify-content: flex-end;
}
#modalGallery .modal-title {
  font-size: 15px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  cursor: pointer;
}
#modalGallery .modal-title:hover {
  text-decoration: underline;
}
/* Definir la animación scale-up-center */
@keyframes scaleUpCenter {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.swiper-gallery {
  overflow: visible;
}
.swiper-gallery .swiper-wrapper {
  padding-bottom: 20px;
}
.swiper-gallery .swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  border-radius: initial;
}
.swiper-gallery .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-gallery .swiper-horizontal > .swiper-pagination-bullets,
.swiper-gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-gallery .swiper-pagination-custom,
.swiper-gallery .swiper-pagination-fraction {
  bottom: 0px;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-dialog {
  width: 52vw;
  max-width: 1090px;
}

.contenedor {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.columna {
  padding: 20px;
  box-sizing: border-box;
}

.columna-1 {
  flex: 0 0 20%;
  order: 1;
}

.columna-2 {
  flex: 0 0 60%;
  order: 2;
}
.columna-2 .title {
  font-size: clamp(1rem, -0.8617rem + 5.9574vw, 4.5rem);
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  letter-spacing: 17px;
  line-height: 1.3;
}
.columna-2 .subtitle {
  font-size: clamp(0.875rem, 0.5093rem + 1.1702vw, 1.5625rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.columna-2 p {
  font-size: clamp(0.75rem, 0.7168rem + 0.1064vw, 0.8125rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 2.3;
}
.columna-3 {
  flex: 0 0 20%;
  order: 3;
}
.contenedor .columna-1,
.contenedor .columna-3 {
  max-height: 855px;
}
.de-tu-dia-wrapper {
  width: fit-content;
  margin: 0 auto;
}
.de-tu-dia-wrapper figure img {
  cursor: pointer;
}
.de-tu-dia-wrapper figure {
  font-size: 15px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: transform 0.3s ease; /* Suaviza la transición */
  margin: 0;
}
.de-tu-dia-wrapper figure .number {
  font-size: 7px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.de-tu-gregario p {
  font-size: 15px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}

.abolute-text-wrapper-left {
  position: absolute;
  right: 10%;
  width: 100%;
  max-width: 130px;
}

.abolute-text-wrapper-right {
  position: absolute;
  left: 10%;
  width: 100%;
  max-width: 130px;
}

.translate-myfig-left {
  transform: translateX(-40px);
}

.translate-myfig-right {
  transform: translateX(40px);
}

.de-tu-gregario.text-left,
.de-tu-dia-wrapper .text-right figcaption,
.de-tu-gregario.text-right {
  display: none;
}
.de-tu-gregario.text-left p,
.de-tu-gregario.text-right p {
  font-size: 15px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.de-tu-gregario,
.de-tu-dia-wrapper figcaption {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.show-element {
  display: block !important;
}
p.date {
  font-size: 15px;
  font-family: "OnAir-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
p.gh-two {
  font-size: 18px;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  color: #009df4;
}

@keyframes subtleScale {
  0% {
    transform: scale(0.3);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.links-blue a {
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  color: #009df4;
}
.links-blue a:hover {
  color: #009df4;
}
.links-blue p {
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #009df4;
  font-size: 16px;
}

.team-gregarios-carousel .swiper-slide {
  display: flex;
  justify-content: start;
  align-items: end;
}

.team-gregarios-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-gregarios-carousel .swiper {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.team-gregarios-carousel .myswipper_gregarias,
.team-gregarios-carousel .myswipper_gregarios,
.team-gregarios-carousel .los_otros_swipper {
  width: 100%;
}

.team-gregarios-carousel .myswipper_gregarias_thumbs,
.team-gregarios-carousel .myswipper_gregarios_thumbs,
.team-gregarios-carousel .los_otros_thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 55px;
}

.team-gregarios-carousel .myswipper_gregarias_thumbs .swiper-slide,
.team-gregarios-carousel .myswipper_gregarios_thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.team-gregarios-carousel .myswipper_gregarias_thumbs .swiper-slide-thumb-active,
.team-gregarios-carousel
  .myswipper_gregarios_thumbs
  .swiper-slide-thumb-active {
  opacity: 1;
}
.team-gregarios-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image--gregarios img {
  max-width: 390px;
}
.info--gregarios {
  width: 28vw;
  max-width: 380px;
  padding-bottom: 20px;
}
.info--gregarios .number {
  font-size: 15px;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.info--gregarios .name {
  color: #009df4;
  font-size: 23px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.info--gregarios .profession {
  margin: 0;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.info--gregarios .description {
  font-size: 13px;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.myswipper_gregarias_thumbs .swiper-wrapper,
.myswipper_gregarios_thumbs .swiper-wrapper,
.los_otros_thumbs .swiper-wrapper {
  padding-bottom: 50px;
}
.myswipper_gregarias_thumbs .number p,
.myswipper_gregarios_thumbs .number p,
.los_otros_thumbs p {
  font-size: 15px;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.myswipper_gregarias_thumbs .swiper-pagination,
.myswipper_gregarios_thumbs .swiper-pagination {
  bottom: 20px;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.bg-azul-b {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  background: #0c2739;
  background: linear-gradient(
    90deg,
    rgba(12, 39, 57, 0) -160%,
    rgba(12, 39, 57, 1) 100%
  );
}
.btn-gregarios {
  color: #009df4;
  font-size: 18px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: none;
}
.btn-gregarios::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(90deg);
  margin: 0;
}
.btn-gregarios.regresar-arrow::after {
  transform: rotate(0deg);
  margin-left: 15px;
}
.fade-bg-azul-b-left {
  position: absolute;
  width: 55px;
  height: 100%;
  top: 0;
  left: 0;
  background: #0c2739;
  background: linear-gradient(
    270deg,
    rgba(12, 39, 57, 0) -5%,
    rgba(12, 39, 57, 1) 80%
  );
  z-index: 1;
}
.fade-bg-azul-b {
  position: absolute;
  width: 55px;
  height: 100%;
  top: 0;
  right: 0;
  background: #0c2739;
  background: linear-gradient(
    90deg,
    rgba(12, 39, 57, 0) -5%,
    rgba(12, 39, 57, 1) 80%
  );
  z-index: 1;
}

.team-gregarios-carousel .los_otros_swipper {
  display: none;
}

.box-info .box-child {
  margin: 10px 0 0;
}
.los_otros_thumbs .box-info p {
  margin: 0;
}
.los_otros_thumbs .box-info .number p {
  font-size: 15px;
  font-family: "OnAir-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.los_otros_thumbs .box-info .name p {
  font-size: clamp(0.9375rem, 0.8482rem + 0.4464vw, 1.25rem);
  color: #009df4;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.los_otros_thumbs .box-info .profession p {
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.los_otros_thumbs .swiper-slide img:hover {
  background: none;
  padding: 0;
}

.los_otros_thumbs .swiper-slide:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
}
p.gh-two span img {
  padding-left: 2px;
  width: 31px;
}

.logo-g-wrapper {
  transition: all 0.3s ease;
}

.logo-g-wrapper.hidden {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

.links-footer p,
.links-footer ul li a {
  font-size: 12px;
  color: #fff;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.links-footer ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.links-footer ul li {
  margin: 0;
  padding: 0 20px;
  border-left: solid 1px #fff;
}
.links-footer ul li button {
  font-size: 12px;
  color: #fff;
  background: none;
  border: none;
}
p.regresar-txt {
  color: #fff;
  text-align: center;
  font-size: 14px;
  transform: translateY(-20px);
}

footer #ot-sdk-btn.ot-sdk-show-settings,
footer #ot-sdk-btn.optanon-show-settings {
  border: 1px solid transparent !important;
  background-color: transparent !important;
}

footer #ot-sdk-btn.ot-sdk-show-settings:hover,
footer #ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent !important;
}

footer #ot-sdk-btn.ot-sdk-show-settings,
footer #ot-sdk-btn.optanon-show-settings {
  padding: 0 !important;
}
#show_politica_de_cookies button#ot-sdk-btn {
  border: 1px solid #009df4 !important;
  background-color: #009df4 !important;
}
.ot-sdk-show-settings::after {
  content: "Cookies";
  display: inline-block;
  padding-left: 5px;
}

#show_aviso_legal,
#show_politica_privacidad,
#show_politica_de_cookies,
#show_configugarion_de_cookies {
  display: none;
}

.volume-control {
  padding: 8px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1000;
  backdrop-filter: blur(5px);
}

.volume-control img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
  cursor: pointer;
  transition: transform 0.2s;
}

/* .volume-control img:hover {
  transform: scale(1.1);
} */

.volume-slider {
  -webkit-appearance: none;
  width: 80px;
  height: 1px;
  background: linear-gradient(
    to right,
    white 0%,
    white var(--fill-percent, 70%),
    rgba(255, 255, 255, 0.2) var(--fill-percent, 70%),
    rgba(255, 255, 255, 0.2) 100%
  );
  border-radius: 2px;
  cursor: pointer;
  transition: height 0.2s;
  margin: 0;
}

/* .volume-slider:hover {
  height: 1px;
} */

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: transparent;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* subtitulos */
.subtitle-control {
  position: relative;
  display: inline-block;
}

.subtitle-btn {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.subtitle-btn img {
  width: 24px; /* Ajusta según necesites */
  height: 24px;
}

.subtitle-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 5px 0;
  min-width: 100px;
  z-index: 100;
}

.subtitle-menu div {
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  text-align: center;
}

.subtitle-menu div:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

video::cue {
  color: #fff;
  font-size: 16px;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgba(12, 39, 57, 0.7);
  text-shadow: 1px 1px 2px black;
}
#show_politica_de_cookies {
  overflow-y: clip;
}
.legales-txt-wrapper {
  width: 100%;
  height: 70vh;
  margin: 0 auto;
  max-width: 1440px;
  max-height: 700px;
  overflow-y: auto;
  padding: 0 5%;
}
.legales-txt-wrapper h2 {
  font-size: clamp(1.875rem, 1.6667rem + 0.9259vw, 2.5rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #009df4;
  margin: 50px;
}
.legales-txt-wrapper p,
.legales-txt-wrapper ul li {
  font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.legales-txt-wrapper a,
.legales-txt-wrapper ul li a {
  font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: underline;
}
.legales-txt-wrapper a:hover {
  color: #fff;
}

.black-blue {
  font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
  font-family: "OnAir-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #009df4;
}
.legales-txt-wrapper ul {
  padding-left: 2.5%;
}

/* Scroll Bar para WebKit (Chrome, Safari, Edge) */
.legales-txt-wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.legales-txt-wrapper::-webkit-scrollbar-track {
  background: #61737e;
  border-radius: 10px;
}

.legales-txt-wrapper::-webkit-scrollbar-thumb {
  background: #009df4;
  border-radius: 10px;
}

.legales-txt-wrapper::-webkit-scrollbar-thumb:hover {
  background: #009df4;
}

/* Scroll Bar Para Firefox */
.legales-txt-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #009df4 #61737e;
}

table {
  width: 100%;
}

table caption {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
table thead tr th {
  width: 33.33%;
  border: 1px solid #fff;
  background-color: #009df4;
  padding: 20px;
}
table tbody tr td {
  border: 1px solid #fff;
  padding: 20px;
}
table tbody tr td a {
  color: #fff;
  text-decoration: underline;
}
table tbody tr td a:hover {
  color: #fff;
  text-decoration: none;
}

#show_politica_de_cookies .lista_cookies_OneTrust #ot-sdk-cookie-policy h3,
#show_politica_de_cookies .lista_cookies_OneTrust #ot-sdk-cookie-policy h4 {
  font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
  font-family: "OnAir-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #009df4;
  font-weight: 400;
}
#show_politica_de_cookies
  .lista_cookies_OneTrust
  #ot-sdk-cookie-policy-v2
  #cookie-policy-description,
#show_politica_de_cookies
  .lista_cookies_OneTrust
  #ot-sdk-cookie-policy-v2
  p.ot-sdk-cookie-policy-group-desc {
  color: #fff;
  font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#show_politica_de_cookies .lista_cookies_OneTrust table tr th {
  color: #fff;
  background-color: #009df4;
  padding: 20px;
  font-size: 1rem;
  font-family: "OnAir-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#show_politica_de_cookies .lista_cookies_OneTrust table tr td,
#show_politica_de_cookies .lista_cookies_OneTrust table tr td span {
  color: #fff;
  padding: 20px;
  font-size: 1rem;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#show_politica_de_cookies .lista_cookies_OneTrust table tr td span a {
  color: #fff;
  font-size: 1rem;
  font-family: "OnAir-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
}

#show_politica_de_cookies .lista_cookies_OneTrust table tr td span a:hover {
  background: transparent;
}

@media (min-width: 1440px) {
  .mySwiper {
    height: 12vw;
  }
  .mySwiper .swiper-slide {
    max-width: 380px;
  }
  .mySwiper {
    bottom: 80px;
  }
}
@media (max-width: 1730px) {
  .abolute-text-wrapper-left {
    position: absolute;
    right: -20%;
    width: 100%;
    max-width: 130px;
  }

  .abolute-text-wrapper-right {
    position: absolute;
    left: -20%;
    width: 100%;
    max-width: 130px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .list .movistar-logo {
    width: 25px;
  }
  .list {
    padding: 5px;
  }
  .logo-g-wrapper {
    top: 0;
  }
  .logo-g-wrapper {
    top: 10px;
  }
  .mySwiper .swiper-slide {
    max-width: 155px;
  }
  .mySwiper {
    bottom: 15px;
    max-height: 185px;
  }
  .horizontal-timer {
    margin-bottom: 0;
  }
  .btn-close {
    top: 5px;
  }
  p.regresar-txt {
    font-size: 14px;
    transform: translateY(0);
  }
  #hide-scroll img {
    width: 125px;
    display: block;
    margin: 0 auto;
  }
  .main-container {
    height: 90dvh;
    margin-top: 30px;
  }
  .video-fondo {
    height: 80dvh;
  }
  .video-controls {
    top: 56dvh;
  }
  .scroll-adivce {
    bottom: -15px;
  }
  #intro .logo-g-wrapper img {
    width: 125px;
    display: block;
    margin: 0 auto;
    transform: translateY(30px);
  }
}
@media (max-width: 992px) {
  .marginTop7rem {
    margin-top: 2rem;
  }
  .w-sm-100 {
    width: 100%;
  }
  .marginTop1rem {
    margin-top: 2rem;
  }
  .gap120 {
    gap: 40px;
  }
  .image-wrapper figure {
    position: static;
    top: unset;
    right: unset;
    width: 70%;
    margin: 0 auto !important;
  }
  .infoG-wrapper {
    flex-direction: column;
  }
  #textVideo03 .w49 {
    width: 100%;
  }
  .modal-dialog {
    width: 100%;
  }
  .swiper-gallery {
    overflow: hidden;
  }
  .columna-1,
  .columna-2,
  .columna-3 {
    flex: 0 0 100%;
  }
  .columna-2 {
    order: 1;
  }
  .columna-1 {
    order: 2;
  }
  .columna-3 {
    order: 3;
  }
  .de-tu-dia-wrapper {
    width: 60%;
  }
  .de-tu-dia-wrapper figcaption {
    display: block !important;
  }
  .de-tu-dia-wrapper figure {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .mySwiper2 {
    height: 100vh;
  }
  nav {
    padding: 0 0;
  }
  .list .movistar-logo {
    width: 46px;
  }
  .mySwiper {
    padding: 25px 0 10px;
    /* bottom: 20vw; */
    bottom: 27vw;
    height: auto;
  }
  .mySwiper .swiper-slide {
    height: 78px;
  }

  .swiper-thumbs p.video-title {
    top: -23px;
    text-align: left;
  }
  .credits-text {
    height: auto;
    padding: 13vw 20px 80px;
  }
  .credits-text .title h2,
  #music .title h2 {
    line-height: 30px;
    letter-spacing: 5px;
  }
  #all-credtis {
    padding: 20% 15px 10%;
  }
  #all-credtis .text p {
    line-height: 30px;
  }
  .second-about {
    flex-wrap: wrap;
  }
  .first-about .box:nth-child(1) p,
  .second-about .box:nth-child(1) p {
    font-size: 9px;
  }
  p.byName {
    font-size: 12px;
  }
  .description .text p {
    line-height: 2.3;
    font-size: 12px;
  }
  .arrow {
    width: 22px;
  }
  .chronometer {
    /* bottom: 6px; */
    bottom: 45px;
    height: auto;
  }
  .li-mask {
    position: relative;
    top: -10px;
  }
  .horizontal-timer {
    margin-bottom: 0;
  }
  #music {
    padding: 20% 20px;
  }
  .patro-M {
    width: 90px;
  }
  .logos-row {
    max-width: 275px;
    gap: 30px 60px;
  }
  #textVideo01 .title h2 {
    letter-spacing: 12px;
    line-height: 2;
  }
  #textVideo02 .gap30,
  #textVideo04 .gap30,
  #textVideo05 .gap30 {
    gap: 8px;
  }
  #textVideo05 .gap65 {
    gap: 0;
  }
  #textVideo02 .gap65,
  #textVideo03 .gap65,
  #textVideo04 .gap65 {
    gap: 0;
  }
  #textVideo03 .gap20 {
    gap: 10px;
  }
  #textVideo03 .gap30 {
    gap: 15px;
  }
  #textVideo03 .w50 {
    width: 100%;
  }
  .number-name p:nth-child(2) {
    font-size: 12px;
  }
  .infoG-wrapper .number {
    font-size: 13px;
  }
  .infoG-wrapper .name {
    font-size: 20px;
  }
  #modalGallery .modal-title,
  .image-wrapper .btn-primary,
  .ruta-Small-txt p {
    font-size: 12px;
  }
  .title-slide-one p {
    letter-spacing: 11px;
    line-height: 1.7;
  }
  .team-gregarios-carousel .swiper-slide {
    justify-content: center;
  }
  .image--gregarios img {
    max-width: 248px;
  }
  .info--gregarios {
    width: 100%;
  }
  .team-gregarios-carousel .myswipper_gregarias_thumbs,
  .team-gregarios-carousel .myswipper_gregarios_thumbs,
  .team-gregarios-carousel .los_otros_thumbs {
    margin-top: 10px;
  }
  .los_otros_thumbs .box-info .number p {
    font-size: 11px;
  }
  .los_otros_thumbs .box-info .name p,
  .los_otros_thumbs .box-info .profession p {
    line-height: 1.1;
  }
  .fade-bg-azul-b-left {
    left: -25px;
  }
  .fade-bg-azul-b {
    right: -25px;
  }
  p.gh-two {
    font-size: 14px;
  }
  p.gh-two span img {
    width: 26px;
  }
  .grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .links-footer ul li {
    margin: 0;
    padding: 0 5px;
    border-left: solid 1px #fff;
  }
  .links-footer ul li:first-child {
    border-left: none;
    padding-left: 5px;
  }

  .links-footer ul li:nth-child(3) {
    border-left: none;
  }
  .main-container {
    height: 86dvh;
    margin-top: 56px;
  }
  .video-fondo {
    height: 86dvh;
  }
  .video-controls {
    top: 67dvh;
  }
  .scroll-adivce {
    bottom: 5px;
  }
  .main-container .logo-g-wrapper {
    top: 5px;
  }
  p.regresar-txt {
    transform: translateY(-5px);
  }
  .btn-close {
    top: 85px;
  }
  #intro .logo-g-wrapper {
    top: 65px;
  }

  .legales-txt-wrapper {
    height: 85dvh;
    overflow-x: hidden;
  }
  .legales-txt-wrapper h2 {
    margin: 80px 0 30px;
  }
  .legales-txt-wrapper ul {
    padding-left: 5.5%;
  }
}
@media (max-width: 390px) {
  .swiper-slide img {
    max-height: 450px;
  }
  .video-controls {
    top: 60dvh;
  }
}
