/* css/style.css - Versión sin variables CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    background-color: #fff9ef; /* Mantener como fallback */
    /*background-image: url('../images/White-abstract-stuck-wall.jpg'); /* Agregar esta línea */
    background-image: url('../images/White-abstract-stuck-wall.jpg'); /* Agregar esta línea */
    /*background-image: url('../images/cemento-abstracto-copia-espacio-textura-o-fondo.jpg'); /* Agregar esta línea */
    background-size: cover; /* Para cubrir toda la pantalla */
    background-position: center center; /* Centrar la imagen */
    background-attachment: fixed; /* Fijar fondo al hacer scroll */
    background-repeat: no-repeat; /* No repetir la imagen */
    color: #f5ffe0; /* verde #555e41 blanco:#f5ffe0*/
    line-height: 1.6;
    /*padding: 20px;*/
    min-height: 100vh; /* Asegurar altura completa */
}


/*Estilos de fuentes correspondientes de la página*/
.dosis- {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  padding-bottom: 10px;
}

.dosis-light {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  padding-bottom: 10px;
}

.corinthia-regular {
  font-family: "Corinthia", cursive;
  font-size: 2rem;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  line-height: 2.5rem;
  padding-bottom: 10px;
}

.corinthia-bold {
  font-family: "Corinthia", cursive;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
}

.delius-regular {
  font-family: "Delius", cursive;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
}

.quintessential-regular {
  font-family: "Quintessential", serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.green-quintessential-regular {
  font-family: "Quintessential", serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 10px;
  color: #555e41
}

.quintessential-regular-countdown {
  font-family: "Quintessential", serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #555e41;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
 
}


.style-script-regular {
  font-family: "Style Script", cursive;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.delius-swash-caps-regular {
  font-family: "Delius Swash Caps", cursive;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
}

.comic-neue-regular {
  font-family: "Comic Neue", cursive;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
}


/*estilo para imágenes al centro con fondo transparente*/
.img-center {
  display: block;          /* Permite aplicar margin auto */
  margin: 0 auto;          /* Centra horizontalmente */
  max-width: 100%;         /* Escala la imagen al ancho del contenedor */
  height: auto;            /* Mantiene la proporción */
  background-color: transparent; /* Asegura que el fondo respete la transparencia */
  padding-bottom: 10px;
  padding-top: 10px;
  object-fit: contain;
  filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.5));
}

.img-center-itinerary {
  display: block;          /* Permite aplicar margin auto */
  /*margin: 0 auto;           Centra horizontalmente */
  max-width: none;         /* Escala la imagen al ancho del contenedor */
  width: calc(100% + 0px); /* Compensa el padding horizontal del contenedor */
  height: auto;            /* Mantiene la proporción */
  background-color: transparent; /* Asegura que el fondo respete la transparencia */
  padding-bottom: 20px;
  padding-top: 10px;
  object-fit: contain;
  margin-right: -30px;
  filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.5));
}




.content {
  /*display: flex; Cuando está activo la información de los padrinos se mueve a la derecha creando un efecto de doble fila
  flex-wrap: wrap;           /* Permite que se acomode en pantallas pequeñas */
  justify-content: center;
  align-items: center;
  gap: 0.5rem;                  /* Espacio entre texto e imagen */
}


/* En style.css - Añadir estado declinado */
.status-declined {
    background-color: #f8d7da;
    color: #721c24;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

/* Actualizar los otros estados */
.status-confirmed {
    background-color: #d4edda;
    color: #155724;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

.status-pending, .status-none {
    background-color: #fff3cd;
    color: #856404;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

/* Termina estado declinado */

.text {
  flex: 1 1 300px;            /* Crece, se encoge, mínimo 300px */
}

.center-decoration {
    position: absolute; /* Relativo al body */
    top: 11rem; /* Ajusta distancia desde arriba */
    /*right: 0px;  Ajusta distancia desde la izquierda */
    z-index: 999;
    width: 90px; /* Controla el espacio que ocupa */
    height: 400px;
}

.middle-decoration {
    position: absolute; /* Relativo al body */
    top: 225px;  /*Ajusta distancia desde arriba */
    right: 0px; /* Ajusta distancia desde la izquierda */
    z-index: 999;
    height: 105px;
    align-self: center;
    /*margin-left: 60px;
    margin-right: 60px;*/
    margin-bottom: -170px;
    filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.5));
}

.mid-bottom-decoration {
    position: relative; /* Relativo al body */
    left: 26%; /* Ajusta distancia desde la izquierda */
    z-index: 999;
    height: 130px;
    align-self: center;
    /*margin-left: 60px;
    margin-right: 60px;*/
    margin-bottom: 23px;
    filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.5));
}

