.texto-cabecera-quienes {
  color: white;
  /*font-size: 3rem;*/
  position: absolute;
  top: 70%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 800px;
}
.texto-cabecera-quienes p {
  font-size: 20px;
  font-weight: 200;
}
.texto-cabecera-quienes h1 {
  font-weight: 200;
  font-size: 37px;
}
/*    .circulo-icono {
          width: 120px;
          height: 120px;
          flex-shrink: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #C3FFB9;
          border-radius: 50%;
      } */

.stat-card-2 {
  display: flex;
  align-items: center;
  /*background: #C7EBFD;*/
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.section-full-image .text-box {
  max-width: 900px;
}
.stat-number-somos {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  margin-top: 40px;
}
.stat-desc-txt {
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .fondo-icono img {
    max-width: 100px;
  }
  .w-80-mob {
    width: 80%;
  }
  .butom-custom-quienes {
    width: 110% !important;
    margin-top: 335px !important;
  }
  .stat-number-somos {
    font-weight: 700;
    line-height: 25px;
}
}

.buttom-custom-quienes {
  width: 536px;
  height: 80px;
  border-radius: 12px;
}
