@charset "UTF-8";
@import url('base.css');

.iso {
	width: 50%;
	height: auto;
}

h1 {
	font-family: 'Comfortaa',sans-serif;
	font-weight: 400;
	text-align: center;
	color: #e35d52;
	font-size: 3rem;
}

span {
	font-weight: 700;
}

header {
	background-image: url(../img/fondo-loading.svg);
	background-size: cover;
	background-position: center;
	height: 100vh;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

header > * {
	margin-top: 0.938rem;
}

.iso {
	margin-top: 0;
}

.boton {
	display: none;
	padding: 0.625rem 1.250rem;
	background: #26a9e0;
	border-radius: 1.875rem;
	color: white;
	text-decoration: none;
}