@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: 2rem;
}

p {
	font-family: 'Comfortaa',sans-serif;
	text-align: center;
	font-size: 1.15rem;
}

span {
	font-weight: 700;
}

header {
	background-image: url(../img/fondo-onboarding.svg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contenedor {
	height: 60%;
	width: 100%;
	display: flex;

	flex-direction: column;
	justify-content: space-between;
	align-items: space-between;
}

.botones {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
}

.boton {
	margin: 0 0.5rem; 
	background-color: white;
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
}

#seleccionado {
	background-color: #26a9e0;
}

.inicio {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	padding: 0.625rem 1.250rem;
	background: #26a9e0;
	border-radius: 1.875rem;
	color: white;
	text-decoration: none;
}