@font-face {
  font-family: "Manstein";
  src: url(/tipografia/Manstein.woff2) format("woff2"),
    url(/tipografia/Manstein.woff) format("woff"),
    url(/tipografia/Manstein.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url(/tipografia/Cinzel-Regular.woff);
  font-weight: 100;
  font-style: normal;
}


/* Definición de colores en variables CSS para reutilización */
:root {


  --primary-accent: #BD6374;
  /* Color primario de acento */

  /* Colores secundarios */
  --secondary-100: #b06a74;
  --secondary-200: #EBD0D1;
  --secondary-300: #E3E3E3;

  /* Colores neutros */
  --neutral-100: #ffffff;
  --neutral-200: #000000;
  --neutral-300: #C7C7C7;
  --neutral-400: #5a5e5b;
}

/* Tipografía de encabezados - poppins y Dancing */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-style: normal;
  /* Fuente de encabezados */
  color: var(--primary-accent);
  /* Color primario para encabezados */
}


body {
  scroll-behavior: smooth;
}

/* Navbar base */
.custom-navbar {
  transition: top 0.4s ease;
  z-index: 9999;
  padding: 0.3rem 0.5rem;
  font-size: 14px;
  background-color: white;
}

.navbar-links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

/* Enlaces */
.nav-link {
  font-size: 0.9rem;
  padding: 0.5rem;
  font-weight: 500;
  text-align: center;
  color: #333;
  font-family: 'Cinzel', serif;
  text-decoration: none;
  letter-spacing: 0.1rem;
}

/* Enlaces - efecto hover */
.nav-link:hover {
  color: #000;
  text-decoration: underline;
}

/* Responsive para móvil */
@media (max-width: 768px) {
  .navbar-links {
    flex-direction: row;
    justify-content: space-around;
  }

  .nav-link {
    font-size: 0.85rem;
    padding: 0.4rem;
  }
}

/* Estilos opcionales para escritorio */
@media (min-width: 570px) {
  .mobile-navbar {
    justify-content: center;
    gap: 2rem;
  }

  .nav-left, .nav-right {
    gap: 1rem;
  }
}

 /* Botón circular */
    #audio-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background-color: #e0e0e0; /* gris claro */
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      border: none;
      z-index: 1000;
      transition: background 0.3s;
    }

    #audio-btn:hover {
      background-color: #d6d6d6;
    }

    /* Iconos SVG */
    .icon {
      width: 24px;
      height: 24px;
      fill: #222;
    }
/*FIN DE BOTON CIRCULAR*/

#imagen1{
  margin-top: 30px;
}

#body {
  text-align: center;
  background-repeat: no-repeat;
  position: center;
  align-items: center;
  align-items: center;
  background-image: url(/images/floreylineas.jpg);
  background-size: 100%;
  background-blend-mode: multiply;
}

.nombres {
  width: 100%;
  margin-top: 50px;

}
.titulo {
  margin-top: 70px;
  font-family: "Cinzel" !important;
  font-size: 20px !important;
  letter-spacing: 0.01rem; /* Increases space between characters */
  text-align: left;
}
/*CARRUSEL DE FOTOS*/
#fotos {
  width: 100%;
  background: linear-gradient(to top, rgba(255,255,255,0), #fff);

}

.btn {
  align-items: center;
  position: center;
}

#cuenta .col{
  text-align: center;
}

#cuenta {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/floresalto.jpg);
}
 
#cuenta::after {
  content: "";
  display: block;
  height: 100px; /* altura del fade */
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.dia{
  margin-top: 50px;
  margin-bottom: 20px;
}

.falta {
  font-size: 35px !important;
  margin-top: 20px;
  font-family: "Manstein";
}

.fecha{
  width: 80%;
  margin-top: -15px;

}
#demo {
  font-size: 43px;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  padding: 2px 10px 2px 10px;
  color: #000000;
}

/*TARJETAS DE UBICACION*/
.linea{
margin-bottom: 40px;
z-index: -100px;
}

#ubi{
 background-image: url(/images/background-01.png);
 background-size: cover;
 background-attachment: fixed;
 z-index: 70px;
}

.card-body{
  align-items: center;
  justify-content: center;
}

h1 {
    font-family: "Manstein";
    margin-top: 50px;
    font-size: 50px !important;
    text-align: center;

}
.card-text {
  text-align: center;
  color: #808080;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-top: 10px;
  line-height: 35px;
}
/* Estilos para el botón primario */
.btn-primary {
  background-color: #818181 !important;
  /* Fondo en color primario */
  color: #ffffff !important;
  /* Texto en blanco */
  padding: 5px 20px;
  /* Relleno interno del botón */
  border: none !important;
  /* Elimina cualquier borde predeterminado */
  border-radius: 25px;
  /* Elimina el redondeo de las esquinas */
  text-decoration: none;
  /* Elimina subrayado en los enlaces dentro del botón */
  font-size: 15px !important;
  /* Tamaño del texto en el botón */
  font-family: "Cinzel"!important;
  font-weight: 500;
  font-style: normal;
}

.btn {
  color: #000000;
  font-style: italic;
  font-size: 15px;
  align-items: center;
  font-style: var(--neutral-200);
  margin-bottom: 20px;
}


/*ITINERARIO*/

.timeline {
  position: relative;
  padding: 10px 0;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 60px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #ccc;
  animation: drawLine 2.5s ease forwards;
}

