/*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;
}

.banner_titulo {
  min-height: auto;
  height: auto;
  position: relative;
}
.banner_titulo picture {
  position: absolute;
  inset: 0;
}
.banner_titulo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_titulo .contenedor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 68px 0;
}
.banner_titulo .contenedor .banner_titulo__title {
  font-family: "Playfair", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #644293;
}/*# sourceMappingURL=index.css.map */