/* HOME { */

/* QUEM SOMOS */
#section_home {
	height:560px;
	background-image: url('../img/bg_home.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: default;	
	background-size: cover;
}

.box-section-home {
	display:table;
	position: absolute;
	height: 360px;
	border: 1px solid transparent;
	top: 100px;

}
.box-section-home-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.box-rectangle-point {
	display: block;
	float: left;
	width: 0;
	height: 0;
	border-top: 360px solid blue;
	border-right: 150px solid transparent;
	position: absolute;
	right: -85px;
}


#section_home h2 { 
    text-transform: none;
    font-size: 2.8rem;
    font-weight: 800;
}

#section_home p {
    color: #e8ebed;
    font-size: 1.8rem;
    font-weight: 400;
    /*line-height: 3.2rem;*/
}
#section_home a {
	color: #002660;
	text-decoration: underline;
	font-size: 1.8rem;
	font-weight: 600;
}
/* */

/* SERVICOS */
#section_home_servicos {
	height:560px;
	background: url('../img/bg_home_servicos.jpg') no-repeat center center;
}
/* */

/* SERVICOS */
#section_home_solucoes {
	height:450px;
	color:#fff;
	background-image: url('../img/bg_home_solucoes.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#section_home_solucoes h2 { color:#fff; }
/* */

/* BLOG */
#section_home_blog {
	height:468px;
	background-image: url('../img/bg_home_blog.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
#section_home_blog .container {
}

#section_home_blog h3 {
	color:#054d70;
	font-size:2.1rem;
	text-transform:uppercase;
}
#section_home_blog p {
	color:#fff;
	font-size:1.8rem;
}

.first-post { margin-bottom:16px; }
/* */

/* }*/