html, body {
	font-family: 'Source Sans Pro', sans-serif;	
	background-color: #FFF;
}

/*Inicio menu*/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
   color: #fff;
   background: #e4551d;
}

/*Retirando a borda*/
.nav-pills > li > a {
    border-radius: 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #fff;
	background: #e4551d;
	outline: none;
    outline-offset: 0px;
}

.menu li a {	
	font-weight: bold;
	text-transform: uppercase;
    color: #637f83;
    display: block;
    font-size: 1.1em;
    transition: all 0.3s ease 0s;
}

.menu .current a {
    background: none repeat scroll 0 0 #e4551d;
    color: #fff;
    transition: all 0.3s ease 0s;
}

@media (min-width: 768px) { /*Maior que 768px (sm) */
	.header .col-sm-9 .menu {
		padding-top:50px;
		right: 0;
 		left: auto;
 		float: right !important;
	}
}

@media (max-width: 768px) { /*Menor que 768px (sm) */
	.header  {
		text-align: center;
	}
	
	.header .menu ul li {
		display: inline-block;
		float: none;
	}
}

.header {
	/*position: relative;*/
	margin-bottom: 30px;
}
/*Fim menu*/

/*Início menu dinamico*/
.navbar {
    min-height: 60px;    
}

.navbar #nav-main ul{
	margin-top: 6px;
}
.navbar #nav-main li a{	
	text-transform: uppercase;    
    font-size: em;
    display: block;
    font-size: 1.1em;        
}

.navbar #nav-main li span{	
	margin-right: 5px;        
}

.navbar .container .navbar-brand img {
	height: 30px;	
}

@media (min-width: 768px) { /*Menor que 768px (xs) = Extra smal*/
	.navbar .container .navbar-collapse ul{
		float: right;
	}
}
/*Fim menu dinamico*/

/*Início carousel*/

.carousel-inner img {
	width: 100%;
}

.carousel h2 {
	text-shadow:5px 5px 8px #000;
}

/*Fim carousel*/

/*Início Conheça*/
.conheca {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #fff;	
}
.conheca h2 {
	color: #637f83;
    font-size: 2em;
    font-weight: bold;
}

.conheca p {
	color: #637f83;
    font-size: 1.5em;
    font-weight: 300;
}
/*Fim Conheça*/

/*Início Área de Atuação*/
.border {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    height: 100%;
}

.border-right {    
    border-right: 1px solid #e6e6e6;
    height: 100%;
}

.areas-de-atuacao {
	background: none repeat scroll 0 0 #f6f6f6;
	color: #637f83;
	font-size: 0.95em;    
}

.areas-de-atuacao .col-md-4, .col-md-6 {
	padding-top: 20px;
	padding-bottom: 40px;
}

.areas-de-atuacao h1 span {
	color: #e4551d;
	font-weight: bold;
}

.areas-de-atuacao h3 {
	color: #637f83;
    font-size: 1.5em;
    font-weight: bold;
}
.areas-de-atuacao p {
	color: #999;
    font-size: 1.1em;
}

.areas-de-atuacao a {
	background: none repeat scroll 0 0 #637f83;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    outline: medium none;
    padding: 6px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.areas-de-atuacao a:hover {
	background: none repeat scroll 0 0 #e4551d;
    color: #fff;
    text-decoration: none;
}
.areas-de-atuacao a:active,
.areas-de-atuacao a:hover {
	 outline: 0 none;
}
/*Fim Área de Atuação*/

/*Início servicos */
.servicos{
	padding: 4em 0;
	background: #637f83;
	color: #fff;
}

.servicos h2{
	font-size: 2em;
	font-weight: bold;
}

.servicos p{
    font-size: 1.5em;
    font-weight: 300;
}

.servicos .row:first-child {
	border-bottom: 1px solid #597275;
	padding-bottom: 2.5em;
}

.servicos hr {
	border-color: #597275;	
}

.servicos a.btn-read-more{	
	color: inherit;
	cursor: pointer
}
.servicos  .read-more{
	display:none;	
}

/*Fim servicos*/

/*Início Quem Somos*/
.quemsomos {
	margin: 35px 0px;	
}

.quemsomos span {
	color: #637f83;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.42857;
}

.quemsomos p {
	color: #637f83;
	font-size: 1.5em;
	font-weight: 300;
}

.quemsomos h2 {
	color: #637f83;
	font-size: 2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}

.quemsomos .col-xs-12 h2 {
	margin-top: 20px;
}

.quemsomos .row:nth-child(2) .col-xs-12 p {	
	color: #637f83;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.42857;
}

.quemsomos img {
	height: 100px;
}

.quemsomos .col-md-6 {
	padding-bottom: 40px;
}
/*Fim Quem Somos*/

/*Início Contato*/
.contato {
	padding-top: 35px;
	padding-bottom: 35px;
}

.contato h2 {
	color: #637f83;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 35px;
}

.contato p {
	color: #637f83;
    font-size: 1.5em;
    font-weight: 300;
}

.contato h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #637f83;
	margin-bottom: 1em;
	margin-top: 20px;
}

.contato .col-md-11 {
	overflow: hidden;
	color: #999;
	line-height: 1.5em;
}

.contato textarea {
	max-width: 100%;
	border-radius: 0px;
}

.contato #form-contato {
	margin-top: 30px;
}

.contato input[type="text"] {
	border-radius: 0px; 
}

.contato button {
	border-radius: 0px;
}

.btn:focus, .btn:active:focus {
    outline: none;
    outline-offset: 0px;
}
/*Fim Contato*/

/*Inicio footer*/
footer {
	background: none repeat scroll 0 0 #637f83;
    padding: 1.5em 0;
    color: #fff;
}

footer p {
	margin: 0px;
}

footer .container .row .col-xs-6 a {
    color: white;
    text-decoration: none;
}
/*Fim foorter*/

/*Return To Top */
#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: none;
    text-decoration: none;
    display: none;
    z-index: 99999;
    font-size: 11px;
    text-align: center;
    background: none repeat scroll 0 0 rgba(51,61,81,0.2);
    color: #bd624c;
    border-radius: 50%;
}

#return-to-top i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a:focus#return-to-top, a:hover#return-to-top{
	color: #bd624c;
}