.destacadoInstitucional{background: var(--bg-destacados-institucional);}
.destacadoSecundario{background: var(--bg-destacados-secundario);}
.destacado{padding:1rem;}
.destacado h2 {font-weight:bold;}

#home .destacado h2 {font-weight:bold;color: var(--color-institucional)!important; font-size:1rem!important; text-align:center!important;}
#home .destacado {
    padding: 0.5rem;
    width: 82%;
    margin: 0 auto;
	color: var(--color-institucional);
	text-align:center; 
}
.destacadoSecundario{background: none;}


