/*** Conteudo padrão Index ***/
#prime{
	margin-top: 50px;
}
#first * img{
	margin-left: 5%;
	width: 40%;
	height: auto;
}
#first * h2{
	font-size: 30pt;
	margin-bottom: 50px;
}
#first * p{
	line-height: 20pt;
}
#second{
	height: auto;
	background-image: url("../img/site/bg_servicos2.jpg");
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 1%;
	background-repeat: repeat;
background-size: 100%;
}
#qualidadesoldagem{
width: 60%;
padding-top: 1em;
}
.tit_index{
		width: auto;
		text-align: left;
		/* padding-bottom: 10px; */
		line-height: normal;
		font-size: 26pt;
		height: auto;
		margin-top:0px;
		Color: #000;
		/* border-bottom: 1px solid #aaa; */
		padding-top: 2%;
		padding-left: 3%;
}
.Marker{
	top: 10px;
	left: 0px;
	z-index: 1;
	width: 154px !important;
}
.prds_itens_ind{

	height: auto;
	background: transparent;
	/* border-radius: 8px; */
	/* border: 1px solid #333; */
	margin-bottom: 50px;
	background: #042654;
	/* padding: 10px; */
}

.prds_itens_ind img{
	width: 100%;
	height: auto;
	margin: 0px 0 10px 0;
	background: #f4f4f4;
	border: 1px solid #dcdcdd;
}
.pl_nome{
  height: 60pt;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	text-align: center;
	font-size: 1.2em;
	line-height: 18pt;
}
.pl_nome span{
	width: 100%;
	color: #006cb6;
	text-align: center;
	margin: 0 8px;
}
.pl_descr{
	height: 60px;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	font-size: 1em;
}
.pl_descr span{
	width: 100%;
	font-size: 1em;
	text-align: left;
	margin: 8px;
	color: #111;
}
.prds_itens b{
	margin: 5px;
}
.pl_precos{
	margin: 5px;
	height: 70px;
	color: #333;
padding: 5px 0 33% 0 !important;
}
.pl_precos i{
}
.pl_precos b{
	font-size: 13pt;
	color: #c51f25;
	padding-bottom: 4% !important;
	margin-top: -5% !important;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}
.lkn_plus{
	border-bottom: none;
	line-height: 18px;
	padding: 0 5px 0 0;
	color: #000;
}
 b.lkn_plus{
	font-size: 10pt;
	text-align: center;
}
#bot_mais{
	color: #fff;
height: auto !important;
width: 75% !important;
color: #fff;
/* font-weight: bold; */
text-align: center;
border-radius: 10px;
text-decoration: none;
line-height: 32pt;
font-size: 13pt;
margin: auto;
margin-bottom: 10%;
border: 1px solid #fff;
}
.ico_plus{
	background-color: #006cb6;
	width: 20px;
	padding: 3px 0;
	color: #fff;
	margin-right: 5px;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#btn_maisProd{
	margin: 20px 5px 20px 50%;
	left: -100px;
}
#identify{
	width: 44%;
	margin-right: 5%;
}
#identify img{
	width: 100%;
	height: auto;
}
#identify p{
	margin:100px 3% 0 3%;
	height: auto;
	text-align: right;
}

#identify b{
	margin:30px 3% 0 3%;
	height: auto;
	font-size: 12pt;
	text-align: right;
	color: #0d4798;
}
#third{
	background-image: url("../img/site/backgroundnatureza.png");
	background-size: 75% 95%;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-bottom: 5%;
}
#third * h2{
	color: #000 !important;
	margin: 40px 0;
	font-family:  sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 3em;
	line-height: 1em;
	margin-top: 3%;
	margin-bottom: 1%;
}
#gal_prods1, #gal_prods2{
 width: 100%;
}
/*  */
#imagemnatureza{
	width: 100%;
	height:auto;
}
#clientes-carrossel {
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  margin-top: 20px;
  text-align:center;
}
#clientes-carrossel img {
width: 80%;
border-radius: 20px;

	}
#owl-item{
	text-align:center;
}

#first{
	width: 90% !important;
	margin-left: 05%;
}
.infoDL {
	display: grid;
	grid-template-columns: 25% 75%;
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 4em;
	grid-row-gap: 0px;
	margin-bottom: -4%;
	height: 44em;
}

