
:root{
    --color-elements:#338BC5;
}

@font-face {
    font-family: 'waltograph42';
    src: url(https://marianne.uix.mx/assets/fonts/waltograph42.otf);
}

main, .background {
    /* height: 120vh; */
    overflow-y: hidden;
    height: 100%!important;
    padding-bottom: 20px;
}

.main{
    border: 2px solid #2E76A4 ;
    background: rgba(255, 255, 255, 0.217);
}

.esconder{
    font-size: 1px;
    color: transparent !important;
    text-shadow: none !important;
}

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

@keyframes moveBackgorund {
    0%{
        background-position:-400px 0px;
    }
    50%{
        background-position:-1100px 0px;
    }
    100%{
        background-position:-400px 0px;
    }
}

:root{
    --shadow: 0px 2px 2px #2E76A4, 0px -2px 2px #2E76A4, 2px 0px 2px #2E76A4, -2px -0px 2px #2E76A4;
}

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

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

/* NOMBRE */
.titulo h1{
    font-size: 62px;
    color: #ffffff;
    text-shadow: var(--shadow); 
    text-align: center;
    line-height: 1.2;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #2E76A4;
    font-family: "Yesteryear", cursive;
}

/* CUMPLE */
.titulo h2{
    color: #ffffff;
    text-shadow: var(--shadow);
}
/* IMAGEN NUMERO */
.titulo img{
    width: 160px;
    margin-top: 8px;
    margin-bottom: 10px;
    filter: hue-rotate(37deg) saturate(1.5) brightness(1.2);
}

/* FECHA */
.fecha span{
    color: #ffffff;
    text-shadow: var(--shadow);
}
.countdown-container{
    border: 4px solid var(--color-elements);
    background: rgba(207, 226, 231, 0.7); /* Fondo transl煤cido */
    border-radius: 10px; /* Borde redondeado */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); /* Sombra suave */
    -webkit-backdrop-filter: blur(50px); /* Fondo desenfocado */
    color: var(--color-elements);
}

.faltan div{
    background-color: var(--color-elements);
    color: white;
    transform: translateY(15px);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

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

.vestimenta span{
    color: #ffffff;
    text-shadow: var(--shadow);
}

/* Sal贸n Belanova */
.descripcion span{
    color: rgb(255, 255, 255);
    width: 90%;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}

/* BOTONES */
.buttons a{
    color: white;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    background-color: #338BC5;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.76); 
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.76);
    gap: 5px;
}


.contacto a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Espacio entre el icono y el texto */
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 38px; /* Reducir altura */
    padding: 8px 14px; /* Reducir padding */
    border-radius: 6px;
    background-color: #25D366; /* Color oficial de WhatsApp */
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

/* Ícono SVG antes del texto */
.contacto a img {
   width: 22px; /* Ajustar tamaño del icono */
    height: 22px;
}

/* Efecto hover */
.contacto a:hover {
    background-color: #1ebe5d;
    transform: scale(1.08);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
}

/* Efecto de clic */
.contacto a:active {
    transform: scale(0.95);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}
/* lEYENDA */
.leyenda span{
    color: #ffffff;
    text-shadow: var(--shadow);
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
}





/* REPRODUCTOR */
/* bolita */
input[type=range]::-webkit-slider-thumb {
    background-color: #e2e2e2c9;
    width: 20px;
    height: 20px;
    border: 3px solid var(--color-elements);
    border-radius: 50%;
    margin-top: -9px;
}
/* barra */
input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--color-elements) !important;
    height: 4px;
}
/* boton Play Pause */
#play-pause-button{
    background-color: rgba(236, 236, 236, 0.678) !important;
}
/* svg play */
.icon-tabler-player-play-filled path:nth-child(2){
    fill: var(--color-elements); 
}
  /* 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: 230px;
    left: -20px;
    animation: img1Animate 9s infinite;
}

.img2 {
    width: 170px;
    right: -50px;
    animation: img2Animate 12s infinite;
}

.img3 {
    width: 210px;
    right: -70px;
    animation: img3Animate 14s infinite;
}

.img4 {
    width: 260px;
    left: -80px;
    z-index: -1;
    animation: img4Animate 15s infinite;
}

.vuelo {
    width: 70px;
    right: -10px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    animation: volarAnimate 14s infinite;
}

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

@keyframes img1Animate {
    0% {
        transform: translateY(130px) rotate(10deg) scale(1);
    }
    25% {
        transform: translateY(-100px) rotate(-10deg) scale(1.1) scaleX(-1);
    }
    50% {
        transform: translateY(-200px) rotate(-10deg) scale(0.9);
    }
    75% {
        transform: translateY(-100px) rotate(10deg) scale(1.1) scaleX(1);
    }
    100% {
        transform: translateY(130px) rotate(10deg) scale(1);
    }
}

@keyframes img2Animate {
    0% {
        transform: translateY(100px) rotate(0deg) scale(1);
    }
    25% {
        transform: translateY(-150px) rotate(15deg) scale(1.1) scaleX(-1);
    }
    50% {
        transform: translateY(-300px) rotate(15deg) scale(0.9);
    }
    75% {
        transform: translateY(-150px) rotate(0deg) scale(1.1) scaleX(1);
    }
    100% {
        transform: translateY(100px) rotate(0deg) scale(1);
    }
}

@keyframes img3Animate {
    0% {
        transform: translateY(20px) rotate(-10deg) scale(1);
    }
    25% {
        transform: translateY(-110px) rotate(10deg) scale(1.1) scaleX(-1);
    }
    50% {
        transform: translateY(-220px) rotate(10deg) scale(0.9);
    }
    75% {
        transform: translateY(-110px) rotate(-10deg) scale(1.1) scaleX(1);
    }
    100% {
        transform: translateY(20px) rotate(-10deg) scale(1);
    }
}

@keyframes img4Animate {
    0% {
        transform: translateY(50px) rotate(10deg) scale(1);
    }
    25% {
        transform: translateY(-125px) rotate(-10deg) scale(1.1) scaleX(-1);
    }
    50% {
        transform: translateY(-250px) rotate(-10deg) scale(0.9);
    }
    75% {
        transform: translateY(-125px) rotate(10deg) scale(1.1) scaleX(1);
    }
    100% {
        transform: translateY(50px) rotate(10deg) scale(1);
    }
}
