
.swiper-container {
  width: 90%;
  height: 100%;
/*     background: #fd5; */
}



label.required:not(.form-check-label):after {
    content: "\2000*";
    color: red;
}

.imagen_soap {
	width: 150px;
	height: 150px;
}

.general-banner {
  margin-bottom: 3rem;
}

.flexeo2 {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-banner {
  height: 400px;
  object-fit: contain;
}

@media screen and (max-width: 800px) {
  .swiper-banner {
    max-width: 550px;
  }

.flexeo2 {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
}