/*** Conteudo padrão Index ***/
.navbar{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

#infor{
	padding: 15px 0;
	margin-top: 0;
	background: #ffffff;
	display: table;
	height: auto;
}
#bannerm * img{
	width: 100%;
	height:auto;

}
#first{
	/* padding: 15px 0; */
	margin-top: 0;
	/* background: #ffffff; */
	display: table;
	margin-top: -4%;
}
.tInrors{
	width: 30%;
	margin-right: 5%;
	text-align: left;
}
.tInrors h2{
	color: #fff;
	width: 100%;
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	/* border-bottom: solid 1px #fff !important; */
}

.tInrors:nth-child(3n){
	margin-right: 0;
}
.tInrors2{
		width: 30%;
		margin-right: 5%;
		text-align: left;
			font-size: 38pt;
			margin-bottom: 50px;
			padding-bottom: 10px;
		color: #000;
}
.tInrors2:nth-child(3n){
	margin-right: 0;
}
.tInrors2 h2{
	width: 100%;
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	border-bottom: solid 3px #c51a1b !important;
}
#miss {
	width: 100%;
	height: auto;
	background-image: url('../img/site/engineer.jpg');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 45%;
	background-size: 40%;
	margin-top: 30px;
}

#miss p{
	font-size: 14pt !important;
}
#miss h2{
	color: #6f6f6f !important;
	font-size: 42pt;
	font-style: normal;
	font-weight: bold;
}
.above_banner{
	height: 300px;
	margin: 0% 5% 0 5%;
	background-color: #555b92;
	border-radius: 25px;
}
.above_banner img{
	width: 19em;
	height: auto;
	overflow: hidden;
	display: block;
	position: absolute;
	margin-left: 7%;
	border-radius: 50%;
	padding-top: 1.5%;
}
#miss2 {
	width: 100%;
	height: auto;
	/* background-image: url('../img/site/testeavatar2.png'); */
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 34%;
	/* background-size: 45%; */
	margin-top: 3.5%;
}

#miss2 p{
	font-size: 16pt !important;
	line-height: 28pt;
	color: #fff
}
#miss2 h2{
	color: #fff !important;
	font-size: 42pt;
	font-style: normal;
	font-weight: bold;
}
#imagefirst{
	width: 45%;
	height: 100%;
  height: auto;
}

#imagefirst img{
	width: 100%;
	height: auto;
}
#present img{
	margin-left: 5%;
	width: 40%;
	height: auto;
}
#miss p{
	line-height: 28pt;
	letter-spacing: 1px;
	color: #black;
}
#miss a{
	background-color: #191970;
}

#parallax1{

	  /* Full height */
	  height: 100%;

	  /* Create the parallax scrolling effect */
	  background-attachment: fixed;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
		background-image: url("../img/site/advs.jpg");
	}
	#teste {
		height: 400px;
	}


#tit_serv{
	margin-bottom: 20px;
}
.but_mais {
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 25%;
  margin-left: 70%;
  margin-bottom: 20px;
  border: 2px solid #000;
  border-radius: 10px !important;
  font-size: 12pt;
  background-color: #e07c0a;
  font-weight: bolder;
  width: 90%;
  font-weight: bold;
  font-size: 14pt;
}
#but_serv{
	background: #c51a1b;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	margin-top: 50px;
}
#but_serv a{
	color: #fff;
}
#service_list{
	width: 47%;
	height: auto;
	padding-top:  20px;
}
#service_list li{
	font-size: 14pt;
	list-style: circle;
	margin:0 0 10px 20px;
}

#third * h2{
	color: #fff !important;
	margin: 40px 0;
	float: left;
	font-family:  sans-serif;
	font-weight: bold;
}
#btn_ambient{
	border: 2px solid #fff;
	background: #fff;
	border-radius: 3px;
	line-height: 34pt;
	width: 250px;
	margin: 55px 0;
	font-size: 14pt;
	text-align: center;
	color: #000 !important;
}

