/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-primary);
}

.btn-light-outline-0 {
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-light);
}

.btn-primary-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-primary);
}

.btn-light-outline-0:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-secondary);
}

.img-border {
    border-color: var(--bs-secondary);
    border-style: double;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Great Vibes', cursive;
    font-weight: 700;
}


/*** Navbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}


.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-family: 'Petit Formal Script', cursive;
    font-weight: 600;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-item {
    position: relative;
    min-height: 100vh
}

.carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent;
}

#carouselId .carousel-indicators {
    padding-bottom: 30px;
}

#carouselId .carousel-indicators li {
    border-top: 10px solid var(--bs-white);
    border-bottom: 10px solid var(--bs-white);
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    transition: 0.5s;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    border-right: 15px solid var(--bs-primary);
    border-left: 15px solid var(--bs-primary);
}

/*** Carousel End ***/


/*** Wedding Story Start ***/
.story .story-timeline,
.story .story-timeline .row {
    position: relative;
}

.story .story-timeline::before,
.story .story-timeline::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: var(--bs-secondary);
    border-radius: 10px;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
}

.story .story-timeline::after {
    top: auto;
    bottom: -7px;
}

.story .story-timeline .row::after {
    position: absolute;
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: var(--bs-secondary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {

    .story .story-timeline::before,
    .story .story-timeline::after,
    .story .story-timeline .row::after {
        display: none;
    }
}

/*** Wedding Story End ***/

/*** Wedding Date Start ***/
.wedding-date-bg .wedding-date {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/wedding-date-bg.jpg) center;
    object-fit: cover;
    background-repeat: no-repeat;
}

.wedding-date-bg .wedding-date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.wedding-date-bg .wedding-date .wedding-date-content {
    position: relative;
    z-index: 9;
}

/*** Wedding Date End ***/


/*** Wedding Timeline Start ***/
@media (max-width: 576px) {
    .wedding-timeline .wedding-content .heart-circle {
        display: none;
    }
}

/*** Wedding Timeline End ***/


/*** Gallery Start ***/
.gallery .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-img .hover-style {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
}

.gallery .gallery-img:hover .hover-style {
    width: auto;
    height: auto;
    border: 600px solid rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.gallery .gallery-img img {
    transition: 0.5s;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-item .gallery-overlay {
    transition: 0.5s;
}

.gallery .gallery-item:hover .gallery-overlay {
    background: transparent !important;
    border: 0 !important;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;

}

.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}

/*** Gallery End ***/


/*** team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-content {
    background: rgba(0, 0, 0, .5);
}

.team .team-item .team-content {
    text-align: center;
}

.team .team-item .team-social {
    position: absolute;
    top: -180px;
    right: 15px;
    z-index: 5;
    transition: 0.5s;
}

.team .team-item:hover .team-social {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-color: var(--bs-secondary);
    border-style: double;
}

.team .team-item .team-img .team-img-main {
    position: relative;
    z-index: 3;
}

.team .team-item .team-img .team-img-main img,
.team .team-item .team-img .team-img-bg img {
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-img-main img,
.team .team-item:hover .team-img .team-img-bg img {
    transform: scale(1.1);
}

/*** Team End ***/


/*** Contact Us Start ***/
.RSVP-form {
    background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.2));
    object-fit: cover;
}

/*** Contact Us End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/circulo.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .footer-item a.btn-link,
.footer .footer-item p {
    line-height: 35px;
    font-size: 17px;
    color: var(--bs-light);
    transition: 0.5s;
}

.footer .footer-item a.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 2px;
}

@media (max-width: 992px) {

    .footer .text-start,
    .footer .text-center,
    .footer .text-end {
        text-align: center !important;
    }
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}

/*** copyright end ***/

.custom-btn {
    background-color: #ffa1f7;
    /* color de fondo */
    color: white;
    /* color del texto */
    border: none;
    /* quita el borde si no lo quieres */
}

.custom-btn:hover {
    background-color: #a9d6ff;
    /* color al pasar el mouse */
}

.text-primary {
    color: #ff69b4 !important;
}

.bg-primary {
    background-color: #edf7ff81 !important;
}

