/** Resultado de busca **/ 
.c-resultado-busca {
	width: 100%; height: auto;
}
#pagina .interno .c-resultado-busca h3 {
	font-size: 30px !important; line-height: 32px !important;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
.c-resultado-busca h3 span {
	color: #fe8800;
}
/** Resultado **/
.resultado-chamada {
	width: 100%; height: auto;
	float: left;
	border-top: solid 1px #ccc;
	padding: 20px 0px 25px 0px;
}
.resultado-chamada a:hover {
	color: #134d86;
}
.resultado-chamada h4 {
	font-family: 'Open Sans';
	font-size: 26px !important; line-height: 30px !important;
	font-weight: 400 !important;
	color: #134d86;
	margin: 0px 0px 0px 0px !important;
	display: table;
}
.resultado-chamada p {
	font-family: arial;
	font-size: 14px; line-height: 16px;
	color: #000;
	margin: 10px 0px 0px 0px !important;

}
.resultado-chamada figure {
	width: 230px; height: 154px;
	float: left;
	margin: 5px 15px 10px 0px;

}
.resultado-chamada figure img {
	width: 100%; height: auto;
	border: none;
	padding: 0px !important;
}
/*-----------------------------------------------------------------
					SCREEN < 768
-----------------------------------------------------------------*/
@media only screen and (max-width: 820px) {
	/** Resultado de busca **/ 
	.c-resultado-busca {
		width: 100%; height: auto;
	}
	#pagina .interno .c-resultado-busca h3 {
		font-size: 30px !important; line-height: 32px !important;
		margin: 5px 0px 0px 0px;
	}
	.c-resultado-busca h3 span {
		color: #fe8800;
	}
	/** Resultado **/
	.resultado-chamada {
		width: 100%; height: auto;
		border-top: solid 1px #ccc;
		padding: 20px 0px 25px 0px;
	}
	.resultado-chamada a:hover {
		color: #134d86;
	}
	.resultado-chamada h4 {
		font-family: 'Open Sans';
		font-size: 22px !important; line-height: 24px !important;
		font-weight: 400 !important;
		color: #134d86;
		margin: 0px 0px 0px 0px !important;
		display: table;
	}
	.resultado-chamada p {
		font-family: arial;
		font-size: 14px; line-height: 16px;
		color: #000;
		margin: 10px 0px 0px 0px !important;

	}
	.resultado-chamada figure {
		width: 30%; height: auto;
		float: left;
		margin: 5px 15px 10px 0px;
	}
	.resultado-chamada figure img {
		width: 100%; height: auto;
	}
}
/*-----------------------------------------------------------------
				SCREEN < 480
-----------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	/** Resultado **/
	.resultado-chamada h4 {
		font-size: 18px !important; line-height: 20px !important;
	}
	.resultado-chamada p {
		width: 100%; clear: left;
	}
	.resultado-chamada figure {
		width: 40%; height: auto;
		float: left;
		margin: 5px 15px 10px 0px;
	}
}
/*-----------------------------------------------------------------
				SCREEN < 360
-----------------------------------------------------------------*/
@media only screen and (max-width: 360px) {
	/** Resultado **/
	.resultado-chamada h4 {
		width: 100%;
		font-size: 18px !important; line-height: 20px !important;
		clear: left;
	}
	.resultado-chamada p {
		width: 100%; clear: left;
	}
	.resultado-chamada figure {
		width: 100%; height: auto;
	}
}