/*** Conteudo padrão Index ***/
	/* Serviços */
		.Bx_servs{
			width: 30%;
			height: 158px;
			margin-right: 5%;
			margin-bottom: 15px;
			font-size: 10pt;
			letter-spacing: 0.5px;
			line-height: 15pt;
		}
		.Bx_servs:nth-child(3n){
			margin-right: 0%;
		}
		.Bx_servs h3{
			font-size: 14pt;
			line-height: 51px;
		}
		#cerca h3{
			line-height: 25px;
		}
		.ico_serv{
			float:left;
			width: 51px;
			height: 51px;
			margin-right: 10px;
		}
		#trab_conosco{
			width: 65%;
			height: auto;
			margin-right: 0 !important;
			background: #900;
			border-bottom-right-radius: 30px;
		}
		#trab_conosco h3{
			width: 50%;
			color: #fff;
			float: left;
			margin:45px 10% 40px 5%;
		}
		#trab_conosco a{
			display: block;
			overflow: hidden;
			position: reative;
			float: left:
			width: 40%;
			height: auto;
			color: #fff;
			font-size: 18pt;
			line-height: 38pt;
			margin: 45px 5% 40px 0;
			text-align: center;
			border: 2px solid #fff;
		}
	/* Fim Serviços */
	
	/* Empresa */
	#faixa_empresa{
		margin: 20px 0;
		background-color: #dd8c9b;
		background-image:  url(../img/site/bg_empresa.jpg);
		background-repeat:no-repeat;
		background-size: auto 100%;
		height: 360px;
		}
	
	#empresa{}
	#lkn_emp{
		width: 40%;
		margin-right: 10%;
		height: auto;
	
	}
	#lkn_emp h3{
		color: #fff;
		margin-top: 110px;
	}
	#lkn_emp a{
		border: 2px solid #fff;
		color: #fff;
		font-weight: bold;
		color: #fff;
		padding: 10px;
		margin-top: 20px;
		border-radius: 5px;
	}
	#empresa p{
		color: #fff;
		margin-top: 90px;
		line-height: 18pt;
		letter-spacing: 0.5px;
		font-weight: bold;
	}
	/* Fim Empresa */
	
	/* Galeria Produtos */
	#galProds{}
	#galProds h2{font-size: 28pt; margin-bottom: 20px;}
	#galProds figure{}
	#galProds figure a{
		width: 18%;
		margin-right: 23%;
		margin-bottom: 30px;
		color: #333;
		text-decoration: none;
	}
	#galProds figure a:nth-child(3n){margin-right:0}
	#galProds figure a img{width:100%;}
	#galProds figure a p{
		width:100%;
		margin: 5px 0;
		height: 52px;
	}
	#galProds figure a label{
		width: 100px;
		border: 2px solid #555;
		padding: 5px;
		font-size:  10pt;
		text-align: center;
		border-radius: 5px;
		cursor: pointer;
	}
	#galProds figure a label:hover{
		color: #fff;
		background: #555;
	}
	#galProds figure a label.NomeGal{
		width: 100%;
		border: none;
		height: 60px;
		text-align: center;
		border-radius: 0px;
		top: -25px;
		margin-top: -55px;
	}
	#galProds figure a label.NomeGal b{
		margin-top: 25px;
		-webkit-transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		-moz-transform: translateY(-50%) !important;
		-o-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
		font-size: 12pt;
		line-height: 16pt;
		z-index:2;
	}
	#galProds figure a label.NomeGal span{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #fff;
		opacity: 0.70;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
		z-index:1;
	}
	/* Galeria Produtos */

/*** FIM Conteudo padrão Index ***/

/*-------------------------------------------------------------------------------------------*/

/*** Sizes Screens ***/	
@media only screen and (max-width: 1920px) /* FullHD */
{
	
}

/*----------------------------------------------------*/

@media only screen and (max-width: 1440px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 1280px) /* FullHD */
{
	.Bx_servs{
		width: 45%;
		height: 158px;
		margin-right: 10%;
	}
	.Bx_servs:nth-child(3n){
		width: 45%;
		margin-right: 10%;
	}
	.Bx_servs:nth-child(2n){
		margin-right: 0;
	}
	
	#trab_conosco{
			width: 45%;
		}
	
	 #internet h3, #cerca h3{
		line-height: 51px;
	 }
}

/*----------------------------------------------------*/

@media only screen and (max-width: 980px) /* FullHD */
{	
	.Bx_servs{
		height: 200px;
	}
	
	 #cerca h3{
		line-height: 25px;
	 }
		#trab_conosco a{
			
			font-size: 14pt;
			
		}
}

/*----------------------------------------------------*/

@media only screen and (max-width: 700px) /* FullHD */
{
	
}

/*----------------------------------------------------*/

@media only screen and (max-width: 400px) /* FullHD */
{
	
}
