@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dawning+of+a+New+Day&display=swap');

* {
  box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    background-image: url('https://i.imgur.com/92nHBsv.png');
    background-repeat: no-repeat;
    background-size: cover;
}

p{

    font-family: 'Indie Flower';
    font-size: 24px;
    margin: 0;
    padding: 0;

}

.tarjetaTitle{

    font-family: 'Dawning of a New Day';
    font-size: 36px;

}

a{

    font-family: 'Indie Flower';
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: #1e1e1e !important;
    width: 100%;
    background-color: rgba(162, 187, 163, 0.75);
    text-align: center;
    border-radius: 15px;
    border: 1px solid #1E1E1E;

}

.textosGrandes{

    font-size: 32px;

}

#firstImage{
    display: block;
    margin: 0 auto;
    width: min(360px, 100%);
    height: auto;
}

#textoBack{

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

#textoBack2{

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    padding: 80px 0px;

}

#textoBack img{
  max-width: 100%;
}

.timer {
        display: flex;
        gap: clamp(24px, 6vw, 80px);
        align-items: center;
        justify-content: center;
        padding: clamp(20px, 4vw, 0px);
        width: 100%;
        background: rgba(162, 187, 163, 0.75)
}

.unit {
        text-align: center;
        line-height: 1;
        user-select: none;
        font-family: 'Indie Flower';
}

.value {
        font-size: clamp(32px, 7vw, 48px);
        letter-spacing: 1px;
}

.label {
        margin-top: 10px;
        font-size: clamp(16px, 3vw, 32px);
}

#tarjetas{

    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 150px;
    padding: 70px 0;

}

.tarjetita{

    width: 320px;
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.datos{

    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;

}

.verdeNoBtn{

    font-family: 'Indie Flower';
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: #1e1e1e !important;
    width: 100%;
    background-color: rgba(162, 187, 163, 0.75);
    text-align: center;
    border-radius: 15px;

}


@media (max-width: 520px) {
    .timer {
        gap: 18px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .unit {
        min-width: 120px;
    }

    #firstImage{
    display: block;
    margin: 0 auto;
    width: 75%;
    height: auto;
}

}
