
@font-face {
  font-family: 'Lavanderia';
  src: url('./fonts/Geraldo.ttf') format('truetype');
}

@font-face {
  font-family: 'Gold';
  src: url('./fonts/gold.ttf') format('truetype');
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f7f4eb !important;
  color: #272727;
}
h1{
  font-size: 130px !important;
  color:#9B2948;
  font-family: 'Lavanderia', cursive;
}

.fechainicio {
  padding-top: 80px;
  display: flex;
  justify-content: space-around;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

h2{
  font-size: 20px !important;
}


#fotos h2 {
  font-size: 50px !important;
  color: #9B2948;
  font-family: 'Gold', cursive;
  text-align: center;
  padding-bottom: 70px;
}


p{
  font-size: 20px;
}
nav{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
ul{
  padding: 0px;
  list-style: none;
}
.lista-en-linea{
    display: inline-block;
    width: 100%;
    text-align: center; 
}
.lista-en-linea li{
    display: inline;
    margin: 0 30px;
    padding: 15px;
    font-size: 15px;
    border-left: 2px #fff;
}
a{
  text-decoration: none;
  color: #000000;
}
.jz{
  width: 6%;
  padding-bottom: 10px;
}
#inicio{
  scroll-margin-top: 70px;
  text-align: center;
  padding: 60px 0;
}

#fotos {
  padding-top: 40px;
  scroll-margin-top: 50px;
}
.foto-cabecera{
  width: 100%;
  padding: 0;
  height: 100vh;
  object-fit: cover;
}
.idioma-dropdown {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1000;
}
header {
  position: fixed;
  width: 100%;
  z-index: 1000;  

}
.idioma-dropdown select {
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  background-color: transparent; 
  transition: background-color 0.3s;
}
.idioma-dropdown.idioma-scroll select {
  background-color: #fff;
}
form input, form textarea {
  width: 100%;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.but3 {
  background-color:#9B2948 !important;
  border-color: transparent !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  align-self: center !important;
  width:100px !important;
  height: 40px !important;
  margin-top: 15px;
  margin-bottom: 30px;
}

.but3:hover {
  background-color:     #470118 !important;
  border-color: white !important;
  color: white !important;
}

iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 10px;
}
.comentarios-lista {
  margin-top: 32px;
  margin-bottom: 50px;
}
.comentario {
  position: relative;
  padding: 1em;
  margin: 1em 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.comentario strong {
  display: block;
  margin-bottom: 0.5em;
  color:#9B2948;
}

.comentario p.texto-original {
  margin-bottom: 2.5em; /* espacio para el botón */
  color: #d36280;
  line-height: 1.4;
  font-size: 15px;
}

.traducir-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #9B2948;
  border: none;
  color: white;
  padding: 0.4em 0.8em;
  font-size: 0.85rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.traducir-btn:hover{
  background-color:     #470118 !important;
  border-color: white !important;
  color: white !important;
}

.traducir-btn:hover:not(:disabled) {
  background-color: #9B2948;
}

.traducir-btn:disabled {
  background-color: #6c757d;
  cursor: default;
}


.spotify-embed-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}
.spotify-embed-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
footer {
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  color: #777;
}

#localizacion div.button-group {
  display: flex;
  justify-content: space-between;
  margin: auto;
  gap: 20px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 6px;
  margin-bottom: 20px;
}

#localizacion button {
  flex: 1;
  padding: 12px 0;
  background-color: #9B2948;
  border: none;
  border-radius: 8px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
}

#localizacion button:hover {
  background-color: #be5b89;
  box-shadow: 0 4px 10px #9B2948;
}

#localizacion button:active,
#localizacion button.active {
  background-color: #9B2948;
  box-shadow: 0 0 15px #9B2948;
  transform: translateY(2px);
}

#localizacion {
  scroll-margin-top: 90px;
  margin-top: 180px; /* Ajusta el valor a tu gusto */
  padding-bottom: 180px;
}

/* Estilo base del formulario */
.formulario-asistencia {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Grupo de checkboxes */
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.checkbox-group label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap; /* Impide salto de línea en el texto */
}