.btn-primary {
    color: #000 !important;
    /* color del texto */
    background-color: #a9d6ff !important;
    /* color de fondo */
    border-color: #fd5d5d !important;
    /* color del borde */
}

.confirmation-elegant {
    background: linear-gradient(135deg, rgba(147, 112, 219, 0.3) 0%, rgba(177, 156, 217, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.confirmation-elegant::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hearts" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path fill="rgba(255,255,255,0.05)" d="M10,6 C10,6 8,4 6,4 C3,4 1,6 1,9 C1,11 3,13 6,16 C8,18 10,20 10,20 C10,20 12,18 14,16 C17,13 19,11 19,9 C19,6 17,4 14,4 C12,4 10,6 10,6 Z"/></pattern></defs><rect width="100" height="100" fill="url(%23hearts)"/></svg>');
    opacity: 0.3;
}

.btn-confirmation {
    background: linear-gradient(135deg, #9370db, #b19cd9);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-confirmation:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(147, 112, 219, 0.4);
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-confirmation::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-confirmation:hover::before {
    left: 100%;
}

/* Efecto de pulso sutil */
@keyframes pulse-gentle {
    0% {
        box-shadow: 0 0 0 0 rgba(147, 112, 219, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(147, 112, 219, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(147, 112, 219, 0);
    }
}

.btn-confirmation {
    animation: pulse-gentle 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .confirmation-elegant {
        padding: 20px 15px;
        text-align: center;
    }

    .confirmation-elegant .col-md-8 {
        margin-bottom: 15px;
    }
}

/* flyer */
/* Estilos mejorados */
.flyer-elegante {
    height: 450px;
    background: white;
    position: relative;
    border: 1px solid rgba(147, 112, 219, 0.1);
}

.flyer-image-section {
    min-height: 200px;
}

.decorative-line {
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
}

/* Contador mejorado */
.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.countdown-item {
    text-align: center;
    min-width: 65px;
}

.countdown-number {
    font-size: 1.6rem;
    font-weight: bold;
    background: linear-gradient(135deg, #9370db, #b19cd9);
    color: white;
    padding: 10px 6px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(147, 112, 219, 0.3);
    font-family: 'Courier New', monospace;
    display: block;
    margin-bottom: 4px;
    line-height: 1.2;
}

.countdown-label {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
    display: block;
}

.countdown-separator {
    font-size: 1.3rem;
    font-weight: bold;
    color: #9370db;
    margin-top: -8px;
}

/* Información de la boda */
.wedding-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item {
    padding: 8px;
}

.info-item h6 {
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.info-item .text-muted {
    font-size: 0.8rem;
}

/* Botón mejorado */
.btn-confirmar {
    background: linear-gradient(135deg, #9370db, #b19cd9);
    border: none;
    color: white;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(147, 112, 219, 0.3);
}

.btn-confirmar:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(147, 112, 219, 0.4);
    color: white;
}

/* Responsive mejorado */
@media (max-width: 768px) {
    .flyer-elegante {
        height: auto;
        min-height: 500px;
    }

    .countdown-number {
        font-size: 1.4rem;
        padding: 8px 4px;
    }

    .countdown-item {
        min-width: 55px;
    }

    .countdown-separator {
        font-size: 1.1rem;
        margin-top: -6px;
    }

    h2.display-5 {
        font-size: 2rem;
    }

    .flyer-image-section {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    .countdown-container {
        gap: 4px;
    }

    .countdown-number {
        font-size: 1.2rem;
        padding: 6px 3px;
    }

    .countdown-item {
        min-width: 45px;
    }

    .countdown-separator {
        font-size: 0.9rem;
        margin-top: -4px;
    }

    .countdown-label {
        font-size: 0.7rem;
    }

    h2.display-5 {
        font-size: 1.8rem;
    }
}











.cronograma-boda {
    background: linear-gradient(135deg, #f8f4ff 0%, #f0e8ff 100%);
    padding: 80px 20px;
    font-family: 'Playfair Display', serif;
    position: relative;
    overflow: hidden;
}

.cronograma-boda::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8B5FBF, #C4A1E6, #8B5FBF);
}

.container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.titulo-elegante {
    text-align: center;
    font-size: 3rem;
    color: #6B46A5;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(139, 95, 191, 0.1);
}

.subtitulo {
    text-align: center;
    font-size: 1.4rem;
    color: #8B5FBF;
    margin-bottom: 60px;
    font-weight: 300;
    letter-spacing: 3px;
    font-style: italic;
}

.linea-tiempo {
    position: absolute;
    left: 50%;
    top: 180px;
    bottom: 50px;
    width: 3px;
    background: linear-gradient(180deg, #8B5FBF, #C4A1E6, #8B5FBF);
    transform: translateX(-50%);
    border-radius: 10px;
}

.momento {
    position: relative;
    margin-bottom: 50px;
    width: 48%;
    padding: 30px;
    background: linear-gradient(145deg, #ffffff, #f8f4ff);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(139, 95, 191, 0.15);
    transition: all 0.4s ease;
    border: 1px solid #f0e8ff;
}

.momento:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
}

.momento:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}

.momento:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(139, 95, 191, 0.25);
}

.icono {
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: center;
}

.hora-elegante {
    font-size: 1.2rem;
    color: #8B5FBF;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
    background: linear-gradient(135deg, #8B5FBF, #C4A1E6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.actividad {
    font-size: 1.4rem;
    color: #4A2C7A;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0.5px;
}

.descripcion {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.6;
    font-style: normal;
    text-align: center;
    font-weight: 300;
}

.momento::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #8B5FBF, #C4A1E6);
    border-radius: 50%;
    top: 45px;
    border: 3px solid white;
    box-shadow: 0 0 0 3px #8B5FBF;
}

.momento:nth-child(odd)::before {
    right: -58px;
}

.momento:nth-child(even)::before {
    left: -58px;
}

@media (max-width: 768px) {
    .linea-tiempo {
        display: none;
    }

    .momento {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 25px;
    }

    .momento::before {
        display: none;
    }

    .titulo-elegante {
        font-size: 2.2rem;
    }

    .subtitulo {
        font-size: 1.2rem;
    }

    .icono {
        font-size: 2rem;
    }
}

/* Efectos de animación suave */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.momento {
    animation: fadeInUp 0.6s ease-out;
}

.momento:nth-child(odd) {
    animation-delay: 0.1s;
}

.momento:nth-child(even) {
    animation-delay: 0.2s;
}

.ver-mas-container {
    text-align: center;
    margin-top: 60px;
    padding: 20px;
}

.btn-ver-mas {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 35px;
    background: linear-gradient(135deg, #8B5FBF, #6B46A5);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(139, 95, 191, 0.3);
    border: 2px solid transparent;
}

.btn-ver-mas:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(139, 95, 191, 0.4);
    background: linear-gradient(135deg, #6B46A5, #8B5FBF);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-ver-mas:active {
    transform: translateY(0);
}

.btn-ver-mas svg {
    transition: transform 0.3s ease;
}

.btn-ver-mas:hover svg {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .btn-ver-mas {
        padding: 12px 30px;
        font-size: 1rem;
    }
}





























.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.popup-container {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: slideUp 0.4s ease;
}

.popup-header {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.header-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.popup-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.9);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(139, 95, 191, 0.4) 0%, rgba(107, 70, 165, 0.3) 100%);
}

.header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
}

.header-content i {
    font-size: 2.8rem;
    margin-bottom: 12px;
    display: block;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    color: white;
}

.header-content h3 {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    color: white;
    letter-spacing: 0.5px;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    color: #8B5FBF;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.close-btn:hover {
    background: white;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.popup-content {
    padding: 30px;
    text-align: center;
}

.popup-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}

.popup-icon {
    margin: 20px 0;
}

.popup-icon i {
    font-size: 3rem;
    color: #8B5FBF;
    animation: pulse 2s infinite;
}

.popup-footer {
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn-cronograma {
    background: linear-gradient(135deg, #8B5FBF, #6B46A5);
    color: white;
    text-decoration: none;
    padding: 16px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(139, 95, 191, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-cronograma:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(139, 95, 191, 0.4);
    color: white;
}

.btn-cerrar {
    background: transparent;
    color: #666;
    border: 2px solid #e0e0e0;
    padding: 14px 25px;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cerrar:hover {
    background: #f5f5f5;
    border-color: #8B5FBF;
    color: #8B5FBF;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { 
        opacity: 0;
        transform: translateY(30px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 480px) {
    .popup-container {
        width: 95%;
    }
    
    .popup-header {
        height: 170px;
    }
    
    .popup-content {
        padding: 25px;
    }
    
    .popup-footer {
        padding: 15px 20px 20px;
    }
    
    .header-content i {
        font-size: 2.3rem;
    }
    
    .header-content h3 {
        font-size: 1.4rem;
    }
}

/* Efecto de carga suave para la imagen */
.popup-img {
    opacity: 0;
    animation: imageFadeIn 0.6s ease 0.2s forwards;
}

@keyframes imageFadeIn {
    from { 
        opacity: 0;
        transform: scale(1.05);
    }
    to { 
        opacity: 1;
        transform: scale(1);
    }
}

/* Efecto sutil de brillo en hover para la imagen */
.header-image:hover .popup-img {
    filter: brightness(1);
    transition: filter 0.3s ease;
}


























































.regalos-section {
    background: linear-gradient(135deg, #f8f4ff 0%, #f0e8ff 100%);
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.regalos-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8B5FBF, #C4A1E6, #8B5FBF);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.regalos-header {
    text-align: center;
    margin-bottom: 60px;
}

.regalos-header i {
    font-size: 3rem;
    color: #8B5FBF;
    margin-bottom: 20px;
    display: block;
}

.regalos-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #4A2C7A;
    margin-bottom: 20px;
    font-weight: 600;
}

.decorative-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #8B5FBF, #C4A1E6);
    margin: 0 auto 25px;
    border-radius: 10px;
}

.intro-text {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-style: italic;
}

.regalos-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.regalo-option {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(139, 95, 191, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0e8ff;
    position: relative;
    overflow: hidden;
}

.regalo-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8B5FBF, #C4A1E6);
}

.regalo-option:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(139, 95, 191, 0.15);
}

.regalo-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B5FBF, #6B46A5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 2rem;
    box-shadow: 0 8px 20px rgba(139, 95, 191, 0.3);
}

.regalo-option h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #4A2C7A;
    margin-bottom: 15px;
    font-weight: 600;
}

.regalo-option p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 1rem;
}

.sugerencias {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.sugerencia-item {
    background: rgba(139, 95, 191, 0.1);
    color: #8B5FBF;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(139, 95, 191, 0.2);
    transition: all 0.3s ease;
}

.sugerencia-item:hover {
    background: rgba(139, 95, 191, 0.2);
    transform: translateY(-2px);
}

.mensaje-final {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(139, 95, 191, 0.1);
    border: 2px solid #f0e8ff;
    position: relative;
}

.corazon-animado {
    margin-bottom: 20px;
}

.corazon-animado i {
    font-size: 2.5rem;
    color: #8B5FBF;
    animation: latido 2s infinite;
}

.mensaje-destacado {
    font-size: 1.3rem;
    color: #4A2C7A;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 500;
}

.mensaje-destacado strong {
    color: #8B5FBF;
    font-weight: 600;
}

.mensaje-secundario {
    font-size: 1.1rem;
    color: #666;
    font-style: italic;
}

@keyframes latido {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
    .regalos-section {
        padding: 60px 15px;
    }
    
    .regalos-header h2 {
        font-size: 2.2rem;
    }
    
    .regalos-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .regalo-option {
        padding: 30px 20px;
    }
    
    .mensaje-final {
        padding: 30px 20px;
    }
    
    .mensaje-destacado {
        font-size: 1.1rem;
    }
}

/* Efectos de animación al hacer scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.regalo-option {
    animation: fadeInUp 0.6s ease-out;
}

.regalo-option:nth-child(1) { animation-delay: 0.1s; }
.regalo-option:nth-child(2) { animation-delay: 0.2s; }
.regalo-option:nth-child(3) { animation-delay: 0.3s; }


























/* flyer */