/* noticias*/
#third{
	/* margin-bottom: 50px; */
}
#third h2{

			line-height: 42pt;
			/* background-image: url("../img/site/background.png"); */
			background-size: cover;
			background-repeat: no-repeat;
			/* border-bottom: 16px solid #e07c0a; */
			width: 100% !important;
			margin-left: 0 !important;
			height: 120px;
			/* margin-left: 5% !important; */
			color: #151515 !important;
			font-size: 32pt;
			font-style: normal;
			font-weight: bold;
}
.parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0%;
/* background-color: #e07c0a; */
color: #fff;
font-size: 12pt;
font-weight: bold;
margin-top: -5px;
padding-top: 1%;
}
.parent img{
width: 90%;
	height: auto;
	border-radius: 20px;
border: solid #f5831f;
}

.div1 { grid-area: 1 / 1 / 4 / 6; }
.div2 {
	grid-area: 1 / 1 / 2 / 2;
		padding-bottom: 8%;

 }
.div3 { grid-area: 1 / 2 / 2 / 3; }
.div4 { grid-area: 1 / 3 / 2 / 4; }
.div5 { grid-area: 1 / 4 / 2 / 5; }
.div6 { grid-area: 1 / 5 / 2 / 6; }
.div7 { grid-area: 2 / 1 / 3 / 2; }
.div8 { grid-area: 2 / 2 / 3 / 3; }
.div9 { grid-area: 2 / 3 / 3 / 4; }
.div10 { grid-area: 2 / 4 / 3 / 5; }
.div11 { grid-area: 2 / 5 / 3 / 6; }
.div12 { grid-area: 3 / 1 / 4 / 2; }
.div13 { grid-area: 3 / 2 / 4 / 3; }
.div14 { grid-area: 3 / 3 / 4 / 4; }
.div15 { grid-area: 3 / 4 / 4 / 5; }
.div16 { grid-area: 3 / 5 / 4 / 6; }

#gal_prods{
	width: 95%;
  margin: 35px 5% 0%;
}
#gal_prods h3{
	font-size: 17pt;
	font-style: normal;
	color: #000 !important;
	line-height: 35pt;
	font-size-adjust: auto;
	text-transform: capitalize;
	text-align: center;
	/* background-color: #231f20;
	border-bottom: 6px solid #e07c0a; */
}

.obj_gal{
	width: 20%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 0%;
}

.obj_gal:nth-child(3n){
	margin-right: 0;
}
.obj_gal img{
	width: 100%;
	height: auto;
	border-radius: 20px;
border: solid #f5831f;
}


.NomeGal span{
	line-height: 18pt;
	border-radius: 5pt;
	width: 75px;
	text-align: center;
	color: #fff;
	background-color: #F00;
	margin: 20px 5px 5px 5px;
}

.fotos{
	display: flex; /* coloca as imagens uma ao lado da outra */
  justify-content: center;
}

#LInformativo {
	color: #191970;
}
#noticia_destaque_index{
	width: 50%;
	margin-right: 2.5%;
	text-decoration: none;
}
#noticia_destaque_index img{
	margin-right: 20px;
}
#noticia_destaque_index section{
	cursor:pointer;
}
#noticia_destaque_index section h3{
	font-size: 18pt;
	line-height: 22pt;
	margin-bottom: 10px;
	font-family: sans-serif;
	font-weight: bold;
}

#noticia_destaque_index section p{
	color: #fff;;
}
#noticia_destaque_index label{
	background: #c51a1b;
	padding: 8px 10px;
	border-radius: 5px;
	right: 0;
	bottom: 0;
	cursor: pointer;
	color: #000;
}
#mais_noticias{
	width: 100%;
	    margin-top: 2%;
}

#mais_noticias a{
	width: 24.5%;
	text-decoration: none;
	line-height: 50pt;
	/* margin-right: 5%; */
	margin-bottom: 20px;
	margin-right: 0.5%;
}
#lateralartig a{
	width: 45%;
text-decoration: none;
line-height: 50pt;
/* margin-left: 5%; */
margin-bottom:-2%;
}
#mais_noticias a:nth-child(2){
	margin-right: 0;
}
#mais_noticias img:nth-child(2){
	display:none !important;
}
#mais_noticias a h4{
	height: 54px;
    font-size: 16pt;
    font-weight: bold;
		margin-left: 2.9%;
    line-height: 18pt;
    margin-top: 5%;
    font-style: normal;
    text-transform: capitalize;
    display: flex;
    -webkit-align-items: left;
    cursor: pointer;
    margin-bottom: 0%;
    color: #fff;
}

