@charset "UTF-8";
.formatter.GaleriaImagenes .wrapperFormatter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /*SLIDER*/
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-track > div {
  margin: 0 15px;
}
.formatter.GaleriaImagenes .wrapperFormatter {
  /* Flechas de navegación */
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-prev, .formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-next {
  width: 36px;
  height: 36px;
  background: white;
  border: 0;
  border-radius: 100%;
  transition-duration: 0.3s;
  z-index: 1;
  transform: translate(0, -50%);
  top: calc(50% + 12px);
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-prev:before, .formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-next:before {
  transition-duration: 0.3s;
  color: #004A93;
  opacity: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "FontAwesome" !important;
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-prev:hover, .formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-next:hover {
  background: #004A93;
  color: white;
  transition-duration: 0.3s;
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-prev:hover:before, .formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-next:hover:before {
  transition-duration: 0.3s;
  color: white;
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-prev.slick-next:before, .formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-next.slick-next:before {
  content: "\f061";
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-prev.slick-prev:before, .formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-next.slick-prev:before {
  content: "\f060";
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-next {
  right: -4px;
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-arrow.slick-prev {
  left: -4px;
}
.formatter.GaleriaImagenes .wrapperFormatter {
  /* Puntos de navegación */
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-dots {
  bottom: -37px;
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-dots li {
  width: 14px;
  height: 14px;
  position: relative;
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-dots li button {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #004A93;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 17px;
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-dots li button:before {
  font-size: 14px;
  color: white;
  opacity: 1;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 17px;
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-dots li.slick-active button:before {
  color: #004A93;
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado .elemento_galeria_imagenes {
  width: 100%;
  overflow: hidden;
  height: fit-content;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado .elemento_galeria_imagenes:hover {
  background: #004A93;
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado .elemento_galeria_imagenes img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.3s ease;
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado .elemento_galeria_imagenes a.imagen-galeria img {
  opacity: 1;
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado .elemento_galeria_imagenes a.imagen-galeria:hover img {
  opacity: 0.6;
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.dos .elemento_galeria_imagenes {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 600px) {
  .formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.dos .elemento_galeria_imagenes {
    width: 100%;
  }
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.tres .elemento_galeria_imagenes {
  width: calc((100% - 60px) / 3);
}
@media (min-width: 600px) and (max-width: 899px) {
  .formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.tres .elemento_galeria_imagenes {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 600px) {
  .formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.tres .elemento_galeria_imagenes {
    width: 100%;
  }
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.cuatro .elemento_galeria_imagenes {
  width: calc((100% - 90px) / 4);
}
@media (min-width: 600px) and (max-width: 899px) {
  .formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.cuatro .elemento_galeria_imagenes {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 600px) {
  .formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.cuatro .elemento_galeria_imagenes {
    width: 100%;
  }
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.seis .elemento_galeria_imagenes {
  width: calc((100% - 150px) / 6);
}
@media (max-width: 899px) {
  .formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.seis .elemento_galeria_imagenes {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.seis .elemento_galeria_imagenes {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 600px) {
  .formatter.GaleriaImagenes .wrapperFormatter .galeria-listado.seis .elemento_galeria_imagenes {
    width: 100%;
  }
}
.formatter.GaleriaImagenes .wrapperFormatter .galeria-listado .noResultados {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 8px;
  background: #ECECEC;
}
.formatter.GaleriaImagenes .wrapperFormatter {
  /*SLIDER*/
}
.formatter.GaleriaImagenes .wrapperFormatter .slick-track > div {
  margin: 0 15px;
}
.formatter.GaleriaImagenes .wrapperFormatter {
  /* Flechas de navegación */
}
.formatter.GaleriaImagenes .wrapperFormatter {
  /* Puntos de navegación */
}
.formatter.GaleriaImagenes[data-tipo-formatter=Slider] {
  margin-left: -15px;
  margin-right: -15px;
}

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