/* CSS dinâmico para #perfil-blocos-institucionais */




	.mod-blocos-institucionais .bg { background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-position: bottom center; }
	.mod-blocos-institucionais .grupo-perfil { max-width: 96%; }
	.mod-blocos-institucionais .svgx { margin: 0 auto 10px auto; }

/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {



}



/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
@media only screen and (min-width: 981px) and (max-width: 1279px) {



}




/* -------------------------------------------------------------- */			
/* Tablet na vertical & telas antigas 800x600 */			
@media only screen and (min-width: 768px) and (max-width: 980px) {



}


/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {



}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {

	.mod-blocos-institucionais .grupo-perfil { display: block !important; }
	.mod-blocos-institucionais .grupo-perfil .col { margin-bottom: 40px; padding: 20px !important; }
	.mod-blocos-institucionais .casca > h2 { font-size: 1.75em !important; }
	.mod-blocos-institucionais .grupo-perfil .col h3 { font-size: 1.5em; }
	
}



/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* -------------------------------------------------------------- */			
/* Mobile na vertical */	
@media only screen and (max-width: 479px) {



}