/* .insumos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100dvh;
  width: 100%;
  overflow: scroll;
}
 */
/* Carrusel */
.insumos h2,
.alcohol h2 {
  font-size: 4rem;
  text-align: center;
}

#cCarousel,
#cCarousel2 {
  position: relative;
  max-width: 900px;
  margin: auto;
}

#cCarousel .arrow,
#cCarousel2 .arrow {
  position: absolute;
  top: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  font-size: 26px;
  color: white;
  background: #00000072;
  cursor: pointer;
}

#cCarousel #prev,
#cCarousel2 #prev2 {
  left: 0px;
}

#cCarousel #next,
#cCarousel2 #next2 {
  right: 0px;
}

#carousel-vp,
#carousel-vp2 {
  width: 770px;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
}

@media (max-width: 770px) {
  #carousel-vp,
  #carousel-vp2 {
    width: 510px;
  }
}

@media (max-width: 510px) {
  #carousel-vp,
  #carousel-vp2 {
    width: 250px;
  }
}

#cCarousel #cCarousel-inner,
#cCarousel2 #cCarousel-inner2 {
  display: flex;
  position: absolute;
  transition: 0.3s ease-in-out;
  gap: 10px;
  left: 0px;
}

.cCarousel-item,
.cCarousel-item2 {
  width: 250px;
  height: 365px;
  border: 2px solid rgb(0 0 0);
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 1.5rem;
}

.cCarousel-item img,
.cCarousel-item2 img {
  width: 100%;
  object-fit: contain;
  min-height: 246px;
  color: white;
  max-width: 246px;
  max-height: 262px;
}

.cCarousel-item .infos,
.cCarousel-item2 .infos {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: white;
  color: black;
}