.areafoto{
	grid-area: 1 / 1 / 4 / 2;
	border-radius: 120px 0 0 120px;
	background-color: #4896B7;
	height: 77%;
}
.areatitulo{
	grid-area: 1 / 2 / 2 / 3;
	border-radius:0 60px 60px 0;
	background-color: #4896B7;
	color: #fff;
	width: 90%;
	height: 9.5em;
}
.areatitulo h2{
	padding: 1em 3.5em;
	margin: 0 !important;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.areatexto {
	grid-area: 2 / 2 / 3 / 3;
	width: 90%;
 }
 .areatexto p{
 	  font-size: 1.2rem;
		/* padding-top: 0em; */
		line-height: 2em !important;
		margin-top: 0em;
  }
.saibamais {
	grid-area: 3 / 2 / 4 / 3;
	height: 4em;
}
.saibamais a{
	border-bottom: 2px solid #8B2332;
	font-size: 2.5em;
	color: #000;
	font-weight: bold;
	margin-top: 1em;
}
.saibamais a:hover{
	font-weight: bold;
	color: #8B2332;
}
.saibamaisbut{
	border-bottom: 2px solid #8B2332;
font-size: 2.5em;
color: #000;
font-weight: bold;
margin-top: 1em;
margin-left: 0% !important;
}
#textosobre a:hover{
	font-weight: bold;
	color: #8B2332;

}
#textosobre {
	margin-left: 5%;
}

#faixabanner{
	background-color: #4896B7;
	width: 100%;
	margin: 3em 0;
}
#faixabanner h2{
	color: #fff;
	text-align: center;
	padding: 0.5em 0;
	font-weight: bold;
}

.servicoswrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 4em;
grid-row-gap: 0px;
height: auto;
}
.retan1 { grid-area: 1 / 1 / 2 / 5; }
.retan2 { grid-area: 1 / 1 / 2 / 2; }
.retan3 { grid-area: 1 / 2 / 2 / 3; }
.retan4 { grid-area: 1 / 3 / 2 / 4; }
.retan5 { grid-area: 1 / 4 / 2 / 5; }


 a.saiba_mais{
	 background-color: #fff;
	 color: #4896B7;
	 border-radius: 40px;
	 font-size: 18pt;
	 font-weight: bold;
	 text-align: center;
	 width: 50%;
	 line-height: 32pt;
	 margin: 50px 0 20px 25%;
 }

.textservicos{
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #4896B7;
	border-radius: 40px;
	height: auto;
	color: #fff;
	padding: 0;
	font-weight: bold;
	display: block;
	overflow: hidden;
	position: relative;
}
.textservicos h2{
	font-size: 18pt;
	padding-top: 5px;
	line-height: 20pt;
	color: #fff;
	height: auto;
	margin: 0 20px 10px 20px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	position: relative;
}
.textservicos p{
margin-bottom: 2em;
}
.textservicos a{
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	background-color: #fff;
	color: #4896B7;
	border-radius: 40px;
	font-size: 12pt;
	line-height: 22pt;
	width: 50%;
	margin-left: 25%;
	font-weight: bold;
}

.textservicos a:hover {
color: #8B2332;
font-weight: bold;
}
.infoservicos{

}
.infoservicos:hover{
color: #8B2332;
font-weight: bold;
}

.wrapper1 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 60% 40%;
  -ms-grid-columns: repeat(2, 1fr);
  grid-column-gap: 2%;
  grid-row-gap: 1em;

  padding-bottom: 150px;
  height: auto !important;
  margin-top: 20px;
  margin-bottom: 2%;
}
#centralizar {
  display: grid;
  display: -ms-grid;
	padding-bottom: 0px;
	margin-left: 5%;
}

