/* ---------- PROPRIEDADES GERAIS DOS BLOCOS ICONS DA HOME, PAGINAS INTERNAS, INFORMACOES EM DESTAQUE E OUTROS ---------- */
/* CSS Document */

@media only screen and (min-width: 801px) and (max-width: 9000px) {
/*-- ICONS FOTOS COM OVER TEXTO --*/
.iconsFotos {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.iconFotoContainer {
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
}

.iconFotoImage {
  display: block;
  width: 100%;
  height: auto;
}

.iconFotoOverlay {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #fff;
  /*background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  padding: 0.5em;
  text-align: center;
}

.iconFotoContainer:hover .iconFotoOverlay {
  opacity: 0.8;
}

.iconFotoOverlay h1 {}
.iconFotoOverlay h2 {}
.iconFotoOverlay h3 {}
.iconFotoOverlay p {}

/* --- PLANS PLANOS BLOCOS UL PLANOS --- */ 
.plans {
}

.plans ul {
	border: 1px solid #09f;
	width: 46%;
	margin: 2%;
	float: left;
	padding-right: 0.5em;
}

.plans ul li {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}		
		
/* --- BLOCO NOTICIA TOP HOME BANNER DESTAQUES --- */ 

.bannerDestaques {
	overflow: hidden;
	margin: 0 auto;
	/*background-size: 100%;*/
	background-position: center top;
	background-repeat: no-repeat;
}

.bannerDestaquesLimit {
	max-width: 1280px;
	margin: 0 auto;
}

.bannerDestaquesLeft {
	float: left;
	overflow: hidden;
	width: 69%;
	margin: 300px 0 0 0;
	padding: 0 0 0 1em;
}

.bannerDestaquesLeft a {
}

/*.bannerDestaquesLeft a:hover {
	background: url("https://www.metalurgico.org.br/sites/template/images/bk_black_opac.png"); 
}*/

h3.titleBoxRed {
	float: left;
	padding: 0.5em;
	margin: 0.5em;
}

.bannerDestaquesLeft h1 {
	clear: both;
	text-align: left;
	padding: 0 0.5em 0 0.5em;
	margin: 0;
}

.bannerDestaquesLeft h2 {
	clear: both;
	text-align: left;
	padding: 0.5em;
	margin: 0.5em;
}

.bannerDestaquesLeft h3 {
	clear: both;
	text-align: left;
	padding: 0.5em;
	margin: 0.5em;
}

.bannerDestaquesRight {
	float: right;
	overflow: hidden;
	width: 30%;
}

.bannerDestaquesRight a {
	float: left;
	border-bottom: 2px solid #f00;
	display: block;
	margin: 0.5em;
	padding: 0.5em;
	text-align: left;
	font-size: 1.3em;
}

/* --- BLOCO NOTICIA TOP HOME --- */ 

.blocoNoticiaTop {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.blocoNoticiaTopLeft {
	float: left;
	width: 49%;
	text-align: center;
}

.blocoNoticiaTopLeft h1,h2,h3 {
	padding: 0.5em;
	margin: 0;
	text-align: center;
}

.blocoNoticiaTopLeft p {
	padding: 0.5em;
	margin: 0;
}

.blocoNoticiaTopLeft img {
	width: 100%;
}

.blocoNoticiaTopLeft span {
	font-size: 0.9em;
	font-style: italic;
}

.blocoNoticiaTopRight {
	float: right;
	text-align: center;
	width: 49%;
}

/* --- BLOCO VIDEOS HOME --- */ 

.blocoVideos {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.blocoVideos p {
	padding: 0.5em;
	margin: 0;
	clear: both;
}

.blocoVideos iframe {
	width: 90%;
	margin: 0.5em auto;
}

.blocoVideosLeft {
	float: left;
	width: 49%;
}

.blocoVideosRight {
	float: right;
	width: 49%;
	text-align: center;
}

/*-- BANNER FIX -- */ 
.bannerFix {
	background: #333;
	min-height: 180px;
	border: 1px solid #fff;
}

.bannerFix h1 {
	padding: 0;
	max-width: 700px;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
}

.bannerFix p {
	margin: 1em auto 1em auto;
	padding: 0;
	max-width: 800px;
	color: #fff;
	text-align: center;
}


/*Icons a - PRINCIPAIS - HOME E INTERNAS - 4 COLUNAS */ 
.icons {
	color: #333;
	overflow: hidden;
}

.icons a {
	width: 23%;
	min-height: 300px;
    margin: 0.5em 1% 0.5em 1%;
	float: left;
	color: #333;
	border: 1px solid #FFDDCB;
	text-decoration: none;
}

.icons div {
	width: 23%;
	min-height: 300px;
    margin: 0.5em 1% 0.5em 1%;
	float: left;
	color: #333;
	border: 1px solid #ccc;
}

.icons a img {
	width: 100%;
	border: 2px solid #fff;
	max-height: 240px;
	overflow: hidden;
}

.icons a img:hover {
	opacity: 0.8;
}

.icons h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	margin: 0.3em 0 0.3em 0;
	padding: 0;
}

.icons h3 {
	font-weight: normal;
	font-size: 1em;
	margin: 1em 0.3em 0 0.3em;
}

.icons p {
	min-height: 50px;
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.icons div { /* -- LOGOTIPOS POR EXEMPLO --*/
	width: 21%;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons div img {
	width: 100%;
}

/*Icons a - PRINCIPAIS - HOME E INTERNAS - 2 COLUNAS */
.icons2 {
	overflow: hidden;
	text-align: center;
}

.icons2 img {
	max-width: 90%;
	border: 1px solid #ccc;
}

.icons2 h2 img {
	border: 0px solid #ccc;
}

.icons2 a {
	width: 46%;
    margin: 0 2% 0 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons2 a:hover {
	text-decoration: none;
}

.icons2 h1{
	font-size: 2em;
	background: #f3930d;
	max-width: 14em;
	margin: 1em auto 0.5em auto;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

.icons2 h2 {
	font-weight: bold;
	font-size: 1.7em;
	color: #f3930d;
	margin: 0.3em 0 0.3em 0;
	padding: 0;
}

.icons2 h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.3em 0.3em 0 0.3em;
}

.icons2 p {
	min-height: 70px;
	margin-top: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
	text-align: left;
}

.icons2 div {
	width: 46%;
    margin: 0 2% 0 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons2 div a {
	border:1px solid #f0f;
	clear:!important;
	height:50px;
}

.icons2 iframe {
	margin: 0.5em auto;
}


/*Icons a - PRINCIPAIS - HOME E INTERNAS - 3 COLUNAS */

.icons3 {
	color: #333;
	overflow: hidden;
	max-width: 1128px;
	margin: 0 auto;
}

.icons3 a {
	width: 29.3%;
	min-height: 460px;
    margin: 0 2% 0.5em 2%;
	float: left;
	color: #333;
}

.icons3 a img {
	width: 100%;
	border: 0px solid #fff;	
}

.icons3 a:hover {
	text-decoration: none;
}

.icons3 a:hover img {
	border: 0px solid #fff;	
}

.icons3 h1 {
	font-size: 2em;
	background: #f3930d;
	max-width: 14em;
	margin: 1em auto 0.5em auto;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

.icons3 h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #f3930d;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons3 h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0.5em 0.2em 0 0.2em;
}

.icons3 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.2em;
	line-height: 1.5em;
	font-size: 0.9em;
}

/*Icons 3 colunas para redes sociais e enquete*/

.icons3div {
	width: 29.3%;
	min-height: 440px;
    margin: 0 2% 0.5em 2%;
	float: left;
	color: #333;
}


/*Icons 4 colunas com imagem pequena, sem o 100%, 4 colunas*/

.icons4 {
	color: #333;
}

.icons4 a {
	width: 21%;
	min-height: 300px;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons4 a:hover {
	text-decoration: none;
}

.icons4 a img {
	border: 1px solid #ddd;
}

.icons4 a img:hover {
	opacity: 0.8;
}

.icons4 h2 {
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons4 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons4 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

/*Icons 5 colunas com imagem pequena, sem o 100%, 5 colunas*/

.icons5 {
	color: #333;
	clear: both;
}

.icons5 a {
	width: 18%;
    margin: 1%;
	float: left;
	color: #fff;
	text-align: center;
	min-height: 120px;
	background: #039;
}

.icons5 a:hover {
	background: #f00;
}

.icons5 a img {
}

.icons5 a:hover {
	text-decoration: none;
}

.icons5 h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons5 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0.5em 0 0.5em 0;
	font-weight: bold;
}

.icons5 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.icons5 div {
	width: 18%;
	min-height: 340px;
    margin: 1%;
	float: left;
	color: #333;
	text-align: center;
}

/* -- INFO ROLANDO - DESTAQUES -- */

.infoRolando {
	clear:both;
}

.infoRolando h2 {
	padding: 0 0 0 0.3em;
	margin: 0;
	text-align: left;
	background: #F87D3E;
	color: #fff;
}

.inforolandotitulo {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFDDCB;
}

.inforolandotitulo a {
	/*background: #eee;
	border-top: 3px solid #eee;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
	border-left: 3px solid #09f;*/
	display: block;
	padding: 0.5em;
	font-weight: normal;
	color: #333;
	font-size: 1.3em;
	/*min-height: 80px;*/
}

.inforolandotitulo a:hover {
	background: #eee;
	/*border: 3px solid #03c;*/
	text-decoration: none;
}

.marquee {
	height: 300px;
}

/*Bloco com texto e vídeo da home*/
.blocoHomeHorizContainerBlue {
	overflow: hidden;
	background: #61727b;
	padding: 0 0.5em;
}

.blocoHomeHoriz {
	max-width: 1128px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.blocoHomeHorizLeft {
	float: left;
	width: 49%;
	margin: 1em 0 1em 0;
	color: #fff;
}

.blocoHomeHorizRight {
	float: right;
	width: 49%;
	margin: 1em 0 1em 0;
	border: 1px solid #fff;
}

/* -- ICONS ROUND LINK --*/

.iconsHomeRound {
	max-width: 1128px;
	margin: 0 auto;
}

.iconsHomeRound a {
	float: left;
	margin: 0.5em;
	width: 31.3%;
	text-align: center;
	min-height: 325px;
	color: #333;
}

.iconsHomeRound a:hover {
	text-decoration: none;
}

.iconsHomeRound img {
	border-radius: 50%;
}

.iconsHomeRound p {
	clear: both;
	margin: 0;
}

.iconsHomeRound p span {
	font-size: 0.8em;
	font-style: oblique;
}

/* -- ICONS ROUND DIV - SEM LINK --*/

.iconsHomeRound div {
	float: left;
	margin: 0.5em;
	width: 31%;
	text-align: center;
	min-height: 250px;
	color: #333;
}

}

@media only screen and (min-width: 481px) and (max-width: 800px) {
/*-- ICONS FOTOS COM OVER TEXTO --*/
.iconsFotos {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.iconFotoContainer {
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
}

.iconFotoImage {
  display: block;
  width: 100%;
  height: auto;
}

.iconFotoOverlay {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #fff;
  /*background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  padding: 0.5em;
  text-align: center;
}

.iconFotoContainer:hover .iconFotoOverlay {
  opacity: 0.8;
}

.iconFotoOverlay h1 {}
.iconFotoOverlay h2 {}
.iconFotoOverlay h3 {}
.iconFotoOverlay p {}
 
/* --- PLANS PLANOS BLOCOS UL PLANOS --- */ 
.plans {
}

.plans ul {
	border: 1px solid #09f;
	width: 46%;
	margin: 2%;
	float: left;
	padding-right: 0.5em;
}

.plans ul li {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}

/* --- BLOCO NOTICIA TOP HOME BANNER DESTAQUES --- */ 

.bannerDestaques {
	overflow: hidden;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.bannerDestaquesLimit {
	margin: 0 auto;
}

.bannerDestaquesLeft {
	overflow: hidden;
	margin: 300px 0 1em 0;
}

.bannerDestaquesLeft a {
}

/*.bannerDestaquesLeft a:hover {
	background: url("https://www.metalurgico.org.br/sites/template/images/bk_black_opac.png"); 
}*/

.titleBoxRed {
	float: left;
	margin: 0.5em;
	padding: 0.3em;
}

.bannerDestaquesLeft h1 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesLeft h2 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesLeft h3 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesRight {
	overflow: hidden;
}

.bannerDestaquesRight a {
	float: left;
	border-bottom: 2px solid #f00;
	display: block;
	width: 31%;
	margin: 1%;
	padding: 0.5em;
	min-height: 130px;
	text-align: left;
	font-size: 1.3em;
}

/* --- BLOCO NOTICIA TOP HOME --- */ 

.blocoNoticiaTop {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.blocoNoticiaTopLeft {
	text-align: center;
}

.blocoNoticiaTopLeft h1,h2,h3 {
	padding: 0.5em;
	margin: 0;
	text-align: center;
}

.blocoNoticiaTopLeft p {
	padding: 0.5em;
	margin: 0;
}

.blocoNoticiaTopLeft img {
	width: 100%;
}

.blocoNoticiaTopLeft span {
	font-size: 0.9em;
	font-style: italic;
}

.blocoNoticiaTopRight {
	text-align: center;
}

/* --- BLOCO VIDEOS HOME --- */ 

.blocoVideos {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	text-align: center;
	width: 96%;
	margin: 0 auto;
}

.blocoVideos p {
	padding: 0.5em;
	margin: 0;
	clear: both;
	font-size: 0.9em;
}

.blocoVideos iframe {
	margin: 0 auto;
	width: 96%;
}

.blocoVideosLeft {
	float: left;
	width: 49%;
}

.blocoVideosRight {
	float: right;
	width: 49%;
	text-align: center;
}

/*-- BANNER FIX -- */ 
.bannerFix {
	background: #333;
}

.bannerFix h1 {
	padding: 0.5em;
	margin: 0;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
}

.bannerFix p {
	margin: 0.5em auto 0.5em auto;
	padding: 0.5em;
	color: #fff;
	text-align: center;
}

/*-- ICONS -- */ 

.icons {
	color: #333;
	overflow: hidden;
	margin-top: 1em;
	
}

.icons img {
	width: 100%;	
}

.icons a {
	width: 46.5%;
	min-height: 390px;
    margin: 0 0 1em 1em;
	float: left;
	color: #333;
	border: 1px solid #ccc;	
}

.icons a:hover {
	text-decoration: none;
}

.icons h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0 0;
}

.icons h3 {
	font-weight: normal;
	font-size: 1em;
	margin: 0 0.3em 0 0.3em;
}

.icons p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.icons div { /* -- LOGOTIPOS POR EXEMPLO --*/
	width: 29%;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons div img {
	width: 100%;
}

/*Icons a - 2 COLUNAS */ 
.icons2 {
	color: #333;
	overflow: hidden;
	padding-top: 2em;
}

.icons2 div img {
	width: 100%;	
}

.icons2 a {
	width: 46%;
	min-height: 250px;
    margin: 0 2% 2em 2%;
	float: left;
	color: #333;
}

.icons2 a:hover {
	text-decoration: none;
	background: #eee;
}

.icons2 h1 {
	font-size: 2em;
	background: #f3930d;
	max-width: 14em;
	margin: 1em auto 0.5em auto;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

.icons2 h2 {
	font-weight: bold;
	font-size: 1.7em;
	color: #f3930d;
	margin: 0.3em 0 0.3em 0;
	padding: 0;
}

.icons2 h2 img {
	border: 0px solid #ccc;
	width: 30px;
}

.icons2 h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.3em 0.3em 0 0.3em;
}

.icons2 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
	text-align: left;
}

.icons2 div {
	width: 46%;
	min-height: 320px;
    margin: 0 2% 2em 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons3 {
	color: #333;
	overflow: hidden;
	max-width: 1128px;
	margin: 0 auto;
}

.icons3 a {
	width: 29.3%;
	min-height: 340px;
    margin: 2%;
	float: left;
	color: #333;
}

.icons3 a img {
	width: 100%;
	border: 0px solid #fff;	
}

.icons3 a:hover {
	text-decoration: none;
}

.icons3 a:hover img {
	border: 0px solid #fff;	
}

.icons3 h1 {
	font-size: 2em;
	background: #f3930d;
	max-width: 14em;
	margin: 1em auto 0.5em auto;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

.icons3 h2 {
	font-weight: bold;
	font-size: 1.3em;
	color: #f3930d;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons3 h3 {
	font-weight: normal;
	font-size: 1.1em;
	margin: 1em 0.3em 0 0.3em;
}

.icons3 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}


/*Icons 4 colunas com imagem pequena, sem o 100%, 4 colunas*/

.icons4 {
	color: #333;
}

.icons4 a {
	width: 46%;
	min-height: 310px;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons4 a img {
}

.icons4 a:hover {
	text-decoration: none;
}

.icons4 h2 {
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons4 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons4 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}


/*Icons 5 colunas com imagem pequena, sem o 100%, 5 colunas*/

.icons5 {
	color: #333;
	clear: both;
}

.icons5 a {
	width: 46%;
    margin: 2%;
	float: left;
	color: #fff;
	text-align: center;
	min-height: 120px;
	background: #039;
}

.icons5 a:hover {
	background: #f00;
}

.icons5 a img {
}

.icons5 a:hover {
	text-decoration: none;
}

.icons5 h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons5 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0.5em 0 0.5em 0;
	font-weight: bold;
}

.icons5 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.icons5 div {
	width: 18%;
	min-height: 340px;
    margin: 1%;
	float: left;
	color: #333;
	text-align: center;
}
/* -- INFO ROLANDO - DESTAQUES -- */

.infoRolando {
	clear:both;
}

.inforolandotitulo {
	width: 46%;
	margin: 1% 0.5em 1% 0.5em;
	float: left;
	text-align: center;
	min-height: 150px;
	line-height: 1.5em;
}

.inforolandotitulo a {
	padding: 0.5em 0.5em 0.5em 0.5em;
	/*background: #eee;
	border-top: 3px solid #eee;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
	border-left: 3px solid #09f;*/
	display: block;
	font-weight: normal;
	color: #333;
	font-size: 1.3em;
	/*min-height: 80px;*/
}

.inforolandotitulo a:hover {
	background: #eee;
	/*border: 3px solid #03c;*/
	text-decoration: none;
}

.marquee {
	height: 300px;
}

.blocoHomeHorizContainerBlue {
	overflow: hidden;
	background: #61727b;
	padding: 0 0.5em;
}

.blocoHomeHoriz {
	max-width: 1128px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.blocoHomeHorizLeft {
	margin: 1em 0 1em 0;
	color: #fff;
}

.blocoHomeHorizRight {
	margin: 1em 0 1em 0;
	border: 1px solid #fff;
	text-align: center;
	background: #000;
}

/* -- ICONS ROUND --*/

.iconsHomeRound {
	max-width: 1128px;
	margin: 0 auto;
}

.iconsHomeRound a {
	float: left;
	margin: 0.5em;
	width: 30%;
	text-align: center;
	min-height: 325px;
	color: #333;
}

.iconsHomeRound a:hover {
	text-decoration: none;
}

.iconsHomeRound img {
	border-radius: 50%;
}

.iconsHomeRound p {
	clear: both;
	margin: 0;
}

.iconsHomeRound p span {
	font-size: 0.8em;
	font-style: oblique;
}

/* -- ICONS ROUND DIV - SEM LINK --*/

.iconsHomeRound div {
	float: left;
	margin: 0.5em;
	width: 30%;
	text-align: center;
	min-height: 250px;
	color: #333;
}

}

/* Mobile */
@media only screen and (max-width: 480px) {
/*-- ICONS FOTOS COM OVER TEXTO --*/
.iconsFotos {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.iconFotoContainer {
  position: relative;
  width: 100%;
  margin: 0;
}

.iconFotoImage {
  display: block;
  width: 100%;
  height: auto;
}

.iconFotoOverlay {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #fff;
  /*background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  padding: 0.5em;
  text-align: center;
}

.iconFotoContainer:hover .iconFotoOverlay {
  opacity: 0.8;
}

.iconFotoOverlay h1 {}
.iconFotoOverlay h2 {}
.iconFotoOverlay h3 {}
.iconFotoOverlay p {}

/* --- PLANS PLANOS BLOCOS UL PLANOS --- */ 
.plans {
}

.plans ul {
	border: 1px solid #09f;
	margin: 0 auto 1em auto;
	padding: 0 0.5em 0.5em 1.5em;
}

.plans ul li {
	margin-bottom: 0.5em;
}	

/* --- BLOCO NOTICIA TOP HOME BANNER DESTAQUES --- */ 

.bannerDestaques {
	overflow: hidden;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.bannerDestaquesLimit {
	overflow: hidden;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.bannerDestaquesLeft {
	overflow: hidden;
	margin: 100px 0 1em 0;
}

.bannerDestaquesLeft a {
}

/*.bannerDestaquesLeft a:hover {
	background: url("https://www.metalurgico.org.br/sites/template/images/bk_black_opac.png"); 
}*/

.titleBoxRed {
	float: left;
	margin: 0.5em;
	padding: 0.3em;
}

.bannerDestaquesLeft h1 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesLeft h2 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesLeft h3 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesRight {
	overflow: hidden;
}

.bannerDestaquesRight a {
	border-bottom: 2px solid #f00;
	display: block;
	margin: 0.5em;
	padding: 0.5em; 
	text-align: left;
	font-size: 1.3em;
}

/* --- BLOCO NOTICIA TOP HOME --- */ 

.blocoNoticiaTop {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.blocoNoticiaTopLeft {
	text-align: center;
}

.blocoNoticiaTopLeft h1,h2,h3 {
	padding: 0.5em;
	margin: 0;
	text-align: center;
}

.blocoNoticiaTopLeft p {
	padding: 0.5em;
	margin: 0;
}

.blocoNoticiaTopLeft img {
	width: 100%;
}

.blocoNoticiaTopLeft span {
	font-size: 0.9em;
	font-style: italic;
}

.blocoNoticiaTopRight {
	text-align: center;
}

/* --- BLOCO VIDEOS HOME --- */ 

.blocoVideos {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	text-align: center;
	width: 96%;
	margin: 0 auto;
}

.blocoVideos p {
	padding: 0.5em;
	margin: 0;
	clear: both;
}

.blocoVideos iframe {
	width: 90%;
	margin: 0.5em auto;
}

.blocoVideosLeft {
	overflow: hidden;
	margin-bottom: 1em;
}

.blocoVideosRight {
}

/*-- BANNER FIX -- */ 
.bannerFix {
	background: #333;
}

.bannerFix h1 {
	padding: 0.5em 0 0.5em 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

.bannerFix p {
	margin: 0;
	padding: 0.5em;
	color: #fff;
	text-align: center;
}

/*-- ICONS -- */ 

.icons {
	color: #333;
	overflow: hidden;
}

.icons img {
	margin: 0 auto;
	width: 100%;
}

.icons a {
	color: #333;
	border: 1px solid #ccc;
	display: block;
	width: 96%;
	margin: 0 auto 1.5em auto;
}

.icons a:hover {
	text-decoration: none;
}

.icons h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 0 0;
	background: #eee;
}

.icons h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 0.3em 0 0.3em;
}

.icons p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.5em;
	line-height: 1.5em;
	text-align: center;
}

.icons div { /* -- LOGOTIPOS POR EXEMPLO --*/
	width: 46%;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons div img {
	width: 100%;
}


/*Icons a - 2 COLUNAS */ 
.icons2 {
	color: #333;
	overflow: hidden;
	text-align: center;
}

.icons2 img {
	width: 100%;
	margin: 0 auto;	
}

.icons2 a {
	color: #333;
	display: block;
	margin: 0 auto 1.5em auto;
	border: 1px solid #ccc;
	width: 96%;
}

.icons2 a:hover {
	text-decoration: none;
	background: #eee;
}

.icons2 h1 {
	font-size: 2em;
	background: #f3930d;
	max-width: 100%;
	margin: 1em auto 0.5em auto;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

.icons2 h2 {
	font-weight: bold;
	font-size: 1.7em;
	color: #f3930d;
	margin: 0.3em 0 0.3em 0;
	padding: 0;
}

.icons2 h2 img {
	border: 0px solid #ccc;
	width: 30px;
}

.icons2 h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons2 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
	text-align: left;
}

.icons2 div {
	color: #333;
	padding-bottom: 2em;
}



.icons3 {
	color: #333;
	overflow: hidden;
	max-width: 1128px;
	margin: 0 auto 1em auto;
}

.icons3 a {
	width: 100%;
	color: #333;
}

.icons3 a img {
	width: 100%;	
}

.icons3 a:hover {
	text-decoration: none;
}

.icons3 a:hover img {
	border: 0px solid #fff;	
}

.icons3 h1 {
	font-size: 2em;
	background: #f3930d;
	width: 100%;
	margin: 1em auto 0.5em auto;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

.icons3 h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #f3930d;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons3 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons3 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em 0.3em 4em 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}





/*Icons 4 colunas com imagem pequena, sem o 100%, 4 colunas*/

.icons4 {
	color: #333;
	text-align: center;
}

.icons4 a {
    margin: 0.5em  0.5em 2em 0.5em;
	color: #333;
	overflow: hidden;
	border: 1px solid #eee;
	display: block;
}

.icons4 a img {
}

.icons4 a:hover {
	text-decoration: none;
	background: #eee;
}

.icons4 h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons4 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons4 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

/*Icons 5 colunas com imagem pequena, sem o 100%, 5 colunas*/

.icons5 {
	clear: both;
}

.icons5 a {
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #ccc;
	display: block;
}

.icons5 a:hover {
}

.icons5 a img {
}

.icons5 a:hover {
}

.icons5 h2 {
}

.icons5 h3 {
}

.icons5 p {
}

.icons5 div {
}

/* -- INFO ROLANDO - DESTAQUES -- */

.infoRolando {
	clear:both;
}

.inforolandotitulo {
	margin: 0 0.5em 1em 0.5em;
	clear: both;
	text-align: center;
	line-height: 1.5em;
}

.inforolandotitulo a {
	padding: 0.5em 0.5em 0.5em 0.5em;
	/*background: #eee;
	border-top: 3px solid #eee;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
	border-left: 3px solid #09f;*/
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	/*min-height: 80px;*/
}

.inforolandotitulo a:hover {
	background: #eee;
	/*border: 3px solid #03c;*/
	text-decoration: none;
}

.marquee {
	height: 300px;
}






.blocoHomeHorizContainerBlue {
	overflow: hidden;
	background: #61727b;
	padding: 0 0.5em;
}

.blocoHomeHoriz {
	max-width: 1128px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.blocoHomeHorizLeft {
	margin: 1em 0 1em 0;
	color: #fff;
}

.blocoHomeHorizRight {
	margin: 1em 0 1em 0;
	border: 1px solid #fff;
	text-align: center;
	background: #000;
}








/* -- ICONS ROUND --*/

.iconsHomeRound {
	margin: 0 auto;
	text-align: center;
}

.iconsHomeRound a {
	margin: 0.5em 0 1em 0.5em;
	color: #333;
	display: block;
}

.iconsHomeRound a:hover {
	text-decoration: none;
}

.iconsHomeRound img {
	border-radius: 50%;
	margin: 0 auto;
}

.iconsHomeRound p {
	clear: both;
	margin: 0;
}

.iconsHomeRound p span {
	font-size: 0.8em;
	font-style: oblique;
}

/* -- ICONS ROUND DIV - SEM LINK --*/

.iconsHomeRound div {
	margin: 0.5em 0 1em 0.5em;
	text-align: center;
	color: #333;
}

}
	
/* iPads (retrato e paisagem)
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
      estilos 
}*/

/*320 pixels - Smartphones no modo retrato.
480 pixels - Smartphones no modo paisagem.
600 pixels - Tablets pequenos. Ex: Amazon Kindle (600×800)
768 pixels - Tablets maiores em modo retrato. Ex: iPad (768×1024)
1024 pixels - Tablets maiores em modo paisagem, monitores antigos.
1200 pixels - Monitores wide.*/








/*<style>
/* --- CORES E BACKGROUNDS ---
.bannerDestaques { background-color:#333; background-size:100%;}
.bannerDestaquesLimit { }
.bannerDestaquesLeft { }
.bannerDestaquesLeft a { color:#fff; background:url("/sites/template/images/bk_black_opac.png");}
.bannerDestaquesLeft a:hover { background:#000;  }
h3.titleBoxRed { background:#c00; color:#fff; }
.bannerDestaquesLeft h1 { }
.bannerDestaquesLeft h2 { }
.bannerDestaquesLeft h3 { }
.bannerDestaquesRight { }
.bannerDestaquesRight a { color:#fff; background: url("/sites/template/images/bk_black_opac.png"); }

@media only screen and (min-width: 801px) and (max-width: 9000px) {
.bannerDestaques { /*max-width:1600px; width:100%; min-height:600px; }
}
</style>*/