@keyframes drawLine {
  to {
    height: 100%;
  }
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 50px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

.timeline-item:nth-child(1) { animation-delay: 0.3s; }
.timeline-item:nth-child(2) { animation-delay: 0.6s; }
.timeline-item:nth-child(3) { animation-delay: 0.9s; }
.timeline-item:nth-child(4) { animation-delay: 1.2s; }
.timeline-item:nth-child(5) { animation-delay: 1.5s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.timeline-time {
  position: absolute;
  left: -60px;
  top: 5px;
  width: 50px;
  font-size: 20px;
  font-family: 'Cinzel';
  font-weight: bold;
  color: #333;
  text-align: right;
  margin-top: 10px;
  margin-left: 30px;

}

.timeline-icon {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 60px;
  top: 0;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  padding: 7px;
}

.timeline-text {
  font-family: "Cinzel", serif;
  font-size: 25px;
  color: #333;
  margin-left: 75px;
  align-items: center;
  letter-spacing: 0.1rem;
}

/*FIN ITINERARIO*/

/*IMAGEN 3*/


/*DRESS CODE*/
#dress{
  margin-top: -30px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/flowers\ a\ los\ lados.jpg);
}

#dress::after {
  content: "";
  display: block;
  height: 100px; /* altura del fade */
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.minisubdress {
    font-size: 50px;
    text-align: center;
    font-family:"Manstein";
    margin-top: 80px;
    letter-spacing: 0.1rem;
}

.dresscode {
    font-family: "Cinzel";
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
    margin-right: 30%;
    margin-left: 30%;
    letter-spacing: 0.1rem;
}

.dctx {
  margin-top: 20px;
  font-family: 'Cinzel';
  font-size: 20px;
  padding: 0px 15px 0px 15px;
  letter-spacing: 0.1rem;
  text-align: center;

}

/*KIDS*/
#kids{
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/florecitas\ lados.jpg)
}

#kids::after {
  content: "";
  display: block;
  height: 100px; /* altura del fade */
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.iconkids {
    width: 40%;
    margin-left: 30%;
    margin-top: -30px;
}

.minisubk{
    font-family: "Manstein";
    text-align: center;
    font-size: 50px;
    margin-bottom: 10px;
}

.frasek {
    margin-top: 20px;
    font-family: 'Cinzel';
    font-size: 20px;
    padding: 0px 15px 0px 15px;
    letter-spacing: 0.1rem;
    text-align: center;
}

.mono {
  width: 35%;
  height: auto;
  padding: 10px;
}

/*HOTELES*/
#sugerencias{
 margin-top: 30px;
 background-image: url(/images/background-01.png);
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-size: cover;
}


#sugerencias::after {
  content: "";
  display: block;
  height: 100px; /* altura del fade */
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}


.txh{
  font-size: 40px;
  color: #323232;
}


/*Regalo*/
.fraserega {
  margin-top: 20px;
  font-family: 'Cinzel';
  font-size: 20px;
  padding: 0px 15px 0px 15px;
  letter-spacing: 0.1rem;
  margin-bottom: 70px;
  text-align: center;
}

.sobre {
    width: 90px;
    align-items: center;
    margin: auto;
    display: flex;
    overflow-y: hidden;
    text-align: center;
    margin-bottom: 30px;
    opacity: 80%;
    margin-top: -50px;
}


.minisubr{
    font-size: 50px;
    text-align: center;
    font-family: "Manstein";
    margin-top: 10px;
}


/*IMAGEN 5*/
#imagen5 {
  margin-bottom: 90px;
  margin-top: 10px;
}

#imagen5{
 margin-top: 30px;
 background-image: url(/images/floresalto.jpg);
 background-repeat: no-repeat;
 background-size: cover;
}

#imagen5::after {
  content: "";
  display: block;
  height: 100px; /* altura del fade */
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}



/*CONFIRMAR ASISTENCIA*/
#asistencia{
 margin-top: 30px;
 background-image: url(/images/background-01.png);
 background-repeat: no-repeat;
 background-size: cover;
}

#asistencia::after {
  content: "";
  display: block;
  height: 100px; /* altura del fade */
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.card-title{
    font-size: 45px;
    font-family: 'Manstein';
    margin-top: 20px;
    text-align: center;
    
}

.card-body-a{ 
    margin-top: 0px;
    padding: 15px 15px 30px 30px;
    box-shadow: #808080;
    border-width: 800px;
    background-color: #fff; /* Fondo blanco para que la sombra se note */
    box-shadow: 10px 10px 10px rgba(95, 95, 95, 0.2); /* Sombra */
}



#asistencia .btn-primary{
  padding: 10px 20px 10px 20px;
  background-color: #000000 !important;
  /* Fondo en color primario */
  color: #222;
  /* Texto en blanco */
  padding: 10px 25px;
  /* Relleno interno del botón */
  border: none !important;
  /* Elimina cualquier borde predeterminado */
  border-radius: 25px;
  /* Elimina el redondeo de las esquinas */
  text-decoration: none;
  /* Elimina subrayado en los enlaces dentro del botón */
  font-size: 15px !important;
  /* Tamaño del texto en el botón */
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
  

footer {
  font-size: 0.9rem;
}


@media (min-width: 768px) {
  body {
    font-size: 18px;
    font-family: 'Manstein';
  }
}