/* Reset de márgenes y paddings */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.comfortaa-uniquifier {
    font-family: "Comfortaa", Italic;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: "lobster-regular";
    position: relative;
  }

.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5a4b4b;
    position: center;
}

header {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa todo el alto de la pantalla */
    overflow: hidden;
}

.linea-mensaje {

    border-bottom: 1px solid #fd87c2;
}


   /* ------------mariposa-------*/


.h-divider {
  margin: auto;
  margin-top: 50px;
  width: 80%;
  position: relative;
}

.h-divider .shadow {
  overflow: hidden;
  height: 20px;
}

.h-divider .shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}

.h-divider .text {
  width: 100px;
  height: 45px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -33px;
  left: 50%;
  margin-left: -60px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}

.h-divider .text i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: absolute;
  line-height: 50px;
  font-style: normal;
  color: #999;
}

.h-divider .text2 {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -35px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  /*box-shadow: 0 2px 4px #999;*/
  box-shadow: 0 -5px 15px rgba(51, 51, 51, 0.5);
  background: #f4c7a0;
}


.h-divider img {
  position: center;
  margin: 12px;
  max-width: 80px;
  /*border-radius: 50%;
  /*border: 1px dashed #aaa;*/
}
.separa{
  display: grid;
  place-items: center;
  align-items: center;
  justify-content: center;
    
}
.separa .sep{
 display: grid;
 align-items: center;
 justify-content: center;

  }


.sep .img{
 display: flex;
 align-items: center;
 justify-content: center;
 size-adjust: 10%;
  
}

#videoBackground {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1; /* Envía el video al fondo */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.2);  Añade una superposición semi-transparente */
    z-index: 1;
}

.header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    /*color: white;*/
    top: 50%;
    transform: translateY(-50%);
}

.header-content h1 {
    font-style: cursive;
    font-size: 3em;
    text-align: center;
    color: #b18b6d;
    position: center;
    top: 50%;
    /*transform: translateY(-50%);
    right: -30px;*/
}

.header-content p {
    font-size: 3.0em;
    margin-bottom: 10px;
    color:#b18b6d;
}

.header-content spam {
    font-size: 1.9em;
    margin-bottom: 10px;
    color:#b18b6d;
}
/*-------linea recepcion--------------------*/
.button {
    background-color: #fd87c2;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 50px;
    cursor: pointer;
}
.linea-recepcion {

    border-bottom: 1px solid #f4eaea;

}

/* --------------- Button down-------------------- */

.button-down, .button-up {
    position: absolute;
    bottom: 40px;
    z-index: 20;
    width: 30px;
    height: 30px;
    margin: auto;
    left: 0;
    right:0;
    opacity: 0.7;
    transition: ease 1s;    
    animation: bouncey 1.6s linear infinite;
}

.button-down:hover, .button-up:hover{
    opacity: 1
}

.button-down:before{
    transform: rotateZ(-45deg);
    content:'';
    width: 30px;
    height: 2px;
    background:#fd87c2;
    position: absolute;
    bottom: 14px;
    left: 6px;
}

.button-down:after{
    transform: rotateZ(-45deg);
    content:'';
    width: 2px;
    height: 30px;
    background:#fd87c2;
    position: absolute;
}

.button-up:before{
    transform: rotateZ(45deg);
    content:'';
    width: 30px;
    height: 2px;
    background:#fff;
    position: absolute;
    bottom: 14px;
    left: 6px;
}

.button-up:after{
    transform: rotateZ(45deg);
    content:'';
    width: 2px;
    height: 30px;
    background:#fff;
    position: absolute;
}

/* --------------- Fin Button down-------------------- */

main {
    background-image: url('../maylin/fondoli3.jpg'); /* Ruta de la imagen de fondo */
    /*<video autoplay muted loop id="videoBackground">
    <source src="./maylin/video pantalla1.mp4" type="video/mp4" media="(min-width: 768px)"> /*background-size: cover; /* Asegura que la imagen cubra todo el área de 'main' */
    background-position: absolute; /* Centra la imagen */
    /*background-repeat: no-repeat; /* Evita que la imagen se repita */
    /*padding: 20px; /* Espaciado interno */
}

main section{
    padding: 40px;
}