.fotothumb{
	width: 100%;
	/* height:200px; */
}



#mais_noticias h4{
	font-size: 15pt;

}

#mais_noticias a img{
	width: 100%;
		border-radius: 20px;
		height: auto;
		margin-bottom: -7%;
}
#mais_noticias a p{
	line-height: 23pt !important;
	    font-size: 13pt;
	    line-break: auto;
	    padding: 0 3%;
	    margin-top: -36px;
			color: #fff;
    padding-top: 6%;
		    padding-bottom: 3%;
}
#informativo{
	font-size: 32pt;
    line-height: 38pt;
		/* background-image: url("../img/site/background2.png"); */
		background-size: cover;
background-repeat: no-repeat;
/* border-bottom: 16px solid #e07c0a; */
		width: 100% !important;
margin-left: 0 !important;
}
#informativo h2{
	font-size: 32pt;
    height: 60px;
    color: #2d2d2d;
    font-style: normal;
    font-weight: bold;
    padding-top: 0.8%;
		margin-top: 0.5em;
margin-bottom: 0.3em;
}
#banartigos{

}
#mais_noticias a i{
	color: #c51a1b;
	display: block;
	overflow: hidden;
	line-height: 14pt;
	margin-bottom: 5px;
	text-align: center !important;
	font-size: 10pt !important;
}
#mais_noticias a div{
	width: 100%;
    /* margin-left: 5%; */
    /* margin-top: 20px; */
		/* border-top: 5px solid #e07c0a; */
background-color: #555b9254;
border-radius: 0 0 24px 24px;
padding-top: 1%;
}
#maquinarios a {
  width: 100%;
  text-decoration: none;
  line-height: 50pt;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-right: 0.5%;
}
#maquinarios a span img {
border-radius: 30px 0 0 30px;
width: auto;
max-height: 20em;
}

#maquinarios a i{
	color: #c51a1b;
	display: block;
	overflow: hidden;
	line-height: 14pt;
	margin-bottom: 5px;
	text-align: center !important;
	font-size: 10pt !important;
}
#maquinarios a div{
	width: auto;
    /* margin-left: 5%; */
    /* margin-top: 20px; */
		border-left: 10px solid #679b3a;
background-color: #555b92;
border-radius: 0 30px 30px 0;
/* margin-left: 30%; */
min-height: 20em;
margin-left: 3.65em;
padding-left: 2em;
}
#maquinarios a h4 {
  font-size: 23pt;
  line-height: 25pt;
  /* margin: 8px 0; */
  text-align: left;
	color: #ef9328;
	/* padding-left: 2em; */
	text-transform: capitalize;
	padding-top: 1em;
}
#maquinarios a p {
  color: #fff;
  margin: 0;
  font-size: 16pt !important;
  line-height: 18pt;
  text-align: left;
  padding-bottom: 3%;
  /* padding: 0 5% 3% 5%; */
	/* padding-left: 2.7em; */
	padding-top: 1%;
}
#maquinarios{
	align-items: left;
}
#maquinarios a div:nth-child(n+1){
	margin-left: 35.65em;
	padding-left: 3em;
}

#galeria_mais{
	height: 48pt !important;
	width: 35% !important;
	background: #303077;
	color: #fff;
	font-weight: bold;
	font-size: 32pt;
	padding-top: 0.5% !important;
	text-align: center;
	line-height: 32pt;
	border-radius: 10px;
	padding-top: 0px;
	margin-right: 0 !important;
	/* border-bottom: 5px solid #e07c0a; */
	margin-left: 32.5%;
		}
#galeria_mais span{
	line-height: 80pt;
}
#galeria_mais a{
line-height: 80pt;
}
#galeria_mais:hover{
background: #e07c0a;
}

