@media (max-width: 768px) {
  #img-1 {
    display: none;
  }
}

@media (min-width: 768px) {
  #img-2 {
    display: none;
  }
}

@media (max-width: 768px) {
  #img-3 {
    display: none;
  }
}

@media (min-width: 768px) {
  #img-4 {
    display: none;
  }
}

@media (max-width: 768px) {
  #img-5 {
    display: none;
  }
}

@media (min-width: 768px) {
  #img-6 {
    display: none;
  }
}

@media (max-width: 768px) {
  #img-7,
  #img-prov,
  #img-prov2,
  #img-mayo,
  #img-mayo2,
  #img-mayor4,
  .carr {
    display: none;
  }
}

@media (min-width: 768px) {
  #img-8,
  #img-prov-movil,
  #img-prov-movil2,
  #img-mayo-movil,
  #img-mayo2-movil,
  #img-mayor4-movil,
  #volver-movil,
  .buscar-movil,
  .carr-movil,
  #filter-mov {
    display: none;
  }
}

@media (min-width: 768px) {
  #img-mayori {
    width: 250px;
    height: 220px;
  }
}

@media (max-width: 768px) {
  #img-mayori {
    width: 150px;
    height: 120px;
  }
}

.imagenu {
  transition: transform 0.3s ease;
}

.imagenu:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cuenta,
  .ventajas {
    display: none;
  }
}

@media (min-width: 768px) {
  .cuenta-res,
  .slideshow-container {
    display: none;
  }
}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
  scroll-behavior: smooth;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(146, 145, 145, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

#boton {
  color: #fff !important;
  padding: 8px;
  padding-right: 2rem;
  padding-left: 2rem;
  transition: transform 0.3s ease;
}

#boton:hover {
  transform: scale(1.1);
  filter: brightness(90%);
}
#boton-w,
#boton-l,
#boton-c {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: transform 0.3s ease;
}

#boton-w:hover,
#boton-l:hover,
#boton-c:hover {
  transform: scale(1.1);
  filter: brightness(90%);
}

/* Estilos responsive lsita de productos */
@media (max-width: 767px) {
  .row#cuerpo-productos-shop {
    width:100%;
    /* margin: 1rem; */
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 0;
  }

  .shop-contenedor {
    width: 80%;
    padding: 0;
    margin-bottom: 1rem;
  }

  #producto-img {
    width: 250px;
    height: 90px;
  }

  #btn-producto {
    font-size: 15px;
    height: 90%;
  }
}

/*index carrousel*/

@media (min-width: 767px) {
  .row#cuerpo-productos-index {
    width: 100%;
    margin: 0;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }

  .shop-contenedor {
    padding: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
}

/*index marcas fovoritas responsive*/
.row#cuerpo-productos-conf {
  width: 100%;
  margin: 0;
  display: grid;
  justify-items: flex-start;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
@media (max-width: 767px) {
  .row#cuerpo-productos-conf {
    width: 370px;
    margin: 0;
    display: grid;
    justify-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  #container-conf {
    width: 30%;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
  }
}
#boton-marcas {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#cont-marcas:hover #boton-marcas {
  color: #fff !important;
  opacity: 0.8;
}

/*Somos drug titulo responsive*/
@media (max-width: 767px) {
  .titulo-somos {
    font-size: 27px;
  }
}

/*Responsive div contacto - vista cotizaciones*/
@media (max-width: 767px) {
  #contacto-cotiza {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 767px) {
  .productos-bar {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
  }

  .productos-bar p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .row#cuerpo-productos-rec {
    width: 370px;
    margin: 0;
    display: grid;
    justify-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}

/*mayoristas responsive*/
@media (max-width: 767px) {
  #texto-mayoristas {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 35px;
  }
}

@media (min-width: 767px) {
  #texto-mayoristas {
    padding-left: 200px;
    padding-right: 200px;
  }
}

/*carrousel vista prod detalle*/
@media (max-width: 768px) {
  .carr-detalle {
    display: none;
  }
}

@media (min-width: 768px) {
  l #demo-mov {
    display: none;
  }
}

/*privacidad*/

#texto-privacidad p {
  font-size: 17px !important;
}


/*Estilo de las tarjetas*/
.card-container {
    position: relative;
    width: 300px; /* Ajusta el tamaño según sea necesario */
    height: 190px; /* Ajusta el tamaño según sea necesario */
    margin: 30px auto;
}

.card-background {
    width: 100%;
    height: 100%;
}

.card-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: white;
}

.card-number {
    font-size: 1.2em;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 60px;
}

.card-holder {
    font-size: 1em;
    text-align: left;
}

.card-expiry {
    font-size: 0.8em;
    text-align: left;
}

.card-cvv {
    font-size: 0.8em;
    text-align: right;
    margin-top: 20px;
}
.corner-image {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 30px;
}