.styled-section {
    /*background-color: #fdbadc; /* Fondo de la sección */
    /*border: 2px solid #fdbadc; /* Borde negro */
    padding: 20px; /* Espaciado interno */
    max-width: 800px; /* Ancho máximo de la sección */
    margin: 0 auto; /* Centrar la sección */
}

.content-container {
    text-align: center; /* Centrar todo el texto */
    padding: 40px;
}

.content-container > div {
    margin-bottom: 30px; /* Margen inferior para cada hijo directo */
}

.content-container p {
    font-size: 1.5em; /* Tamaño de texto */
    margin-bottom: 10px; /* Espaciado entre párrafos */
    font-family: "Lobster", sans-serif;
    color: #5a4b4b;

}

/* Nueva sección de video */
.video-section {
        /* background-color: #fff; /* Fondo blanco */
    padding: 0px 10px;
    text-align: center; /* Centra el contenido */
    /*border: 2px solid #000;*/
    max-width: 800px;
    margin: 0px auto; /* Centrar y añadir separación */
}

.video-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

video {
    max-width: 75%;
    height: auto;
    /*border: 5px solid #000;  Borde negro alrededor del video */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5); /* Sombra con un leve difuminado */
    border-radius: 20px; /* Bordes redondeados */
}


/* ---------- CUENTA REGRESIVA -------------------------------------*/
.cuenta-section{
    font-size: 40px;
    margin-bottom: 10px;
    /*padding: 10px 10px;*/
    text-align: center; /* Centra el contenido */
    /*border: 2px solid #000;*/
    max-width: 800px;
    margin: 40px auto;  Centrar y añadir separación */
}

.cuenta-regresiva {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 40px;
}
/* Adornos */
.adornos-divisor {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Alinear verticalmente */
  margin: 20px 0; /* Espaciado superior e inferior */

}

.adorno-borde {
  width: 500px; /* Ancho fijo para los SVG */
  height: auto; /* Mantener proporciones */
  fill: #FFB6C1; /* Color marrón claro */
  transition: fill 0.3s ease; /* Transición suave al cambiar el color */
}

.adorno-borde:hover {
  fill: #A0522D; /* Cambia el color al pasar el ratón */
}

.simply-countdown {
    overflow: hidden;
    display: table;
    font-family: 'Arial', sans-serif;
  
  }
  .simply-countdown > .simply-section  {
    display: flex;
    justify-content: center;
    float: left;
    color: rgb(10, 10, 10);
    align-items: center;
    
  
  }
  
  .simply-countdown > .simply-section > div {
      /* countdown block inner div */
      width: 100px;
      padding: 5px;
      height: 150px;
      /*background-color:  #ffffff; */
      border-radius: 20px;
      margin: 10px;
  }
  
  .simply-countdown > .simply-section .simply-amount,
      .simply-countdown > .simply-section .simply-word {
    /* amounts and words */

    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 20px;
    
    }
  
    .simply-countdown > .simply-section .simply-amount {
    /* amounts */
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 40px;
    }

    .puntos{
        display: inline-block;  
    }
    .cartelPunto {
        display: flex;
        /*flex-direction: column;*/
        border-radius: 50%;
        background-color: #000000; 
        width: 5px; 
        height: 5px;
        margin: 5px;
        
    
    }


    /* ------------------------ time line ----------------------------*/
    .programacion-programacion {
      
      font-size: 20px;
      margin-bottom: 10px;
      /*padding: 10px 10px;*/
      text-align: center; /* Centra el contenido */
      /*border: 2px solid #000;*/
      max-width: 800px;
      margin: 40px auto;  /*Centrar y añadir separación */
      }
    .programacion {
      position: center;
    }
    .timeline {
        position: relative;
        padding: 20px 0;
        margin: 0 auto;
        width: 80%;
    }
    
    .timeline-line {
        position: absolute;
        top: 0;
        left: 50%;
        width: 4px;
        background-color: #000;
        height: 0; /* La línea empieza sin altura */
        transform: translateX(-50%);
        transition: height 0.5s ease-out; /* Animación de crecimiento de la línea */
    }
    
    .timeline-event {
        position: relative;
        margin: 50px 0;
        opacity: 0; /* Los eventos están ocultos inicialmente */
        transform: translateY(100px); /* Inicialmente fuera de vista */
        transition: all 0.5s ease-out; /* Animación suave */
    }
    
    .timeline-event.active {
        opacity: 1; /* Mostrar cuando está activo */
        transform: translateY(0); /* Volver a la posición original */
    }
    
    .timeline-content {
        position: relative;
        /*background-color: #fff;*/
        background: linear-gradient(135deg, #f09d9dbe 0%, #e6d5c3 50%, #d8c3c3 100%);
        padding: 20px;
        border: 2px solid #000;
        border-radius: 8px;
        width: 45%;
        text-align: center;
    }
    
    .timeline-event:nth-child(even) .timeline-content {
        left: 55%;
    }
    
    .timeline-event:nth-child(odd) .timeline-content {
        left: 0;
    }

    .timeline-content i {
        font-size: 40px; /* Tamaño del icono */
        color: #000;
        margin-bottom: 10px; /* Espacio entre el icono y el texto */
    }
    
    .timeline-content h3 {
        margin-top: 0;
    }
    
    .timeline-content p {
        font-size: 24px;
        margin-bottom: 0;
    }
    

    /*--------------------------- Codigo de vestimenta ---------------------*/

    .codigo-vestimenta{
        text-align: center;
        margin: 0 auto;

    }

    .codigo-vestimenta h2{
        font-size: 40px;
        margin-bottom: 20px;
    }

    .codigo-vestimenta h3{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .codigo-vestimenta img{
        width: 500px ;
    }


    #invitados-container {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    input[type=text] {
        width: 30%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
      }
    .invitado {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #ccc;
        width: 300px;
    }
    
    button {
        margin: 5px;
        background-color: #fd87c2;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        border-radius: 50px;
        cursor: pointer;
    }

   /* AGENDAR DÍA */
.fecha-agenda {
    background-color: #e9dbc8; /* Fondo marrón claro */
    padding: 20px;
    text-align: center; /* Centra el contenido */
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); /* Sombra */
    margin: 20px 0; /* Espacio arriba y abajo del div */
    font-family: serif; /* Fuente más delicada */
}

