/*Fuentes*/
/* Colores */
.btn {
  border: 1px solid #644293;
  padding: 10px 20px;
  color: #644293;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  transition: background-color 0.5s ease;
}
.btn:hover {
  background-color: #644293;
  color: white;
}

.nosotros {
  min-height: auto;
  height: auto;
  padding: 80px 0;
}
.nosotros .contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nosotros .contenedor .contenido {
  max-width: 43.125rem;
}
.nosotros .contenedor .contenido .texto-descriptivo {
  color: #1D1D1B;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.objetivos {
  min-height: auto;
  height: auto;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.objetivos::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 424px;
  height: 424px;
  background-color: #5B83A7;
  left: 89%;
  bottom: 62%;
  pointer-events: none;
  filter: blur(400px);
}
.objetivos .contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
}
.objetivos .contenedor .contenido {
  max-width: 37.813rem;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.objetivos .contenedor .contenido .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.objetivos .contenedor .contenido .item .titulo {
  color: #644293;
  font-family: "Playfair", serif;
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 15px;
}
.objetivos .contenedor .contenido .item .texto {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 20px;
}

.valores {
  min-height: auto;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.valores .contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .valores .contenedor {
    flex-direction: column;
  }
}
.valores .contenedor .izquierda {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 171px;
  position: relative;
  height: -webkit-fill-available;
}
@media (max-width: 768px) {
  .valores .contenedor .izquierda {
    width: 100%;
    padding-right: 0;
    justify-content: center;
    padding: 30px 0;
  }
}
.valores .contenedor .izquierda::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #D3A0C9;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .valores .contenedor .izquierda::before {
    width: 100dvw;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.valores .contenedor .izquierda .titulo {
  color: #644293;
  font-family: "Playfair", serif;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  max-width: 160px;
}
@media (max-width: 768px) {
  .valores .contenedor .izquierda .titulo {
    font-size: 30px;
    line-height: 35px;
  }
}
.valores .contenedor .derecha {
  width: 67%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 54px 0 54px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .valores .contenedor .derecha {
    width: 100%;
    padding: 50px 0;
  }
}
.valores .contenedor .derecha::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #5B83A7;
  z-index: -1;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .valores .contenedor .derecha::before {
    width: 100dvw;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.valores .contenedor .derecha .item .titulo {
  color: #5B83A7;
  font-family: "Playfair", serif;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .valores .contenedor .derecha .item .titulo {
    text-align: center;
  }
}
.valores .contenedor .derecha .item .texto {
  color: #5B83A7;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .valores .contenedor .derecha .item .texto {
    text-align: center;
  }
}

.galeria {
  min-height: auto;
  height: auto;
  padding: 80px 0;
}
.galeria .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.galeria .contenedor .titulo {
  color: #644293;
  font-family: "Playfair", serif;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 15px;
  text-align: center;
}
.galeria .contenedor .texto {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
  max-width: 40.563rem;
}
.galeria .contenedor #galeria.galeria-mosaico {
  width: 100%;
}
.galeria .contenedor .splide {
  width: 100%;
}
.galeria .contenedor .galeria-progress {
  background: rgba(100, 66, 147, 0.1);
  margin-top: 20px;
}
.galeria .contenedor .galeria-progress-bar {
  background: #644293;
  height: 4px;
  transition: width 400ms ease;
  width: 0;
}
.galeria .contenedor .splide__track {
  width: 100%;
}
.galeria .contenedor .splide__list {
  list-style: none;
}
.galeria .contenedor .splide__slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.galeria .contenedor .mosaicGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 239px;
  gap: 23px;
  width: 100%;
}
.galeria .contenedor .mosaicItem {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .galeria .contenedor .mosaicItem {
    width: 100%;
    height: 190px;
  }
}
.galeria .contenedor .mosaicItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.galeria .contenedor .mosaicItem p {
  position: absolute;
  left: 12px;
  bottom: 12px;
  margin: 0;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 4px;
}
.galeria .contenedor .mosaicGrid--pattern-a .mosaicItem:nth-child(1) {
  grid-area: 1/1/2/2;
}
.galeria .contenedor .mosaicGrid--pattern-a .mosaicItem:nth-child(2) {
  grid-area: 1/2/2/3;
}
.galeria .contenedor .mosaicGrid--pattern-a .mosaicItem:nth-child(3) {
  grid-area: 1/3/3/4;
}
.galeria .contenedor .mosaicGrid--pattern-a .mosaicItem:nth-child(4) {
  grid-area: 2/1/3/3;
}
.galeria .contenedor .mosaicGrid--pattern-b .mosaicItem:nth-child(1) {
  grid-area: 1/1/2/3;
}
.galeria .contenedor .mosaicGrid--pattern-b .mosaicItem:nth-child(2) {
  grid-area: 1/3/3/4;
}
.galeria .contenedor .mosaicGrid--pattern-b .mosaicItem:nth-child(3) {
  grid-area: 2/2/3/3;
}
.galeria .contenedor .mosaicGrid--pattern-b .mosaicItem:nth-child(4) {
  grid-area: 2/1/3/2;
}/*# sourceMappingURL=index.css.map */