/*......................................................................................

....................Template Geral Entidades............................................
*/

@import url("../../geral/css/responsive.css");

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  h1 a {
	background-image: url("../img/logo_tecnico_saude@2x.png") no-repeat 0 0 !important;
	display: block;
	background-size: 142px 60px;
	text-indent: -9999999px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.position {
		width: 153px;
		display: block;
    	margin-left: auto;
    	margin-right: auto; 
		}