.special_link{
    color: white;
    text-decoration: underline;
}
.germinador{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/gallery/karting.JPG");
    background-position: center;
    background-size: cover;
}
.germinador__inner{
    backdrop-filter: blur(3px);
    width: 80%;
    height: 80%;
    border: 2px solid white;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.germinador__inner h2{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Zen Kurenaido', sans-serif;
}
.germinador__inner p{
    color: white;
    line-height: 1.4;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
}
.germinador__inner .disclaimer {
    font-size: 18px;
    /* color: #006bbf ; */
    font-weight: 500;
}
/* CONTADOR */
.contador{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contador__inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.contador__inner p{
    font-size: 30px;
}
.contador__inner span{
    margin-top: 10px;
    color: white;
}
.contador div{
    /* width: 70px;
    height: 80px;
    padding:5px;
    border-right: 1px solid white; */
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    align-items: center;
}

.special_button{
    padding: 15px 30px 15px 30px;
    text-transform: uppercase;
    background-color: #00acee;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    transition: 0.4s;
    border: solid 1px;
    font-size: 20px;
    font-family: 'Zen Kurenaido', sans-serif;
}
.special_button:hover{
    color: #00acee;
    background-color: white;
    border-color: #00acee;
}