@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #EEECE3;
  background-color: #A39565;
}

h1, h2, h3, h4 {
  font-family: "Great Vibes", cursive;
  color: #B5A484 !important;
}

h4 {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

p {
  font-size: 1rem;
  line-height: 1.6;
}

body {
  background-color: #f9f9f9;
}

.header {
  background-color: #ff6f61;
  color: white;
}

.footer {
  background-color: #EEECE3;
  color: white;
}

.header {
  height: 100vh; /* Ocupa toda la altura de la pantalla */
  background-image: url("../assets/images/fotomanos.jpg"); /* Ruta de la imagen */
  background-size: cover; /* Cubre todo el espacio */
  background-position: center; /* Centra la imagen */
  background-attachment: fixed; /* Fija la imagen para el efecto Parallax */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* Color del texto */
  text-align: center;
}

.header h1 {
  font-size: 4rem; /* Tamaño del título */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra para mejorar la legibilidad */
}

/* Media Query para pantallas más pequeñas (hasta 942px) */
@media (max-width: 942px) {
  .header {
    height: 40vh;
    background-attachment: local;
  }
  h2 {
    font-size: 2rem !important;
  }
  .logo img {
    width: 80%;
  }
}
.logo {
  height: 100vh;
  background: rgb(227, 201, 146);
  background: linear-gradient(0deg, rgb(227, 201, 146) 10%, rgb(238, 236, 227) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logo {
  text-align: center;
  height: 20rem;
}

.logo img {
  height: auto;
  animation: latido 1.5s infinite;
}

@keyframes latido {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moverOlas {
  0% {
    d: path("M0,32L30,42.7C60,53,120,75,180,122.7C240,171,300,245,360,266.7C420,288,480,256,540,208C600,160,660,96,720,90.7C780,85,840,139,900,149.3C960,160,1020,128,1080,133.3C1140,139,1200,181,1260,218.7C1320,256,1380,288,1410,304L1440,320L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z");
  }
  50% {
    d: path("M0,32L30,53.3C60,75,120,117,180,128C240,139,300,117,360,112C420,107,480,117,540,133.3C600,149,660,171,720,170.7C780,171,840,149,900,149.3C960,149,1020,171,1080,186.7C1140,203,1200,213,1260,202.7C1320,192,1380,160,1410,144L1440,128L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z");
  }
  100% {
    d: path("M0,32L30,42.7C60,53,120,75,180,122.7C240,171,300,245,360,266.7C420,288,480,256,540,208C600,160,660,96,720,90.7C780,85,840,139,900,149.3C960,160,1020,128,1080,133.3C1140,139,1200,181,1260,218.7C1320,256,1380,288,1410,304L1440,320L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z");
  }
}
path {
  animation: moverOlas 5s infinite;
}

.frase {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: "Great Vibes", cursive;
  font-size: 4rem;
  color: #4a4a4a;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
}

svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

/* Contenedor del reproductor */
.reproductor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 15vh;
  background-color: #f5f1e8;
}

/* Contenedor de las ondas */
.wave-container {
  display: flex;
  gap: 5px;
}

/* Estilos de las ondas */
.wave {
  width: 5px;
  height: 10px;
  background: #E9DBBB;
  animation: none;
}

/* Barra de progreso */
.progress-bar {
  width: 90%;
  height: 1px;
  background: #000;
  margin: 20px 0;
}

/* Contenedor de los controles */
.controls {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* Estilos generales para los botones */
.controls button {
  background: #a08a5a; /* Fondo dorado */
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: white; /* Color del ícono */
  width: 50px;
  height: 50px;
  border-radius: 50%; /* Botones redondeados */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
  transition: background 0.3s ease, transform 0.2s ease;
}

/* Efecto hover para los botones */
.controls button:hover {
  background: #8a744d; /* Fondo dorado más oscuro */
  transform: scale(1.1); /* Efecto de escala */
}

/* Estilo especial para el botón de play */
.Botonplay {
  background: #a08a5a !important; /* Fondo dorado */
  border: none !important;
  cursor: pointer !important;
  font-size: 32px !important; /* Ícono más grande */
  color: white !important;
  width: 60px !important; /* Tamaño más grande */
  height: 60px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  transition: background 0.3s ease, transform 0.2s ease !important;
}

/* Efecto hover para el botón de play */
.Botonplay:hover {
  background: #8a744d !important; /* Fondo dorado más oscuro */
  transform: scale(1.1) !important; /* Efecto de escala */
}

/* Animación de las ondas */
@keyframes wave-animation {
  100% {
    height: 10px;
  }
  50% {
    height: 30px;
  }
  0% {
    height: 10px;
  }
}
/* Estilos del carrusel */
.carrusel {
  position: relative;
  max-width: 900px; /* Ajusta el ancho según tus necesidades */
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carrusel-contenedor {
  display: flex;
  transition: transform 0.5s ease-in-out;
  cursor: grab;
  justify-content: center;
}

.carrusel-item {
  flex: 0 0 33.33%; /* Muestra de a tres fotos */
  box-sizing: border-box;
  padding: 10px;
}

.carrusel-item img {
  width: 100%;
  height: 200px; /* Ajusta la altura según tus necesidades */
  object-fit: cover; /* Asegura que las imágenes tengan el mismo tamaño */
  border-radius: 10px;
}

/* Media Query para pantallas más pequeñas (hasta 942px) */
@media (max-width: 942px) {
  .carrusel-item img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
  }
  .carrusel-contenedor {
    display: flex;
    transition: transform 0.5s ease-in-out;
    cursor: grab;
    justify-content: center;
    flex-direction: column;
  }
}
/* Estilos del contenedor del salón */
.salon-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Ocupa toda la altura de la pantalla */
  background-image: url("../assets/images/lugarcasamiento.jpg"); /* Ruta de la imagen de fondo del salón */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* Efecto de difuminado */
.salon-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(145, 126, 91, 0.7); /* Color #917E5B con opacidad */
  z-index: 1;
}

/* Contenedor del contenido (título y cuadrado) */
.salon-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px; /* Espacio entre el título y el cuadrado */
}

/* Estilos del título */
.salon-content h2 {
  font-family: "Great Vibes", cursive;
  font-size: 4rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Estilos del cuadrado */
.cuadrado {
  width: 100%;
  height: 60%;
  border: 5px solid #9F8735; /* Borde del cuadrado */
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1); /* Fondo semi-transparente */
}

/* Estilos del contenido del cuadrado */
.cuadrado-contenido {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cuadrado-contenido img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que la imagen cubra todo el cuadrado */
}

h3 {
  position: absolute;
  margin: 0.9375rem;
  z-index: 1;
  font-family: "Great Vibes", cursive;
  font-size: 4rem;
  color: #4a4a4a;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  color: #573610;
}

.info-container {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}

/* Estilos para cada sección de información */
.info-section {
  margin-bottom: 30px;
}

.info-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #9F8735; /* Color dorado */
}

.info-section h3 {
  font-size: 1.5rem;
  margin-top: 10px;
  color: #9F8735; /* Color dorado */
}

.info-section p {
  font-size: 1.2rem;
  color: #555;
}

/* Estilos para el separador con ícono */
.divider {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider i {
  font-size: 1.5rem;
  color: #9F8735; /* Color dorado */
  margin: 0 10px;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #9F8735; /* Color dorado */
}

/* Estilos para el botón */
.btn-maps {
  background-color: #9F8735; /* Color dorado */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-maps i {
  font-size: 1.2rem;
}

.btn-maps:hover {
  background-color: #7f6d2b; /* Color dorado más oscuro */
}

/* Estilos para el modal */
.modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro semi-transparente */
}

.modal-content {
  position: relative;
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  border-radius: 10px;
}

/* Botón para cerrar el modal */
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.botonllegar {
  display: flex;
  justify-content: center;
}

@keyframes topAnimation {
  from {
    transform: translate(0rem, 0);
  }
  to {
    transform: translate(0rem, 3.5rem);
  }
}
@keyframes bottomAnimation {
  from {
    transform: translate(-11.5rem, 0);
  }
  to {
    transform: translate(0rem, 0);
  }
}
/* Estilos para el contenedor de la onda y el botón */
.wave-button-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f1e8;
}

