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

.gracias {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gracias::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #644293 100%);
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}
.gracias picture {
  position: absolute;
  inset: 0;
}
.gracias picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gracias .contenedor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.gracias .contenedor .gracias-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 23rem;
}
.gracias .contenedor .gracias-content .gracias-content__title {
  font-family: "Playfair", serif;
  color: #644293;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 10px;
}
.gracias .contenedor .gracias-content .gracias-content__text {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #644293;
  margin-bottom: 30px;
}/*# sourceMappingURL=index.css.map */