
/*---------------------------------------------------------MEDIA QUERY---------------------------------------------------------------------------*/ 


/*--Dispositivos com largura mínima de 1200 pixels. Por exemplo TVs.--*/



@media screen and (min-width: 1200px) {


/*-------------DIVS GERAL------------*/ 

#geral_infraestrutura {
	float: left;
	margin: 0px 0 0 0;
	width:100%;
	height:100%;
	background-attachment: fixed;

	background-image: url(../imagens/infraestrutura/carronaparede-GRANDE2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


/*-------------DIVS DOS PAINÉIS--largura mínima de 1200 pixels---------*/ 
#painel_infraestrutura  {
	margin: 0px 0 100px 0;
	padding: 0 0 0 0;
	width: 100%;
	background-color: Fuchsia;
	display: table;
}




/*-------------------DIVS BARRA LATERAL--largura mínima de 1200 pixels---------*/ 
#barralateral {
	float: right;
	background-color: #055132; 
	width: 45%;
	height: 600px;
	margin: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80); For IE8 and earlier
}

#barralateral p {
	color: #fff;
	margin: 0px;
	padding: 180px 30px 0px 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 4.64rem;
	font-size: 65px;
	font-weight: 400;
	text-align: center;
}

#barralateral img {
	float: right;
	margin: 20px 0 0 0;
}


/*----------------DIVS DESTAQUES--largura mínima de 1200 pixels---------*/ 
#destaques {
	margin: 0px 0px 0px 0px;
	padding:0px;
	width: 100%;
	background-color: Aqua;
	display: table;
	background-image: url(../imagens/oterremotoesuasconsequencias/igreja-imagemtexto.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}


/*----DESTAQUES IMAGEM--largura mínima de 922 pixels---------*/ 
#destaque_imagem {
	float: left;
	margin: 0px 0px 0 0px;
	padding: 50px 0px 0px 0px;
	width:34.2%;
	height: 450px;
}

#destaque_imagem p {
	float: left;
	margin: 0px;
	padding: 0px;
}

#destaque_imagem p img {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 450px;
	height: 260px; 
}

#destaque_imagem p.texto {
	color: #000;
	font-size: 11px;
	border-top: 1px dotted #426C9C;
	padding: 12px 0 6px 0;
	line-height: 15px;
}

#destaque_imagem img {
	border: 0;
}

#destaque_imagem a {
	text-decoration: none;
	color: #fff;
}

#destaque_imagem a:hover {
	text-decoration: underline;
	color: #fff;
}


/*----DESTAQUE TEXTO--largura mínima de 922  pixels---------*/ 

#destaque_texto  {
	float: left;
	display: table;
   width:65.8%;
	max-height: 450px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 50px 0px;
	color: #fff;
	background-color: #055132;
}

#destaque_texto p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin: 0px 40px 0 40px;
	padding: 0px 0px 0px 0px;
	background-color: #055132;
}





/*---------------------DESTAQUES LINKS--largura mínima de 1200 pixels---------*/ 

#destaqueslinks {
	float: left;
	width: 100%;
	margin: 0px 5px 180px 5px;
	padding: 0px 0px 0px 0px;
	display: table;
}



/*------------------DESTAQUE A--largura mínima de 1200 pixels----------------*/ 

#destaque_a {
	float: left;
   margin: 0px 0px 0 0px;
	padding: 0px 0px 0px 0px;
	width: 50%;
	height: 567px;
	text-align: center;
	background-image: url(../imagens/acoesdesenvolvidas/trabalhadoresferragem-LINK.jpg);
	background-repeat: no-repeat;
	background-color: Lime;
	background-position: left center;
}

#destaque_a p.titulo {
	margin: 507px 0 0px 0;
	padding: 10px 0 10px 0;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 3.88rem;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	background-color: #055132; 
	opacity: 0.9;
	filter: alpha(opacity=80); For IE8 and earlier
}

#destaque_a img {
	border: 0;
	margin: 0px 0 0 0;
}

#destaque_a a {
	text-decoration:none;
	color:#fff;
}

#destaque_a a:hover {
	text-decoration: none;
	color: #fff;
}



/*-----------------DESTAQUE B--largura mínima de 1200 pixels------------*/ 

#destaque_b {
	float: left;
   margin: 0px 0px 0 0px;
	padding: 0px 0px 0px 0px;
	width: 49%;
	height: 567px;
	text-align: center;
	background-image: url(../imagens/lancamentodapedrafundamental/placahospital-LINK.jpg);
	background-repeat: no-repeat;
	background-color: Lime;
}