.greeting-decoration {
    position: relative; /* Relativo al body */
    top: 1px;  /*Ajusta distancia desde arriba */
    /*right: 0px;  Ajusta distancia desde la izquierda */
    left: 25%;
    z-index: 999;
    height: 120px;
    align-self: center;
    /*margin-left: 60px;
    margin-right: 60px;*/
    margin-bottom: -58px;
    filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.5));
}


.left-decoration {
    position: absolute; /* Relativo al body */
    top: 8rem; /* Ajusta distancia desde arriba */
    right: 0px; /* Ajusta distancia desde la izquierda */
    z-index: 999;
    width: 130px; /* Controla el espacio que ocupa */
    height: 400px;
}

.in-decoration {
    position: absolute; /* Relativo al body */
    top: 0rem; /* Ajusta distancia desde arriba */
    left: 0px; /* Ajusta distancia desde la izquierda */
    z-index: 999;
    width: 130px; /* Controla el espacio que ocupa */
    height: 400px;
}


.bottom-decoration {
    position: absolute; /* Relativo al body */
    right: 0px; /* Ajusta distancia desde la izquierda */
    z-index: 999;
    width: 120px; /* Controla el espacio que ocupa */
}

.center-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply; /* Se integra mejor con el fondo */
    filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.5));
}

.us-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}


/*Glass container*/

.green-glass {
    backdrop-filter: blur(3px) saturate(160%) opacity(75%);
    -webkit-backdrop-filter: blur(3px) saturate(160%) opacity(75%); /*works just in safari?*/
    background: rgba(85, 94, 65, 0.6);
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(113, 198, 61, 0.177);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.25),
        inset 0 0 0px rgba(255, 255, 255, 0),
        inset 0px 0px 4px 2px rgba(255, 255, 255, 0.05);
}


.glass-container {
    justify-content: center;
    align-items: center;

    backdrop-filter: blur(1px) saturate(160%) opacity(75%);
    -webkit-backdrop-filter: blur(3px) saturate(160%) opacity(75%);

    background: rgba(85, 94, 65, 0.6);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    /*border: 1px solid rgba(113, 198, 61, 0.177);*/

    box-shadow: 
        0px 10px 10px 0 rgba(0, 0, 0, 0.5),
        inset 0px 0px 0px rgba(255, 255, 255, 1),
        inset 0px 0px 4px 2px rgba(255, 255, 255, 0.05);
}








.container {
    max-width: 1500px;
    margin: 0 auto;
    /*padding: 10px;*/
}

.header {
    text-align: center;
    margin-bottom: 30px;
    
    
    justify-content: center;
    align-items: center;

    backdrop-filter: blur(1px) saturate(160%) opacity(75%);
    -webkit-backdrop-filter: blur(3px) saturate(160%) opacity(75%);

    background: rgba(85, 94, 65, 0.6);
    padding: 30px;
    border-radius: 5px;
    /*border: 1px solid rgba(113, 198, 61, 0.177);*/

    box-shadow: 
        0px 10px 10px 0 rgba(0, 0, 0, 0.5),
        inset 0px 0px 0px rgba(255, 255, 255, 1),
        inset 0px 0px 4px 2px rgba(255, 255, 255, 0.05);
}

.header h1 {
    font-size: 3rem;
    color: white; /* color-dark */
    margin-bottom: 10px;
    font-family: "Quintessential", serif
}

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #white; /* color-dark-accent */
}

.date-location {
    margin-top: 20px;
}

.date, .location {
    font-size: 1.1rem;
    margin: 5px 0;
}

