/*======== GALERÍA 1 ========*/
.galeria1-slider {
  background-image: url("../img/galeria/banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
}
.galeria1-slider-div {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3px);
  padding: 2rem 1rem;
}
.galeria1-slider-int {
  max-width: 900px;
  text-align: center;
  color: white;
}

/*===========GALERÍA 2===========*/
.secc2-div {
  margin-top: 5rem;
  margin-bottom: 6rem;
}
.secc2-div-int {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.imagen-galeria {
  width: 30%;
}
.modal-dialog {
  max-width: 1200px !important;
  max-height: 900px !important;
}
.item-galeria {
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
}
.modal-content {
  background: transparent;
  border: 0;
}
.modal-header {
  justify-content: center;
  padding: 0;
  border: 0;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 3rem;
  margin: 0;
  background: transparent;
  border: 0;
  line-height: 1;
}
.modal-body {
  padding: 0;
  text-align: center;
}
.btn-gal {
  width: 100%;
  border: 0;
  padding: 0;
  position: relative;
  border-radius: 1rem;
}
.btn-gal:hover .h-gal {
  opacity: 1;
  transition: 0.5s;
}
.h-gal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #31813873;
  border-radius: 0.5rem;
  color: #fff;
  transition: 0.5s;
  opacity: 0;
}
.h-gal span {
  font-size: 1rem;
  border: 2px solid #fff;
  border-radius: 30px;
  position: relative;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  padding: 1px 20px;
}
.img-grande {
  max-height: 900px;
}
.btn-pag-g button {
  background: #fff;
  padding: 4px 6px !important;
  border: 0 !important;
  border-radius: 3px;
  color: #000;
  transition: all 0.15s ease-in-out;
	text-indent: 0 !important;
	height: auto !important;
}
.btn-pag-g button:hover {
  background: #ff8c0065;
  color: black;
  transition: 0.5s;
}
.btn-pag-g .active {
  background: #ff8b00 !important;
  color: white !important;
}
.btn-pag-g {
  padding: 20px 0 !important;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 0;
	bottom: -60px;
}

/*======== RESPONSIVE ========*/
@media (max-width: 992px) {
  .galeria1-slider {
    height: unset;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .secc2-div {
    flex-direction: column;
    margin-top: 60px;
  }
  .imagen-galeria {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .secc2-div-int-subdiv1-1 {
    height: 500px;
  }
  .imagen-galeria {
    width: 100%;
  }
}