#destaque_b p.titulo {
	margin: 0px 0 0px 0;
	padding: 10px 0px 10px 0px;
	height: 70px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.42rem;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	background-color: #055132; 
	opacity: 0.9;
	filter: alpha(opacity=80); For IE8 and earlier
}


#destaque_b img {
	float: right;
	border: 0;
	margin: 1px 0 0 0;
	width: 790px;
	height: 567px;
}

#destaque_b a {
	text-decoration: none;
	color:#fff;
	width: 790px;
	height: 567px;
}

#destaque_b a:hover {
	text-decoration: none;
	color: #fff;
}

/*---------------Início da Div conteudo--largura mínima de 1200 pixels------------*/
 
.conteudo{
	float: left;
	width: 100%;
	height: 100%;
	background:#3C504F;
	margin: 50px auto 100px auto;
	text-align: center;
}

.conteudointerno{
	width: 1100px;
	margin: 25px auto 0px auto;
	padding: 0px;
}


.thumbnail{
	float: left;
	display: inline-block;
	width:250px;
	height:250px;
	padding: 10px 10px 30px 10px;
}

.example-image{
	float: left;
	cursor: pointer;
}
 
			 
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

/*-------------------Fim da Div conteudo---------------------*/




/*--------------------TOPO--------------------*/

#topo{
	float: left;
	width:100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#topo img.selo{
	position:absolute;
	top:0;
	left:75%;
	width:60px;
	height:85px;
	z-index:1;
}


#topo p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}


/*-------------------------RODAPÉ-----------------------*/
	
	
#rodape{
	float: left;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	display: table;
}

#selo a img {
	float: left;
	margin: 30px 40px 30px 20px;
}

#conteudorodape{
	float: left;
	width: 1100px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: transparent;
}

#informacoes {
	float: left;
	margin: 30px 0px 30px auto;
	background-color: transparent;
	display: table;
}

#informacoes p {
	line-height: 22px;
}

.ccms {
	color: #000080;
	font-size: 20px;
	margin: 0px 0 0 0;
}


#copyright {
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffdc00;
}

#copyright p{
	margin: 30px 0px 0px 20px;
	font-size: 14px;
}

#botaovoltar {
	float: right;
	margin: 0px 20px 30px 20px;
	padding: 0px;
	width: 55px;
	background-color: transparent;
}

}





/*---------------------------------------------------------MEDIA QUERY---------------------------------------------------------------------------*/ 


/*--Dispositivos com largura mínima de 992 pixels. Por exemplo TVs.--*/



@media screen and (min-width: 992px) {


/*-------------DIVS GERAL------------*/ 

#geral_infraestrutura {
	float: left;
	margin: 0px 0 0 0;
	width:100%;
	height:100%;
	background-attachment: fixed;
	background-image: url(../imagens/infraestrutura/carronaparede-GRANDE2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


/*-------------DIVS DOS PAINÉIS--largura mínima de 992 pixels---------*/ 
#painel_infraestrutura  {
	margin:0px 0 100px 0;
	padding: 0 0 0 0;
	width: 100%;
	background-color: Fuchsia;
	display: table;
}

/*-------------------DIVS BARRA LATERAL--largura mínima de 992 pixels---------*/ 
#barralateral {
	float: right;
	background-color: #055132; 
	width: 45%;
	height: 600px;
	margin: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80); For IE8 and earlier
}

#barralateral p {
	color: #fff;
	margin: 0px;
	padding: 180px 30px 0px 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 4.64rem;
	font-size: 65px;
	font-weight: 400;
	text-align: center;
}

#barralateral img {
	float: right;
	margin: 20px 0 0 0;
}


/*----------------DIVS DESTAQUES--largura mínima de 992 pixels---------*/ 
#destaques {
	margin: 0px 0px 0px 0px;
	padding:0px;
	width: 100%;
	background-color: Aqua;
	display: table;
	background-image: url(../imagens/infraestrutura/medicos-DESTAQUE.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}


/*----DESTAQUES IMAGEM--largura mínima de 922 pixels---------*/ 
#destaque_imagem {
	float: left;
	margin: 0px 0px 0 0px;
	padding: 50px 0px 0px 0px;
	width:34.2%;
	height: 450px;
}

#destaque_imagem p {
	float: left;
	margin: 0px;
	padding: 0px;
}

#destaque_imagem p img {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 450px;
	height: 260px; 
}

#destaque_imagem p.texto {
	color: #000;
	font-size: 11px;
	border-top: 1px dotted #426C9C;
	padding: 12px 0 6px 0;
	line-height: 15px;
}