.invitation-section {
    margin-bottom: 40px;
}

.invitation-card {
    justify-content: center;
    align-items: center;

    backdrop-filter: blur(1px) saturate(160%) opacity(75%);
    -webkit-backdrop-filter: blur(3px) saturate(160%) opacity(75%);

    background: rgba(85, 94, 65, 0.6);
    padding: 30px;
    border-radius: 5px;
    /*border: 1px solid rgba(113, 198, 61, 0.177);*/

    box-shadow: 
        0px 10px 10px 0 rgba(0, 0, 0, 0.5),
        inset 0px 0px 0px rgba(255, 255, 255, 1),
        inset 0px 0px 4px 2px rgba(255, 255, 255, 0.05);
}

.invitation-card h2 {
    color: #555e41; /* color-dark */
    margin-bottom: 15px;
    text-align: center;
    font-family: quintessential-regular;
}

.details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.detail-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 15px;
    margin: 10px;
    background-color: #d5c7d8; /* color-accent */
    border-radius: 8px;
}

.detail-item h3 {
    color: #555e41; /* color-dark */
    margin-bottom: 10px;
}

.rsvp-section {
    backdrop-filter: blur(1px) saturate(160%) opacity(75%);
    -webkit-backdrop-filter: blur(3px) saturate(160%) opacity(75%);
    
    background: rgba(85, 94, 65, 0.6); /* color-secondary */
    padding: 30px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(113, 198, 61, 0.177);
    margin-bottom: 30px;
    box-shadow: 
        0px 10px 10px 0 rgba(0, 0, 0, 0.5),
        inset 0px 0px 0px rgba(255, 255, 255, 1),
        inset 0px 0px 4px 2px rgba(255, 255, 255, 0.05);
}

.rsvp-section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #555e41; /* color-dark */
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input, textarea, select {
    width: 100%;
    padding: 10px;
    border: 1px solid #d5c7d8; /* color-accent */
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
}

.maps-button {
    display: block;
    margin: 0 auto;
    align-items: center;
    background-color: #555e41;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    width: auto;
}

.lodging-button {
    display: block;
    margin: 0 auto;
    align-items: center;
    background-color: #555e41;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    width: auto;
}

.maps-button:hover {
    background-color: #95a376;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

button {
    display: block;
    margin: 0 auto;
    background-color: #555e41; /* color-dark */
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

button- {
    background-color: #555e41; /* color-dark */
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
    margin: 0 auto;
    align-self: center;
}

button:hover {
    background-color: #95a376; /* color-dark-accent */
}

#check-code {
    margin-top: 10px;
    width: auto;
}

.hidden {
    display: none;
}

.guest-field {
    background-color: #ffe5e4; /* color-light-highlight */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #d5c7d8; /* color-accent */
}

.guest-field h3 {
    color: #555e41; /* color-dark */
    margin-bottom: 15px;
    border-bottom: 1px solid #d5c7d8; /* color-accent */
    padding-bottom: 5px;
}

select {
    width: 100%;
    padding: 10px;
    border: 1px solid #d5c7d8; /* color-accent */
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
    background-color: white;
}

.success {
    border-radius: 5px;
    margin: 10px 0;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.debug-info {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 9999;
    max-width: 300px;
}

.footer {
    text-align: center;
    padding: 20px;
    background-color: #ffe4dd; /* color-primary */
    border-radius: 10px;
    font-style: italic;
}

.welcome-message {
    background-color: #efbfbd; /* color-highlight */
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.attendance-summary {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    text-align: center;
}

.summary-item {
    padding: 10px;
}

.summary-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #555e41; /* color-dark */
}

@media (max-width: 768px) {
    .details {
        flex-direction: column;
    }
    
    .detail-item {
        min-width: 100%;
    }
    
    .header h1 {
        font-size: 2.5rem;
    }
}

.introduction-section {
    margin: 10px 0 10px 0;
}

´

/* Sección de Hospedaje */
.accommodation-section {
    padding: 60px 0;
    background-color: #fff9ef;
    position: relative;
}

.accommodation-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23d5c7d8" opacity="0.2"/></svg>');
    opacity: 0.1;
    pointer-events: none;
}

.section-subtitle {
    text-align: center;
    font-family: 'Dosis', sans-serif;
    color: #8a738f;
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.accommodation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(auto, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.accommodation-card {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #ffe4dd;
}

.accommodation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border-color: #d5c7d8;
}

.accommodation-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.accommodation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.accommodation-card:hover .accommodation-image img {
    transform: scale(1.05);
}

.price-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #555e41;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.accommodation-info {
    padding: 25px;
}

.accommodation-info h3 {
    font-family: 'Corinthia', cursive;
    font-size: 2rem;
    color: #555e41;
    margin-bottom: 15px;
    line-height: 1.2;
}

.accommodation-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffe4dd;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Dosis', sans-serif;
    font-size: 0.9rem;
    color: #8a738f;
}

