* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
}
body,
html {
  height: 100%;
  background-color: black;
}

/******PARAlax section******/
h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 4em;
  color: darkorange;
  background-color: black;
  background-size: 40px 20px;
  text-shadow: -1px 0 black, 0 3px black, 3px 0 black, 0 -1px black;
  text-decoration: overline darkorange;
  margin-top: 5%;
  text-align: center;
  margin-bottom: 3%;
}

h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 5em;
  color: black;
  text-align: right;
}
h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 2em;
  color: darkorange;
  text-align: center;
  margin-top: 0 !important;
}
h4 {
  color: black;
  font-family: "Quicksand", sans-serif;
}

hr {
  margin-top: 20px;
  margin-bottom: 0px;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid #ffe300;
}

/*Sección 1*/
.patName {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 50px;
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(236, 236, 231, 0.33);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.4px);
  -webkit-backdrop-filter: blur(2.4px);
  height: max-content;
  opacity: 0;
}
.loadedPatName.patName {
  opacity: 1;
  transition: opacity 5s ease;
}

/*Fin sección 1*/

.color {
  color: darkorange;
  font-size: 3rem;
}
.color2 {
  color: darkorange;
  font-style: italic;
}
br {
  margin-bottom: 30px;
}

.primerTexto {
  background-color: black;
  color: white;
  margin: 30px;
  position: relative;
  z-index: 9999999;
}
.primerTexto p {
  text-align: left;
  margin: 0 auto;
  color: white;
  font-size: 22px;
  padding: 40px;
}
.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#toggleAudioButton {
  background-color: transparent !important;
  background-color: transparent;
  border: none;
  color: white;
  padding: 6px 6px;
  position: relative;
  left: 95%;
  top: 1%;
}

/*Transición imagen primera sección*/
.bgimg-1 {
  background-image: url("./seleccion/pat1ok.jpeg");
  min-height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 5s ease;
  background-position: top;
}

.loadedImg {
  opacity: 1;
  transition: opacity 5s ease;
}

/*FIN Transición imagen primera sección*/
/*Transición logo primera sección*/
.imageLogo {
  width: 1100px !important;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
}

.loadedLogo.imageLogo {
  width: 200px !important;
  top: 0;
  left: 64px;
  transform: none; /* Anulamos la transformación para la posición */
  transition: width 3s ease, top 3s ease, left 3s ease, opacity 3s ease,
    transform 3s ease;
}
.loadedLogoPage.imageLogo {
  width: 200px !important;
  top: 0;
  left: 64px;
  transform: none; /* Anulamos la transformación para la posición */
}
/*FIN Transición logo primera sección*/

.bgimg-2 {
  background-image: url("./seleccion/pat2.jpeg");
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  color: white;
  text-align: center;
  padding-top: 20vh;
  filter: grayscale(100%);
  background-position: top;
}
/* Estilo de las flechas de navegación */

