/* -----------------------
Politica de cookies
------------------------*/

/* Efecto Parallax */
.slides {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}

.slides .list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.slides .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide .background {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.background {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imag_slide_6 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.imag_slide {
  width: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(80%) brightness(50%) blur(0) opacity(50%);
}

.slide .content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
}

/* //Efecto Parallax */

/* Indica scroll botón animado */
#hide-button {
  position: fixed;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
  opacity: 1;
}

#hide-button.show-button {
  bottom: 135px;
  opacity: 1;
}

.arrow {
  width: 40px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle {
  width: 30px;
  height: 40px;
  opacity: 1;
}

.line {
  width: 2.5px;
  height: 10px;
  background-color: #f3bc44;
  position: absolute;
  top: 10px;
  left: 18.5px;
  animation: moveDown 2s infinite ease-in-out;
}

@keyframes moveDown {
  0% {
    top: 10px;
  }

  50% {
    top: 30px;
  }

  100% {
    top: 10px;
  }
}

/* ------ */

/*--------------------------------------------------
    	Content Text Effects
---------------------------------------------------*/

.title-moving-outer {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100%;
  width: 100%;
}

.title-moving-forward,
.title-moving-backward {
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 6vw;
  box-sizing: border-box;
}

.marquee-text-wrapper {
  position: relative;
  white-space: nowrap;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.item_marquee_text {
  width: 100%;
  position: relative;
}

.marquee-text {
  font-size: 200px;
  line-height: 230px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(-36.925%, 0%) translate3d(0px, 0px, 0px);
}

.sub_text_h6 {
  position: relative;
  bottom: -100px;
  width: 100%;
  padding: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_sub_text_h6 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.box_p {
  position: relative;
  width: 30%;
  margin-right: 5%;
}

.text_explica,
.text1_explica {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: left;
  /* Asegura que el texto se ajuste dentro del contenedor */
}

.text_1a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}

.text_2b {
  color: #f3bc44;
  font-family: "PPEditorial_New", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.text_3c {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #797878;
}

.text_4d {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
}

.text_5e {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #f3bc44;
  font-style: italic;
}

.marquee-text:before {
  content: ".";
  color: transparent;
}

.light-content .marquee-text,
.dark-section .rolling-text {
  color: #fff;
}

.light-content .light-section .marquee-text {
  color: #fff;
}

/* --- */

/* Fondo principal */
.terms-container {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a1a1a;
  padding-top: 10%;
  padding-bottom: 10%;
}

/* Contenedor de términos */
.terms-content {
  width: 60%;
  background: #222;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Título principal */
.terms-content h1 {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
  color: #f1f1f1;
}

/* Última actualización */
.update-date {
  text-align: center;
  font-size: 14px;
  color: #b0b0b0;
  line-height: 25px;
}

/* Subtítulos */
.terms-content h2 {
  font-size: 20px;
  margin-top: 20px;
  color: #e0e0e0;
  border-bottom: 1px solid #363636;
  padding-bottom: 5px;
}

/* Párrafos */
.terms-content p {
  font-size: 16px;
  color: #c2c2c2;
  margin-bottom: 15px;
}

/* Lista de puntos */
.terms-content ul {
  margin-left: 20px;
}

.terms-content ul li {
  color: #d1d1d1;
}

/* Enlaces */
.terms-content a {
  color: #f3bc44;
  text-decoration: none;
  font-weight: bold;
}

.terms-content a:hover {
  text-decoration: underline;
  color: #f3bc44;
}

/* Responsividad para móviles */

/* Media Query */
@media (max-width: 1600px) {
  .marquee-text {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 420px) {
  .marquee-text {
    font-size: 30px;
    line-height: 30px;
    z-index: 999999999;
  }

  .box_p {
    position: relative;
    width: 70%;
  }

  .terms-content {
    width: 85vw;
    padding: 20px;
  }

  /* Título principal */
  .terms-content h1 {
    font-size: 20px;
    line-height: 30px;
  }

  /* Subtítulos */
  .terms-content h2 {
    font-size: 18px;
  }

  /* Párrafos */
  .terms-content p {
    font-size: 14px;
  }

  .terms-content ul li {
    font-size: 14px;
  }

  .imag_slide {
    height: 100%;
  }

}