.detail-item i {
    color: #555e41;
}

.accommodation-actions {
    display: flex;
    gap: 10px;
}

.action-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 15px;
    border-radius: 8px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.action-button.call {
    background-color: #95a376;
    color: white;
}

.action-button.maps {
    background-color: #95a376;
    color: white;
}

.action-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.action-button.call:hover {
    background-color: #8a738f;
}

.action-button.maps:hover {
    background-color: #d5c7d8;
}






/* Estilos para la cuenta regresiva */
.countdown-section {
    margin: 30px 0 20px 0;
}

.countdown-container {
    backdrop-filter: blur(1px) saturate(160%) opacity(75%);
    -webkit-backdrop-filter: blur(3px) saturate(160%) opacity(75%);
    background: rgba(85, 94, 65, 0.6);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(113, 198, 61, 0.177);
    text-align: center;
    box-shadow: 
        0px 10px 10px 0 rgba(0, 0, 0, 0.5),
        inset 0px 0px 0px rgba(255, 255, 255, 1),
        inset 0px 0px 4px 2px rgba(255, 255, 255, 0.05);
}

.countdown-container h2 {
    color: #571d48;
    margin-bottom: 25px;
    font-size: 1rem;
    font-family: 'Playfair Display', serif;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 600px;
}

.countdown-item {
    flex: 1;
    min-width: 100px;
    background-color: #fff9ef;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.countdown-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.countdown-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #555e41;
    margin-bottom: 8px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.countdown-label {
    font-size: 1rem;
    color: #555e41;
    letter-spacing: 1px;
    font-weight: bold;
}

.countdown-message {
    margin-top: 25px;
    font-size: 1.2rem;
    color: #555e41;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    display: inline-block;
    height: 5rem;
}

/* Animación para los números */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/*Animación de olas*/
@keyframes waveFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    50% {
        opacity: 0.5;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.wave-fade-in {
    animation: waveFadeIn 2s ease-out;
}

/*Efecto tipo máquina de escribir*/
@keyframes typewriter {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blinkCursor {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: #8a738f;
    }
}

.typewriter {
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid;
    animation: 
        typewriter 3s steps(40) 1s 1 normal both,
        blinkCursor 0.75s step-end infinite;
}

/*Animación de desenfoque a claridad*/
@keyframes blurFadeIn {
    from {
        opacity: 0;
        filter: blur(10px);
    }
    to {
        opacity: 1;
        filter: blur(0);
    }
}

.blur-fade-in {
    animation: blurFadeIn 2s ease-out;
}






.countdown-number.changing {
    animation: pulse 0.5s ease;
}

/* Responsive para la cuenta regresiva */
@media (max-width: 768px) {
    .countdown {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .countdown-item {
        min-width: 80px;
        padding: 15px 10px;
    }
    
    .countdown-number {
        font-size: 2rem;
    }
    
    .countdown-container h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .countdown {
        gap: 10px;
    }
    
    .countdown-item {
        min-width: 70px;
        padding: 12px 8px;
    }
    
    .countdown-number {
        font-size: 1.8rem;
    }
    
    .countdown-label {
        font-size: 1rem;
    }
}

/* Estilos para el logo */
.logo-container {
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 20px 0;
}

.wedding-logo {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease, filter 0.3s ease;
    animation: heartbeat 2.5s ease-in-out infinite;
}



.wedding-logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.15));
}

