/* Slider */
.slider-container {
  position: relative;
  height: 100vh;
  padding: 0;
  padding-top: 90px;
  min-height: 900px;
  overflow: hidden;
}

.slides-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  transform: translateX(var(--slide-transform));
  transition: var(--transition);
}

#slider {
  display: flex;
  width: 100%;
}

.slides {
  background-position: center 80%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  position: relative;
  flex: 0 0 100%;
}

.slide1 {
  background-image: url(../assets/img/slides/slide-1/bg-slide-1.webp);
}

.slide2 {
  background-image: url(../assets/img/slides/slide-2/bg-slide.webp);
}

.slide3 {
  background-image: url(../assets/img/slides/slide-3/bg-slide.webp);
}

.slide4 {
  background-image: url(../assets/img/slides/slide-3/bg-slide.webp);
}

.background-shapes {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.background-shapes img{
  position: absolute;
}

.slider .shape1 { top: 0px; left: 0px; max-width: 350px;}

.slider .shape2 { top: 0px; right: 0px; max-width: 350px;}

.slide1 .elementos { top: 90px; left: 10%; max-width: 450px;}

.slide5 .elementos { top: 90px; left: 10%; max-width: 450px;}

.slides .elementos_inner { position: absolute;}

.slide1 .elemento2 { left: 190px; bottom: 0; max-width: 90px;}

.slide1 .elemento5 { right: 230px; bottom: 100px; max-width: 65px;}

.slide1 .elemento3 { left: 290px; top: 200px; max-width: 60px;}

.slide1 .elemento4 { right: -130px; top: 120px; max-width: 90px;}


.slide2 .elementos { top: 0px; left: 10%; max-width: 450px;}

.slide2 .elemento2 { left: -80px; top: 50%; max-width: 190px; transform: translate(0, -50%);}

.slide2 .elemento3 { right: 0px; top: 60%; max-width: 80px; transform:  translate(0, -50%); }



.slide3 .elemento { top: 50px; right: -50px; max-width: 170px;}

.slide3 .elemento2 { left: 80px; top: 50%; max-width: 90px; transform: translate(0, -50%);}

.slide3 .elemento3 { right: -10px; top: 60%; max-width: 60px; transform:  translate(0, -50%); }

.slide3 .slider--titulo {
  position: relative;
  left: -90px;
  max-width: 430px;
  top: 120px;
  text-align: right;
  justify-content: end;
  align-items: end;
}

.slider .slide3 .illustration {
  margin-top: -190px;
  max-width: 400px;
  position: relative; 
  z-index: 1;
  right: -200px;
}

.slide4 .elemento { top: 50px; right: -50px; max-width: 40px;}

.slide4 .elemento2 { left: -40px; top: 10%; max-width: 90px; transform: translate(0, -50%);}

.slide4 .elemento3 { left: 30%; top: -55px; max-width: 50px;}

.slide4 .elemento4 { left: 150px; top: 50%; max-width: 40px; transform:  translate(0, -50%); }

.slide4 .elemento5 { right: -75px; top: 60%; max-width: 60px; transform:  translate(0, -50%); }

.slide4 .slider--titulo {
  position: relative;
  left: -70px;
  top: 100px;
}

.slider .slide4 .illustration {
  margin-top: -190px;
  max-width: 400px;
  position: relative; 
  z-index: 1;
  right: -220px;
}

.slide1 .elementos {
  max-width: 400px;
}

.slide5.slide1 .elementos {
  max-width: 230px;
}

.slide1 .contenedor-slider {
  max-width: 1280px;
}

.contenedor-slider {
  max-width: 600px;
  text-align: center;
  position: absolute;
  width: 100%;
}

.slider--titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'zar';
  /**transform: rotate(-15deg);**/
  line-height: 1;
  margin-top: 30px;
}

.slider--titulo span {
  display: block;
  font-family: 'zar';
}

.slider--titulo .title {
  font-size: 2.8vw;
  font-weight: bold;
  font-style: italic;
  color: #4D475C;
}

.slider--titulo .highlight {
  color: #ba4c25;
  font-size: 5.9vw;
  font-weight: bold;
  position: relative;
}

.slider .illustration {
  width: 100%;
  max-width: 320px;
  margin-top: 0px;
}

.slide2 .illustration {
  width: 100%;
  max-width: 500px;
  margin-top: 0px;
}

.slider-p {
  font-family: 'athelas';
  font-size: 1.2vw;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.slider-a {
  background-color: #2B2135;
  color: #fff;
  border-radius: 25px;
  padding: 13px 10px;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 30px;
}

.slider-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 30px;
  gap: 8px;
  z-index: 999999;
}

