body {
  font-family: sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 30px !important;
  background-color: #eec0c6;
  background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%);
}

.handy {
  height: 80px;
  align-self: center;
}

.card-trello {
  width: 250px;
  transition: 0.1s ease-in-out;
}

.pp-wrap {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin: 0 auto;
  width: 12rem;
  height: 12rem;
  border-radius: 12rem;
  background-color: #1fd1f9;
  background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  z-index: 2;
}

.pp-wrap-mercadeo {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin: 0 auto;
  width: 12rem;
  height: 12rem;
  border-radius: 12rem;
  background-color: #537895;
  background-image: linear-gradient(315deg, #537895 0%, #09203f 74%);
  z-index: 2;
}

.pp-wrap-tecnicos {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin: 0 auto;
  width: 12rem;
  height: 12rem;
  border-radius: 12rem;
  background-color: #bf3a30;
  background-image: linear-gradient(315deg, #bf3a30 0%, #864ba2 74%);
  z-index: 2;
}

.pp-wrap-ind {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin: 0 auto;
  width: 12rem;
  height: 12rem;
  border-radius: 12rem;
  background-color: #2b1331;
  background-image: linear-gradient(315deg, #2b1331 0%, #b9abcf 74%);
  z-index: 2;
}

.pp-wrap-proy {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin: 0 auto;
  width: 12rem;
  height: 12rem;
  border-radius: 12rem;
  background-color: #36096d;
  background-image: linear-gradient(315deg, #36096d 0%, #37d5d6 74%);
  z-index: 2;
}

.pp-wrap-finanzas {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin: 0 auto;
  width: 12rem;
  height: 12rem;
  border-radius: 12rem;
  background-color: #63d471;
  background-image: linear-gradient(315deg, #63d471 0%, #233329 74%);
  z-index: 2;
}

.pp {
  width: 10rem;
  height: 10rem;
  object-fit: cover;
  border-radius: 10rem;
}

.trello-wrap {
  position: absolute;
  bottom: -20px;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  background: white;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.trello {
  width: 5rem;
}

.name {
  padding: 25px;
  text-align: -webkit-center;
  font-weight: bold;
  letter-spacing: 1px;
}

a {
  text-decoration: none !important;
  color: #2e2e2e !important;
  display: inline-block;
}
a:hover {
  text-decoration: none !important;
}
a:hover .card-trello {
  transform: scale(1.05);
  transition: 0.1s ease-in-out;
}

/*# sourceMappingURL=trello.css.map */
