@import url("https://use.typekit.net/gwg5mmd.css");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "EmithaScript";
  src: url("asset/font/Emitha-Script.woff2") format("woff2"),
    url("asset/font/Emitha-Script.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "MiFuente", sans-serif;
}

main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  padding: 3.5rem 0rem 4.5rem 0rem;
}

.bautizo {
  position: relative;
  width: 90%; /* ajusta según lo necesites */
  max-width: 500px; /* opcional, para limitar tamaño */
  margin: 0 auto;
}

.corona {
  width: 100%;
  display: block;
}

.texto {
  position: absolute;
  top: 52%; /* centra vertical */
  left: 50%; /* centra horizontal */
  transform: translate(-50%, -50%); /* centra exacto */
  text-align: center;
}

.fecha {
  font-family: "EmithaScript", sans-serif;
  font-weight: 500;
  font-weight: normal;
  font-size: 5.2rem;
  color: #a8a8a8;
}

.texto-superior {
  font-family: "memimas-pro", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #c7baab;
  margin: 0;
}

.texto-inferior {
  font-family: "EmithaScript", sans-serif;
  font-weight: 500;
  font-weight: normal;
  font-size: 6.8rem;
  color: #a8a8a8;
  margin-top: 1.2rem;
}

.texto-coracao {
  font-family: "memimas-pro", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: #c7baab;
  text-transform: uppercase;
}

.container-evento {
  width: 100%;
  height: 16vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.texto-evento {
  font-family: "memimas-pro", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #c7baab;
  text-transform: uppercase;
}

.ubicacion {
  display: inline-block;
  margin-top: 30px;
  font-family: "memimas-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #c7baab;
  text-decoration: none;
  border: 1px solid #c7baab;
  padding: 10px 20px;
  border-radius: 25px; /* esquinas redondeadas, estilo pill */
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.ph-arrow-down {
  font-size: 2.8rem;
  color: #c7baab;
  display: block;
  margin: 30px auto 0; /* la centra debajo del contenido */
  animation: bounce 1.6s infinite ease-in-out;
  opacity: 0.8;
}

/* Animación de rebote */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
}

.seccion-eventos {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.palomita {
  width: 5.2rem;
}