.fecha-agenda button {
    background-color: #d6b79b; /* Color del botón */
    color: white; /* Color del texto del botón */
    padding: 10px 20px; /* Espaciado interno del botón */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados para el botón */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    font-size: 14px; /* Tamaño de fuente del botón más pequeño */
    font-family: serif; /* Fuente más delicada */
}

.fecha-agenda button:hover {
    background-color: #a0522d; /* Color del botón al pasar el mouse */
    font-family: serif; /* Fuente más delicada */
}
/* AGENDAR DIRECCION */
.lugar, .direccion {
    background-color: #e9dbc8; /* Fondo marrón claro */
    padding: 20px;
    text-align: center; /* Centra el contenido */
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); /* Sombra */
    margin: 20px 0; /* Espacio arriba y abajo del div */
    font-family: serif; /* Fuente más delicada */
}

/*.lugar h2, .direccion h2 {
    font-family: serif; /* Fuente más delicada */
  /*  font-size: 20px; /* Tamaño de fuente más pequeño */
/*}*/

.lugar button, .direccion button {
    background-color: #d6b79b; /* Color del botón */
    color: white; /* Color del texto del botón */
    padding: 10px 20px; /* Espaciado interno del botón */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados para el botón */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    font-size: 14px; /* Tamaño de fuente del botón más pequeño */
    font-family: serif; /* Fuente más delicada */
}

.lugar button:hover, .direccion button:hover {
    background-color: #a0522d; /* Color del botón al pasar el mouse */
    font-family: serif; /* Fuente más delicada */
}
/*IMAGENES */

.carousel-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  }

/*.titles{
  padding: auto;
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 400px;
  margin: 0 auto;
}*/
h2 {
    text-align: center; Centrar el texto */
    font-family: 'lobster-regular'; /* Cambia a una fuente delicada, puedes ajustar según lo que prefieras */
    font-size: 2.5rem; /* Tamaño de fuente */
    color: #5a4b4b; /* Color del texto */
    margin: 20px 0px; /* Espaciado superior e inferior */
    transition: color 0.3s ease, text-shadow 0.3s ease; /* Transición suave para efectos */
  
}
.h3 { 
  text-align: center; /* Centrar el texto */
  font-family: 'lobster-regular'; /* Cambia a una fuente delicada, puedes ajustar según lo que prefieras */
  font-size: 2rem; /* Tamaño de fuente */
  color: #5a4b4b; /* Color del texto */
  margin: 0px; /* Espaciado superior e inferior */
  transition: color 0.3s ease, text-shadow 0.3s ease; /* Transición suave para efectos */
}


