#Spinner rect{
  fill:#9ac1b8 !important;
}
.contenedor-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 50vh;
    margin: 0 auto;
    background: var(--a-fondo-active-tab);

}
.video-how-to-use{
    object-fit: cover;
    width: 100%;
}
#SlideRewards{
  background-color: var(--fondo-menu-offcanvas) !important;
}

.icono-slide{
  width:50px !important; 
  text-align: center !important;
  margin-right: 20px;
}
.correo-contacto{
  font-size: 3.5vw !important;
}
  
/* Estilo para el botón de reproducción */
.reproducir {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color:var(--controles-video);
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fondo-reproducir-video)
  }
  
  
  /* Estilo para los controles de video */
  .video-how-to-use::-webkit-media-controls {
    display: none; /* Ocultar los controles predeterminados de Chrome/Safari */
  }
  
  .video-how-to-use::-webkit-media-controls-play-button {
    display: none; /* Ocultar el botón de reproducción de Chrome/Safari */
  }
  
  .boton-sound, .boton-fullscreen {
    position: absolute;
    bottom: 10px;
    color: var(--controles-video);
    font-size: 1.5rem;
    cursor: pointer;
  }
  
  .boton-sound {
    left: 10px;
  }
  
  .boton-fullscreen {
    right: 10px;
  }
  .como-lo-uso{
    position: absolute;
    font-size: 1.5rem;
    color: var(--controles-video);
    top: .5rem;
    left: 1rem;
  }
  .gal-index{
    margin: 2rem 0 .5rem;
  }
  .gal-index .owl-item {
    background: rgb(204,204,204);
    background: var(--owl-item);
    border-radius: 10px;
  }
  .owl-nav {
    position: unset; 
    width: 100vw;
    margin-top: 1rem;
    display: none;
  }
  .btn-detalles, .btn-detalles-shop{
    border-radius: 15px !important;
    font-size: 1rem;
    padding: 1rem;
    width: 100%;
    max-width: 400px;
  }
  #filter select{
    margin-bottom: .5rem;
  }
  .product-details h2{
    text-transform: uppercase;
    max-width: 600px;
    margin: auto;
  }

  .faqs-accordion{
    margin-bottom: 2rem;
  }
.faqs-accordion .accordion-body, .product-details .contenedor-texto-faqs, .burbuja{ 
  padding: 1rem !important;
  background: var(--fondo-burbuja);
  border-radius: 20px;
  margin-top: 1rem;
  max-width: 600px;
  margin: 1rem auto;
}
.burbuja p{
  margin-bottom: 0;
}
.faqs-accordion .accordion-button{
  font-size: .9rem;
}
.offcanvas-contacto .offcanvas-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.boton-slide div{
  width: 200px;
  text-align: left;
}
.icono-slide{
  width:50px; 
  text-align: center;
  margin-right: 20px;
}
.owl-item img{
  opacity: var(--owl-opacity);
}
.btn-close-modal {
  color:var(--second-color);
  border: 0;
  background: transparent;
}
#filter label{
  text-align: left;
  font-size: .8rem;
  padding: 0;
}