/*
 Documento CSS do Cadastro
 Criador: Lucas Milanez
 Data: 26/06/2019

 Resolutions:
 col-xs-* ---> mobile
 col-sm-* ---> tablet
 col-md-* ---> laptops
 col-lg-* ---> large monitors
 */

/* ------------------------------------------------------------------------------- */
/*  Typography
/* ------------------------------------------------------------------------------- */

body {
	font-family: 'pingpong-regular';
	position: relative;
	overflow-x: hidden;
	margin: 0 auto;
	background: #F1F4F9;
}

/* ------------------------------------------------------------------------------- */
/*  Content
/* ------------------------------------------------------------------------------- */

.content {
	background: #F1F4F9;
	border-top: 1px solid #DCE6EF;
	padding: 60px 0;
}

.content h1, h2 {
	font-size: 28px;
	line-height: 42px;
	color: #395B7B;
	margin: 0 auto;
}

.content h2 {
	font-family: 'pingpong-regular';
	margin-top: 35px;
}

.content h2 strong {
	font-family: 'pingpong-bold';
}

.content p {
	font-family: 'pingpong-regular';
	font-size: 22px;
	line-height: 33px;
	color: #878C94;
	margin-top: 10px;
}

.loader {
	background-image: url('../images/loader-ca.svg');
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center 45%;
	pointer-events: none;
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
}