.card-servico {
  padding: 0px 70px;
}

a {
  color: black;
  text-decoration: none;
  font-family: "Exo 2";
}

a:hover {
  background: rgba(0, 0, 0, 0.05);
}

a:active, a:focus {
  color: var(--active);
}

a:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--laranja) !important;
}

.tag-caption {
  position: absolute;
  background-color: var(--pp-laranja-fraco);
  color: var(--pp-laranja-fraco);
  padding: 0px;
  margin: 0 auto;
  height: 70px;
  width: 100%;
  border-style: none;
  z-index: 5;
}

.tag-caption {
  right: 0;
  top: 0;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.tag-caption:hover {
  height: 100%;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.titulo-servico {
  font-size: 1.6rem;
  text-shadow: 0px 0px 20px rgb(119,119,119);
  height: 100%;
  margin-top: 16px;
}

@media (max-width: 530px) {
  .titulo-servico {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}

.img-zoom {
  transform: scale(1.0);
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  cursor: pointer;
}

a:active, a:focus {
  color: var(--pp-laranja) !important;
}

