.hidden{
	display: none !important;
}
.logoBlanco{
  position: absolute !important;
  max-height: 80px !important;
  top: 30px !important;
}
.text-justify{
	text-align: justify !important;
}

@media (max-width: 768px) {
  .logoBlanco{
	  max-height: 60px !important;
	}
	#main .breadcrumbs .container h2{
		text-align: center;
	}
}