/* Si el logo tiene fondo blanco y quieres que se integre mejor */
.wedding-logo.transparent-bg {
    background-color: transparent;
}

/* Para logo circular o con bordes redondeados */
.wedding-logo.rounded {
    border-radius: 50%;
    border: 3px solid #d5c7d8;
    padding: 5px;
}

/* Versión con marco decorativo */
.wedding-logo.framed {
    border: 8px double #8a738f;
    padding: 15px;
    background-color: #fff9ef;
    border-radius: 10px;
}

/* Logo con efecto vintage */
.wedding-logo.vintage {
    filter: sepia(0.3) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

/* Responsive para el logo */
@media (max-width: 768px) {
    .wedding-logo {
        max-width: 150px;
    }
    
    .logo-container {
        margin-bottom: 20px;
        padding: 15px 0;
    }
}

@media (max-width: 480px) {
    .wedding-logo {
        max-width: 120px;
    }
    
    .logo-container {
        margin-bottom: 15px;
    }
}

.corner-decoration {
    position: absolute; /* Relativo al body */
    top: 0px; /* Ajusta distancia desde arriba */
    left: 0px; /* Ajusta distancia desde la izquierda */
    z-index: 999;
    width: 150px; /* Controla el espacio que ocupa */
    height: 200px;
}

.corner-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply; /* Se integra mejor con el fondo */
    filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.5));
}

/* Estilos para la confirmación de rsvp */
.confirmed-info {
    margin: 20px 0;
}

.confirmation-status {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #f8f9fa;
}

.confirmation-status.confirmed {
    border-left: 5px solid #28a745;
    background: #f0fff4;
}

.confirmation-status.declined {
    border-left: 5px solid #dc3545;
    background: #fff5f5;
}

.status-icon {
    font-size: 2.5em;
    margin-right: 20px;
}

.status-details h3 {
    margin: 0 0 10px 0;
    color: #333;
}

.status-details p {
    margin: 5px 0;
    color: #555;
}

.confirmation-note {
    font-style: italic;
    color: #666;
    margin-top: 10px;
}

.previous-message {
    margin: 25px 0;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.previous-message h4 {
    margin-top: 0;
    color: #495057;
    margin-bottom: 10px;
}

.message-content {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
    font-style: italic;
    color: #6c757d;
    line-height: 1.5;
}

.contact-note {
    margin-top: 25px;
    padding: 15px;
    background: #e7f5ff;
    border-radius: 8px;
    border-left: 4px solid #339af0;
}

.contact-note p {
    margin: 0;
    color: #1864ab;
}

/* Ocultar el formulario cuando ya está confirmado */
.form-hidden {
    display: none !important;
}


/* Slider de imágenes */


.couple-slider-section {
    margin: 10px auto;
    max-width: 900px;
    padding: 0 20px;
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: auto;
}

.slide {
    min-width: 100%;
    position: relative;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 1s ease, transform 1s ease;
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
}

.slide img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    display: block;
}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);*/
    color: white;
    padding: 30px 20px 20px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
}

.slider-dots {
    display: flex;
    justify-content: center;
    padding: 0px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    padding: 0;
}

.slider-dot.active {
    background: white;
    transform: scale(1.2);
}

.slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(150%);
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
    pointer-events: none;
}

.slider-prev, .slider-next {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: white;
    width: 20px;
    height: 25px;
    border-radius: 12%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    pointer-events: auto;
}


/* Slider de Hospedaje */
.accommodation-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px; /* Espacio para las flechas */
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    scroll-behavior: smooth;
    gap: 30px;
    padding: 20px 0;
    margin: 0 -15px; /* Compensar padding de las tarjetas */
}

.slider-item {
    flex: 0 0 calc(33.333% - 20px); /* 3 tarjetas por vista en desktop */
    min-width: calc(33.333% - 20px);
    scroll-snap-align: start;
    transition: transform 0.3s ease;
}

/* Estilos de las tarjetas (mantenidos del grid) */
.accommodation-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #ffe4dd;
    height: 100%;
    margin: 0 15px;
}

.accommodation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border-color: #d5c7d8;
}