.slider-arrows {
  position: absolute;
  top: 50%; /* Centrar verticalmente */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

.arrow {
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: transform 0.3s ease;
  animation: blink 1s infinite;
}

.arrow.left-arrow {
  margin-left: 30px;
}

.arrow.right-arrow {
  margin-right: 30px;
}

/* Animación de parpadeo */
@keyframes blink {
  0%,
  100% {
    opacity: 1; /* Visible */
  }
  50% {
    opacity: 0; /* Invisible */
  }
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100vh !important;
  z-index: 999999999;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  mix-blend-mode: saturation;
  pointer-events: none;
  display: none; /* Oculta la superposición por defecto */
}

.circle-cursor {
  width: 5px !important;
  height: 5px !important;
  border: none;
  border-radius: 0%;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
}

.heroTitle {
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(10, 10, 10, 0.55);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.4px);
  -webkit-backdrop-filter: blur(2.4px);
  height: max-content;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999999;
}
.bgimg-2b {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.bgimg-2b video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.heroTitleVIDEO {
  /* Estilos iniciales para el contenido del div */
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(10, 10, 10, 0.55);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.4px);
  -webkit-backdrop-filter: blur(2.4px);
  height: max-content;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.segundoTituloVIDEO {
  font-size: 20px;
  text-align: center;
  color: white;
  font-family: "Quicksand", sans-serif;
  white-space: nowrap;
}
.segundoTituloVIDEO h3 {
  font-size: 1em;
}

.bgimg-3 {
  background-image: url("./seleccion/pat3.jpeg");
  min-height: 100%;
}

.bgimg-4 {
  background-image: url("./seleccion/team.jpeg");
  min-height: 100%;
}
.bgimg-5 {
  background-image: url("./seleccion/patcrack.jpeg");
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-position 3s ease;
}
.bgimg-5:hover {
  background-position: center 10%;
}
.textContact {
  position: absolute;
  left: 50%;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  animation: slideText 20s linear infinite; /* Aumenta la duración de la animación */
}

.textContact:nth-child(1) {
  animation-delay: 0s; /* Muestra la primera frase desde el segundo 0 */
}

.textContact:nth-child(2) {
  animation-delay: 15s; /* Aumenta el retraso de la segunda frase */
}

.textContact:nth-child(3) {
  animation-delay: 10s; /* Aumenta el retraso de la tercera frase */
}

@keyframes slideText {
  0%,
  40% {
    left: 100%; /* Continúan fuera del contenedor a la derecha */
    opacity: 0;
  }
  45%,
  70% {
    left: 50%; /* Llegan al centro del contenedor */
    opacity: 1;
  }
  75%,
  100% {
    left: -100%; /* Salen del contenedor hacia la izquierda */
    opacity: 0;
  }
}

.textContactdiv {
  margin-bottom: 100px;
}
.caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  color: #000;
}
.caption img {
  width: 200px;
  margin-top: 30px;
  z-index: 99999;
  position: absolute;
  position: fixed;
}

