@charset "UTF-8";
.container.is-fullwidth {
  max-width: none !important;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section.is-fullwidth {
  padding-left: 0;
  padding-right: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333;
  background-image: url("/assets/img/textura-papel.svg");
  background-size: 200px 200px;
}

h2, h3 {
  font-family: "Playfair Display", serif;
  text-align: center;
}

.has-text-gold {
  color: #ff3860 !important;
}

.has-text-gold {
  color: #d4af37;
}

.has-rounded-border {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .columns.is-vcentered {
    flex-direction: column-reverse; /* Imagen abajo en móviles */
  }
  .columns.is-vcentered .column {
    width: 100% !important;
  }
}
.has-round-frame {
  border: 15px solid #ff3860; /* Marco dorado */
  border-radius: 50%; /* Forma circular */
  padding: 0.1rem; /* Espacio entre foto y marco */
  background-color: white; /* Fondo para el efecto de "padding" */
  object-fit: cover; /* Ajuste de la imagen */
  width: 90%; /* Tamaño fijo (ajustable) */
  height: auto;
  margin: 0 auto; /* Centrado */
}

.novios-title {
  font-family: "Tangerine", cursive !important; /* Fuente principal */
  font-size: 8rem !important; /* Tamaño grande para impacto */
  color: #4d3b1b !important; /* Dorado */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), 0 0 10px rgba(123, 105, 71, 0.2) !important; /* Sombra que complementa el color */
  line-height: 0.8 !important; /* Espaciado ajustado */
  margin-bottom: 0.5rem !important;
  text-align: center;
  border-bottom: 7px solid #ff3860;
}

.subtitle {
  text-align: center;
  font-style: italic;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}

.contrato {
  font-family: "Tangerine", cursive !important;
  font-size: 37px !important;
  text-align: center;
  font-weight: 600;
  padding: 15px;
  line-height: 1;
}

/* Ajuste para móviles */
@media (max-width: 768px) {
  .novios-title {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
}
/* Estilos para el segundo módulo */
.second-module {
  /* Responsive */
}
.second-module .date-time-section {
  border-bottom: 7px solid #ff3860;
  margin-bottom: 3rem;
}
.second-module .date-time-section .date, .second-module .date-time-section .time {
  color: #ff3860;
  font-size: 60px;
  text-align: center;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}
.second-module .date-time-section .time br {
  display: none;
}
.second-module .date-time-section .heart-column {
  text-align: center;
}
.second-module .date-time-section .heart-column img {
  width: 50px; /* Ajusta según necesidad */
  height: auto;
}
.second-module .locations-section .banquet-column {
  border-left: 7px solid #ff3860;
  padding-left: 2rem;
}
.second-module .locations-section .banquet-column .subtitle {
  margin-bottom: 1rem;
}
.second-module .locations-section .title.is-4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.second-module .locations-section .subtitle.is-6 {
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .second-module .date-time-section .date, .second-module .date-time-section .time {
    font-size: 2.5rem;
  }
  .second-module .date-time-section .time br {
    display: block;
  }
  .second-module .locations-section .banquet-column {
    border-left: none;
    border-top: 7px solid #f1bb31;
    padding-left: 0;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

/* Módulo Nuestra Boda */
.our-wedding-module {
  background-color: #fffaf3; /* Fondo crema claro opcional */
  /* Responsive */
}
.our-wedding-module .our-wedding-title {
  font-family: "Tangerine", cursive;
  font-size: 5rem;
  color: #4d3b1b;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1;
}
.our-wedding-module .our-wedding-text {
  color: #4d3b1b;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
}
.our-wedding-module .our-wedding-text strong {
  color: #4d3b1b;
  font-weight: 600;
}
.our-wedding-module .oval-photo-frame {
  display: inline-block;
  border: 8px solid #f1bb31; /* Marco dorado */
  border-radius: 50%; /* Forma ovalada */
  background-color: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* Oculta cualquier parte de la imagen que sobresalga */
}
.our-wedding-module .oval-photo {
  width: 100%;
  height: 100%; /* Asegura que la imagen llene el contenedor */
  object-fit: cover; /* Mantiene la proporción de la imagen */
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  .our-wedding-module .columns.is-vcentered {
    flex-direction: column-reverse; /* Foto arriba en móviles */
  }
  .our-wedding-module .our-wedding-title {
    font-size: 3.5rem;
    margin-top: 2rem;
  }
  .our-wedding-module .oval-photo-frame {
    margin-bottom: 2rem;
  }
}

/* Módulo Orden del Día */
.event-schedule-module {
  /* Responsive */
}
.event-schedule-module .schedule-title {
  font-family: "Tangerine", cursive;
  font-size: 5.5rem;
  color: #4d3b1b;
  text-align: center;
  margin-bottom: 2.5rem;
}
.event-schedule-module .schedule-items {
  max-width: 700px;
  margin: 0 auto;
}
.event-schedule-module .schedule-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #d4af37;
}
.event-schedule-module .schedule-item:last-child {
  border-bottom: none;
}
.event-schedule-module .schedule-time {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #4d3b1b;
  font-size: 1.2rem;
  min-width: 80px;
  margin-right: 1.5rem;
}
.event-schedule-module .schedule-detail {
  color: #4d3b1b;
  font-size: 1.1rem;
  line-height: 1.6;
}
.event-schedule-module .schedule-footer {
  color: #4d3b1b;
  font-style: italic;
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f1bb31;
}
.event-schedule-module .decorative-svg {
  width: 60px;
  height: auto;
  opacity: 0.8;
}
.event-schedule-module .decorative-svg:hover {
  opacity: 1;
  transform: scale(1.05);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .event-schedule-module .schedule-title {
    font-size: 3.5rem;
  }
  .event-schedule-module .schedule-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .event-schedule-module .schedule-time {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}

.h3-ceremonio h3 {
  font-size: 30px;
}

/* Módulo Ubicación */
.location-module {
  background-color: #fffaf3;
  /* Responsive */
}
.location-module .map-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.location-module .map-container iframe {
  display: block;
  filter: grayscale(20%) contrast(1.1);
}
.location-module .map-container .map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
}
.location-module .map-container .map-pin .pin-icon {
  width: 40px;
  height: 40px;
  animation: pulse 2s infinite;
}
.location-module .location-title {
  font-family: "Tangerine", cursive;
  font-size: 4rem;
  color: #4d3b1b;
  margin-bottom: 2rem;
}
.location-module .location-info .info-item {
  margin-bottom: 1.5rem;
}
.location-module .location-info .info-item .icon-text {
  display: flex;
  align-items: flex-start;
}
.location-module .location-info .info-item .icon-text .icon {
  margin-right: 1rem;
}
.location-module .location-info .info-item .icon-text .icon img {
  width: 20px;
  height: 20px;
}
.location-module .location-info .info-item .icon-text span {
  color: #4d3b1b;
  line-height: 1.6;
}
.location-module .button.is-gold {
  background-color: #ff3860;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  padding: 1rem 2rem;
  margin-top: 1rem;
}
.location-module .button.is-gold:hover {
  background-color: rgb(255, 5, 55.2512562814);
}
.location-module .button.is-gold .icon img {
  width: 16px;
  height: 16px;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -100%) scale(1);
  }
  50% {
    transform: translate(-50%, -100%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -100%) scale(1);
  }
}
@media (max-width: 768px) {
  .location-module .columns.is-vcentered {
    flex-direction: column-reverse;
  }
  .location-module .map-container {
    margin-top: 2rem;
  }
  .location-module .location-title {
    font-size: 3rem;
    text-align: center;
  }
  .location-module .location-info {
    text-align: center;
  }
  .location-module .location-info .icon-text {
    justify-content: center;
  }
  .location-module .location-cta {
    text-align: center;
  }
}

/* Módulo Galería */
.gallery-module {
  /* Responsive */
}
.gallery-module .gallery-title {
  font-family: "Tangerine", cursive;
  font-size: 4.5rem;
  color: #4d3b1b;
  text-align: center;
  margin-bottom: 3rem;
}
.gallery-module .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .gallery-module .gallery-grid {
    grid-template-areas: "wide tall" "wide .";
    grid-template-columns: 2fr 1fr;
  }
}
.gallery-module .gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.gallery-module .gallery-item:hover {
  transform: translateY(-5px);
}
.gallery-module .gallery-item:hover .photo-frame {
  opacity: 0.8;
}
.gallery-module .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .gallery-module .gallery-item.wide {
    grid-area: wide;
    height: 500px;
  }
}
@media (min-width: 768px) {
  .gallery-module .gallery-item.tall {
    grid-area: tall;
    height: 100%;
  }
}
.gallery-module .photo-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid rgba(241, 187, 49, 0.3);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .gallery-module .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }
  .gallery-module .gallery-item {
    height: 250px;
  }
  .gallery-module .gallery-item.wide, .gallery-module .gallery-item.tall {
    height: 250px;
  }
}

