.conocenos {
  padding: 3rem 0 3.5rem;
}

.conocenos-text {
  margin-top: 25px;
  text-align: justify;
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: 400;
  font-size: 18.67px;
}

.btn-quienes-somos {
  width: 250px;
  max-width: 100%;
  height: auto;
}

.icon-card {
  border-radius: 1.5rem;
  border: 2px solid #e0f3ff;
  padding: 1.75rem 1.5rem;
  height: 100%;
  background: #ffffff;
}

.icon-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon-card-icon img {
  max-width: 48px;
}

.icon-card-title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: var(--ma-azul-oscuro);
}

.eventos {
  padding: 3.5rem 0 3.5rem;
}

.galeria-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
}
.btn-galeria {
  background: linear-gradient(135deg, #00cbe6, #004f8c);
  border-radius: 999px;
  border: none;
  font-weight: 700;
  padding-inline: 2.4rem;
  text-transform: uppercase;
  font-size: 1.25rem;
}

/* LOGROS */
.logros-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

/* LOGROS */
.logros {
  padding: 3.5rem 0 4rem;
}

.logro-card {
  border-radius: 0;
  padding: 0;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logro-icon {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: none;
}

.logro-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.logro-title {
  margin-bottom: 0.35rem;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 600;
  font-size: 27px;
  min-height: 80px;
}

.logro-title b {
  font-family: "Gilroy-Heavy", sans-serif;
  font-weight: 900;
    font-size: 27px;
}

/* Números */
.logro-numeros {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  align-items: center;
}

.logro-num {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 27px;
  color: #fff;
  line-height: 1;
  padding: 0;
}

.logro-num-1 {
  background: #41a7d3;
}
.logro-num-2 {
  background: #00cd39;
}
.logro-num-3 {
  background: #ff445b;
}
.logro-num-4 {
  background: #ff9e1c;
}

.logro-icon img {
  max-width: 92%;
  max-height: 92%;
}

.logros-row-compacta {
  max-width: 1200px; 
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .logros-row-compacta {
    max-width: 700px;
  }
}
@media (max-width: 767.98px) {
  .logros-items {
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
  }
}
@media (max-width: 768px) {
  .logro-icon {
    width: 120px;
    height: 120px;
  }
}

/* MISIÓN Y VISIÓN */
.mision-vision {
  padding: 50px 0;
  min-height: 50vh;
  color: #fff;
  background-image: url("../img/recursos/PAGINA 1/BLOQUE 2 PAGINA 1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.mision-vision .container {
  width: 100%;
  max-width: 1200px;
}
.mv-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 2vw, 26px);
  margin-bottom: clamp(24px, 4vh, 42px);
}

.mv-icon-box {
  text-align: center;
  min-width: 200px;
}

.mv-icon-img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.mv-label {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.mv-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  text-align: justify;
  color: #fff;
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.mv-vision .mv-text {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .mision-vision {
    min-height: auto;
    padding: 60px 0;
  }

  .mv-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .mv-text {
    max-width: 100%;
    text-align: center;
  }
}

/*Fonts*/
@font-face {
  font-family: "Gilroy-Heavy";
  src: url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Semibold";
  src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