/* Estilo responsivo: en pantallas grandes, alinea en fila */
@media (min-width: 768px) {
  .checkbox-group {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

/* estilos-navbar.css */

/* Fondo oscuro elegante */
.navbar {
  font-family: 'Poppins', sans-serif;
  display: flex !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.navbar.scrolled {
  background-color: #9B2948 !important; /* Color burdeos oscuro */  
}

.navbar-toggler-icon {
  display: none; /* Ocultamos el icono por defecto */
}

.navbar-toggler {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.navbar-toggler .barra {
  display: block;
  height: 3px;
  width: 20px;
  background-color: white; /* color de las barras */
  border-radius: 2px;
}



/* Estilo para los enlaces del menú */
.navbar-nav .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  transition: color 0.3s, transform 0.2s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #e0a8b7 !important; /* Rosa pastel */
  transform: scale(1.05);
}

/* Estilo del logo */
.navbar-brand img {
  filter: brightness(0) invert(1); /* Invertimos los colores del logo */
  height: 55px;
  transition: transform 0.3s ease-in-out;
}

.navbar-brand img:hover {
  transform: scale(1.1) rotate(-2deg);
}

/* Dropdown de idioma */
#idiomaDropdown {
  color: #ffffff;
  font-weight: 500;
  background: none;
  border: none;
  padding: 20px 0px;
}

#idiomaDropdown:hover {
  color: #ffb6c1;
}

.dropdown-menu {
  background-color: #343a40;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.dropdown-item {
  color: #ffffff;
  transition: background-color 0.2s;
}

.dropdown-item:hover {
  background-color: #495057;
  color: #ffb6c1;
}



.container2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  
  position: relative;
  display: flex;
  align-items: center;
}

/* Botón hamburguesa fijo a la derecha */
.navbar-toggler {
  margin-left: auto;
  z-index: 20; /* para que quede encima del logo */
}



.navbar-collapse {
  transition: padding 0.3s ease;
  background-color: transparent;
}

@media (max-width: 1200px) {
  .navbar-collapse.show {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #9B2948;
    width: 100%;
  }



  .navbar-collapse.show #idiomaDropdown {
    display: block; /* Se muestra solo cuando el menú hamburguesa está abierto */
    margin-top: 15px;
    text-align: center;
  }
  
  #idiomaDropdown {
    display: none; /* Oculto por defecto en móviles */
  }
}

@media (max-width: 700px) {
  h1 {
    font-size: 110px !important;
  }
}

input[type="checkbox"] {
  display: none;
}

.form-check-container {
  display: flex;
  justify-content: space-between;   /* Centra el grupo en el contenedor padre */
  flex-wrap: wrap;          /* Permite que se adapte en pantallas pequeñas */
  max-width: 450px;
  padding: 10px 10px 10px 0px;
}

.form-check-label {
  display: inline-flex;
  flex-direction: row;
  align-items:center;
  flex-wrap: nowrap;
  gap: 0.5rem; /* espacio entre el checkbox y el texto */
  cursor: pointer;
  font-family: sans-serif;
  font-size: 16px;
}

.form-check-label .checkmark {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 30px;
  margin-right: 10px;
  position: relative;
  transition: all 0.2s ease;
}

.form-check-label input[type="checkbox"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #9B2948;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.form-check-label input[type="checkbox"]:checked + .checkmark {
  background-color: #ebe3e5;
  border-color: #9B2948;
}

.btn2 {
  background-color:#9B2948 !important;
  border-color: transparent !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  align-self: center !important;
  height: 40px !important;
}

.btn2:hover {
  background-color:     #470118 !important;
  border-color: white !important;
  color: white !important;
}

#formulario-lista h2 {
  font-size: 50px !important;
  color: #9B2948;
  font-family: 'Gold', cursive;
  text-align: center;
  padding-bottom: 25px;
}