/* Módulo RSVP */
.rsvp-module {
  background: linear-gradient(135deg, #fff9f0, #f8f1e6);
  /* Responsive */
}
.rsvp-module .rsvp-title {
  font-family: "Tangerine", cursive;
  font-size: 5rem;
  color: #4d3b1b;
  margin-bottom: 1.5rem;
}
.rsvp-module .countdown-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 2rem;
}
.rsvp-module .countdown-box {
  text-align: center;
  min-width: 80px;
}
.rsvp-module .countdown-number {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f1bb31;
  line-height: 1;
}
.rsvp-module .countdown-label {
  font-size: 0.9rem;
  color: #4d3b1b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rsvp-module .rsvp-subtitle {
  font-size: 1.2rem;
  color: #4d3b1b;
}
.rsvp-module .rsvp-subtitle strong {
  color: #ff3860;
}
.rsvp-module .rsvp-form {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #ff3860;
}
.rsvp-module .rsvp-form .button.is-gold {
  background-color: #f1bb31;
  color: white;
  font-weight: 600;
  border: none;
}
.rsvp-module .rsvp-form .button.is-gold:hover {
  background-color: rgb(233.3418181818, 172.1745454545, 15.8581818182);
}
@media (max-width: 768px) {
  .rsvp-module .columns.is-vcentered {
    flex-direction: column;
  }
  .rsvp-module .countdown-container {
    gap: 10px;
  }
  .rsvp-module .countdown-number {
    font-size: 2rem;
  }
  .rsvp-module .rsvp-form {
    margin-top: 2rem;
  }
}

