@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Parisienne&display=swap");
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

body {
  background-color: #fffaf5;
  color: #4a392f;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.hero {
  background: linear-gradient(rgba(74, 57, 47, 0.6), rgba(74, 57, 47, 0.6)), url("../img/pexels-edwardeyer-1045541.jpg") center center/cover no-repeat;
  min-height: 100vh;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}
.hero h1 {
  font-family: "Parisienne", cursive;
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.hero p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.hero .countdown {
  color: #ffffff;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  min-width: 220px;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
}
.hero .countdown .time-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .countdown .time-segment .number {
  font-size: 2rem;
  font-weight: 700;
}
.hero .countdown .time-segment .label {
  font-size: 0.9rem;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 0.15rem;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 1rem 0;
  justify-items: center;
}

.gallery-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-img:hover {
  transform: scale(1.05);
}

section {
  padding: 4rem 2rem;
}

.bg-light {
  background-color: white !important;
}

h2 {
  font-family: "Parisienne", cursive;
  color: #D4AF37;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  text-align: center;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.event-section {
  text-align: center;
  background-color: #fff;
}
.event-section .event-title {
  font-family: "Parisienne", cursive;
  color: #D4AF37;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.event-section .event-info {
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  color: #4a392f;
}
.event-section .map-button {
  margin-top: 2rem;
}
.event-section .map-button a {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #D4AF37;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.event-section .map-button a:hover {
  background-color: rgb(198.7654320988, 161.9938271605, 42.7345679012);
  transform: translateY(-2px);
}

.second-countdown-section {
  padding: 4rem 2rem;
  background-color: white;
  text-align: center;
}
.second-countdown-section .section-title {
  font-family: "Parisienne", cursive;
  color: #D4AF37;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.second-countdown-section .countdown {
  color: #D4AF37;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  min-width: 220px;
  margin: 0 auto 2rem auto;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
}
.second-countdown-section .countdown .time-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-countdown-section .countdown .time-segment .number {
  font-size: 2rem;
  font-weight: 700;
}
.second-countdown-section .countdown .time-segment .label {
  font-size: 0.9rem;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 0.15rem;
}
.second-countdown-section .map-button a {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #D4AF37;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.second-countdown-section .map-button a:hover {
  background-color: rgb(198.7654320988, 161.9938271605, 42.7345679012);
  transform: translateY(-2px);
}

.vestimenta-section {
  background-color: white;
  padding: 4rem 2rem;
  text-align: center;
}
.vestimenta-section .section-title {
  font-family: "Parisienne", cursive;
  color: #D4AF37;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.vestimenta-section img {
  display: block;
  margin: 0 auto 2rem auto;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: #fffaf5;
  border-radius: 13px;
  padding: 0.75rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.vestimenta-section .section-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0.5rem auto 0 auto;
  color: #4a392f;
  font-style: italic;
  text-align: center;
  opacity: 0.85;
}

.confirmacion-section {
  background-color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}
.confirmacion-section .section-title {
  font-family: "Parisienne", cursive;
  color: #D4AF37;
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
.confirmacion-section .section-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto 2.5rem auto;
  color: #4a392f;
}
.confirmacion-section .map-button {
  margin-bottom: 1.5rem;
}
.confirmacion-section .map-button a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background-color: #D4AF37;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.confirmacion-section .map-button a:hover {
  background-color: rgb(190.3703703704, 155.1518518519, 40.9296296296);
  transform: translateY(-2px);
}
.confirmacion-section .map-button .whatsapp-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.footer {
  background-color: #D4AF37;
  color: white;
  padding: 2rem 1rem;
  font-family: "Open Sans", sans-serif;
}
.footer .footer-names {
  font-family: "Parisienne", cursive;
  font-size: 2rem;
  margin-bottom: 0.25rem;
}
.footer .footer-love {
  font-size: 1rem;
  opacity: 0.8;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .hero {
    background-position: center top;
    min-height: 70vh;
  }
  .hero h1 {
    font-size: 3rem;
    margin-top: 3rem;
  }
  .hero p {
    font-size: 1.1rem;
  }
  .hero .countdown {
    min-width: 180px;
    font-size: 1.1rem;
  }
  .hero .countdown .number {
    font-size: 1.5rem;
  }
  .hero .countdown .label {
    font-size: 0.75rem;
  }
  .gallery-container {
    grid-template-columns: 1fr;
  }
  .gallery-img {
    width: 90%;
    max-width: none;
    height: auto;
  }
  h2 {
    font-size: 2rem;
  }
  section {
    padding: 2rem 1rem;
  }
  .event-section .event-title,
  .second-countdown-section .section-title {
    font-size: 2.3rem;
  }
  .event-section .event-info {
    font-size: 1.05rem;
  }
  .map-button a {
    font-size: 0.95rem;
    padding: 0.6rem 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