.carousel {
    position: relative;
    overflow: hidden;
    margin: 30px auto;
    height: 500px;
    width: 300px;
}

.carousel-slide {
    display: flex;
    /*position: relative;*/
    width: 100%;
    height: 80%;
    transition: transform 0.5s ease;
}

.polaroid {
    position: absolute;
    width: 100%;
    background: #f09d9dbe;
    padding: 10px 10px 25px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    transform: scale(0.8) rotate(-2deg);
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

.polaroid.active {
    opacity: 1;
    transform: scale(1) rotate(0);
    pointer-events: auto;
    z-index: 1;
}

.polaroid img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    display: block;
}

.carousel-controls {
    margin-top: 20px;
    
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s ease;
}

.prev-btn:hover, .next-btn:hover {
    background: rgba(255, 255, 255, 0.9);
}

.prev-btn {
    left: -50px;
}

.next-btn {
    right: -50px;
}

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

.modal-zoom-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80vh;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.modal-zoom-close {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}




/*MODALES */
/* Estilo del modal */
.modal {
    display: none; /* Ocultar el modal por defecto */
    position: fixed; /* Queda fijo en la pantalla */
    z-index: 1000; /* Sobre otros elementos */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Fondo negro con transparencia */
}

/* Contenido del modal */
.modal-content {
    background-color: #ecd4b8; /* Color de fondo blanco similar a dresscode */
    border: 1px solid #d3b69b; /* Borde marrón claro */
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra sutil */
    margin: 15% auto; /* 15% desde la parte superior y centrado */
    padding: 20px; /* Espaciado interno */
    width: 80%; /* Ancho del modal */
    text-align: center; /* Centrar texto */
}

/* Títulos dentro del modal */
.modal-content h2 {
    font-size: 30px; /* Tamaño de fuente del título */
    margin-bottom: 20px; /* Espaciado debajo del título */
    color: #000000;
}

/* Texto del modal */
.modal-content p {
    font-size: 16px; /* Tamaño de fuente del texto */
    font-family: serif; /* Fuente delicada */
    color: #000; /* Color del texto */
}

/* Botón para cerrar el modal */
.close {
    color: #d3b69b; /* Color de los botones de cierre */
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #a0522d; /* Color al pasar el mouse */
    text-decoration: none;
    cursor: pointer;
}





/*GOOGLE DRIVE*/
/* Estilo del título y el párrafo */

