:root{
    --color-elements:#65ab80;
}

.telon {
    margin-top: 50px;
}

main, .background {
    /* height: 120vh; */
    overflow-y: hidden;
    height: 100%!important;
    padding-bottom: 0px;
    font-family: "Dancing Script", cursive;
}

.main{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(3px);
    border: none;
    margin-bottom: -20px !important;
    padding-bottom: 0px !important;
}
/* 
.main{
    border: 2px solid #F6C0DA ;
    background: rgba(255, 255, 255, 0.217);
}
 */
 
.esconder{
    font-size: 1px !important;
    color: transparent !important;
    text-shadow: none !important;
}

.sello {
    top: 350px !important;
    box-shadow: -6px -6px 14px rgb(44 85 59 / 70%), -6px -6px 10px rgba(255, 183, 206, 0.5), 6px 6px 8px rgba(255, 197, 225, 0.075), 6px 6px 10px rgba(255, 202, 216, 0.15);
    text-shadow: 0px 2px 1px #3f7255, 0px -2px 1px #265b43, 2px 0px 1px #38955f, -2px -0px 1px #39aa66;
    background-color: rgb(135 212 159);
}

/* CAMBIAR EL BACKGROUND */
.background{
    background: url(../../../media/backgrounds/blanco_flores.jpg);    
    background-size: cover;
    background-position: center;
    animation: moveBackgorund 30s infinite;
    animation: none;
}

@keyframes moveBackgorund {
    0%{
        background-position:0px 0px;
    }
    50%{
        background-position:-200px 0px;
    }
    100%{
        background-position:0cqw 0px;
    }
}

:root{
    --shadow: 0 0 5px #ffffff,
        0 0 10px #ffffff,
        0 0 20px #ffffff,
        0 0 40px #ffffff,
        0 0 80px #ffffff;
    --shadow2: 0 0 5px #ffbdc9,
        0 0 10px #ffe6ee,
        0 0 20px #ffe4f4,
        0 0 40px #ffd2ea,
        0 0 80px #ffa7d1;
}

.descripcion{
    width: 90%;
    padding: 0px;
    margin-bottom: -10px;
    font-size: 22px;
}


.titulo{
    margin-top: -40px;
}

/* NOMBRE */
.titulo h1 {
    font-size: 85px;
    margin-top: 90px;
    color: #DFB140;
    text-shadow: var(--shadow);
    text-align: center;
    line-height: 0.8;

}

/* CUMPLE */
.titulo h2{
    color: #7f5505;
    font-size: 30px;
    text-shadow: var(--shadow);
    letter-spacing: 2px;
}
/* IMAGEN NUMERO */
.titulo img{
    width: 180px;
    margin-top: 10px;
    margin-bottom: -20px;
}

/* FECHA */
.fecha span{
    color: #7f5505;
    font-size: 26px;
    text-shadow: var(--shadow);
    letter-spacing: 2px;
}
.countdown-container{
    border: 4px solid white;
    background: rgba(88, 128, 102, 0.612);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-backdrop-filter: blur(50px);
    color: rgb(0, 0, 0);
    box-shadow: 0 0 5px rgba(55, 91, 61, 0.6), 
    0 0 10px rgba(56, 146, 86, 0.4);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 
    0 0 20px rgba(26, 65, 44, 0.6), 
    0 0 30px rgba(105, 163, 112, 0.4);
}

.faltan div {
    background-color: rgba(77, 114, 96, 0.9);
    color: rgb(0, 0, 0);
    font-size: 19px;
    transform: translateY(15px);
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(60, 101, 59, 0.6), 
    0 0 10px rgba(13, 79, 36, 0.4);
    border: 4px solid white;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 
    0 0 20px rgba(255, 210, 230, 0.6), 
    0 0 30px rgba(255, 199, 221, 0.4);
}



/* VESTIMENTA */
.vestimenta img{
    width: 80px;
}

.vestimenta span{
    color: #624000;
    font-size: 25px;
    text-shadow: var(--shadow);
    letter-spacing: 2px;
}

/* Salón Belanova */
.descripcion span{
    color: #624000;
    width: 90%;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 30px;
    text-shadow: var(--shadow);
}

/* BOTONES */
.buttons a{
    color: rgb(0, 0, 0);
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    font-size: 28px;
    background-color: rgba(68, 117, 96, 0.7);
    border: 2px solid white;
    gap: 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 5px rgba(51, 95, 57, 0.6), 
    0 0 10px rgba(62, 114, 70, 0.4);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 
    0 0 20px rgba(43, 83, 59, 0.6), 
    0 0 30px rgba(47, 91, 73, 0.4);
}

.buttons img{
    filter: invert(100%);
}

/* lEYENDA */
.leyenda span{
    font-size: 38px;
    margin-bottom: 80px;
    text-align: center;
    line-height: 1.2;
    color: #624000;
    text-shadow: var(--shadow);
    letter-spacing: 2px;
}





/* REPRODUCTOR */
/* bolita */
input[type=range]::-webkit-slider-thumb {
    background-color: #355f419c;
    width: 20px;
    height: 20px;
    border: 3px solid rgb(222, 235, 227);
    box-shadow: 0 0 5px rgba(54, 108, 74, 0.6), 
    0 0 10px rgba(27, 69, 40, 0.4);
    border-radius: 50%;
    margin-top: -9px;
}
/* barra */
input[type=range]::-webkit-slider-runnable-track {
    background-color: rgb(50, 69, 57) !important;
    box-shadow: 0 0 5px rgba(42, 72, 52, 0.6), 
    0 0 10px rgba(228, 243, 231, 0.4);
    height: 4px;
}
/* boton Play Pause */
#play-pause-button{
    background-color: #1c39239c;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 0 0 5px rgba(113, 149, 131, 0.6), 
    0 0 10px rgba(59, 105, 74, 0.4);
}
/* svg play */
.icon-tabler-player-play-filled path:nth-child(2){
    fill: white;
    stroke: drop-shadow(0 0 5px rgba(255, 215, 0, 0.8)) 
    drop-shadow(0 0 10px rgba(255, 165, 0, 0.6));
}
  /* svg pause */
