/* Add here all your css styles (customizations) */
.logoDepquisa {
	width: 25%;
	height: auto;
}


.shadowHeader {
	text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15) !important;
}


.img-modal{
	width: 100%;
	height: auto;
}

/*header{
	position: fixed !important;
	top: 0;
	width: 100%;
}*/

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
}