.slider-arrows {
  width: 100%;
  height: 50px;
  z-index: 9;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.contenedor-arrows {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.arrow {
  position: absolute;
  background-color: rgba(220, 126, 101, .5);
  color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  font-size: 22px;
}

.arrow-left {
  left: 50px;
}

.arrow-right {
  right: 50px;
}


.bullet {
  width: 10px;
  height: 10px;
  background-color: #DEDEDE;
  border-radius: 50%;
  cursor: pointer;
}

.bullet.active {
  background-color: #000;
}



/* Mindfulness */
.mindfulness-container {
  position: relative;
  background-image: url(../assets/img/bg-mind.webp);
  background-position: center 85%;
  background-size: 110%;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  padding-bottom: 100px;
  min-height: 900px;
}

.background-shapes {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.background-shapes img{
  position: absolute;
}

.mindfulness-container {
  position: relative; 
  overflow: visible;  
}

.mind .background-shapes {
  z-index: 1;
}

.mind .shape1,
.mind .shape2,
.mind .elementos {
  position: absolute;
  will-change: transform; 
}

.guru .shape1,
.guru .shape2,
.guru .elementos {
  position: absolute;
  will-change: transform; 
}

.mind .shape1 {
  top: -10px;
  left: 0px;
  max-width: 350px;
  position: absolute;
  z-index: 1;
  will-change: transform;
}

.mind .shape2 { top: -10px; right: 0px; max-width: 350px;}

.mind .elementos { top: 90px; left: 10%; max-width: 380px;}

.contenedor-mind {
  max-width: 600px;
  text-align: center;
}

.mind--titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mind--titulo span {
  display: block;
  font-family: 'zar';
}

.mind--titulo .title {
  font-size: 2.3rem;
  font-weight: bold;
  font-style: italic;
  color: #4D475C;
}

.mind--titulo .highlight {
  color: #ba4c25;
  font-size: 3.3rem;
  font-weight: bold;
  position: relative;
}

.mind--titulo .highlight::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 8px;
  display: inline-block;  
  width: 30px;  
  height: 30px;
  background-image: url('../assets/img/elementos-titulo.webp');
  background-size: contain;
  background-repeat: no-repeat;  
  z-index: 1;
}

.illustration {
  width: 100%;
  max-width: 450px;
  margin-top: 0px;
}

/* Gurú */
.guru-container {
  background-image: url(../assets/img/bg-guru.webp);
  background-position: 100% 15%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  min-height: 900px;
  margin-top: -100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  padding-bottom: 100px
}

.guru-container .background-shapes {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

.guru-row {
  display: flex;
  align-items: start;
  justify-content: center;
}

.guru-container__textos {
  padding-top: 10px;
  max-width: 470px;
}

.nube-pink {
  position: absolute;
  will-change: transform; /* mejora la animación */
  /* top/left opcionales según el diseño */
}

.guru .shape1 { top: -20px; left: 0px; max-width: 260px;}

.guru .shape2 {  right: 0px; max-width: 350px;}

.guru .elementos { top: 0px; right: 10%; max-width: 380px; }

.guru--titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.guru--titulo {
  text-align: left;
  max-width: 300px;
}

.guru--titulo span {
  display: block;
  font-family: 'zar';
  text-align: left;
}

.guru--titulo .title {
  font-size: 2.3rem;
  font-weight: bold;
  font-style: italic;
  color: #4D475C;
}

.guru--titulo .highlight {
  color: #ba4c25;
  font-size: 3.3rem;
  font-weight: bold;
  position: relative;
}

.guru .description {
  text-align: left;
  font-size: 20px;
  max-width: 350px;
}

.guru .illustration {
  max-width: 500px;
  padding-top: 20px;
}

/* Ingredientes */
.ingredients-container {
  background-image: url(../assets/img/bg-ingredientes.webp);
  background-position: center 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  margin-top: -40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  padding-bottom: 0px
}

.ingredientes .shape1 { top: -20px; left: 0px; max-width: 300px;}

.ingredientes .shape2 { top: -30px; right: 0px; max-width: 250px;}

.ingredientes .shape3 { top: 60%; right: 0; max-width: 250px; position: absolute; transform: translate(0, -50%);}

.ingredientes--row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 40px;
}

.ingredientes--col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ingredientes .text-center {
  padding: 135px 0px;
  max-width: 1280px;
}

.ingredient-img {
  width: 100%;
}

.ingredientes .product-img {
  max-width: 400px;
}

.ingredientes--titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ingredientes--titulo {
  text-align: center;
}

.ingredientes--titulo .title {
  color: #ba4c25;
  font-size: 3.3rem;
  font-weight: bold;
  position: relative;
  font-family: 'zar';
}

.ingredientes--titulo .subtitle {
  color: #000000;
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-family: 'zar';
  margin-top: 15px;
}

.ingredientes .description {
  max-width: 400px;
  font-size: 20px;
}

.ingredientes--col__coco {
  padding-top: 120px;
}

.ingredientes--col__miel {
  position: relative;
}

.ingredientes--col__cereales {
  align-items: start;
  justify-content:start;
  padding-top: 20px
}

.ingredientes--div__miel {
 position: absolute;
 bottom: 90px;
 left: 0;
 width: 100%;
}

.ingredientes--div__montana {
  margin-top: -10px;
  width: 100%;
}

.ingredientes--div__granos {
  margin-top: -50px;
  width: 100%;
}

.ingredientes--col__granos {
  padding-top: 120px;
}

.ingredient-title {
  color: #ba4c25;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-family: 'zar';
  margin-bottom: 0;
}

.ingredientes--p {
  font-size: 14px;
  max-width: 120px;
  margin: 0 auto;
}

/* Meditamos */
.meditamos-container {
  background-image: url(../assets/img/bg-meditamos.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.meditamos--row {
  display: flex;
  align-items: start;
  justify-content: center;
  max-width: 1280px;
}

.meditamos--row__preguntas {
  display: flex;
  max-width: 900px;
  margin:  0 auto;
  margin-top: 20px;
  gap: 30px;
}

.meditamos--row__preguntas .col-md-3 {
  text-align: center;
}

.meditamos--container__textos {
  padding-top: 10px;
  max-width: 470px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.meditamos .shape1 { top: -20px; left: 0px; max-width: 260px;}

.meditamos .shape2 { top: 100px; right: 0px; max-width: 350px;}

.meditamos .elementos { top: 0px; right: 10%; max-width: 380px; }

.meditamos--titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.meditamos--titulo {
  text-align: center;
}

.meditamos--titulo span {
  display: block;
  font-family: 'zar';
}

.meditamos--titulo .title {
  font-size: 2.3rem;
  font-weight: bold;
  font-style: italic;
  color: #4D475C;
}

.meditamos--titulo .highlight {
  color: #ba4c25;
  font-size: 3.3rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}

.meditamos .description {
  text-align: center;
  font-size: 20px;
}

.meditamos--card {
  border-radius: 10px;
  padding: 40px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  font-size: 14px;
  justify-items: center;
  justify-content: center;
  gap: 5px;
}

.meditamos--card__1 {
  background-color: #AD5334;
  color: #fff;
}

.meditamos--card__4 {
  background-color: #AD5334;
  color: #fff;
}

.meditamos--card__2 {
  background-color: #DDC5B1;
  color: #2B2135;
}

.meditamos--card__3 {
  background-color: #99BEB4;
  color: #2B2135;
}

.meditamos--card p {
  flex-grow: 1;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.meditamos--card span {
  margin-top: 10px;
  width: 100%;
}

.meditamos--card h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  margin: 0 auto;
}

.meditamos--card__2 h4 {
}

.meditamos--card__3 h4 {
  margin-bottom: 20px;
}

/* Mensajes */
.video--titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video--titulo span {
  display: block;
  font-family: 'zar';
}

.video--titulo .title {
  font-size: 2.3rem;
  font-weight: bold;
  font-style: italic;
  color: #F2A7B6;
}

.video--titulo .highlight {
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  position: relative;
}

.a--video {
  width: 45px;
  height: 45px;
  background-image: url(../assets/img/btn-play.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
}

.col--video {
  background-image: url(../assets/img/bg-video.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 700px;
  margin-bottom: 50px;
  flex-direction: column;
  gap: 30px;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-content {
  border-radius: 10px;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: relative;
  width: fit-content;
}

.video-content.show {
  transform: scale(1);
  opacity: 1;
}

.close-btn {
  position: absolute;
  top: 35px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.mensajeVideo {
  width: 100%;
  height: 700px;
}


/* Animaciones */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}


/* Puntos */
.puntos--container {
  padding: 0;
}

.puntos--titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.puntos--titulo span {
  display: block;
  font-family: 'zar';
}

.puntos--titulo .title {
  font-size: 2.3rem;
  font-weight: bold;
  font-style: italic;
  color: #4D475C;
}

.carousel-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.carousel-section .item {
  cursor: pointer;
}

.carousel-wrapper {
  width: 100vw; 
  overflow: hidden;
  position: relative;
}

.carousel {
  display: flex;
  width: max-content;
  flex-shrink: 0;
}

.carousel-item {
  width: 20vw; 
  margin: 0 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item img {
  width: 100%;
  max-width: 150px;
}

/* Faq */
.carousel-faqs .item{
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  gap: 20px;
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.carousel-faq .item {
  cursor: pointer;
}

.carousel-wrapper__faq {
  width: 100%; 
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.carousel-faq .item {
  display: flex;
  flex-direction: row;
  gap: 20px
}

.col-faq {
  flex: 1;
  max-width: 295px;
}

.faq-dot {
  color: #000;
  transition: all 1.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.faq-dot::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 1.3s ease-in-out;
  opacity: 0;
}

.faq-dot:hover::after {
  opacity: 1;
  width: 100%;
}

.faq-dot.active::after {
  opacity: 1;
  width: 100%;
}

.slide1 .illustration5 {
  max-width: 100%;
  width: 100%;
  height: auto;
}