/*Cor principal: #004D6D
Cor secundária: #6FBCDC*/

.bg-blue {
	background: #004D6D;
	color: white;
}

.bg-blue a {
	color: #6FBCDC;
}

.bg-blue a:hover {
	color: white;
	text-decoration: underline;
}
.bg-blue h3 {
	color: white;
}

.bg-blue h3.block-head.center:before,
.bg-blue h3.block-head.center:after {
	background: white;
}

.bg-blue .block-head {
	border-bottom: 1px #6FBCDC solid;
}

.tp-banner-container i {
	color: white;
	border-color: white !important;
}

.about-image-wrap {
	max-height: 300px;
	overflow: hidden;
}

.btn.main-bg {
	background-color: #6FBCDC
}

.contact-itens {
	border-left: 1px solid white;
	padding-left: 15px;
	margin: 20px 0;
}

.text-center {
	text-align: center;
}

.box-2-cont a.main-color:hover {
	color: white !important;
}

/*Home logo*/

.home-logo {
	background-image: url('../images/logo-white.svg');
	background-color: rgba(0, 77, 109, 0.5);
	background-size: 290px;
  background-repeat: no-repeat;
	background-position: center 30%;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 50%;
	margin-top: -175px;
}

.home-logo.black-bg {
	background-color: rgba(0, 77, 109, 0.63);
}

@media (max-width:600px) {
	.home-logo {
		background-size: 230px;
		height: 180px;
		top: 50%;
		margin-top: -140px;

	}
}

/*Headers*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "EuroFurence", sans-serif;
}

/*Fonte Eurofurence Light*/

@font-face{
	font-family:'EuroFurence';
	src:url('fonts/eurof35.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

/*Logos*/

.logos-wrap {
	text-align: center;
	margin: 55px 0 0 0;
	overflow: auto;
}

.logo-default {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.logo-sebrae {
	background-image: url('../images/marcas/logo-sebrae.svg');
}

.logo-mcidades {
	background-image: url('../images/marcas/logo-mcidades.svg');
}

.logo-mec {
	background-image: url('../images/marcas/logo-mec.svg');
}

.logo-mj {
	background-image: url('../images/marcas/logo-mj.svg');
}

.logo-mds {
	background-image: url('../images/marcas/logo-mds.svg');
}

.logo-brasil {
	background-image: url('../images/marcas/logo-brasil.svg');
	background-size: 100%;
}

/* Top nav */

.top-nav {
	font-size: 14px;
}

/* Profile */

@media (min-width: 768px) {

	.profile-picture-wrap {
		width: 33.33333333%;
		float: left;
		clear: none;
	}

}

.profile-picture-wrap {
	margin: 20px 0;
}

.profile-picture-wrap h4 {
	margin: 0;
}

.profile-picture {
	width: 150px;
	max-width: 100%;
	height: 150px;
	border-radius: 50%;
	background: #444;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3),
							inset 0 0 0 1px rgba(255, 255, 255, 0.15);;
}