.content-googleDrive{
    text-align: center;
    /*background: linear-gradient(to top, #f3d6e6, #f3d9f2); /* Degradado de color */
    background: linear-gradient(135deg, #f09d9dbe 0%, #e6d5c3 50%, #d8c3c3 100%);
    box-shadow: 0 -5px 15px rgba(51, 51, 51, 0.5); /* Ajustar box-shadow para el efecto en la parte superior */  
}
.content-googleDrive h1 {
    text-align: center; /* Centrar el texto */
    font-family: 'Cambria', serif; /* Cambia a una fuente delicada, puedes ajustar según lo que prefieras */
    font-size: 2.5rem; /* Tamaño de fuente */
    color: #5a4b4b; /* Color del texto */
    margin: 20px 15px; /* Espaciado superior e inferior */
    transition: color 0.3s ease, text-shadow 0.3s ease; /* Transición suave para efectos */
  }
  
.content-googleDrive  p {
    font-size: 20px;
    font-family: 'Cambria', sans-serif;
    text-align: center;
}

.content-googleDrive button {

       
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-family: 'Cambria', sans-serif; /* Asegúrate de cambiar a la fuente que desees */
    cursor: pointer;
    background-color: #fd86c2; /* Color pastel delicado */
    color: #ffffff; /* Color del texto suave */
    border: 1px solid #fd86c2; /* Borde suave */
    border-radius: 8px; /* Bordes redondeados */
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; /* Transición */
  }
  
.content-googleDrive button:hover {
    background-color: #f0cfd2; /* Color de fondo más oscuro en hover */
    color: #fffcfc; /* Color del texto ligeramente más oscuro en hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave al hacer hover */
  }

.content-googleDrive svg {
    width: 100px;
    height: 200px;
    fill: none; /* Sin relleno para ver el trazo */
    stroke: #a56a6a; /* Color del trazo */
    stroke-width: 5; /* Ancho del trazo */
    stroke-dasharray: 2000; /* Longitud total del trazo */
    /*stroke-dashoffset: 2000; /* Oculta el trazo inicialmente */
    animation: draw 4s ease forwards infinite; /* Animación de dibujo */
}

/* FOOTER */
.footer {
    min-height: 300px;
    padding: 50px 30px;
    background: linear-gradient(135deg, #f09d9dbe 0%, #e6d5c3 50%, #d8c3c3 100%);
    /*display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    font-family: 'Times New Roman', serif;
    box-shadow: 0 -5px 15px rgba(51, 51, 51, 0.5); /* Ajustar box-shadow para el efecto en la parte superior */
}


.footer {
    position: center;
    padding: 20px;
    text-align: center;
}

.footer-left:before, .footer-left:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, #b18b6d, transparent);
    left: 0;
}

.footer-left:before {
    top: 0;
}

.footer-left:after {
    bottom: 0;
}

.footer h1 {
    font-size: 4em;
    color: #8b6b4f;
    margin: 0;
    text-shadow: 2px 2px 3px rgba(139, 107, 79, 0.3);
    position: relative;
    padding-left: 20px;
}



.footer h1:after {
    font-size: 0.4em;
    color: #b18b6d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.footer h2 {
    font-size: 2.5em;
    color: #9c7b5f;
    margin: 10px 0;
    letter-spacing: 3px;
    padding-left: 20px;
}

.footer-left p {
    color: #8b6b4f;
    font-size: 1.5em;
    margin: 10px 0;
    position: center;
    padding-left: 20px;
}

.footer-left p:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, #b18b6d, transparent);
    bottom: -5px;
    left: 20px;
}

.footer-right {
    text-align: right;
    padding: 20px;
    position: relative;
}

.footer-right p {
    color: #8b6b4f;
    font-size: 1.2em;
    margin: 15px 0;
    padding: 10px 20px;
    border: 1px solid #b18b6d;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.footer-right p:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.02);
}

/* Media Queries Base */