.wave-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="%23a08a5a" fill-opacity="0.5" d="M0,160L48,149.3C96,139,192,117,288,128C384,139,480,181,576,181.3C672,181,768,139,864,128C960,117,1056,139,1152,149.3C1248,160,1344,160,1392,160L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 1;
}

.button-wrapper {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(208, 140, 92, 0.9450980392);
}

/* Estilos del botón (usando el mixin proporcionado) */
button.btn, #songsModal button.submit-btn {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid black;
  position: relative;
  letter-spacing: 0.15em;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  background: rgba(208, 141, 92, 0.3019607843) !important;
  outline: none;
  font-size: 28px;
  color: #ececec;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
}
button.btn::after, #songsModal button.submit-btn::after, button.btn::before, #songsModal button.submit-btn::before {
  border: 0;
  content: "";
  position: absolute;
  height: 40%;
  width: 10%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}
button.btn::before, #songsModal button.submit-btn::before {
  border: 0;
  background-color: #c92918;
  top: -0.75rem;
  left: 0.5rem;
  animation: topAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}
button.btn::after, #songsModal button.submit-btn::after {
  background-color: #e74c3c;
  top: 3rem;
  left: 13rem;
  animation: bottomAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}
button.btn:hover, #songsModal button.submit-btn:hover {
  color: white;
}
button.btn:hover::before, #songsModal button.submit-btn:hover::before, button.btn:hover::after, #songsModal button.submit-btn:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  animation: none;
}
button.btn:hover::after, #songsModal button.submit-btn:hover::after {
  left: 0rem;
}
button.btn:hover::before, #songsModal button.submit-btn:hover::before {
  top: 0.5rem;
  left: 0.35rem;
}

