/*TEXT */
a {
	color: #333;
}

p {
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 40px;
	color: #707070;
	margin-bottom: 60px;
}
/* /TEXT */



/* #main-footer */
#main-footer {
	padding: 50px 0;
	background: #242829;
}
#main-footer * {
	font-family: "proxima-nova";
	font-weight: bold;
}

#main-footer .copy {
	padding: 0;
	color: #707070;
	font-size: 12px;
	line-height: 30px;
}

#main-footer .list-inline li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
}
#main-footer .list-inline li a:hover {
	color: #ccc;
}
/* /#main-footer */



/* GLOBAL */
.bt-main {
	display: block;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	border: solid 1px #707070;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 3px;
	color: #707070;
	text-transform: uppercase;
	font-weight: 900 !important;
}
.bt-main:hover {
	background: #cf923b;
	border-color: #cf923b;
	color: #fff;
}
.bt-main.bt-small {
	width: 160px;
}
.bt-main.bt-big {
	width: 260px;
}

.sep {
	margin: 0 auto;
	display: block;
	width: 30px;
	height: 2px;
	background: rgba(0,0,0,.1);
}
.sep.m-top {
	margin-top: 50px;
}
.sep.m-bottom {
	margin-bottom: 50px;
}

.no-padding-top-bottom {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/* /GLOBAL */

.text-highlights {
	top: 70%;
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
}
#featured-home h1 {
	display: block;
	color: #fff;
	font-family: "proxima-nova";
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 10px;
}

#featured-home .sep {
	background: rgba(255,255,255,.1);
}

#featured-home p {
	margin: 60px 0;
	color: #fff;
	font-size: 21px;
	line-height: 40px;
	text-align: center;
}

#featured-home .bt-featured-home {
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 50px;
	line-height: 45px;
	border: solid 1px #fff;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900 !important;
}
#featured-home .bt-featured-home:hover {
	background: #cf923b;
	border-color: #cf923b;
}


@media (min-width: 0) and (max-width: 760px) {
	#featured-home h1 {
		font-size: 30px;
		line-height: 40px;
	}
	#featured-home p {
		font-size: 16px;
		line-height: 30px;
	}
}


/* SERVICES */
.service-content {
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
}

