/* Estadisticas V2 */
.stats-section {
  padding: 5rem;
  /*background-color: #f8f9fa;*/
}

.stat-card {
  display: flex;
  align-items: center;
  background: #c7ebfd;
  border-radius: 25px;
  padding: 25px 25px 10px 25px;
  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;
}

.stat-icon {
  /*width: 80px;
          height: 80px;*/

  /*margin-right: 25px;*/
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*        border-radius: 50%;
          color: #0d6efd;
          font-size: 2rem;*/
}
.stat-icon i {
  color: #000096;
}

.fondo-icono {
  width: 280px;
  height: 280px;
  /*margin-right: 25px;*/
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c3ffb9;
  border-radius: 50%;
}

.stat-text {
  font-size: 2.1rem;
  /*color: #495057;*/
  margin: 0;
}

.stat-number {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
.stat-desc {
  font-size: 17px;
}
.card-blue {
  background-color: #c7ebfd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-blue:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.texto-responsive {
  font-size: clamp(14px, 2.5vw, 24px);
  /* 
          14px = tamaño mínimo
          2.5vw = tamaño relativo
          24px = tamaño máximo 
        */
}

.section-full-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1080px;
  color: white;
}

.section-full-image .text-box {
  position: absolute;
  top: 30%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 800px;
}

/*      .section-full-image-fondos {
          position: relative;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          height: 50vh;
          color: white;
        }*/
.section-full-image-fondos {
  color: white;
  /*height: 500px; */
  height: 50vh;
  background-size: cover;
  background-position: center;
  display: flex;
}
.section-full-image-fondos h2,
.section-full-image-fondos img {
  font-size: 37px;
  position: relative;
  z-index: 2;
  font-weight: 200;
}

.text-box h2 {
  font-size: 37px;
}

.text-box p {
  font-size: 20px;
  font-weight: 200;
}

.seccion-noticias {
  background-color: #364c67;

  color: white;
  border-top: 18px solid;
  border-image: linear-gradient(to right, blue, green) 1;
  font-size: 20px;
}
.seccion-noticias h2 {
  font-size: 37px;
}

.news-card {
  background-color: transparent;
  margin-bottom: 2rem;
  display: flex;
  align-items: center !important;
}

.news-card img {
  border-radius: 1rem;
  max-width: 100%;
}

.section-full-image .text-box .enlace-profesionales {
  width: 200px;
  border-radius: 12px;

  cursor: default !important; /* o 'auto' */

  pointer-events: none; /* evita clics */
}
.section-full-image .text-box .enlace-socio {
  width: 250px;
  height: 65px;
  border-radius: 12px;
}

.intro-noticia a {
  text-decoration: none;
  color: white;
  font-weight: 200;
  font-size: 17px;
}
.btn-usuario-slider {
  cursor: default !important; /* o 'auto' */
  font-size: 20px;
  margin-left: 10px;
  pointer-events: none; /* evita clics */
}
h5 {
  font-size: 18px !important;
}
@media (max-width: 768px) {
  .btn-usuario-slider {
    display: none;
  }
  .stat-card {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .stat-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .stat-card-izq {
    margin-right: 0px;
  }

  .stat-card-dch {
    margin-left: 0px;
  }
  .texto-est {
    padding-left: 0px !important;
  }
  .texto-cabecera {
    font-size: 2rem;
  }
  .seccion-s1 h2 {
    font-size: 2.2rem;
  }
  .text-box h2 {
    font-size: 25px !important;
  }
  .section-full-image .text-box .enlace-profesionales {
    width: 150px;
    border-radius: 12px;
    font-size: 1.2rem;
  }

  .section-full-image .text-box .enlace-socio {
    width: 180px;
    height: 60px;
    font-size: 1.2rem;
  }

  .section-full-image .text-box {
    top: 38%;
    left: 5%;
  }
  .text-box p {
    font-size: 1.2rem;
  }
  .fondo-icono {
    width: 180px;
    height: 180px;
  }
  .fondo-icono img {
    max-width: 140px;
  }
  .stat-number {
    font-size: 2.2rem;
  }
  .stat-text {
    font-size: 1.2rem;
  }
  .section-full-image-fondos h2 {
    font-size: 2.2rem;
  }
  .py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 1400px) {
  .stat-number {
    font-size: 3.5rem;
  }
  .stat-desc {
    font-size: 1.4rem;
  }
}

@media (min-width: 1px) and (max-width: 850px) {
  .logos-europeos {
    max-width: 80%;
  }
}

.mt-30px {
  margin-top: 30px;
}

.intro-noticia li a {
  line-height: 20px;
}

/*@media (min-width: 1380px) and (max-width: 1440px) {*/
@media (min-width: 1195px) and (max-width: 1440px) {
  .menu-conscious1 h3 {
      max-width: 320px;
  }
}

@media (min-width: 951px) and (max-width: 1194px) {
/*@media (min-width: 951px) and (max-width: 1058px) {*/
  .menu-conscious1 h3 {
      max-width: 270px;
  }
}
/**/
