.texto-cabecera-profesionales {
  color: white;
  /*font-size: 2.5rem;*/
  position: absolute;
  top: 70%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 700px;
}

.texto-cabecera-profesionales h1 {
  font-size: 37px;
  font-weight: 200;
}

.texto-cabecera-profesionales p {
  font-size: 20px;
}
.swiper-navigation-icon {
  display: none !important;
}
.ubicacion {
  background-color: #c7ebfd;
  border-radius: 25px;
}

.circulo-icono {
  width: 110px;
  height: 110px;
  /*margin-right: 25px;*/
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c3ffb9;
  border-radius: 50%;
}

/* Estadisticas V2 */
.stats-section {
  padding: 80px 0;
  /*background-color: #f8f9fa;*/
}

.stat-card {
  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:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* .stat-card-izq{
        margin-right: 50px;
      }
      .stat-card-dch{
        margin-left: 50px;
      }*/

.intro-ventajas {
  font-size: 2.7rem;
}

.texto {
  font-size: 1.1rem;
}

.icono-circulo {
  background-color: #c3ffb9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FIN ESTATS */

@media (max-width: 768px) {
  .circulo-icono {
    width: 90px;
    height: 90px;
  }
  .circulo-icono img {
    max-width: 50px;
  }
}

/*.div-circulos-iconos {
      justify-content: center !important;
  }*/