.icon-tabler-player-pause-filled  path:nth-child(2), .icon-tabler-player-pause-filled path:nth-child(3){
    fill: var(--color-elements); 
}





/* DECORATIONS */
.img1{
    width: 150px;
    left: -0px;
    z-index: -1;
    /* transform: translateY(100px) translateX(-150px) rotate(20deg); */
    animation: img1Animate 18s infinite;
}

.img2{
    width: 150px;
    right: 5px;
    z-index: -1;
    /* transform: translateY(100px) translateX(200px) rotate(-35deg); */
    animation: img2Animate 22s infinite;
}

.img3{
    width: 180px;
    right: 0px;
    z-index: -1;
    /* transform: translateY(20px) translateX(90px) rotate(-35deg); */
    animation: img3Animate 47s infinite;
}

.img4{
    width: 160px;
    left: 10px;
    z-index: -1;
    /* transform: translateY(50px) translateX(-150px) rotate(20deg); */
    animation: img4Animate 45s infinite;
}


@keyframes img1Animate {
    0%{
        transform: translateY(290px) rotate(10deg);
    }
    50%{
        transform: translateY(60px) rotate(-10deg);
    }
    100%{
        transform: translateY(290px) rotate(10deg);
    }
}


@keyframes img2Animate {
    0%{
        transform: translateY(270px) rotate(-5deg);
    }
    50%{
        transform: translateY(30px) rotate(5deg);
    }
    
    100%{
        transform: translateY(270px) rotate(-5deg);
    }
}


@keyframes img3Animate {
    0%{
        transform: translateY(20px) rotate(-10deg);
    }
    50%{
        transform: translateY(-400px) rotate(10deg);
    }
    100%{
        transform: translateY(20px) rotate(-10deg);
    }
}

@keyframes img4Animate {
    0%{
        transform: translateY(50px) rotate(10deg);
    }
    50%{
        transform: translateY(-500px) rotate(-10deg);
    }
    100%{
        transform: translateY(50px) rotate(10deg);
    }
}

.shake{
    /* width: 200px !important; */
    animation: shake 4s infinite;
}

@keyframes shake {
    0%{
        transform: rotate(3deg);
    }
    50%{
        transform: rotate(-3deg);
    }
    100%{
        transform: rotate(3deg);
    }
}


.decoracionT{
    width: 100%;
    top: 40px;
    border-radius: 10px;
    position: absolute;
    z-index: -3;
}

.decoracionBR{
    position: absolute;
    width: 200vw;
    right: -94.5vw;
    margin-top: 500px;
    transform: rotate(90deg);
    position: absolute;
    z-index: -3;
}

.decoracionBR2{
    width: 200vw;
    left: -95vw;
    margin-top: 500px;
    transform: rotate(270deg);
    position: absolute;
    z-index: -3;
}

.decoracionB{
    width: 100%;
    bottom: -0px;
    border-radius: 10px;
    position: absolute;
    z-index: -3;
}

.shake{
    /* width: 200px !important; */
    animation: shake 5s infinite;
}

@keyframes shake {
    0%{
        transform: rotate(2deg);
    }
    50%{
        transform: rotate(-2deg);
    }
    100%{
        transform: rotate(2deg);
    }
}

.vuelo{
    width: 230px;
    right: -10px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    /* transform: translateY(100px) translateX(-150px) rotate(20deg); */
    animation: volarAnimate 20s infinite;
}

@keyframes volarAnimate {
    0%{
        transform: translate(-400px,-220px) rotate(-15deg);
    }
    50%{
        transform: translate(400px,-650px)rotate(15deg);
    }
    51%{
        transform: translate(400px,-650px) scaleX(-1) rotate(15deg);
    }
    100%{
        transform: translate(-400px,-220px) scaleX(-1) rotate(-15deg)
    }
}

.img5{
    width: 250px;
    left: -30px;
    bottom: 100px;
    position: absolute;
    z-index: -2 ;
    /* filter: blur(3px); */
    animation: img5Animate 28s infinite;
}

.img6{
    width: 250px;
    right: -50px;
    bottom: 200px;
    position: absolute;
    z-index: -2;
    /* filter: blur(2px); */
    animation: img6Animate 23s infinite;
}

@keyframes img5Animate {
    0%{
        transform: translateY(200px) rotate(-15deg);
    }
    100%{
        transform: translateY(-1050px) rotate(15deg);
    }
}

@keyframes img6Animate {
    0%{
        transform: translateY(200px) rotate(10deg);
    }
    100%{
        transform: translateY(-1050px) rotate(10deg);
    }
}


.img7{
    width: 250px;
    left: -30px;
    bottom: 100px;
    position: absolute;
    z-index: -2 ;
    filter: blur(2px);
    animation: img7Animate 46s infinite;
}

.img8{
    width: 250px;
    right: -50px;
    bottom: 200px;
    position: absolute;
    z-index: -2;
    filter: blur(1px);
    animation: img8Animate 40s infinite;
}

@keyframes img7Animate {
    0%{
        transform: translateY(1000px) rotate(-15deg);
    }
    100%{
        transform: translateY(-1050px) rotate(15deg);
    }
}

@keyframes img8Animate {
    0%{
        transform: translateY(1000px) rotate(10deg);
    }
    100%{
        transform: translateY(-1050px) rotate(10deg);
    }
}