/* Botón WhatsApp */
.button.is-success {
  background-color: #25D366;
  color: white;
}
.button.is-success:hover {
  background-color: rgb(29.3911290323, 167.6088709677, 81.0241935484);
}

/* Asegura que el countdown tenga su propio espacio */
.rsvp-module .columns {
  display: flex;
  flex-wrap: wrap;
}
.rsvp-module #countdown-container {
  flex: 1;
  min-width: 300px; /* Ancho mínimo para evitar compresión */
  margin-bottom: 2rem;
}
.rsvp-module .rsvp-form {
  flex: 1;
  min-width: 300px; /* Mismo ancho mínimo */
}

/* Estilos para el módulo RSVP */
.rsvp-module {
  /* Responsive */
}
.rsvp-module .countdown-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 2rem 0;
}
.rsvp-module .countdown-box {
  text-align: center;
  min-width: 80px;
}
.rsvp-module .countdown-number {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ff3860;
  display: block;
  line-height: 1;
}
.rsvp-module .countdown-label {
  font-size: 0.9rem;
  color: #4d3b1b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .rsvp-module .countdown-container {
    flex-wrap: wrap;
    gap: 10px;
  }
  .rsvp-module .countdown-box {
    min-width: 70px;
  }
  .rsvp-module .countdown-number {
    font-size: 2rem;
  }
}

