/* Wrapper */
.wrapper {
  width: 90vw;
  width: 90dvw;
  height: 90vw;
  height: 90dvw;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5), 0 6px 6px rgba(0, 0, 0, 0.5);
}

/* Layers */
.top, .middle, .bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white no-repeat center/cover;
  pointer-events: none;
  overflow: hidden;
}
.top img, .middle img, .bottom img {
  width: 90vw;
  width: 90dvw;
}

.bottom {
  background-color: #2196f3;
}

.middle {
  background-color: #bbdefb;
}

.top {
  background-color: #fff;
  width: 125px;
}

/* Scroller */
.scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.9;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.12s ease-in-out;
  box-shadow: 3.5px 0 7px rgba(100, 100, 100, 0.4);
}
.scroller__thumb {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 7px;
}
.scroller:hover {
  opacity: 1;
}
.scroller.scrolling {
  pointer-events: none;
  opacity: 1;
}
.scroller::before, .scroller::after {
  content: "";
  display: block;
  width: 2px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  z-index: 30;
  transition: 0.1s;
  box-shadow: 3.5px 0 7px rgba(100, 100, 100, 0.4);
}
.scroller::before {
  top: 49px;
}
.scroller::after {
  bottom: 49px;
}

/* Variantes */
.scroller-middle {
  margin-top: 35dvw;
}
.scroller-middle > .scroller__thumb {
  border: 2px solid #ff1d25;
}
.scroller-middle svg {
  fill: #ff1d25;
}
.scroller-middle::before, .scroller-middle::after {
  background: #ff1d25;
}

.scroller-top {
  margin-top: 35dvw;
}
.scroller-top > .scroller__thumb {
  border: 2px solid #ff1d25;
}
.scroller-top svg {
  fill: #ff1d25;
}
.scroller-top::before, .scroller-top::after {
  background: #ff1d25;
}

.parallax2 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion {
  padding: 0 1dvw;
  --bs-accordion-border-width: 0px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23FFFFFF' stroke-width='2' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23861B2D' stroke-width='2' fill='%23861B2D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  border-color: #861B2D;
  box-shadow: 0 0 0 0.25rem rgba(134, 27, 45, 0.25);
}

.accordion-body {
  text-align: justify;
  justify-items: center;
}

.accordion-header {
  border: 0;
}

.accordion-button:focus {
  border-color: #861B2D;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='white' stroke-width='2' fill='%23861B2D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  filter: drop-shadow(0 0 3px white);
}

.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0 0 10dvh 0;
  box-sizing: border-box;
  justify-content: center;
}

.gallery-col,
.product-info-col {
  margin: 0 0 0 0;
  box-sizing: border-box;
  padding: 0;
}

.gallery-col {
  position: sticky;
  top: 0;
  width: 58.333%;
  padding: 100px 0 50px;
}
.gallery-col .row {
  margin-left: unset;
  margin-right: unset;
}

.product-info-col {
  width: 33.333%;
  padding: 90px 0 100px;
  display: block;
}

/* Responsividad */
@media (max-width: 768px) {
  .gallery-col,
  .product-info-col {
    width: 100%;
    margin-left: 0;
    position: static;
    padding: 20px 0;
  }
  .gallery-col {
    padding: 100px 0 20px;
  }
}
/* Listas */
.list-group-item.active {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

/* Before/After */
.img-before-after .btn-group {
  position: relative;
}
.img-before-after .set {
  display: none;
}
.img-before-after .set.visible {
  display: block;
}
.img-before-after .set img {
  width: 100%;
}

#bg-image1 {
  background-image: url("https://img.interempresas.net/fotos/2812946.jpeg");
}

#bg-image2 {
  background-image: url("../img/tests/ilumagear/about-2.png");
}

#bg-image3 {
  background-image: url("https://img.interempresas.net/fotos/2812946.jpeg");
}

.text-modal {
  font-weight: 600;
}

/* Imagen Before After Group*/
.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.image-container .set {
  position: relative;
  width: 100%;
  display: none;
}
.image-container .set.visible {
  display: block;
}
.image-container .set img {
  width: 100%;
  max-height: 75dvh;
  transition: opacity 1s ease;
}
.image-container .set img.before {
  position: relative;
  display: block;
  opacity: 1;
  z-index: 1;
}
.image-container .set img.after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.image-container .set.show-after img.after {
  opacity: 1;
}
.image-container .set.show-after img.before {
  opacity: 0;
}
.image-container .btn-group-control {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.image-container .btn-group-control .btn {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-weight: 500;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}
.image-container .btn-group-control .btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.image-container .btn-group-control .btn.active {
  background-color: #007bff;
  color: #fff;
}
.image-container .set-controls {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}
.image-container .set-controls button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: background 0.3s ease;
}
.image-container .set-controls button.active {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.image-container .set-controls button:hover {
  background: rgba(255, 255, 255, 0.9);
}

/*# sourceMappingURL=product.css.map */
