/* ==========================================================================
   TARJETAS DE SERVICIO
   Tarjetas Ulúa, Quetzalli, Atenas y Totonaco de la portada.
   ========================================================================== */

.wrapper-services {
  margin-top: 20px;
}
.img-style-service {
  background-position: 90%;
  background-repeat: no-repeat;
}
.block-service2022 {
  background-color: var(--vz-gris-100);
  color: var(--vz-gris-900);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 110px;
  position: relative;
  font-size: 18px;
  padding: 15px 15px 15px 50px;
}
.block-service2022 p {
  line-height: 24px;
  display: table-cell;
  vertical-align: middle;
  font-family: var(--vz-fuente);
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.ServicesImgs2022 {
  max-width: 85px;
}
.mrg-btm-15 {
  margin-bottom: 15px;
}

.hvr-fade {
  border-radius: 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover {
  background-color: var(--vz-guinda-hover) !important;
}
.hvr-fade:hover .text {
  color: #fff;
}
.hvr-fade:hover img {
  filter: brightness(100);
}
