/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2024 | 15:57:54 */
#section-agegate {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.select-dia,
.select-mes,
.select-anio {
    display: inline-block;
    width: 30%;
    color: #0F3043;
    background-color: #B8CEEF;
}

.btn-confirm {
    display: flex;
    margin: 0 auto;
}

#confirmar {
    background-color: #B00007;
    color: #FFFFFF;
    border: none;
    margin-top: 3rem;
    padding: 0.5rem 3rem;
}

/*Se ocultan las secciones por defecto*/
#under18 {
	color: white;
	text-align: center;
}

.hidden {
	display: none;
}