#destaque_imagem img {
	border: 0;
}

#destaque_imagem a {
	text-decoration: none;
	color: #fff;
}

#destaque_imagem a:hover {
	text-decoration: underline;
	color: #fff;
}


/*----DESTAQUE TEXTO--largura mínima de 922  pixels---------*/ 

#destaque_texto  {
	float: left;
	display: table;
   width:65.8%;
	max-height: 450px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 50px 0px;
	color: #fff;
	background-color: #055132;
}

#destaque_texto p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin: 0px 40px 0 40px;
	padding: 0px 0px 0px 0px;
	background-color: #055132;
}



/*---------------------DESTAQUES LINKS--largura mínima de 992 pixels---------*/ 

#destaqueslinks {
	float: left;
	width: 100%;
	margin: 0px 5px 180px 5px;
	padding: 0px 0px 0px 0px;
	display: table;
}



/*------------------DESTAQUE A--largura mínima de 1200 pixels----------------*/ 

#destaque_a {
	float: left;
   margin: 0px 0px 0 0px;
	padding: 0px 0px 0px 0px;
	width: 50%;
	height: 567px;
	text-align: center;
	background-image: url(../imagens/acoesdesenvolvidas/trabalhadoresferragem-LINK.jpg);
	background-repeat: no-repeat;
	background-color: Lime;
	background-position: left center;
}

#destaque_a p.titulo {
	margin: 507px 0 0px 0;
	padding: 10px 0 10px 0;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 3.88rem;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	background-color: #055132; 
	opacity: 0.9;
	filter: alpha(opacity=80); For IE8 and earlier
}

#destaque_a img {
	border: 0;
	margin: 0px 0 0 0;
}

#destaque_a a {
	text-decoration:none;
	color:#fff;
}

#destaque_a a:hover {
	text-decoration: none;
	color: #fff;
}



/*-----------------DESTAQUE B--largura mínima de 1200 pixels------------*/ 

#destaque_b {
	float: left;
   margin: 0px 0px 0 0px;
	padding: 0px 0px 0px 0px;
	width: 49%;
	height: 567px;
	text-align: center;
	background-image: url(../imagens/lancamentodapedrafundamental/placahospital-LINK.jpg);
	background-repeat: no-repeat;
	background-color: Lime;
}

#destaque_b p.titulo {
	margin: 0px 0 0px 0;
	padding: 10px 0px 10px 0px;
	height: 70px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.42rem;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	background-color: #055132; 
	opacity: 0.9;
	filter: alpha(opacity=80); For IE8 and earlier
}


#destaque_b img {
	float: right;
	border: 0;
	margin: 1px 0 0 0;
	width: 790px;
	height: 567px;
}

#destaque_b a {
	text-decoration: none;
	color:#fff;
	width: 790px;
	height: 567px;
}

#destaque_b a:hover {
	text-decoration: none;
	color: #fff;
}



/*---------------Início da Div conteudo--largura mínima de 992 pixels------------*/
 
.conteudo{
	float: left;
	width: 100%;
	height: 100%;
	background:#3C504F;
	margin: 50px auto 100px auto;
	text-align: center;
}

.conteudointerno{
	width: 1100px;
	margin: 25px auto 0px auto;
	padding: 0px;
}


.thumbnail{
	float: left;
	display: inline-block;
	width:250px;
	height:250px;
	padding: 10px 10px 30px 10px;
}

.example-image{
	float: left;
	cursor: pointer;
}
 
			 
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}


/*-------------------Fim da Div conteudo---------------------*/




/*--------------------TOPO--------------------*/

#topo{
	float: left;
	width:100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#topo img.selo{
	position:absolute;
	top:0;
	left:75%;
	width:60px;
	height:85px;
	z-index:1;
}


#topo p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}


/*-------------------------RODAPÉ-----------------------*/
	
	
#rodape{
	float: left;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	display: table;
}

#selo a img {
	float: left;
	margin: 30px 40px 30px 20px;
}

#conteudorodape{
	float: left;
	width: 1100px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: transparent;
}

#informacoes {
	float: left;
	margin: 30px 0px 30px auto;
	background-color: transparent;
	display: table;
}

#informacoes p {
	line-height: 22px;
}

.ccms {
	color: #000080;
	font-size: 20px;
	margin: 0px 0 0 0;
}


#copyright {
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffdc00;
}

#copyright p{
	margin: 30px 0px 0px 20px;
	font-size: 14px;
}

#botaovoltar {
	float: right;
	margin: 0px 20px 30px 20px;
	padding: 0px;
	width: 55px;
	background-color: transparent;
}

}


