 :root{
    --letras: rgb(198, 142, 174);
    --bkg: #ffb3dd;
    --letras2:rgb(255, 148, 223);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: var(--bkg);
    height: 100%;
    overflow-x: hidden;
}

.pg1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 45rem;
    padding: 20px;
    /* background-image: url("fondo.png"); */
    background-color: var(--bkg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h2 {
    color: var(--bkg);;
    margin-bottom: 20px;
    font-family: "Sour Gummy", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.9rem;
    background-color: rgb(255, 255, 255);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 10px 0.5px black;
    padding: 1rem;
    border-radius: 10px;
    text-transform: uppercase;
    animation: zoom 2s infinite;
}

/* Animación de parpadeo/brillo */
@keyframes brillo {
    0%, 100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
        opacity: 1;
    }
    50% {
        text-shadow: 0 0 10px #00f, 0 0 20px #0ff, 0 0 30px #0ff;
        opacity: 0.6;
    }
}

.pg2 h3 {
    color: white;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Sour Gummy", sans-serif;
    font-size: 1.5rem;
    background-color: rgb(255, 148, 223); 
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 10px 0.5px black;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    /* animation: zoom 2s infinite; */
    text-transform: uppercase;
    width: 90%;
}

@keyframes zoom {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

  /* Estilos para el footer */
  .footer {
    display: block;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background-color: white;
    color: #333;
    font-size: 16px;
    font-family: "Roboto", serif;
    /* position:absolute; */
    bottom: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}

.footer p {
    margin: 0;
}

.fb-link {
    color: var(--letras2);
    font-size: 24px;
    text-decoration: none;
}

.fb-link:hover {
    color: #0d6efd;
}


video {
    width: 105%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    
}

/* .sombrero{
    height: 100%;
    width: 100%;
    background-image: url(diablo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} */
.pg2{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 0;
    max-width: 100%;
    /* max-height: 100vh; */
    background-image: url("2.gif");
    height: 25rem;
    position: relative; /* Asegura que el temporizador esté dentro de este contenedor */
}

.pg3{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 0;
    height: 5rem;
    max-width: 100%;
    max-height: 50vh;
    background-image: url("3.gif");
    height: 40rem;
    position: relative; /* Asegura que el boton esté dentro de este contenedor */
}
.pg4{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 0;
    max-width: 100%;
    max-height: 100vh;
    background-image: url("4.gif");
    height: 40rem;
    position: relative; /* Asegura que el boton esté dentro de este contenedor */
}
.timer{
    position: absolute;
    top: 35%; /* Ajusta la posición según desees */
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255); 
    /* background-image: url(tablon.jpg); */
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--letras2);
    padding: 1rem;
    font-size: 1rem;
    font-family: "arial";
    font-weight: 400;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0.5px black;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-shadow: rgb(0, 0, 0) 0.5px 0.5px;
}
.time-value {
    font-size: 2rem; /* Tamaño del valor numérico */
    font-weight: bold;
}
.time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.2rem; /* Espaciado entre bloques de tiempo */
}


.btn-ubi{
    background-color: rgb(255, 255, 255); /* Fondo translúcido */
    color: var(--letras2);
    position: absolute;
    top: 63%; /* Ajusta la posición según desees */
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px 0.5px black;
    border-radius: 20px;
    padding: 0.5rem;
    font-family: "Sour Gummy", sans-serif;
    font-size: 1.5rem;
    text-shadow: rgb(0, 0, 0) 1px 1px;
}
.btn-ubi-a{
    text-decoration: none;
    color: var(--letras2);
}

.btn-conf{
    background-color: rgba(255, 0, 132, 0.7); /* Fondo translúcido */
    color: var(--letras);
    position: absolute;
    top: 85%; /* Ajusta la posición según desees */
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px 0.5px black;
    border-radius: 20px;
    padding: 0.5rem;
    font-family: "Sour Gummy", sans-serif;
    font-size: 1.5rem;
    text-shadow: rgb(0, 0, 0) 1px 1px;
}
.btn-conf-a{
    text-decoration: none;
    color: #FFF;
}







@media (width > 450px ){
    .pg1, .pg2, .pg3, .pg4{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        margin: 0;
        max-width: 100%;
        max-height: 100vh;

    }
}

@media (min-width: 1024px) {
    .pg1 {
        height: 60rem;
        background-size: contain;
    }

    video {
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .pg1 {
        height: 50rem;
    }

    video {
        max-width: 500px;
    }
}