.contenido_tramites {
  max-width: 1024px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem 5rem 2rem;
}

.catalogo-card {
  margin-top: 35px;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  filter: brightness(1);
  transition: filter 0.5s ease;
}
.catalogo-card:hover {
  filter: brightness(1.15);
  transition: filter 0.3s ease;
}

.reduce-card-size .catalogo-card {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.catalogo-item a {
  text-decoration: none;
}

.titulo-tramite-catalogo {
  height: 80px;
  padding: 5px 10px;
  display: flex;
}
.titulo-tramite-catalogo h4 {
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}

.img-catalogo {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  border-radius: 8px;
}

.btn-catalogo {
  position: absolute;
  left: 10%;
  bottom: 5%;
  width: 80%;
}

.pointer {
  cursor: pointer;
}

.proyectos {
  background-image: url("/gimgs/addax/proyectos.jpg");
}

.rh {
  background-image: url("/gimgs/addax/rh.jpg");
}

.facturas {
  background-image: url("/gimgs/addax/facturas.jpg");
}

.vacaciones {
  background-image: url("/gimgs/addax/vacaciones.jpg");
}

.suspender-vacaciones {
  background-image: url("/gimgs/addax/suspender_vacaciones.jpg");
}

.permiso-sin-goce {
  background-image: url("/gimgs/addax/permiso_sin_goce.jpg");
}

.certificaciones {
  background-image: url("/gimgs/addax/certificaciones.jpg");
}

.incapacidad {
  background-image: url("/gimgs/addax/incapacidad.jpg");
}

.horas-extra {
  background-image: url("/gimgs/addax/horas_extra.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .proyectos {
    background-image: url("/gimgs/addax/proyectos@2x.jpg");
  }

  .rh {
    background-image: url("/gimgs/addax/rh@2x.jpg");
  }

  .facturas {
    background-image: url("/gimgs/addax/facturas@2x.jpg");
  }

  .vacaciones {
    background-image: url("/gimgs/addax/vacaciones@2x.jpg");
  }

  .suspender-vacaciones {
    background-image: url("/gimgs/addax/suspender_vacaciones@2x.jpg");
  }

  .permiso-sin-goce {
    background-image: url("/gimgs/addax/permiso_sin_goce@2x.jpg");
  }

  .certificaciones {
    background-image: url("/gimgs/addax/certificaciones@2x.jpg");
  }

  .incapacidad {
    background-image: url("/gimgs/addax/incapacidad@2x.jpg");
  }

  .horas-extra {
    background-image: url("/gimgs/addax/horas_extra@2x.jpg");
  }
}
.cell-header {
  display: block;
  width: 100%;
  color: #FFFFFF;
  background-color: #CC334F;
  font-weight: 600;
}

.cell {
  border-top: 2px solid #CC334F;
  border-bottom: 2px solid #CC334F;
  border-left: 2px solid #CC334F;
  border-right: 0px;
  border-color: #CC334F;
  padding: 0;
}

.cell:last-child {
  border-right: 2px solid #CC334F;
}

@media only screen and (max-width: 991px) {
  .cell:last-child {
    border: 2px solid #CC334F;
  }
}
