/*
 Documento CSS do Verticais
 Criador: Weslei Silveira - www.wesleisilveira.com.br
 Data: 15/05/2016

 Resolutions:
 col-xs-* ---> mobile
 col-sm-* ---> tablet
 col-md-* ---> laptops
 col-lg-* ---> large monitors
 */

/* ------------------------------------------------------------------------------- */
/*  Typography
/* ------------------------------------------------------------------------------- */

body {
	font-family: 'pingpong-regular';
}

h1 {
	font-family: 'pingpong-light';
	font-size: 38px;
	line-height: 46px;
	color: #4983BB;
}

h2 {
	font-family: 'pingpong-light';
	font-size: 32px;
	line-height: 40px;
	color: #4983BB;
}

h3 {
	font-family: 'pingpong-regular';
	font-size: 34px;
	line-height: 100%;
}

h4 {
	font-family: 'pingpong-regular';
	font-size: 26px;
	line-height: 34px;
	color: #385A7B;
}

p {
	font-family: 'pingpong-regular';
	font-size: 18px;
	line-height: 100%;
	color: #878C94;
}

strong {
	font-family: 'pingpong-medium';
	font-weight: normal;
}

/* ------------------------------------------------------------------------------- */
/*  Hero
/* ------------------------------------------------------------------------------- */

.hero {
	width: 100%;
	min-height: 385px;
	position: relative;
	padding: 100px 0;
}

.hero.bg {
	min-height: 450px;
	background-image: url('../images/bg-hero.jpg');
	background-color: #F1F4F9;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	        background-size: cover !important;
}

.hero p {
	font-size: 22px;
	line-height: 30px;
	margin-top: 20px;
}

.hero img {
	width: auto;
	height: 284px;
}

.hero .form-register {
	margin-top: 25px;
}

/* ------------------------------------------------------------------------------- */
/*  Cases
/* ------------------------------------------------------------------------------- */

.cases {
	border-bottom: 0;
}

.cases h2 {
	margin-bottom: 50px;
}

.cases .areas h4 {
	font-family: 'pingpong-regular';
	font-size: 18px;
	color: #4983BB;
	margin-bottom: 20px;
}

.cases .areas h4 a:hover,
.cases .areas h4 a:focus,
.cases .areas h4 a:visited {
	color: #4983BB;
	text-decoration: none;
}

.cases .areas p {
	font-size: 14px;
	line-height: 22px;
	color: #9CA5AC;
}

.cases .areas a.btn-link {
	font-size: 14px;
	color: #2687E9;
	text-decoration: underline;
	margin-bottom: 60px;
	padding: 6px 0;
}

.cases .areas .thumbnail {
	border: 1px solid #DCE6EF;
}

/* ------------------------------------------------------------------------------- */
/*  Register
/* ------------------------------------------------------------------------------- */

.register h4 {
	color: #4983BB;
}

.register p {
	font-size: 16px;
	line-height: 24px;
	color: #385A7B;
	margin: 20px 0 30px;
}

/* ------------------------------------------------------------------------------- */
/*  Plans
/* ------------------------------------------------------------------------------- */

.plans h3 {
	font-family: 'pingpong-light';
	font-size: 32px;
	line-height: 40px;
	color: #4983BB;
}

.plans .btn {
	width: 287px;
	margin: 0 auto;
	padding: 16px;
}

