.losentimos {
	width:100%;
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
}
.losentimos h1 {
	font-family: "BudweiserSerif", "Helvetica", "Arial", "sans-serif";
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.125;
	color: #fff;
	max-width: 585px;
	text-align:center;
	text-transform: uppercase;
}
@media (max-width:700px) {
	.losentimos h1 br {
		display: none;
	}
}

.error {
	color: #fff;
	position: relative;
	margin: -1rem auto 1rem;
	display:none;
	text-shadow: 1px 1px 2px black;
}
.error.visible {
	display:block;
}
#submit_edad:disabled {
	cursor: not-allowed;
}