@font-face {
    font-family: 'Thierry';
    src: url('Fuentes/Thierry/Thierry-Leonie.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('Fuentes/Barlow/Barlow-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.dt-button{
    border: 0px !important;

}
.swiper {
    width: auto;
    height: auto;
}

.swiper {
    width: 90%;
    max-width: 1000px;
    padding: 20px 0;
    margin: 20px auto 50px auto !important;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    width: auto;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: 500px;
    object-fit: cover;
}


.swiper-button-next,
.swiper-button-prev {
    color: #000000 !important;


}
.swiper-pagination-bullet {
    background: #000000 !important;
    opacity: 0.7;
}

.dt-paging-button{
    background-color: #000000 !important;
    color: #F8F2E8 !important;
    border: none !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    margin: 0 2px !important;
    cursor: pointer !important;
}
h1{
    font-family: 'Thierry', cursive;
    color: #5d1f58;
    font-size: 2.5rem;
}

p{
    text-align: justify-all;
}

.hero_logo{

 background-color: rgba(243, 236, 229,0.8)!important;
    border-radius: 20px;
    padding: 20px;

    justify-content: center;
    align-items: center;
    gap: 20px;
}

body {
    font-family: 'Barlow', sans-serif;
    background-color: #ffffff !important;
    background-image: url("img/bg_dorado.png");
    color: #3db0aa;
    font-size: 1.5rem;
    overflow-x: hidden;
}
.container_hero {
    background-color: rgb(61, 176, 170,0.90)!important;
    border-radius: 20px;
    padding: 20px;

}
.hero {
    position: relative;
    text-align: center;
    color: white;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    background-color: rgb(93, 31, 88,0.90)!important;
    border-radius: 20px;
    padding: 20px;
}
.hero img {
    width: 100%;
    height: auto;
    border-radius: 0 0 20px 20px;
    max-height: 800px;
    object-fit: cover;
}
.hero-text {

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);

}
.hero-text h1 {
    font-family: 'Thierry', cursive;
    color: #5d1f58;
    font-size: 2rem;
}
.hero-text h3 {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Thierry', serif;
}
.music-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px auto;
}
.music-btn {
    background-color: #000000;
    color: #F8F2E8;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: none;
    transition: 0.3s;
}
.music-btn:hover {
    background-color: #5a5e47;
}
.invite-title {
    font-family: 'Dancing Script', cursive;
    font-size: 2.2rem;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}
.invite-text {
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6;
}
#songTitle {
    margin-top: 10px;
    font-weight: bold;
    color: #000000;
    text-align: center;

}
#volumeBar{
    accent-color: #000000;
}
.heart {
    font-size: 2.2rem;
    color: #e63946;
    animation: pulse 1.5s infinite;
}

.btn-boda{
    background-color: #000000;
    color: #F8F2E8;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}


/* seccion  */
section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}
section.visible {
    opacity: 1;
    transform: translateY(0);
}
h1, h2 {
    margin-bottom: 20px;
    font-weight: 800;
}

/*******TEMPORIZADOR ***/
.contador {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tiempo {
    background-color: #3db0aa;
    color: #5d1f58;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: background-color 0.3s;
    font-family: "Barlow", cursive;
}

.tiempo span {
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 4px;
    color: #5d1f58;
}
/*******TEMPORIZADOR ***/
@media only screen and (max-width: 1000px) and (min-width: 701px) {
    .swiper {
        width: 50%;
        margin-left: 15% !important;
        padding: 20px 0;
    }
    .swiper {

        max-width: 500px;

    }
}


@media only screen and (max-width: 700px) and (min-width: 401px) {
    .swiper {
        max-width: 500px;
    }

    .hero-text h1 {
        font-size: 1.7rem;
    }
    .hero-text h3 {
        font-size: 1rem;
    }
    .music-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    .invite-title {
        font-size: 1.8rem;
    }
    .invite-text {
        padding: 0 10px;
        font-size: 1.5rem;
    }
    .tiempo {
        width: 70px;
        height: 70px;
        font-size: 1.4rem;
    }

    .swiper-slide img {
        height: 300px;

    }

    .swiper {
        width: 28%;

        padding: 20px 0;
    }

}

@media only screen and (max-width: 400px)  {
    .swiper {
        max-width: 450px;
    }
    .swiper-slide img {
       margin-left: 10px;

    }
    .hero-text h1 {
        font-size: 2rem;
    }
    .hero-text h3 {
        font-size: 1rem;
    }
    .music-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    .invite-title {
        font-size: 1.8rem;
    }
    .invite-text {
        padding: 0 10px;
        font-size: 1.2rem;
    }
    .tiempo {
        width: 70px;
        height: 70px;
        font-size: 1.4rem;
    }
}


/*********fechaa/hora******/
.fecha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-weight: bold;
    color: WHITE;
}
.fecha-container span {
    display: block;
    text-align: center;
}
.dia {
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.mes {
    font-size: 0.9rem;
}
.numero {
    font-size: 3rem;
    line-height: 1;
}
.anio {
    font-size: 0.9rem;
}
.hora {
    font-size: 1.2rem;
    letter-spacing: 1px;
}
.separator {
    border-left: 2px solid #6e2c1c;
    height: 60px;
}


.sponsor{
    width: 300px;
    height: 300px;
    object-fit: contain;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.logo{
    width: 300px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}