@charset "UTF-8";
@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;
  }
}
.floating-emoji {
  position: fixed;
  top: -2rem;
  font-size: 2rem;
  z-index: 9999;
  animation: floatDown 8s linear forwards;
  pointer-events: none;
  opacity: 0.8;
}

@keyframes floatDown {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(110vh) rotate(360deg);
    opacity: 0;
  }
}
/* Contenedor opcional para centrar */
.wedding-link-container {
  text-align: center;
  margin: 20px 0;
}

/* Estilo para los enlaces de boda */
.wedding-link {
  color: #b03060; /* Bordó elegante */
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem; /* Texto más grande */
  transition: all 0.3s ease;
  font-family: "Parisienne", cursive;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  padding: 12px 25px; /* Espacio interno para que parezca botón */
  border: 2px solid #b03060;
  border-radius: 12px;
  background-color: rgba(255, 192, 203, 0.1); /* Fondo suave */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Subrayado animado */
.wedding-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ff69b4;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 5px; /* Separado un poco del borde */
}

.wedding-link:hover {
  color: #ff69b4;
  border-color: #ff69b4;
  background-color: rgba(255, 105, 180, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.wedding-link:hover::after {
  width: 100%;
}

.regalo {
  margin: 0;
  font-family: "Georgia", serif;
  background: #faf9f7;
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.container-regalo {
  width: 100%;
  max-width: 650px;
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titulo-regalo {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #6b4e3d;
}

.login-regalo {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
  justify-content: center;
}

.login-regalo input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 1rem;
}

.login-regalo button {
  padding: 10px 18px;
  border-radius: 10px;
  border: none;
  background: #c9a27c;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.login-regalo button:hover {
  background: #b28b65;
}

.form-regalo {
  display: flex;
  gap: 12px;
  width: 100%;
  justify-content: center;
  margin-bottom: 25px;
}

.input-regalo {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 1rem;
}

.boton-regalo {
  background: #c9a27c;
  color: white;
  border: none;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.boton-regalo:hover {
  background: #b28b65;
}

.filtros-regalo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
}

.filtro-regalo {
  padding: 8px 16px;
  border-radius: 12px;
  background: #c9a27c;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.filtro-regalo:hover {
  background: #b28b65;
}

.contador-regalo {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #555;
  text-align: center;
}

.lista-regalo {
  list-style: none;
  padding: 0;
  width: 100%;
}

.li-regalo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fdfdfc;
  padding: 14px 18px;
  margin-bottom: 12px;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: background 0.3s;
}

.done-regalo {
  text-decoration: line-through;
  opacity: 0.6;
  background: #f6f6f4;
}

.row-regalo {
  display: flex;
  align-items: center;
}

.checkbox-regalo {
  margin-right: 12px;
  transform: scale(1.2);
  cursor: pointer;
}

.botones-regalo {
  display: flex;
  gap: 10px;
}

.botones-regalo button {
  padding: 6px 12px;
  background: #c9a27c;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.2s;
}

.botones-regalo button:hover {
  background: #b28b65;
}

.li-regalo-empty {
  justify-content: center;
  color: #999;
  text-align: center;
  padding: 20px 0;
  font-style: italic;
}

.modo-solo-lectura {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #f0e5d8;
  color: #6b4e3d;
  border-radius: 12px;
  font-style: italic;
  display: none;
}

.transferencia-container {
  text-align: center;
  margin: 20px 0;
}

.btn-transferencia {
  background: none;
  border: 1px solid #D4AF37;
  color: #D4AF37;
  padding: 8px 18px;
  border-radius: 25px;
  cursor: pointer;
  font-family: "Georgia", serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.btn-transferencia:hover {
  background: #D4AF37;
  color: #fffaf5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.info-transferencia {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  padding: 0 25px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 250, 245, 0.9), rgba(255, 250, 245, 0.95));
  color: #4a392f;
  font-family: "Georgia", serif;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
  transition: all 0.6s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.info-transferencia strong {
  color: #D4AF37;
  font-weight: 600;
}
.info-transferencia p {
  margin: 10px 0;
}

.info-transferencia.show {
  max-height: 400px;
  opacity: 1;
  margin-top: 15px;
  padding: 20px 30px;
}

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