/* Estilos adicionales para el botón */
button.btn, #songsModal button.submit-btn {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  padding: 1rem 2.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  background: transparent;
  color: #ececec;
  position: relative;
}

button.btn::before, #songsModal button.submit-btn::before,
button.btn::after,
#songsModal button.submit-btn::after {
  content: "";
  position: absolute;
  height: 40%;
  width: 10%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}

button.btn::before, #songsModal button.submit-btn::before {
  background-color: #c92918;
  top: -0.75rem;
  left: 0.5rem;
  animation: topAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}

button.btn::after, #songsModal button.submit-btn::after {
  background-color: #e74c3c;
  top: 3rem;
  left: 13rem;
  animation: bottomAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}

button.btn:hover, #songsModal button.submit-btn:hover {
  color: white;
}

button.btn:hover::before, #songsModal button.submit-btn:hover::before,
button.btn:hover::after,
#songsModal button.submit-btn:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  animation: none;
}

button.btn:hover::after, #songsModal button.submit-btn:hover::after {
  left: 0rem;
}

button.btn:hover::before, #songsModal button.submit-btn:hover::before {
  top: 0.5rem;
  left: 0.35rem;
}

/* Estilos para el modal de confirmación */
#confirmationModal .modal-content {
  max-width: 400px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}

#confirmationModal h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

#confirmationModal form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#confirmationModal label {
  font-size: 18px;
  font-weight: bold;
  color: #B5A484;
}

#confirmationModal select,
#confirmationModal input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#confirmationModal button[type=submit] {
  background-color: #e74c3c;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

#confirmationModal button[type=submit]:hover {
  background-color: #c92918;
}

/* Estilos para el grupo de radio buttons */
.radio-group {
  display: flex;
  gap: 20px;
  margin: 15px 0;
  justify-content: center;
  flex-direction: column;
}

/* Estilos para cada radio button personalizado */
.radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}

/* Ocultar el radio button nativo */
.radio-label input[type=radio] {
  display: none;
}

/* Estilos para el círculo personalizado */
.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #a08a5a;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Estilos cuando el radio button está seleccionado */
.radio-label input[type=radio]:checked + .radio-custom {
  background-color: #a08a5a;
  border-color: #a08a5a;
}