#form-asistencia {
  border-color: transparent !important;
  margin-bottom: 50px !important;
  margin-top: 20px !important;
  text-align: center !important;
  border-radius: 10px !important;
  box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.35), /* rosa */
              0 0 20px 0 rgba(155, 41, 72, 0.15),   /* burdeos */
              0 0 30px 0 rgba(253, 160, 133, 0.10); /* naranja pastel */
}


#formulario-lista {
  padding-top: 80px;
}

.form-control {
  border-color: #9B2948 !important;
  border-width: 0.12rem !important;
}

#playlist {
  scroll-margin-top: 100px;
}

#playlist h2 {
  font-size: 50px !important;
  color: #9B2948;
  font-family: 'Gold', cursive;
  text-align: center;
  padding-bottom: 25px;
}

p {
  text-align: justify;
}

#localizacion h2 {
  font-size: 50px !important;
  color: #9B2948;
  font-family: 'Gold', cursive;
  text-align: center;
  padding-bottom: 25px;
}

.ceremonia-info p {
  text-align: justify;
  font-size: 16px;
}

.ceremonia-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #f7f4eb;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.35), /* rosa */
              0 0 20px 0 rgba(155, 41, 72, 0.15),   /* burdeos */
              0 0 30px 0 rgba(253, 160, 133, 0.10); /* naranja pastel */
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 30px;
}

.banquete-info p {
  text-align: justify;
  font-size: 16px;
}

.banquete-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #f7f4eb;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.35), /* rosa */
              0 0 20px 0 rgba(155, 41, 72, 0.15),   /* burdeos */
              0 0 30px 0 rgba(253, 160, 133, 0.10); /* naranja pastel */
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 30px;
}

.autobuses-info p {
  text-align: justify;
  font-size: 16px;
}

.autobuses-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #f7f4eb;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.35), /* rosa */
              0 0 20px 0 rgba(155, 41, 72, 0.15),   /* burdeos */
              0 0 30px 0 rgba(253, 160, 133, 0.10); /* naranja pastel */
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 30px;
}

#regalos h2{
  font-size: 50px !important;
  color: #9B2948;
  font-family: 'Gold', cursive;
  text-align: center;
  padding-bottom: 25px;
}

#regalos p {
  font-size: 18px;
  text-align: justify;
}

#regalos {
  scroll-margin-top: 100px;
  padding-bottom: 180px;
}

#comentarios h2{
  font-size: 50px !important;
  color: #9B2948;
  font-family: 'Gold', cursive;
  text-align: center;
  padding-bottom: 25px;
}

#comentarios {
  scroll-margin-top: 100px;
}

#form-comentario {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.35), /* rosa */
              0 0 20px 0 rgba(155, 41, 72, 0.15),   /* burdeos */
              0 0 30px 0 rgba(253, 160, 133, 0.10); /* naranja pastel */
}

footer {
  background-color: #9B2948;
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
}

footer p{
  font-size: small;
  margin: 0;
}

.img {
  display:flex;
  flex: 1;
}

.img:hover {
  flex: 3;
  transition: flex 0.3s ease-in-out;
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#mensaje-copiado {
  display: block;
  opacity: 0;
  transition: opacity 0.5s;
  color: #9B2948;
  text-align: center !important;
  height: 1.5em; 
}
#mensaje-copiado.visible {
  opacity: 1;
}

.boton-copiar {
  background-color: #9B2948;
  color: white;
  border: none;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  gap: 8px;
  transition: background-color 0.2s ease;
}

.boton-copiar i {
  color: white;
  font-size: 18px;
}

.boton-copiar:hover {
  background-color: #7e1e39; /* un tono más oscuro para el hover */
}

.regalos-container {
  margin-top:40px;
}

#form-comentario .form-group {
  width: 100%;
}

#form-comentario .btn2 {
  background-color:#9B2948 !important;
  border-color: transparent !important;
  color: #ffffff !important;
  border-radius: 35px !important;
  align-self: center !important;
  height: 40px !important;
  width: 100px !important;
}

footer p {
  text-align: center;
}

#inicio .container {
  margin-top: 100px;
}

#inicio p {
  text-align: center;
}











