body {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
}

.navbar {
  width: 90%;
  margin: auto;
}

.productos .productos-2 .productos-3 .productos-4 {
  position: relative;
}
.productos .productos-2 .productos-3 .productos-4 h5 {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.productos .productos-2 .productos-3 .productos-4 .prod-img {
  height: 300px;
  object-fit: cover;
  opacity: 0.5;
}
.productos .productos-2 .productos-3 .productos-4 .prod-img:hover {
  cursor: pointer;
  opacity: 1;
}
.productos .productos-2 .productos-3 .productos-4 .prod-img:active {
  transform: scale(1.05);
}

.productos-2 img:hover {
  cursor: pointer;
  opacity: 1;
}

.d-grid {
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 300px;
}
.d-grid .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.d-grid .img-fluid:hover {
  transform: scale(1.02);
  cursor: pointer;
}

@media (min-width: 576px) {
  .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .d-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .vidrios {
    grid-template-columns: repeat(3, 1fr);
  }
}
.overlay {
  z-index: 10000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.7s ease;
  visibility: hidden;
  opacity: 0;
}
.overlay .slideshow {
  width: 90%;
  height: 90%;
  position: relative;
  display: flex;
  justify-content: center;
}
.overlay .slideshow .btn-cerrar {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.2s ease;
}
.overlay .slideshow .btn-cerrar:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.overlay .slideshow .botones {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffc107;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.overlay .slideshow .botones .fa-solid {
  pointer-events: none;
}
.overlay .slideshow .botones:hover > i {
  transform: scale(1.1);
  transition: all 0.2s ease;
}
.overlay .slideshow .adelante {
  right: 20px;
}
.overlay .slideshow .atras {
  left: 20px;
}
.overlay .slideshow img,
.overlay .slideshow video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 992px) {
  .adelante {
    right: 5px;
  }
  .atras {
    left: 5px;
  }
}

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