section h2 {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}
section.entrenamiento h2, section.solidaria h2 {
  font-size: 24px;
  line-height: 28px;
}
section h3 {
  margin-bottom: 18px;
  margin-top: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
}
section h3:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #DA1884;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
}
section p,
section ul {
  margin-bottom: 20px;
}
section ul {
  list-style-type: disc;
}
section ul ul {
  margin-top: 20px;
}
section ul ul li {
  margin-bottom: 10px;
}
section .cuadricula p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
section .cuadricula picture {
  border-radius: 24px;
  overflow: hidden;
}
section .cuadricula picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .cuadricula .icono {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  background-color: #003B5C;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
section .cuadricula .icono img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) invert(1);
}
section .entidades {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
section .entidades > * {
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 20px;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section .entidades > * img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1024px) {
  section .cuadricula > * {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  section .cuadricula > * > * {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  section .cuadricula > * > *:last-child {
    min-height: 200px;
  }
  section .cuadricula > * > * picture {
    aspect-ratio: 2048/1363;
  }
  section .cuadricula > *:nth-child(even) {
    flex-direction: row-reverse;
  }
  section .patrocinadores {
    gap: 46px;
  }
  section .patrocinadores .patrocinador {
    width: 180px;
    height: 180px;
    border-radius: 24px;
  }
}
@media (max-width: 1023px) {
  section .cuadricula > * > *:first-child {
    padding: 30px;
  }
  section .cuadricula > * > * picture {
    height: 400px;
  }
}/*# sourceMappingURL=mastravesia.css.map */