.accommodation-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.accommodation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.accommodation-card:hover .accommodation-image img {
    transform: scale(1.05);
}

.price-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #555e41;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.accommodation-info {
    padding: 25px;
}

.accommodation-info h3 {
    font-family: 'Corinthia', cursive;
    font-size: 2rem;
    color: #555e41;
    margin-bottom: 15px;
    line-height: 1.2;
}

.accommodation-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffe4dd;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Dosis', sans-serif;
    font-size: 0.9rem;
    color: #8a738f;
}

.detail-item i {
    color: #555e41;
}

.accommodation-actions {
    display: flex;
    gap: 10px;
}

.action-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 15px;
    border-radius: 8px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.action-button.call {
    background-color: #555e41;
    color: white;
}

.action-button.maps {
    background-color: #555e41;
    color: white;
}

.action-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.action-button.call:hover {
    background-color: #8a738f;
}

.action-button.maps:hover {
    background-color: #d5c7d8;
}

/* Flechas de navegación (opcionales) */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    z-index: 10;
    color: #555e41;
    font-size: 1.2rem;
}

.slider-nav:hover {
    background-color: #555e41;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev {
    left: 0;
}

.slider-nav.next {
    right: 0;
}

/* Indicadores de puntos (opcionales) */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d5c7d8;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #555e41;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 1024px) {
    .slider-item {
        flex: 0 0 calc(50% - 15px); /* 2 tarjetas por vista en tablet */
        min-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .accommodation-slider {
        padding: 0 20px;
    }
    
    .slider-item {
        flex: 0 0 calc(100% - 10px); /* 1 tarjeta por vista en móvil */
        min-width: calc(100% - 10px);
    }
    
    .slider-container {
        gap: 20px;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .accommodation-info h3 {
        font-size: 1.8rem;
    }
}

/* Para ocultar flechas en móvil si prefieres */
@media (max-width: 480px) {
    .slider-nav {
        display: none; /* Ocultar flechas en móvil muy pequeño */
    }
    
    .accommodation-slider {
        padding: 0 10px;
    }
}





/* Slider con scroll horizontal nativo */
.accommodation-slider.scroll-version {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #d5c7d8 #fff9ef;
    padding-bottom: 20px;
}

.accommodation-slider.scroll-version::-webkit-scrollbar {
    height: 8px;
}

.accommodation-slider.scroll-version::-webkit-scrollbar-track {
    background: #fff9ef;
    border-radius: 4px;
}

.accommodation-slider.scroll-version::-webkit-scrollbar-thumb {
    background: #d5c7d8;
    border-radius: 4px;
}

.accommodation-slider.scroll-version .slider-container {
    display: flex;
    gap: 30px;
    padding: 10px;
}

.accommodation-slider.scroll-version .slider-item {
    flex: 0 0 auto;
    width: 350px;
    scroll-snap-align: start;
}


/* Estilos para el botón de play */
.play-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 228, 221, 0.95) 0%, rgba(255, 249, 239, 0.95) 50%, rgba(213, 199, 216, 0.95) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 1s ease, visibility 1s ease;
    backdrop-filter: blur(5px);
}

.play-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

.play-content {
    position: fixed;
    align-content: center;
    justify-content: center;
    text-align: center;
    max-width: 500px;
    padding: 10px;
}

.play-button {
    width: 120px;
    height: 120px;
    background-color: #8a738f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    position: relative;
    padding: 10px;
    margin-left: 120px;
}

.play-button:hover {
    transform: scale(1.1);
    background-color: #555e41;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.play-button:active {
    transform: scale(0.95);
}

.play-button i {
    font-size: 3.5rem;
    color: white;
    /*margin-left: 10px;  Para centrar el triángulo del play */
}

.play-text {
    margin-top: 30px;
    font-family: 'Dancing Script', cursive;
    font-size: 1.8rem;
    color: #555e41;
    text-align: center;
    animation: pulseText 2s infinite;
}

@keyframes pulseText {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

/* Ocultar contenido inicialmente */
.page-content {
    display: none;
    animation: fadeIn 1s ease forwards;
    align-items: center;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