#retangulo{
	color: blue;

}
#ver_mais_noticias {
  margin-right: 0 !important;
  width: 160px !important;
  line-height: 50px !important;
  min-height: 50px;
  padding: 0px 5px;
  margin-top: 10px;
  border-radius: 10px;
  /* background: #427e4d !important; */
  color: #FFF;
  position: relative;
  font-size: 14pt;
  text-align: center;
  float: left;
	border: 1px solid #fff;
}
.obj_gal{
	width: 25%;
	height: auto;
	margin-right: 12.5%;
	margin-bottom: 25px;
}
.obj_gal:nth-child(3n){
	margin-right: 0;
}
.obj_gal img{
	width: 100%;
	height: auto;
}
#homealign{
	text-align: left;
}
.NomeGal{
	background: #fff;
	width: 100%;
	height: auto;
	line-height: 18pt;
	color: #333;
	padding: 5px 0px 5px 10px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	cursor: pointer;
}
.obj_gal:hover .NomeGal{
	bottom: 0px;
}
.NomeGal h4{
	font-size: 14pt;
	text-align: center;
}
.NomeGal p{
	height: 70px;
	text
}
.NomeGal *{
	color: #333;
}
.NomeGal span{
	line-height: 28pt;
	border-radius: 10pt;
	width: 36%;
	margin-left: 32%;
	text-align: center;
	background: transparent;
	margin-top: 20px;
	border: solid 1px #333;
}

.but_maisH{
	line-height: 28pt;
	border-radius: 10pt;
	width: 30%;
	color: #fff;
	font-size: 12pt;
	text-align: center;
	background: transparent;
	margin-top: 20px;
	background: #029ee8;
	border: none;
}

#Fourth{
	margin-top: 20px;
}
#tit2{
	margin-bottom: 30px;
}
.obj_gal2{
	width: 25%;
	height: auto;
	margin-right: 12.5%;
	margin-bottom: 25px;
}
.obj_gal2:nth-child(3n){
	margin-right: 0;
}
.obj_gal2 img{
	width: 100%;
	height: auto;
}
.NomeGal2{
	background-image: url(../img/site/bg_preto_transp.png);
	width: 100%;
	height: 87px;
	bottom: -80px;
	color: #fff;
	padding: 25px 0px 5px 10px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	cursor: pointer;
}
.NomeGal2 b{
	width: 84%;

}
.obj_gal2:hover .NomeGal2{
	bottom: 0px;
}
.NomeGal2 span{
	line-height: 18pt;
	border-radius: 5pt;
	width: 15%;
	text-align: center;
	color: #fff;
	background-color: #F00;
	top: 25px;
	right: 5px;
}

#Fourth2{
	width: 100%;
	height: 400px;
	background: url(../img/site/bg_pocos.jpg) no-repeat;
	background-position: center right;
	background-size: cover;
}
#Fourth2 h2{
	color: #fff;
}
#Fourth2 p{
	color: #fff;
}
#Fourth2 p a{
	width: 100%;
	color: #fff;
	margin-top: 25px;
	line-height: 28pt;
	border-radius: 5px;
	border: 1px solid #fff;
	text-align: center;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
}
#Fourth2 p a:hover{
	background-color: #fff;
	color: #3b619b;
}

#carrossel{
	background: #a6e8ff;
}
.owl-item a{
	display: block;
}
#padleft{
	padding-left: 3%;
}
/*** FIM Conteudo padrão Index ***/

/*-------------------------------------------------------------------------------------------*/

/*** Sizes Screens ***/
@media only screen and (max-width: 1920px) /* FullHD */
{

	#third p {
	    color: #000;
		text-align: left;
		font-size: 24pt;
		padding-top: 0em;
		line-height:42pt !important;
		margin-top: 50px;
	}
}

/*----------------------------------------------------*/

@media only screen and (max-width: 1700px) /* FullHD */
{
	#third p {
		font-size: 22pt;
		line-height:38pt !important;
	}
}

/*----------------------------------------------------*/

@media only screen and (max-width: 1650px) /* FullHD */
{
	#third p {
		font-size: 18pt;
		line-height: 26pt !important;
	}
}

/*----------------------------------------------------*/

@media only screen and (max-width: 1280px) /* FullHD */
{
	#third p {
		font-size: 16pt;
		line-height: 22pt !important;
	}
}

/*----------------------------------------------------*/

@media only screen and (max-width: 1190px) /* Regular Size */
{
	#third p {
		font-size: 16pt;
		line-height: 20pt !important;
	}
}
/*----------------------------------------------------*/

@media only screen and (max-width: 1024px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 700px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 400px) /* FullHD */
{

}
