@font-face {
    font-family: "cabin";
    src: url("cabin.ttf") format("truetype");
}
@font-face {
    font-family: "alpaca";
    src: url("alpaca.ttf") format("truetype");
}
@font-face {
    font-family: "alpaca";
    src: url("alpaca.eot") format("truetype");
}

.rodape{
	background-color:#194719;
	color:#fff;
	z-index:2;
	width:100%;
	font-size: 15px;
	padding:30px;
	margin-bottom:-20px;
}
.sobre{
	background-image: url("../../img/sobre.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	min-height:240px;
	padding:20px 40px;
}
.sobre h3{
	color:#fff;
	line-height: 1.2;
	font-size:27px;
}
.sobre h3{
	color:#fff;
	line-height: 1.2;
	font-size:27px;
}

.formulario{
	background-color:#fff; 
	color:#333; 
	height:450px;
	z-index:5; 
	position: relative;
	margin-left:210px; 
	margin-top:-455px;
	padding: 10px 20px;
}
.topo-container{
	position:relative; 
	float:right;
	z-index:5;
	margin-top:-65px;
}
.triangulo-topo{
	width: 0;
	height: 0;
	float:right; 
	position: relative; 
	margin-top:-65px; 
	z-index: 1; 
	border-bottom: 100px solid #fff;
	border-left: 100px solid transparent;
}
.caixa-topo{
	width:500px;
	height:65px;
	margin-top:-65px; 
	float:right; 
	position: relative; 
	z-index: 1; 
	background-color: #fff;
}

.barra-lateral{
	width:20px;
	height:240px;
	background-color:#194719;
	float:left;
	text-align:left;
	display:table;
	margin-left:-5px;
	margin-right:5px;	
}
.barra-lateral p{
	margin-left:-170px;
	margin-right:-170px;
	color:#fff;
	font-size:16px;	
	transform: rotate(-90deg);
	 -webkit-transform: rotate(-90deg);
	  -o-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.barra-lateral a{
	text-decoration:none;
	color:#fff;
}

.divisor1{
	background-image: url("../../img/divisores/banner1.jpg");
	min-height:530px;
	background-size: cover;
	text-align:center;
	padding-top:50px;
	background-attachment:fixed;
}
.divisor1 h1,h3{
	color:#fff;
}
.divisor2{
	background-image: url("../../img/divisores/profissionais.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	min-height:350px;
	padding-top:50px;
	text-align:center;
}
.divisor2 h1,h3{
	color:#fff;
}
.clientes-box{
	background-color: #F5F0EE;
	padding:10px;
	min-height: 160px;
}
.green-bar1{
	background-color:#194719;
	padding:10px 40px; 
	margin-top:15px;
	height:110px;
}
.green-bar2{
	background-color:#194719;
	margin-bottom:-140px;  
	margin-top:15px; 
	position:initial;
	height:110px; 
	width:30%; 
	float:right; 
}
.borda-atividades{
	border-right:#194719 20px solid;
}
@media (max-width: 768px) {
  .borda-atividades{
		border-right:none;	
	}
	
  .formulario{
	background-color:#fff; 
	color:#333; 
	height:450px;
	z-index:5; 
	position: relative;
	margin-left:0; 
	margin-top:0;
	padding: 10px 20px;
  }
  
  .sobre-gilberto{
	text-align:left !important; 
	}	
	
}

.servicos-xs{
	border:#030 2px solid; 
	margin-top:20px;
	padding:20px;
	min-height:350px;
}

.sobre-gilberto{
	text-align:right; 
	line-height:2.2;
	margin-top: -23px;
}

.servicos-small{
	padding: 15px; 
	background-color:#fff;
	display: inline-block;
 }
 
.menu-noticias a{
	color:#fff;
}