.service-content.box-left { border-top: solid 5px #ffb300; }
.service-content.box-left .bt-main:hover { background: #ffb300; border-color: #ffb300; }

.service-content.box-center { border-left: solid 1px #e2e8ea; border-right: solid 1px #e2e8ea; border-top: solid 5px #4db6ac; }
.service-content.box-center .bt-main:hover { background: #4db6ac; border-color: #4db6ac; }

.service-content.box-right { border-top: solid 5px #7986cb; }
.service-content.box-right .bt-main:hover { background: #7986cb; border-color: #7986cb; }

.service-content.internal { border: 0; }

.service-content h2 {
	font-family: "proxima-nova";
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.service-content p {
	margin: 50px 0;
	padding: 0 40px;
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #707070;
}
/* /SERVICES */




.startup-light,
.startup-dark {
	padding: 70px 0 110px 0;
	text-align: center;
}
.startup-light {
	background: #fff url('/static/img/bg-startup-light.jpg') top center no-repeat;
}
.startup-dark {
	background-size: cover !important;
	background-repeat: no-repeat;
	background: transparent url('/static/img/bg-startup-dark.jpg') top center no-repeat;
}

.startup-light h3 {
	font-size: 23px;
	line-height: 30px;
	letter-spacing: 5px;
	font-family: "proxima-nova";
	font-weight: bold;
	text-transform: uppercase;
	color: #202020;
}

.startup-light p {
	margin-top: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #707070;
}

.startup-dark * {
	color: #fff;
}
.startup-dark h3 {
	font-family: "proxima-nova";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.startup-dark p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 50px;
}
.startup-dark .sep {
	background: rgba(255,255,255,.1);
	margin-bottom: 50px;
}

#banner-internal {
	margin-bottom: 70px;
}
#banner-internal * {
	color: #fff;
	font-family: "proxima-nova";
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
}
#banner-internal h3 {
	font-size: 13px;
	line-height: 30px;
}
#banner-internal h1 {
	font-size: 40px;
	line-height: 60px;
}

.dots {
	margin-top: 70px;
}


/*ATUACAO*/
.nav-atuacao {
	margin: 0;
	padding: 0;
	display: block;
}

.nav-atuacao .item-atuacao {
	padding: 30px 0 25px 0;
	display: inline-block;
	width: 32%;
	text-align: center;
}
.nav-atuacao .item-atuacao.item-selected {
	background: transparent url('/static/img/bullet-atuacao.png') bottom center no-repeat;
}
.nav-atuacao .item-atuacao a {
	display: block;
	padding: 0 10px;
	font-size: 13px;
	text-align: center !important;
	font-family: "proxima-nova";
	font-weight: bold;
	color: #9f9f9f !important;
	letter-spacing: 2px !important;
}
.nav-atuacao .item-atuacao.item-selected a {
	color: #fff !important;
}

.text-atuacao h3{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.text-atuacao h1 {
	font-size: 40px;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.title-services {
	display: block;
	margin-bottom: 30px;
	margin-top: 100px;
	height: auto;
	background: transparent url('/static/img/line-title.png') center left repeat-x;
}
.title-services h4 {
	margin: 0;
	padding: 0 40px;
	display: inline-block;
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "proxima-nova";
	font-weight: bold;
	letter-spacing: 1px !important;
	background: #fff;
}



.list-services {
	margin-bottom: 50px !important;
	padding: 0;
	display: block;
	border-radius: 5px;
	background: #4db6ac;
	background: -moz-linear-gradient(45deg, #4db6ac 0%, #7986cb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#4db6ac), color-stop(100%,#7986cb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #4db6ac 0%,#7986cb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #4db6ac 0%,#7986cb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #4db6ac 0%,#7986cb 100%); /* IE10+ */
	background: linear-gradient(45deg, #4db6ac 0%,#7986cb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db6ac', endColorstr='#7986cb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.list-services .item-service {
	padding: 20px;
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: "proxima-nova";
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: solid 1px #fff;
}
.list-services .item-service:last-child {
	border: 0;
}

.text-atuacao h3,
.text-atuacao h1 {
	font-family: "proxima-nova";
	font-weight: bold;
}
/*/ATUACAO*/


/*CONTACT*/
.page-contact#banner-internal {
	margin-bottom: 0;
	height: 310px;
}
.page-contact p {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 2px !important;
}

.text-contact {
	margin-bottom: 50px;
}

.text-contact .text-label {
	display: block;
	font-size: 13px;
	color: #ccc;
	font-family: "proxima-nova";
	font-weight: bold;
	text-transform: uppercase;
}

.text-contact .phone {
	color: #2a2a2a;
	font-size: 21px !important;
}

.text-contact .sep {
	margin-top: 70px;
	margin-bottom: 50px;
}

#template-contactform .form-control {
	font-family: "proxima-nova";
	font-weight: bold;
}

#template-contactform #template-contactform-submit {
	padding: 10px 30px;
	border: solid 1px #707070;
	font-size: 12px;
}
#template-contactform #template-contactform-submit:hover {
	color: #fff;
}
/*/CONTACT*/


#header .menu-toggle:hover {
    color: #cf923b;
}


@media (min-width: 0) and (max-width: 991px) {
	.service-content.box-center {
		border-left: 0;
		border-right: 0;
	}

	.dots {
		display: none;
	}

	.nav-atuacao .item-atuacao {
		width: 31%;
	}
	.nav-atuacao .item-atuacao a {
		padding: 0;
		font-size: 10px;
	}

	.page-contact#banner-internal {
		margin-bottom: 0;
		height: 400px;
	}
}