/* Estilos para el punto interior del círculo */
.radio-label input[type=radio]:checked + .radio-custom::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Efecto hover */
.radio-label:hover .radio-custom {
  border-color: #7f6d2b;
}

/* Estilos para el título "Confirmar Asistencia" */
.asistencia {
  background: linear-gradient(135deg, #a08a5a, #7f6d2b); /* Gradiente dorado */
  color: white; /* Color del texto */
  padding: 15px 30px; /* Espaciado interno */
  border-radius: 25px; /* Bordes redondeados */
  text-align: center; /* Centrar el texto */
  font-family: "Lato", sans-serif; /* Fuente moderna */
  font-size: 24px; /* Tamaño del texto */
  font-weight: 700; /* Texto en negrita */
  text-transform: uppercase; /* Convertir texto a mayúsculas */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
  display: inline-block; /* Ajustar el ancho al contenido */
  margin: 20px 0; /* Margen exterior */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave */
  color: #f3a5a5;
}

/* Efecto hover para interactividad */
.asistencia:hover {
  transform: translateY(-3px); /* Levantar ligeramente */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Sombra más pronunciada */
}

/* Estilos del modal de canciones */
#songsModal .modal-content {
  max-width: 500px;
  background: linear-gradient(135deg, #f5f1e8, #ffffff);
  border: 1px solid #d08c5c;
}
#songsModal .modal-content h2 {
  color: #a08a5a;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#songsModal .modal-content p {
  color: #555;
  margin-bottom: 20px;
  font-style: italic;
}
#songsModal .form-group {
  margin-bottom: 20px;
}
#songsModal .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: bold;
}
#songsModal .form-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #d08c5c;
  border-radius: 5px;
  background: rgba(208, 140, 92, 0.1);
  font-family: "Lato", sans-serif;
}
#songsModal .form-group input:focus {
  outline: none;
  border-color: #a08a5a;
}
#songsModal .submit-btn {
  width: 100%;
  background-color: #a08a5a !important;
  color: white !important;
  border: none !important;
}
#songsModal .submit-btn:hover {
  background-color: #7f6d2b !important;
}

.dress-code-container {
  background-color: #A39565 !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5625rem;
}

p {
  font-family: "Open Sans", sans-serif cursive;
}

.dress-code-title {
  font-size: 5rem;
  font-family: "Great Vibes", cursive;
  margin: 13px;
}

/* Contenedor del dress code */
.dress-code-container {
  background-color: #f5f1e8; /* Fondo que coincide con el body */
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid #e0d7c3; /* Borde superior para separar visualmente */
}

/* Título del dress code */
.dress-code-title {
  font-family: "Great Vibes", cursive;
  font-size: 5rem !important;
  color: #a08a5a; /* Color dorado */
  margin-bottom: 20px;
}

/* Contenedor de los iconos */
.dress-code-icons {
  display: flex;
  justify-content: center;
  gap: 30px; /* Espacio entre los iconos */
  margin-bottom: 20px;
}

/* Estilos para las imágenes */
.dress-code-icon {
  width: 80px; /* Tamaño de las imágenes */
  height: 80px;
  transition: transform 0.3s ease; /* Transición suave */
  animation: latido 1s infinite ease-in-out;
}

/* Efecto hover para las imágenes */
.dress-code-icon:hover {
  transform: scale(1.1); /* Escalar ligeramente */
}

/* Descripción del dress code */
.dress-code-description {
  font-family: "Open Sans", sans-serif;
  color: #333; /* Color de texto oscuro */
  margin-top: 10px;
}

.formal {
  display: flex;
  justify-content: center;
}

@keyframes latido {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.imgdeco {
  animation: latido 1s infinite ease-in-out;
}

@media (max-width: 425px) {
  .dress-code-title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
}
/* Contenedor general */
.gifts-container {
  text-align: center;
  margin-top: 20px;
}

/* Imagen decorativa */
.imgdeco {
  display: block;
  margin: 0 auto;
}

/* Título de la sección */
.gifts-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
}

/* Contenedor de los iconos */
.gifts-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

