:root {
  --padding-bloque: 40px;
  --border-radius: 20px;
}
@media screen and (min-width: 700px) {
  :root {
    --padding-bloque: 80px;
  }
}
figure {
  margin: 0px;
}
.lHeader {
  background:var(--c6);
  padding: 3px 20px 28px;
  position: relative;
}
.lHeader:after {
  background:var(--c1);
  height: 15px;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.lHeader .w_header {
  max-width: 1200px;
  text-align: center;
  justify-content: center;
}
.lHeader .logos {
  margin-top: 15px;
}
.lHeader .logos img {
  height: 25px;
  margin: 0 2px;
}
@media screen and (min-width: 768px) {
  .lHeader .logos img {
    height: 30px;
    margin: 0 4px;
  }
  .lHeader:after {
    height: 20px;
  }
  .lHeader {
    padding: 20px 20px 40px 20px;
  }
}
.lHeader .logos img:last-child {
  margin-right: 0;
}
.lHeader .logos img:first-child {
  margin-left: 0;
}
.bLanding section.fondo {
  position: relative;
  min-height: 500px;
  padding: var(--padding-bloque) 20px;
}
.bLanding .fondo > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.bLanding .bajo_header h2 {
  color: #FFF;
}
.bLanding .bajo_header .w_texto {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
}
.bLanding .bajo_header p {
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  padding: 0 20px;
}
/**/
.bLanding .que {
  text-align: center;
  padding: var(--padding-bloque) 20px;
  max-width: var(--max_ancho_texto);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.bLanding .que > * {
  margin: 0;
}
.bLanding .que h2 {
  font-size: var(--fs-titulos-mas-grande);
  font-weight: var(--fw-semi-gordo);
  text-align: center;
}
.bLanding .que .btn {
  padding: 0 40px;
}
/**/

.bLanding .w_iniciativas .listado article:nth-of-type(n+9) {
  transition: transform 0.5s ease-out;
}
.bLanding .w_iniciativas.unas_pocas .listado article:nth-of-type(n+9) {
  height: 0;
  transform: scale(0);
  margin: 0;
  padding: 0;
  display: none;
}
.bLanding .bloque_horizontal {
  background:var(--c7);
  padding: var(--padding-bloque) 20px;
}
.bLanding .bloque_horizontal img {
  width: 100%;
  border-radius: var(--border-radius);
  max-width: var(--max_caja_interior);
  margin: 0 auto;
  display: block;
}
.bLanding .bloque_horizontal .w_txt {
  width: 100%;
  position: relative;
  max-width: var(--max_caja_interior);
  margin: 40px auto 0;
}
.bLanding .bloque_horizontal .contenido_html {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1rem;
}
.bLanding .bloque_horizontal .contenido_html strong {
  font-weight: bold;
  color: #E7DA00;
}
.bLanding h1 {
  font-weight: 600;
}
.bLanding h3 {
  font-size: 1rem;
  line-height: 1.4rem;
}
.bLanding h4 {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.bLanding h5 {
  font-size: 0.8rem;
  line-height: 1.3rem;
}
@media screen and (min-width: 768px) {
  .bLanding h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .bLanding h4 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .bLanding h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .bLanding h3 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .bLanding h4 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .bLanding h5 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
.bLanding .bloque_vertical {
  background: #FFF;
  padding: 40px 20px;
  text-align: center;
}
.bLanding .bloque_vertical img {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 20px;
}
.bLanding .bloque_vertical .contenido_html {
  color:var(--c1);
  font-size: 1.1rem;
}
.bLanding .bloque_texto {
  background: #FFF;
  padding: var(--padding-bloque) 20px;
  text-align: center;
}
.bLanding .bloque_texto .contenido_html {
  max-width: var(--max_ancho_texto);
  margin: 0 auto;
}
.bLanding .bloque_imagenes {
  background: #FFF;
  padding: var(--padding-bloque) 20px;
  text-align: center;
}
.bLanding .bloque_imagenes.ancho_total {
  padding: 0;
  --border-radius: 0;
}
.bLanding .bloque_imagenes.ancho_total .imagenes {
  max-width: none;
}
.bLanding .bloque_imagenes .imagenes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: var(--max_caja_interior);
  margin: 0 auto;
}
.bLanding .bloque_imagenes figure {
  flex: 0 0 calc(50% - 1rem);
}
.bLanding .bloque_imagenes.n1 figure {
  flex: 1 100%;
  margin-bottom: 0;
}
.bLanding .bloque_imagenes figure img {
  width: 100%;
  display: block;
  border-radius: var(--border-radius);
}
@media screen and (min-width: 768px) {
  .bLanding .bloque_imagenes.n1 figure {
    flex: 1 100%;
  }
  .bLanding .bloque_imagenes.n2 figure {
    flex: 0 0 calc(50% - 1rem);
  }
  .bLanding .bloque_imagenes.n3 figure {
    flex: 0 0 calc(33.3333% - 1rem);
  }
  .bLanding .bloque_imagenes figure {
    flex: 0 0 calc(25% - 1rem);
  }
}
.bLanding .TextoAmarillo {
  color: #E8DA00;
}
.bLanding .TextoVerdeClaro {
  color: var(--verde_claro);
}
.bLanding .TextoVerde {
  color: var(--verde_claro);
}
.bLanding .TextoVerdeOscuro {
  color: var(--verde_oscuro);
}
.bLanding .TextoRojo {
  color: #D74A33;
}
.bLanding .TextoBlanco {
  color: #FFF;
}
.bLanding .TextoMasGrande {
  font-size: 1rem;
  line-height: 1.3rem;
}
.bLanding .TextoMuyGrande {
  font-size: 1.1rem;
  line-height: 1.4rem;
}
.bLanding .TextoGigante {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
@media screen and (min-width: 560px) {
  .bLanding .TextoMasGrande {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .bLanding .TextoMuyGrande {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  .bLanding .TextoGigante {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .bLanding .TextoMasGrande {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .bLanding .TextoMuyGrande {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .bLanding .TextoGigante {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.bLanding .sep {
  margin: var(--padding-bloque) 0;
  text-align: center;
  color:var( --c1);
}
.bLanding .sep p {
  margin: 30px 15px;
  font-size: 0.9rem;
  text-transform: none;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  .bLanding .sep p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .bLanding .sep p {
    font-size: 1.5rem;
  }
}
.bLanding .sep .btn {
  text-transform: uppercase;
}
/*newsletter*/
.w_newsletter {
  background: var(--negro);
  color: #FFF;
  padding: var(--padding-bloque) 20px;
  text-align: center;
}
.in_newsletter {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: var(--max_caja_interior);
  margin: 0 auto;
}
.w_newsletter form > * {
  margin: 0;
}
.w_newsletter figure {
  background: #FFF;
  max-width: 600px;
  border-radius: 20px;
  padding: 40px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.w_newsletter figure img {
  width: 100%;
}
.w_newsletter form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.w_newsletter input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 20px;
  border: none;
  margin: 0;
  background: transparent;
  color: #FFF;
  border: 2px solid;
  text-align: center;
}
.w_newsletter .msg_suscrito {
  display: none;
}
.w_newsletter form.suscrito :is(input, button) {
  opacity: 0.6;
  pointer-events: none;
}
.w_newsletter .suscrito .msg_suscrito {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.w_newsletter .btn {
  width: fit-content;
}
.w_newsletter .btn:hover {
  background-color: #FFF;
  color: var(--negro);
}
@media screen and (min-width: 768px) {
  .in_newsletter {
    flex-direction: row;
    gap: 4rem;
  }
}
/**/
.w_iniciativas h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lHeader .w_header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .lHeader .w_header .logos img {
    height: 40px;
    width: auto;
    margin: 0 15px;
  }
  .lHeader .logos img:last-child {
    margin-right: 0;
  }
  .lHeader .logos img:first-child {
    margin-left: 0;
  }
  .lHeader .w_header .logos {
    margin: 0;
  }
  .bLanding .w_tipos {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
  }
  .bLanding .filtro > * {
    width: calc(50% - 5px);
  }
  .bLanding .w_iniciativas h2 + h3 {
    font-size: 2.7rem;
  }
  .bLanding .bloque_vertical .cont {
    display: flex;
    text-align: left;
    max-width: var(--max_caja_interior);
    margin: 0 auto;
    gap: 2rem;
  }
  .bLanding .bloque_vertical figure {
    width: calc(50% - 2rem);
    flex: 0 0 50%;
  }
  .bLanding .bloque_vertical.derecha figure {
    order: 2;
  }
  .w_newsletter .btn {
    width: fit-content;
  }
  .w_newsletter form {
    justify-content: space-around;
    align-items: start;
    text-align: left;
  }
  .w_newsletter input {
    text-align: left;
  }
}
/*PIE*/
.bLanding .pFooter {
  flex-direction: row;
  gap: 26px;
  background: var(--verde_claro);
  justify-content: center;
  padding: 15px;
  font-size: var(--fs-footer);
  margin: 0;
  color: var(--negro);
}
.pFooter a {
  position: relative;
  cursor: pointer;
}
.pFooter a:not(:last-child):after {
  content: '';
  position: absolute;
  height: 100%;
  border-right: 1px solid;
  right: -13px;
}
.pFooterLogo {
  background: var(--negro);
  padding: 40px;
  text-align: center;
}
.pFooterLogo img {
  width: min(350px, 90%);
}
.pHeaderLogo {
  background: var(--negro);
  padding: 15px;
  text-align: center;
}
.pHeaderLogo img {
  width: min(350px, 90%);
}
/*BASES LEGALES*/
#modal_bases .cont_contenido {
  transform: scale(0) translatex(-50%);
}
#modal_bases header {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  color:var(--c1);
  font-size: 1.7rem;
}
#modal_bases.ver .cont_contenido {
  position: absolute;
  top: 20px;
  margin-bottom: 0px;
  left: 50%;
  transform: scale(1) translatex(-50%);
  width: 1000px;
}
#modal_bases .botonera {
  text-align: center;
  margin-top: 40px;
}
#modal_bases b {
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  #modal_bases.ver .cont_contenido {
    max-width: 1000px;
  }
}
/* 123 */
.bLanding ._123 {
  display: flex;
  flex-direction: column;
  max-width: var(--max_caja_interior);
  margin: var(--padding-bloque) auto 60px;
  padding: 0 20px;
}
.bLanding ._123 h2 {
  font-size: var(--fs-titulos-mas-grande);
  font-weight: var(--fw-semi-gordo);
  text-align: center;
}
.bLanding ._123 .pasos {
  display: grid;
  justify-content: space-around;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  /* margin: 30px auto 0; */
  max-width: var(--max_caja_interior);
  margin-bottom: 2rem;
}
@media (min-width: 700px) {
  .bLanding ._123 .pasos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bLanding ._123 .pasos > * {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 10%;
  border-radius: 20px;
  text-align: center;
  background: var(--ico-razon) 50% 40% / 40% auto no-repeat var(--verde_claro);
  font-size: var(--fs-btn);
}
@media (max-width: 500px) {
  .bLanding ._123 .pasos > * {
    font-size: 1rem;
  }
}
.bLanding ._123 ._1 {
  --ico-razon-hover: url(/imgs25/icono-61.svg);
  --ico-razon: url(/imgs25/icono-usuario-1.svg);
}
.bLanding ._123 ._2 {
  --ico-razon-hover: url(/imgs25/icono-bombilla-hover.svg);
  --ico-razon: url(/imgs25/icono-bombilla-blanco.svg);
}
.bLanding ._123 ._3 {
  --ico-razon-hover: url(/imgs25/icono-corazon-2.svg);
  --ico-razon: url(/imgs25/icono-corazon-1.svg);
}
.bLanding ._123 .pasos > *:hover {
  background-image: var(--ico-razon-hover);
  background-color: var(--negro);
  color: #FFF;
}
.bLanding ._123 .pasos > *:hover {
  background-image: var(--ico-razon-hover);
  background-color: var(--negro);
  color: #FFF;
}
.bLanding ._123 .btn {
  width: fit-content;
  margin: 0 auto;
}

.bLanding .w_iniciativas {
    margin: 100px 0;
    display: grid;
    place-items: center;
}
.bLanding .listado_iniciativas {
    margin: 0 auto;
    width: min(calc(100% - 40px), var(--max_caja_interior));
    margin-bottom: 80px;
}