section#team {
  background: #ffffff;
}

section#team ul li {
  margin: 50px 0;
  font-size: 30px;
  list-style: none;
  float: left;
  width: 20%;
  min-height: 80px;
  max-width: 350px;
  min-width: 260px;
  position: relative;
}

section#team ul li .avatar {
  font-size: 20px;
  width: 260px;
  height: 180px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
}

section#team ul li .title {
  font-size: 10px;
  color: #9fa6a8;
  display: block;
}

.card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  display: inline-block;
  height: 320px;
  margin: 2rem;
  position: relative;
  width: 260px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transform: scale(1.20);
  -ms-transform: scale(1.20);
  transform: scale(1.20);
  text-shadow: 0 2px 3px var(--grayDark);
  color: var(--gestor-secundary);
}


section#team ul li .title {
  font-size: 20px;
  color: #9fa6a8;
  display: block;
  text-align: center;
}

