/* -----------------------
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(70%) brightness(50%) blur(0);
}

.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;
  /*text-transform: uppercase;*/
  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 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #f3bc44;
}

.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 {
  color: #f3bc44;
  font-family: "PPEditorial_New", sans-serif;
  font-weight: 400;
  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;
}

/* Sección principal */
.section-cookies {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
}

/* Contenedor 1 */
.container-cookies_1,
.container-cookies_2,
.section-cookies_3 {
  margin-top: 5%;
  width: 60%;
  text-align: left;
  padding: 2%;
  background-color: #222;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.section-cookies_3 {
  margin-bottom: 10%;
}

/* Encabezados (h2) */
.container-cookies_1 h2,
.container-cookies_2 h2,
.section-cookies_3 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
  /*text-transform: uppercase;*/
}

/* Párrafos (p) */
.container-cookies_1 p,
.container-cookies_2 p,
.section-cookies_3 p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ccc;
  line-height: 1.8;
  /* Espaciado entre líneas */
  margin-bottom: 15px;
}

/* Texto destacado */
.yellow_text {
  color: #f3bc44;
  font-weight: bold;
}

/* Listas (ul y li) */
.container-cookies_1 ul,
.container-cookies_2 ul {
  padding-left: 20px;
  margin: 15px 0;
}

.container-cookies_1 ul li,
.container-cookies_2 ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ccc;
  margin-bottom: 10px;
  list-style-type: disc;
  /* Puntos de lista */
}

/* Enlaces (a) */
.container-cookies_1 a,
.container-cookies_2 a,
.section-cookies_3 a {
  color: #f3bc44;
  text-decoration: none;
  font-weight: bold;
}

.container-cookies_1 a:hover,
.container-cookies_2 a:hover,
.section-cookies_3 a:hover {
  text-decoration: underline;
}

/* Texto resaltado en negrita */
.strong_text {
  font-weight: bold;
  color: #f3bc44;
}

/* Media Query */
@media (max-width: 1600px) {
  .marquee-text {
    font-size: 80px;
    line-height: 90px;
  }

  .container-cookies_1,
  .container-cookies_2,
  .section-cookies_3 {
    margin-top: 5%;
    width: 75%;
    padding: 6%;
  }

  /* Párrafos */
  .container-cookies_1 p,
  .container-cookies_2 p,
  .section-cookies_3 p,
  .container-cookies_1 ul li,
  .container-cookies_2 ul li {
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
    /* Espaciado entre líneas */
    margin-bottom: 15px;
  }

  /* Encabezados (h2) */
  .container-cookies_1 h2,
  .container-cookies_2 h2,
  .section-cookies_3 h2 {
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  .marquee-text {
    font-size: 30px;
    line-height: 30px;
    z-index: 999999999;
  }


  .box_p {
    width: 70%;
    margin-right: 5%;
  }

  .container-cookies_1,
  .container-cookies_2,
  .section-cookies_3 {
    margin-top: 5%;
    width: 85%;
    padding: 6%;
  }

  /* Párrafos */
  .container-cookies_1 p,
  .container-cookies_2 p,
  .section-cookies_3 p,
  .container-cookies_1 ul li,
  .container-cookies_2 ul li {
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
    /* Espaciado entre líneas */
    margin-bottom: 15px;
  }

  /* Encabezados (h2) */
  .container-cookies_1 h2,
  .container-cookies_2 h2,
  .section-cookies_3 h2 {
    font-size: 18px;
  }

  .imag_slide {
    height: 100%;
  }

}