#ver_mais_noticias{
	height: auto !important;
	width: 35% !important;
	background: #303077;
	color: #fff;
	font-weight: bold;
	font-size: 32pt;
	text-align: center;
	line-height: 32pt;
	border-radius: 10px;
	padding-top: 0px;
	margin-right: 0 !important;
	/* border-bottom: 5px solid #e07c0a; */
	margin-left: 32.5%;

}
#ver_mais_noticias span{
	line-height: 40pt;
}
#ver_mais_noticias a{

}
#ver_mais_noticias:hover{
	background: #e07c0a;
	/* color: #231f20; */
}

#Galeria_fots a {
    width: 21.25%;
    height: auto;
    margin: 0 5% 20px 0;

}
#atuacao{
width: 100%;
}
#atuacao strong{

	line-height: 80px;
	background: #f4c430;
	margin: 5px;
	margin-right: 2%;
	margin-left: 0;
	padding: 0 10px;
	border-radius: 5px;
	text-align: center;
	width: 23%;
}
#atuacao strong:nth-child(4m){
	margin-right: 0%;
}
#fourth h2{
	line-height: 42pt;
	/* background-image: url("../img/site/background.png"); */
	background-size: cover;
	background-repeat: no-repeat;
	/* border-bottom: 16px solid #e07c0a; */
	width: 100% !important;
	margin-left: 0 !important;
	/* height: 120px; */
	/* margin-left: 5% !important; */
	color: #151515 !important;
	font-size: 32pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
#at h2{
	color: #191970;
}
#at{
	width: 100%;
	margin-top: 5px;
	}

#at11{
	width: 48% !important;
	margin-right: 0 !important;
}

.linha{
display: flex;
flex-flow: row wrap;
}

.coluna-50 {
    width: 35%;
    margin: 20px;
}

.newnot {
  /* border-top: 5px solid #cc4529; */
  /* background-color: #333132; */
}
#mais_noticias a h4 {
  font-size: 16pt;
  line-height: 25pt;
  margin: 8px 0;
  text-align: left;
  color: #2d2d2d;
  padding-left: 5%;
  text-transform: capitalize;
}
#mais_noticias a p {
  color: #000;
  margin: 0;
  font-size: 12pt !important;
  line-height: 18pt;
  text-align: left;
  padding-bottom: 3%;
  padding: 0 5% 3% 5%;
}

/*** 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: 1370px) /* FullHD */
{
	#ver_mais_noticias{
		font-size: 22pt;
		line-height: 40pt;
		line-height: 60pt;
	}
}

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

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

}

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

@media only screen and (max-width: 1024px) /* FullHD */
{
	.tInrors{
  	width: 100%;
  	margin-right: 0%;
		margin-bottom: 10px;
  	text-align: left;
  }
  .tInrors h2{
  }

  .tInrors:nth-child(3n){
  	margin-right: 0;
  }
  .tInrors2{
  		width: 100%;
  		margin-right: 0%;
  }
  .tInrors2:nth-child(3n){
  	margin-right: 0;
  }
  .tInrors2 h2{
  }
		.tInrors{
	  	width: 100%;
	  	margin-right: 0%;
			margin-bottom: 10px;
	  	text-align: left;
	  }
	  .tInrors h2{
	  }

	  .tInrors:nth-child(3n){
	  	margin-right: 0;
	  }
	  .tInrors2{
	  		width: 100%;
	  		margin-right: 0%;
	  }
	  .tInrors2:nth-child(3n){
	  	margin-right: 0;
	  }
	  .tInrors2 h2{
	  }


		#ver_mais_noticias{
			/*! height: 320px  !important; */
			/*! width: 45% !important; */
			/* background: #003396; */
			/*! color: #fff; */
			font-weight: bold;
			font-size: 32pt;
			text-align: center;
			line-height: 50pt;
			border-radius: 10px;
			/*! padding-top: 50px; */
			margin-right: 0 !important;
		}
		#ver_mais_noticias span{
			line-height: 40pt;
		}
		#ver_mais_noticias:hover{
			/* background: #bfae64; */
		}

	}

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

@media only screen and (max-width: 760px) /* Celular */
{
	#mais_noticias a{
		width: 100%;
	}
}

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

@media only screen and (max-width: 400px) /* FullHD */
{
	#mais_noticias a{
		width: 100%;
		text-decoration: none;
    line-height: 50pt;
    margin-right: 5%;
    margin-bottom: 20px;
	}

}
