body {
  background-image: url('http://cdn.backgroundhost.com/backgrounds/subtlepatterns/white_brick_wall.png');
  background-repeat: repeat;
}

.jumbotron {
  background: linear-gradient(rgba(178,231,82,200), rgba(219,243,179,200));
}

.card-base {
  margin-bottom: 20px;
}
.card-base > .card-icon {
  text-align: center;
  position: relative;
}

.imagecard { 
  z-index: 2;
  display: block;
  positioN: relative;
  width: 200px;
  height: 150px;
  border-radius: 0%;
  border: 5px solid white;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  color: tr;
	overflow: hidden;
	object-fit: none;
}
.card-base > .card-icon > .card-data {
  min-height: 200px !important;
  margin-top: -24px;
  background: ghostwhite;
  border: 1px solid #e0e0e0;
  padding: 15px 6px 10px 6px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  min-height: 215px;
}
#widgetCardIcon {
  font-size: 28px;
  line-height: 78px;
  background-color: white;
}
.card-base .card-icon img {
  height: 100%;
	margin: 0 auto;
}

.footer-distributed {
  background-color: #222;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 25px 30px;
  margin-top: 80px;
  clear: both;
}

.footer-distributed .footer-left p {
  color:  #fff;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 600px) {

  .footer-distributed .footer-left,
  .footer-distributed .footer-right{
	text-align: center;
  }

  .footer-distributed .footer-right{
	float: none;
	margin: 0 auto 20px;
  }

  .footer-distributed .footer-left p.footer-links{
	line-height: 1.8;
  }
}

#fundos {
	margin: 0 auto;
	max-width: 100%;
}
