.btn-color-02,
.scroll .btn-color-02,
.white-color .btn-color-02,
.color-02-hover:hover,
.scroll .color-02-hover:hover,
.white-color .color-02-hover:hover {
  color: #fff !important;
  background-color: #664674;
  border-color: #664674 !important;
}

.img-res img {
  max-width: 100%;
}

html,
body {
  -ms-overflow-style: none; /* IE y Edge antiguo */
  scrollbar-width: none;    /* Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;            /* Chrome, Safari y Edge */
}



#banner-22 {
  background-image: linear-gradient(to bottom, #bd93d0 0%, #9f8db5 1%, #d4c9e7 100%);
}


/* Slider opcional oculto (para hacerlo pro) */
#slider {
  width: 100%;
  margin-top: 10px;
}

#slider {
  display: none;
}

.compare,
.compare * {
  user-select: none;
  /* evita selección azul */
  -webkit-user-select: none;
  /* Safari */
}

.img {
  pointer-events: none;
  /* evita que la imagen interfiera */
}



/*Ingredintes*/
.conten-ingredientes {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: row;
}

.c-ing {
  width: 25%;
  height: 300px;
}

.ingrdiente {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* asegura que sea un cuadrado */
  background-color: #e597ef;
  border-radius: 50%;
  overflow: hidden;
}

.ingrdiente img {
  max-width: 100%;
}

.suma {
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
}


.owl-carousel .owl-item img {
  display: block;
  width: 70%;
}

.c-ing,
.suma {
  opacity: 0;
  transform: translateY(40px);
  transition: all 3s ease;
}

/* cuando aparece */
.show {
  opacity: 1;
  transform: translateY(0);
}

p.p-xl {
  font-size: 1rem;
  margin-bottom: .5rem;
}

.lgl {
  font-size: .8em;
  color: #fff;

}

.lgl>li>i {
  font-size: .8em;
}

.aletin {
  background-image: linear-gradient(135deg, #cfc3e2 0%, #a291b8 100%);
  padding: 20px;
  border-radius: 15px;
}



#banner-2 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cortina {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000085;
  backdrop-filter: blur(2px);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;

}

.cortina.oculto {
  opacity: 0;
  visibility: hidden;
}

.conten_modal {
  position: relative;
  width: 650px;
  height: 500px;
  background-color: #ffffff;
}

.my_carrusel {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  /* border: 2px solid red; */
  height: 500px;

}

.pason {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0px 10px 10px 0px;
  background-image: linear-gradient(135deg, #cfc3e2 0%, #a291b8 100%);
  font-weight: bold;
  color: #fff;
  margin-right: 10px
}

.imgP img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.benn p {
  font-size: .7em !important;
}

.space-top {
  margin-top: 200px;
}

.text-morado {
  color: #b1a1c6;
  font-weight: bold;
}

.body1 {
  width: 60%;
}



.beneficios {
  display: flex;
  flex-direction: row;
}

.benn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 35px;
}

.border-none {
  border-color: transparent !important;
}


.icon_ben {
  width: 64px;
}

.uso {
  background-color: #d4cddf;
  border-radius: 15px;
  padding: 10px;
}

.cuando {
  width: 60px;
}

.rec-icon {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.title1 {
  font-size: 1.5em;
}

.title-small {
  font-size: 1.1em;
  margin: 0px;
}

.cortina p {
  font-size: 0.9em;
}

.carousel-item {
  background-color: #ffffff;
  padding: 30px;
}

.w-8 {
  width: 100%;
}

.remarcado {
  display: inline-block;
  border: 2px solid #a494bb;
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: .8em;
}

.hora {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.dn {
  width: 30px;
}

.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-control-prev-icon {
  filter: invert(1);
}


.resalta {
  color: #967cb7;
  font-size: 1.3em;
}

.clain {
  font-size: .8em !important;
  font-weight: bold;
  color: rgb(42, 42, 42);
}


.custom-video-modal {
  max-width: 360px;
  /* ancho tipo móvil */
  width: 100%;
}

.vide_larg{
  max-width: 80%px;
  /* ancho tipo móvil */
  width: 100%;
}


.custom-video-modal .modal-content {
  background: transparent;
  box-shadow: none;
}

.custom-video-modal video {
  width: 100%;
  height: 640px;
  /* proporción 9:16 */
  object-fit: cover;
  /* elimina barras negras */
  border-radius: 10px;
}


.custom-video-modal {
    /*max-width: 360px;*/
    max-width: max-content;
    width: 90%;
    margin: 0 auto;
}




@media (max-width: 576px) {
    .custom-video-modal {
        max-width: 320px;
        width: 95%;
    }
}


#videoPlayer {
    width: 100%;
    height: auto;
    max-height: 80vh; /* evita que se coma toda la pantalla */
    border-radius: 12px;
    object-fit: contain;
}

.modal-dialog {
    margin: 0;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.custom-video-modal {
    margin: auto;
}


.cerrar-modal{
position: absolute;
    width: 34px;
    height: 34px;
    background-color: #000;
    color: #fff;
    left: 92%;
    z-index: 9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    cursor: pointer;

}

.cerrar-modal2{
position: absolute;
    width: 34px;
    height: 34px;
    background-color: #000;
    color: #fff;
    /* left: 92%; */
    left:calc(100% - 30px);
   
    z-index: 9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    cursor: pointer;

}


@media (max-width: 767.98px) {
  .conten_modal {
    max-width: 90%;
    height: auto;
  }

  .resalta {
    font-size: .9em;
  }

  .pason {
    font-size: .9em;
  }

  .cortina p {
    font-size: .8em;
  }

  .remarcado {
    font-size: .7em;
  }

  .title-small {
    font-size: .9em;
  }

  .benn {
    padding: 0px;
  }

  .icon_ben {
    width: 50px;
  }

  .benn p {
    font-size: .65em !important;
  }

  .c-ing h4 {
    font-size: 15px;

  }

  .c-ing p {
    font-size: .85em;
  }

  .suma {
    margin-top: 0px;
  }

  .conten-ingredientes {
    height: 310px;
  }

  .btn {
    padding: 12px 16px;
  }
}