/*
 Documento CSS do Funcionalidades
 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;
}

p > i {
	font-family: 'pingpong-regular';
	font-weight: normal;
}

strong {
	font-family: 'pingpong-regular';
	font-weight: normal;
}

hr {
    height: 1px;
    border-color: #C9D3DD;
}

a,
a:active,
a:focus,
a:hover {
	color: #4983BB;
}

/* ------------------------------------------------------------------------------- */
/*  Breadcrumb
/* ------------------------------------------------------------------------------- */

.breadcrumb > li + li:before,
.breadcrumb > .active {
	color: #2687E9;
}

/* ------------------------------------------------------------------------------- */
/*  Hero
/* ------------------------------------------------------------------------------- */

.hero {
	width: 100%;
	min-height: 385px;
	position: relative;
	padding: 50px 0;
}

.hero.bg {
	min-height: 450px;
	background-image: url('../images/bg-hero.svg');
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: auto 100%;
	        background-size: auto 100%;
}

.hero.bg-ladingscape {
	min-height: 400px;
	background-image: url('../images/bg-hero.jpg');
	background-color: #EDF2F7;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0;
	-webkit-background-size: cover;
	        background-size: cover;
}

.hero.bg-ladingscape h1,
.hero.bg-ladingscape p,
.hero.bg-ladingscape .help-block {
	color: #FFF;
}

.hero p {
	font-size: 22px;
	line-height: 30px;
	margin-top: 20px;
}

.hero img {
	width: auto;
	height: 284px;
}

.hero .form-register {
	margin-top: 25px;
}

.hero a.btn-green {
	margin-top: 15px;
}

.hero a.btn-link {
	padding-left: 0;
	padding-right: 0;
}

/* ------------------------------------------------------------------------------- */
/*  Features Navigation
/* ------------------------------------------------------------------------------- */

.features-navigation {
	width: 100%;
	min-height: 70px;
}

.features-navigation .affix {
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.15);
			box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.15);
}

.features-navigation .navbar.affix ,
.features-navigation .affix .navbar-header {
    min-height: 50px;
}

.features-navigation .navbar-default.affix .navbar-nav > li > a,
.features-navigation .navbar-default.affix .navbar-nav > li.active > a {
	padding-bottom: 15px;
	padding-top: 15px;
}

.features-navigation .dropdown .dropdown-menu {
	padding: 30px 0 20px;
}

.features-navigation .dropdown-menu .container {
	width: 921px;
}

.features-navigation .dropdown-menu a {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	padding-bottom: 10px;
}

/* ------------------------------------------------------------------------------- */
/*  Features Summary
/* ------------------------------------------------------------------------------- */

.features-summary h3 {
	font-family: 'pingpong-medium';
	font-size: 18px;
	line-height: 26px;
	color: #2687E9;
	margin: 50px 0 10px;
}

.features-summary p a {
	font-size: 16px;
	line-height: 24px;
	color: #9CA5AC;
}

.features-summary .label {
	background-color: #F0AD4E;
	padding-bottom: 2px;
}

/* ------------------------------------------------------------------------------- */
/*  Features Share
/* ------------------------------------------------------------------------------- */

.features-share p {
	font-size: 16px;
	line-height: 24px;
	margin: 30px 0 30px;
}

.features-share .share {
	display: inline-block;
	margin-right: 5%;
}

.features-share .share:last-child {
	margin-right: 0;
}

/* ------------------------------------------------------------------------------- */
/*  Features Continue
/* ------------------------------------------------------------------------------- */

.features-continue h4 {
	margin-bottom: 30px;
}

.features-continue i {
	font-size: 10px;
	position: relative;
	top: -1px;
}

/* ------------------------------------------------------------------------------- */
/*  Register
/* ------------------------------------------------------------------------------- */

.register h4 {
	color: #4983BB;
}

.register p {
	font-size: 16px;
	line-height: 24px;
	color: #385A7B;
	margin: 20px 0 30px;
}

/* ------------------------------------------------------------------------------- */
/*  NF-Types
/* ------------------------------------------------------------------------------- */

.nf-types {
	padding: 60px 0;
}

.nf-types h2 {
	font-family: 'pingpong-bold';
	font-size: 44px;
	line-height: 1;
	color: #00aff0;
}

.nf-types p {
	font-family: 'pingpong-medium';
	font-size: 32px;
	line-height: 1;
	color: #595959;
	margin: 24px auto 44px;
}

.nf-types .nf-types-list {
	margin: 0 0 14px;
	padding: 12px 20px 12px 18px;
	border-radius: 5px;
	border: solid 1px #c9d3dd;
}

.nf-types .nf-types-list h3,
.nf-types .nf-types-list a h3 {
	font-family: 'pingpong-bold';
	font-size: 18px;
	line-height: 1;
	color: #00aff0;
}

.nf-types .nf-types-list p,
.nf-types .nf-types-list a p {
	font-family: 'pingpong-regular';
	font-size: 14px;
	line-height: 1;
	color: #595959;
	margin: auto;
}

.nf-types .nf-types-list:hover {
	background: #ecf2f9;
}

.nf-types .nf-types-list .nf-types-list-text {
	margin-top: 10px;
}

.nf-types .nf-types-list .nf-types-list-arrow {
	margin-top: 20px;
}

.nf-types .nf-types-image {
	margin-top: 23px;
}
