/**
 * @author Alvaro Fuentes <alvaro.fuentes.zurita@gmail.com>
 */


.w-preloader {
	align-items			: center;
	background-color	: #fff;
	border				: .2rem solid #b4bdce;
	border-radius		: .5rem;
	display				: flex;
	flex-direction		: column;
	height				: 17rem;
	justify-content		: center;
	margin				: 1rem auto;
	width				: 30rem;
}

.w-preloader::before {
	background-image	: url('spinner--linea-circular.svg');
	content				: '';
	height				: 6rem;
	margin-bottom		: 2rem;
	width				: 6rem;
}

.w-preloader__body {
	color			: #0b405e;
	font			: 600 1.6rem/1.6rem 'Dosis', sans-serif;
	text-transform	: uppercase;
}