/* Módulo Vestimenta */
.vestimenta-module {
  padding: 4rem 1.5rem;
  /* Responsive */
}
.vestimenta-module .vestimenta-title {
  font-family: "Tangerine", cursive;
  font-size: 5rem;
  color: #ff3860;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.vestimenta-module .vestimenta-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: #ff3860;
  text-align: center;
  font-style: italic;
  margin-bottom: 2rem;
}
.vestimenta-module .vestimenta-rules .vestimenta-rule {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.vestimenta-module .vestimenta-rules .vestimenta-rule .rule-icon {
  color: #3CB371;
  font-size: 1.5rem;
  margin-right: 1rem;
  min-width: 30px;
  text-align: center;
  line-height: 1.4;
}
.vestimenta-module .vestimenta-rules .vestimenta-rule p {
  color: #4d3b1b;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}
.vestimenta-module .vestimenta-svg-container {
  text-align: center;
  padding: 1rem;
}
.vestimenta-module .vestimenta-svg-container .vestimenta-svg {
  max-height: 300px;
  width: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}
.vestimenta-module .vestimenta-svg-container .vestimenta-svg:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .vestimenta-module {
    padding: 3rem 1rem;
  }
  .vestimenta-module .columns.is-vcentered {
    flex-direction: column;
  }
  .vestimenta-module .column {
    width: 100% !important;
  }
  .vestimenta-module .column.is-4 {
    flex: none;
  }
  .vestimenta-module .vestimenta-title {
    font-size: 3.5rem;
    margin-top: 1rem;
  }
  .vestimenta-module .vestimenta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .vestimenta-module .vestimenta-svg-container {
    padding: 0.5rem;
  }
  .vestimenta-module .vestimenta-svg-container .vestimenta-svg {
    max-height: 200px;
    margin: 1rem auto;
  }
  .vestimenta-module .vestimenta-rules .vestimenta-rule p {
    font-size: 1rem;
  }
}

/* Módulo Lluvia de Sobres */
.regalos-module {
  position: relative;
  overflow: hidden;
  padding: 5rem 1.5rem;
  /* Animación de sobres cayendo */
  /* Responsive */
}
.regalos-module::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(135deg, rgba(241, 187, 49, 0.3) 0%, rgba(241, 187, 49, 0.1) 100%);
}
.regalos-module .decorative-icon {
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 1.5rem;
  animation: pulse 2s infinite;
}
.regalos-module .regalos-title {
  font-size: 5.5rem;
  color: #4d3b1b;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  line-height: 75px;
}
.regalos-module .regalos-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #d4af37;
}
.regalos-module .regalos-quote {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 2rem;
  position: relative;
  padding: 0 2rem;
}
.regalos-module .regalos-quote p {
  position: relative;
  z-index: 1;
}
.regalos-module .regalos-quote::before, .regalos-module .regalos-quote::after {
  content: '"';
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: rgba(241, 187, 49, 0.2);
  position: absolute;
}
.regalos-module .regalos-quote::before {
  top: -20px;
  left: 0;
}
.regalos-module .regalos-quote::after {
  bottom: -40px;
  right: 0;
}
.regalos-module .divider {
  color: #d4af37;
  font-size: 1.5rem;
  margin: 2rem auto;
  width: 100px;
  position: relative;
}
.regalos-module .divider::before, .regalos-module .divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #d4af37;
}
.regalos-module .divider::before {
  left: 0;
}
.regalos-module .divider::after {
  right: 0;
}
.regalos-module .regalos-message {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: #4d3b1b;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.regalos-module .sobres-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
.regalos-module .sobres-container .sobre-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
}
.regalos-module .sobres-container .sobre-item i {
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 1rem;
  background: white;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.regalos-module .sobres-container .sobre-item span {
  font-family: "Playfair Display", serif;
  color: #4d3b1b;
  font-size: 1rem;
  text-align: center;
}
.regalos-module .sobres-container .sobre-item:hover i {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.regalos-module .instrucciones-box {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-top: 3px solid #d4af37;
  position: relative;
}
.regalos-module .instrucciones-box .instrucciones-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.regalos-module .instrucciones-box .instrucciones-icon i {
  color: #d4af37;
  font-size: 1.2rem;
}
.regalos-module .instrucciones-box p {
  font-family: "Montserrat", sans-serif;
  color: #4d3b1b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
@keyframes falling-envelope {
  0% {
    transform: translateY(-100px) rotate(-10deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .regalos-module {
    padding: 3rem 1rem;
  }
  .regalos-module .regalos-title {
    font-size: 3.5rem;
  }
  .regalos-module .regalos-quote {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
  .regalos-module .sobres-container {
    gap: 1rem;
  }
  .regalos-module .sobres-container .sobre-item {
    min-width: 120px;
  }
  .regalos-module .sobres-container .sobre-item i {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
  .regalos-module .regalos-message {
    font-size: 1rem;
  }
}

/* Estilos para el footer */
.footer {
  padding: 2rem 1.5rem;
  background-color: #f5f5f5; /* Color de fondo claro */
  border-top: 1px solid #eaeaea; /* Línea superior */
}

.footer .content {
  max-width: 800px; /* Ancho máximo del contenido */
  margin: 0 auto; /* Centrar el contenido */
}

.footer p {
  margin: 0.5rem 0; /* Espaciado entre párrafos */
}

/* Estilos para el botón flotante */
#mute-button {
  position: fixed; /* Fijar el botón en la pantalla */
  bottom: 20px; /* Espacio desde el fondo */
  right: 20px; /* Espacio desde la derecha */
  background-color: #ff3860; /* Color de fondo del botón */
  color: white; /* Color del texto */
  border-radius: 50%; /* Hacer el botón circular */
  width: 50px; /* Ancho del botón */
  height: 50px; /* Alto del botón */
  display: flex; /* Usar flexbox para centrar el icono */
  align-items: center; /* Centrar verticalmente */
  justify-content: center; /* Centrar horizontalmente */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra del botón */
  transition: background-color 0.3s; /* Transición suave para el color de fondo */
}

#mute-button:hover {
  background-color: #ff2b4d; /* Color de fondo al pasar el ratón */
}

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