/* Iconos de regalos */
.gifts-icon {
  font-size: 80px;
  color: #968e75; /* Puedes cambiar el color si lo necesitas */
}

/* Mensaje de sugerencia de regalos */
.gift-suggestion {
  text-align: center;
  margin-top: 10px;
}

.gifts-description {
  font-size: 18px;
  color: #555;
  font-style: italic;
}

.gift1 {
  background-color: #CABDA1;
  padding: 4px;
}

/* Estilos para el botón (usando el mixin proporcionado) */
.btn, #songsModal .submit-btn {
  position: relative;
  letter-spacing: 0.25em;
  margin: 20px auto;
  padding: 1rem 2.5rem;
  background: transparent;
  outline: none;
  font-size: 28px;
  color: #333;
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.btn::after, #songsModal .submit-btn::after,
.btn::before,
#songsModal .submit-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  transform: skewX(30deg);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
}

.btn::before, #songsModal .submit-btn::before {
  background-color: #ffff00; /* Color primario */
  top: -1rem;
  left: 0rem;
}

.btn::after, #songsModal .submit-btn::after {
  background-color: #8a19ff; /* Color secundario */
  top: 1rem;
  left: 8rem;
}

.btn:hover::before, #songsModal .submit-btn:hover::before,
.btn:hover::after,
#songsModal .submit-btn:hover::after {
  top: 0;
  transform: skewx(0deg);
}

.btn:hover::after, #songsModal .submit-btn:hover::after {
  left: 0rem;
}

.btn:hover::before, #songsModal .submit-btn:hover::before {
  left: 8.75rem;
}

/* Estilos para el modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: relative;
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

/* Estilos para los detalles bancarios */
.bank-details {
  text-align: left;
  margin-top: 20px;
}

.bank-info {
  margin-bottom: 20px;
}

.bank-info label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.bank-info p {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}

/* Estilos para los botones de copiar */
.copy-btn {
  background-color: #8a19ff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.copy-btn:hover {
  background-color: #6a00cc;
}

.btn, #songsModal .submit-btn {
  margin: 20px;
}

@media (max-width: 592px) {
  .btn, #songsModal .submit-btn {
    font-size: 16px !important;
    padding: 0.75rem 1.5rem;
    margin: 10px auto;
  }
}
/* Estilo mejorado para el botón de cuenta bancaria */
.btn-bank {
  position: relative;
  letter-spacing: 0.15em;
  margin: 25px auto;
  padding: 1rem 2.5rem;
  background: transparent;
  outline: none;
  font-size: 24px;
  color: #5e4a3a; /* Color tierra oscuro para mejor contraste */
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1;
  /* Efecto de borde dorado */
  /* Fondo animado izquierdo (dorado) */
  /* Fondo animado derecho (verde) */
  /* Versión móvil */
}
.btn-bank::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #a08a5a; /* Dorado */
  border-radius: 2px;
  z-index: -1;
  transition: all 0.5s ease;
}
.btn-bank::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 45%;
  background-color: #a08a5a; /* Dorado */
  top: 0;
  left: -50%;
  transform: skewX(-15deg);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
}
.btn-bank span.bank-bg-right {
  position: absolute;
  height: 100%;
  width: 45%;
  background-color: #4caf50; /* Verde */
  top: 0;
  right: -50%;
  transform: skewX(-15deg);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
}
.btn-bank:hover {
  color: white;
}
.btn-bank:hover::before {
  border-color: transparent;
}
.btn-bank:hover::after {
  left: 0;
}
.btn-bank:hover span.bank-bg-right {
  right: 0;
}
@media (max-width: 592px) {
  .btn-bank {
    font-size: 18px;
    padding: 0.8rem 1.8rem;
    margin: 15px auto;
  }
  .btn-bank::after,
  .btn-bank span.bank-bg-right {
    width: 50%;
  }
}