.caption span.border {
  background-color: transparent;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.segundoTitulo {
  font-size: 40px;
  text-align: center;
  font-size: 40px;
  text-align: center;
  color: white;
  font-family: "Quicksand", sans-serif;
}
.segundoTitulo h3 {
  font-size: 1em;
}

/*sección scroll con gifts*/
.column-container-gift {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  position: relative;
}

.column-gift {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: transform 0.5s;
  flex-direction: column;
}
.column-gift h4 {
  font-size: 35px;
  color: white;
}

.column-gift:not(:first-child) {
  transform: translateX(100%);
  position: absolute;
  top: 0;
}

.containerScroll.fixed {
  position: fixed !important;
  inset: 0;
  top: 0;
}

/* Estilos para el título */
.column-gift h2 {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

/* Estilos para el texto */
.column-gift p {
  font-size: 25px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
  margin: 30px 80px;
}

/* Estilos para el GIF */
.column-gift img {
  max-width: 300px;
  height: auto;
  width: 300px;
}

/*Sección pasos a seguir*/
.col-lg-4 {
  width: 30%;
}
.first-space-time.content-time {
  margin-top: 75%;
}
.space-time.content-time {
  margin-top: 45%;
}
.content-time {
  margin-top: 30%;
}
.content-time h4 {
  font-size: 20px;
  font-weight: lighter;
  height: 140px;
}
.content-svg {
  width: 40%;
}
svg {
  position: relative;
  top: 0;
}
.st9 {
  stroke: #3cc !important;
}

/*Timeline*/
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containerTime {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  opacity: 0;
  transition: all 0.3s ease-in;
}

/* The circles on the timeline */
.containerTime::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid darkorange;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
  transform: translateX(-100%);
}

/* Place the container to the right */
.right {
  left: 50%;
  transform: translateX(100%);
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.contentTime {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  text-align: center;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 768px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .containerTime {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .containerTime::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.timelineTitulo {
  color: black;
}

h5 {
  font-family: "Quicksand", sans-serif;
  font-size: 2em;
}

p {
  color: black;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}
.footerText {
  font-size: 25px;
}

/*Sección entrenamientos*/
.column-gift2.solo {
  transition: 0.4s ease;
}
.column-gift2.solo:hover {
  transform: scale(1.2);
  border: 1px solid darkorange !important;
}
.column-gift2.solo h4 {
  color: white;
  text-align: center;
}
.column-gift2.solo p {
  color: white;
  text-align: center;
}

.giftsRedes {
  width: 80px;
  transition: width 0.3s ease;
}
.giftsRedes:hover {
  width: 120px;
  transition: width 0.3s ease;
}
@media (max-width: 767px) {
  .giftsRedes {
    width: 50px !important;
  }
  .giftsRedes:hover {
    width: 55px;
  }
}

.column-container-gift2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-gift2 {
  flex-basis: 23%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.column-container-gift3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-gif3 {
  flex-basis: 23%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a {
  color: darkorange;
}
a:hover {
  color: darkorange;
}
a:visited {
  color: darkorange;
}
.column-gift2 .color {
  font-size: 2.5rem;
}
.column-gift img {
  max-width: 30%;
}
.containerScrollMovile {
  display: none;
}

.swiper-container {
  position: relative;
  z-index: 9999999;
}
.footer-form {
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}

/*Responsive*/
@media screen and (max-width: 768px) {
  .imageLogo {
    width: 200px !important;
    opacity: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
  }
  .loadedLogo.imageLogo {
    width: 160px !important;
    left: 5px;
    transform: none;
    transition: width 3s ease, top 3s ease, left 3s ease, opacity 3s ease,
      transform 3s ease;
  }
  .loadedLogoPage.imageLogo {
    width: 160px !important;
    top: 0;
    left: 5px;
    transform: none;
  }
  .loadedPatName.patName {
    opacity: 1;
    transition: opacity 5s ease;
    width: 100%;
    margin: 0 auto;
  }
  .primerTexto {
    background-color: black;
    color: white;
    margin: 0;
    position: relative;
    z-index: 9999999;
    padding: 10px;
  }
  h2 {
    font-family: "Quicksand", sans-serif;
    font-size: 3.5em;
    color: black;
    text-align: center;
  }
  .segundoTitulo {
    font-size: 32px;
    text-align: center;
    color: white;
    font-family: "Quicksand", sans-serif;
  }
  .column-gift img {
    max-width: 105%;
    display: block;
  }
  .responsiveScroll,
  .responsiveTime,
  .responsiveprice {
    padding: 20px 20px !important;
    margin-top: -100px !important;
    border: none !important;
  }
  .column-container-gift2 {
    flex-direction: column !important;
  }
  .bgimg-4,
  .bgimg-3 {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position-y: top !important;
  }
  .color {
    color: darkorange;
    font-size: 3rem;
  }
  .column-gift h4 {
    text-align: center;
  }
  .column-giftMovile h4 {
    color: white !important;
    text-align: center;
  }
  .column-giftMovile p {
    color: white !important;
    text-align: center;
  }
  .column-giftMovile .gifts {
    width: 100% !important;
    margin: 0 auto;
  }

  .containerScroll {
    display: none;
  }
  .textContact {
    position: absolute;
    transform: translateY(-50%);
    left: 50%;
    white-space: normal;
    opacity: 0;
    animation: slideText 20s linear infinite;
    transform: translateX(-50%);
  }

  .bgimg-2b video {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 50%;
    object-fit: cover;
    z-index: -1;
  }
  .heroTitleVIDEO {
    top: 65%;
  }
  .segundoTituloVIDEO {
    white-space: pre-wrap;
  }

  .responsiveScrollMovile {
    border: none !important;
    padding: 50px 10px !important;
  }
  .containerScrollMovile {
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
  }
  .textContactdiv .segundoTitulo h3 {
    font-size: 24px;
  }
  #toggleAudioButton {
    margin-top: 30px;
    position: relative;
    left: 85%;
    top: 35%;
  }
  #speakerIcon {
    width: 25px;
  }
  body {
    overflow-x: hidden; /* Evita el scroll horizontal */
    height: 100%;
    background-color: black;
  }

  .bgimg-1,
  .bgimg-2,
  .bgimg-3,
  .bgimg-4,
  .bgimg-5 {
    position: relative;
    opacity: 1;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bgimg-3 .heroTitle,
  .bgimg-4 .heroTitle {
    margin-bottom: 50% !important;
  }
}

.timeline {
  overflow-x: hidden;
}
