/* Index */
.stats {
  position: relative;
  z-index: 1;
}

.stats::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  transition: width 0.8s;
  background-color: var(--greenCTA);
  z-index: -1;
}

#nosotros {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.12' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#whyus .card {
  height: 500px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

#servicios {
  background-color: transparent; /* Se establece transparente porque el gradiente ya contiene el color */
  background-image: repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      rgba(244, 244, 242, 0.5) 21px
        /* Ajusta el último valor para controlar la transparencia */
    ),
    repeating-linear-gradient(
      rgba(224, 224, 223, 0.33),
      rgba(224, 224, 223, 0.33)
    );
}

#servicios-card .card .card-header {
  height: 150px;
  border: none;
  color: white;
}

#servicios-card .card .card-body {
  height: 300px;
  color: white;
}

.bg-penales {
  background: url(../../img/index/antecedentesPenales.webp);
}

.bg-laborales {
  background: url(../../img/index/antecedentesLaborales.webp);
}

.bg-academicos {
  background: url(../../img/index/antecedentesAcademicos.webp);
}

.bg-drogas {
  background: url(../../img/index/testDrogas.webp);
}

#comoTrabajamos .card {
  height: 400px !important;
}

.bg-registro {
  background-color: #2c2c2c;
  background-image: url("https://www.transparenttextures.com/patterns/white-carbon.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