/* Estilo mejorado para los botones de copiar */
.copy-btn {
  background: linear-gradient(135deg, #a08a5a, #7d6b4f);
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.copy-btn:hover {
  background: linear-gradient(135deg, #7d6b4f, #5e4a3a);
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.copy-btn:active {
  transform: translateY(0);
}

/* Contenedor general */
.music-suggestion-container {
  background-color: white;
  padding: 4px;
  margin-top: 20px;
}

.music-container {
  text-align: center;
  margin-top: 20px;
}

/* Imagen decorativa */
.music-imgdeco {
  display: block;
  margin: 0 auto;
}

/* Título de la sección */
.music-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
}

/* Contenedor de los iconos */
.music-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

/* Icono de música */
.music-icon {
  font-size: 80px;
  color: #8a19ff; /* Color morado para el tema musical */
}

/* Mensaje de sugerencia de canciones */
.song-suggestion {
  text-align: center;
  margin-top: 10px;
}

.song-description {
  font-size: 18px;
  color: #555;
  font-style: italic;
}

/* Estilos para el botón de música */
.music-btn {
  position: relative;
  letter-spacing: 0.25em;
  margin: 20px auto;
  padding: 1rem 2.5rem;
  background: transparent;
  outline: none;
  font-size: 28px;
  color: #333;
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.music-btn::after,
.music-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  transform: skewX(30deg);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
}

.music-btn::before {
  background-color: #ff3366; /* Color rosa */
  top: -1rem;
  left: 0rem;
}

.music-btn::after {
  background-color: #8a19ff; /* Color morado */
  top: 1rem;
  left: 8rem;
}

.music-btn:hover::before,
.music-btn:hover::after {
  top: 0;
  transform: skewx(0deg);
}

.music-btn:hover::after {
  left: 0rem;
}

.music-btn:hover::before {
  left: 8.75rem;
}

/* Estilos responsivos */
@media (max-width: 592px) {
  .music-btn {
    font-size: 16px !important;
    padding: 0.75rem 1.5rem;
    margin: 10px auto;
  }
  .music-icon {
    font-size: 60px;
  }
  .music-title {
    font-size: 20px;
  }
  .song-description {
    font-size: 16px;
  }
}
.music-btn {
  position: relative;
  letter-spacing: 0.15em;
  margin: 25px auto;
  padding: 1rem 2.8rem;
  background: transparent;
  outline: none;
  font-size: 24px;
  color: #5e4a3a; /* Color tierra oscuro para contraste */
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1;
  /* Efecto de borde dorado */
  /* Fondo animado izquierdo (rosa suave) */
  /* Fondo animado derecho (dorado) */
  /* Versión móvil */
}
.music-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #a08a5a; /* Dorado */
  border-radius: 2px;
  z-index: -1;
  transition: all 0.5s ease;
}
.music-btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 45%;
  background-color: #f5d3d9; /* Rosa claro */
  top: 0;
  left: -50%;
  transform: skewX(-15deg);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
}
.music-btn span.background-right {
  position: absolute;
  height: 100%;
  width: 45%;
  background-color: #a08a5a; /* Dorado */
  top: 0;
  right: -50%;
  transform: skewX(-15deg);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
}
.music-btn:hover {
  color: white;
}
.music-btn:hover::before {
  border-color: transparent;
}
.music-btn:hover::after {
  left: 0;
}
.music-btn:hover span.background-right {
  right: 0;
}
@media (max-width: 592px) {
  .music-btn {
    font-size: 18px;
    padding: 0.8rem 1.8rem;
    margin: 15px auto;
  }
  .music-btn::after,
  .music-btn span.background-right {
    width: 50%;
  }
}

.music-icon {
  font-size: 80px;
  color: #e74c3c; /* Rojo romántico */
  position: relative;
  animation: heartbeat 1.5s ease-in-out infinite both;
  text-shadow: 0 0 10px rgba(231, 76, 60, 0.3);
  /* Versión móvil */
}
@media (max-width: 592px) {
  .music-icon {
    font-size: 60px;
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
    color: #e74c3c;
  }
  25% {
    transform: scale(1.1);
    color: #ff6b6b;
  }
  35% {
    transform: scale(1);
    color: #e74c3c;
  }
  45% {
    transform: scale(1.2);
    color: #ff5252;
  }
  55% {
    transform: scale(1);
    color: #e74c3c;
  }
  100% {
    transform: scale(1);
    color: #e74c3c;
  }
}
/* Efecto adicional de pulso al hacer hover */
.music-icon:hover {
  animation: heartbeat 0.8s ease-in-out infinite both;
}

/* Estilos del contenedor de la iglesia */
.church-container {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../assets/images/iglesia.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

/* Efecto de difuminado para iglesia (más claro) */
.church-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(210, 195, 160, 0.6); /* Color más claro para iglesia */
  z-index: 1;
}

/* Contenedor del contenido */
.church-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Cuadrado para iglesia (estilo más clásico) */
.cuadrado-iglesia {
  width: 100%;
  height: 60%;
  border: 5px solid #7d6b4f; /* Borde más oscuro */
  border-radius: 5px; /* Menos redondeado que el salón */
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* Contenedor de información de iglesia */
.info-container-iglesia {
  background-color: #f8f4e9; /* Fondo más claro */
  padding: 30px 20px;
  text-align: center;
}

/* Estilo especial para la invitación */
.invitacion-iglesia {
  margin: 30px auto;
  max-width: 500px;
  padding: 20px;
  font-style: italic;
  color: #5e4a3a;
  font-size: 1.1rem;
  line-height: 1.6;
  border-top: 1px dashed #a08a5a;
  border-bottom: 1px dashed #a08a5a;
}
.invitacion-iglesia i {
  display: block;
  margin-top: 15px;
  font-size: 2rem;
  color: #a08a5a;
}

/* Ajustes para los íconos de iglesia */
.fa-church, .fa-hands-praying {
  color: #7d6b4f;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* Botón mapa para iglesia */
.btn-maps {
  background-color: #7d6b4f;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  transition: all 0.3s ease;
}
.btn-maps:hover {
  background-color: #5e4a3a;
}
.btn-maps i {
  margin-right: 8px;
}

/* Estilos para el contenedor del mapa */
.map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Relación 16:9 */
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #a08a5a;
  margin-bottom: 15px;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Botones del mapa */
.map-btn {
  background-color: #a08a5a;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.map-btn:hover {
  background-color: #7d6b4f;
}
.map-btn i {
  margin-right: 8px;
}

/* Ajustes para el modal de la iglesia */
#churchMapsModal .modal-content {
  max-width: 600px;
  padding: 25px;
  background: #f8f4e9;
}

/* Estilos para la sección de agradecimiento */
.agradecimiento-container {
  background-color: #CABDA1; /* Mismo color que gift1 */
  padding: 30px 20px;
  margin: 40px auto 0;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.agradecimiento-content {
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  position: relative;
}

.mensaje-agradecimiento {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #5e4a3a;
  font-style: italic;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
}

.firma {
  margin-top: 20px;
  position: relative;
}

.nombres-firma {
  font-family: "Great Vibes", cursive;
  font-size: 2.5rem;
  color: #a08a5a;
  margin: 0;
  line-height: 1;
}

.flor-firma {
  width: 60px;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

/* Versión móvil */
@media (max-width: 768px) {
  .agradecimiento-container {
    margin: 30px 15px 0;
    padding: 20px 15px;
  }
  .mensaje-agradecimiento {
    font-size: 1rem;
  }
  .nombres-firma {
    font-size: 2rem;
  }
  .flor-firma {
    width: 50px;
  }
}
/* Estilos para el footer */
.footer {
  background-color: rgba(202, 189, 161, 0.3); /* #CABDA1 con 30% de opacidad */
  padding: 15px 0;
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid rgba(160, 138, 90, 0.2);
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.footer-text {
  color: #5e4a3a;
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.8;
}

.digitalnest-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.digitalnest-logo:hover {
  transform: translateY(-2px);
}

.logo-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.logo-text {
  color: #5e4a3a;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
}

/* Versión móvil */
@media (max-width: 768px) {
  .footer {
    padding: 12px 0;
  }
  .footer-text {
    font-size: 0.8rem;
  }
  .logo-img {
    width: 20px;
    height: 20px;
  }
  .logo-text {
    font-size: 0.9rem;
  }
}

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