@media screen and (max-width: 1200px) {
    .recuadro {
      width: 60%;
    }
    .timeline-content img{
      width: 100%;
    }

    .footer {
      flex-direction: column;
      text-align: center;
      padding: 30px 15px;
    }

    .footers img{
      width: 50%;
    }
    
    .footer-left, .footer-right {
      width: 50%;
      text-align: center;
      padding: 15px;
    }
    .h-divider img{
      width: 80%;
    }
  }

  
  @media screen and (max-width: 992px) {
    .portada img {
      height: 400px;
    }
  
    .infinity-container {
      width: 600px;
    }
  
    .ornament-inner {
      width: 600px;
    }
    .timeline-content img{
      width: 100%;
    }
  
    .recuadro {
      width: 70%;
    }
  
    .footer h1 {
      font-size: 3em;
    }
  
    .footer h2 {
      font-size: 2em;
    }
  }
  
  @media screen and (max-width: 768px) {
    .portada {
      flex-direction: column;
    }
  
    .portada img {
      height: 150px;
    }
  
    .infinity-container {
      width: 90%;
    }
    .timeline-content img{
      width: 100%;
    }
  
    .ornament-inner {
      width: 90%;
    }
  
    .container-infinity {
      margin-top: 30px;
    }
  
    .falta {
      font-size: 3rem;
    }
  
    .reloj {
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }
  
    .reloj-col {
      margin: 5px;
    }
  
    .number {
      font-size: 2.5rem;
    }
  
    .recuadro {
      width: 90%;
    }
  
    .modal-content {
      width: 95%;
      margin: 10% auto;
    }
  
    .modal-content-asistencia {
      width: 95%;
      margin: 10% auto;
    }
  }
  
  @media screen and (max-width: 576px) {
    .portada img {
      height: 200px;
    }
    .timeline-content img{
      width: 100%;
    }
        
    .falta {
      font-size: 2.5rem;
    }
    .comfortaa-uniquifier img{
      width: 100%;
    }
   /* .carousel{
      width: 100%;
    }*/
    .number {
      font-size: 2rem;
    }
    .lobster-regular img{
      width: 135%;
      position: center;
    }
    .titles h2{
      width: 100%;
    }
  
    .time {
      font-size: 1rem;
    }
  
    .ceremonia h1 {
      font-size: 2rem;
    }
  
    .recomendaciones h1 {
      font-size: 2rem;
    }
  
    /*.dresscode h1, .tipsynotas h1 {
      font-size: 24px;
      margin-bottom: 30px;
    }*/
  
    .recomendaciones p {
      font-size: 16px;
    }
  
    .footer h1 {
      font-size: 2.5em;
      padding-left: 0;
    }
  
    .footer h2 {
      font-size: 1.8em;
      padding-left: 0;
    }
  
    .footer-left p {
      font-size: 1.2em;
      padding-left: 0;
    }
  
    .footer-right p {
      font-size: 1em;
    }
    .footers img{
      width: 100%;
  }
  
    /* Ajustes para animaciones */
    @keyframes extendLine {
      0% {
        width: 0;
      }
      100% {
        width: 150px;
      }
    }
  
    @keyframes extendMainLine {
      0% { width: 0; }
      100% { width: 120px; }
    }
  
    @keyframes extendSecondLine {
      0% { width: 0; }
      100% { width: 100px; }
    }
  
    @keyframes extendThirdLine {
      0% { width: 0; }
      100% { width: 100px; }
    }
  }
  
  /* Ajustes adicionales para dispositivos muy pequeños */
  @media screen and (max-width: 375px) {
.falta {
      font-size: 2rem;
    }
  
.number {
      font-size: 1.8rem;
    }
  
.time {
      font-size: 0.9rem;
    }
  
.ceremonia h1, 
.recomendaciones h1 {
      font-size: 1.8rem;
    }
  
.dresscode h1, 
.tipsynotas h1 {
      font-size: 20px;
    }
    .timeline-content img{
      width: 25%;
    }
  
.footer h1 {
      font-size: 2em;
    }
  
.footer h2 {
      font-size: 1.5em;
    }
  
.footer-left p {
      font-size: 1em;
    }
  
.footer-right p {
      font-size: 0.9em;
    }
  
input[type="text"] {
      width: calc(100% - 10px);
      padding: 8px;
    }
  
button {
      padding: 8px 16px;
      font-size: 14px;
    }
  }

  /* Estilos específicos para móviles */
@media (max-width: 767px) {
    .header-content h1 {
        font-size: 2em;
    }

    .header-content p {
        font-size: 2em;
    }

    .header-content spam {
        font-size: 1.5em;
    }

    .button-down:before{
        background:#ffffff;
    }
    
    .button-down:after{
        background:#ffffff;
    }
    
    .styled-section {
        padding: 15px;
    }
    .timeline-event img{
      width: 50%;
      height: auto;
    }

    .content-container p {
        font-size: 1.2em;
    }

    .simply-countdown > .simply-section > div {
        width: 60px;
        margin: 5PX;
        height: 90px;
 
    }

    .simply-countdown > .simply-section .simply-amount {
        /* amounts */
        font-size: 1.5rem;
        font-weight: bold;
        margin-top: 20px;
        }

    .simply-countdown > .simply-section .simply-word {
            /* words */
            font-size: .7rem;
    }

    .timeline-content {
        width: 90%;
        left: 0 !important;
    }

    .timeline-line {
        left: 10%; /* Ajustamos la posición de la línea en móvil */
        height: 0; /* Inicialmente la línea es invisible */
    }

    /* La línea irá creciendo a medida que los eventos se activan */
    .timeline-event.active ~ .timeline-line {
        height: calc(100% - 50px); /* La altura de la línea crece */
    }

    .codigo-vestimenta img{
        width: 200px ;
    }

    #videoBackground {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    input[type=text] {
        width: 100%;
      }
}



@media only screen and (max-width: 400px) {
    .slides {
        font-size: 2em;
    }
}

@keyframes bouncey {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}