#aporta {
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(0px, 0.78125vw, 10px);
  background-color: #1b387a;
  color: #fff;
  padding-bottom: 14em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#aporta .conector {
  width: 1px;
  background-color: #7687af;
  height: 8em;
}
#aporta h3 {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 0.4em;
  border: 1px solid #7687af;
  border-radius: 0.3em;
  padding: 0.1em 1.8em;
  margin-bottom: 2em;
}
#aporta h2 {
  /* Poppins real es ~8% más ancha que la fuente con la que rinde test; a 3.7em
     la línea 1 no entra y corta en otra palabra. Bajamos a 3.4em y agrandamos
     el max-width para conservar el ancho de bloque (~1036px) y que corte igual
     que test (después de "posible que"). */
  font-size: 3.4em;
  font-weight: 600;
  text-align: center;
  line-height: 1.15em;
  max-width: 30.5em;
  margin-bottom: 1em;
}
#aporta h2 span {
  color: #fe4d18;
}
#aporta .descripcionMobile {
  display: none;
  font-size: 0.87em;
  max-width: 28em;
  margin-bottom: 1.8em;
  text-align: center;
  font-weight: 500;
}
#aporta .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90em;
  background-color: #fff;
  color: #000;
  min-height: 60em;
}
#aporta .box .recursos {
  background-color: #000;
  color: #fff;
  padding: 4.6em;
  display: flex;
  flex-direction: column;
  background-image: url("/assets/aporta/fondo.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#aporta .box .recursos h4 {
  color: #fe4d18;
  font-weight: 500;
  line-height: 1em;
  font-size: 3em;
  margin-bottom: 0.5em;
  flex: 1;
}
#aporta .box .recursos p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.4em;
  border: 1px solid #fe4d18;
  border-radius: 0.6em;
  padding: 1.2em 1em;
  position: relative;
}
#aporta .box .recursos p img {
  width: 3.3em;
  height: 3.3em;
  border-radius: 50%;
  background-color: #fe4d18;
  position: absolute;
  top: -3em;
  left: 0.6em;
}
#aporta .box .recursos ul {
  display: flex;
  justify-content: space-between;
  gap: 0.2em;
}
#aporta .box .recursos ul li {
  font-size: 1.16em;
  padding: 0.15em 0.4em;
  border: 1px solid #fe4d18;
  border-radius: 1.6em;
}
#aporta .box .recursos ul li:nth-child(1) {
  border-color: #fd8102;
}
#aporta .box .recursos ul li:nth-child(2) {
  border-color: #fe91dd;
}
#aporta .box .recursos ul li:nth-child(3) {
  border-color: #9fba03;
}
#aporta .box .recursos ul li:nth-child(4) {
  border-color: #a282ef;
}
#aporta .box .colaborar {
  padding: 4.6em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2em;
}
#aporta .box .colaborar #modalidad {
  border: 1px solid #fe4d18;
  display: flex;
  padding: 0.5em;
  border-radius: 2em;
  gap: 0.2em;
  margin-bottom: 1em;
}
#aporta .box .colaborar #modalidad a {
  display: flex;
  font-size: 1.4em;
  font-weight: 500;
  padding: 0.2em 1.5em;
  border-radius: 1.6em;
  color: #1b387a;
}
#aporta .box .colaborar #modalidad a.active {
  background-color: #fe4d18;
  color: #fff;
}
#aporta .box .colaborar #modalidad a:not(.active):hover {
  background-color: #ffeae3;
  color: #1b387a;
  cursor: pointer;
}
#aporta .box .colaborar #deUnaVez {
  display: flex;
  flex-direction: column;
}
#aporta .box .colaborar #deUnaVez h4 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0.2em;
  color: #1b387a;
}
#aporta .box .colaborar #deUnaVez p {
  color: #1b387a;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3em;
  max-width: 17em;
  margin-bottom: 1.1em;
}
#aporta .box .colaborar #deUnaVez ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 1.5em;
}
#aporta .box .colaborar #deUnaVez ul li {
  display: flex;
  align-items: center;
  border: 1px solid #bfbfbf;
  border-radius: 1.4em;
  padding: 0.5em 1.4em;
}
#aporta .box .colaborar #deUnaVez ul li .tipo {
  display: flex;
  font-size: 1.3em;
  font-weight: 500;
  color: #fe4d18;
  width: 4em;
}
#aporta .box .colaborar #deUnaVez ul li .dato {
  display: flex;
  flex: 1;
  font-size: 1.7em;
  font-weight: 500;
  color: #1b387a;
}
#aporta .box .colaborar #deUnaVez ul li .icono {
  position: relative;
  display: flex;
  border-radius: 50%;
  border: 1px solid #8d9cbd;
  transition: all 0.2s;
}
#aporta .box .colaborar #deUnaVez ul li .icono:hover {
  background-color: #ffeae3;
  cursor: pointer;
}
#aporta .box .colaborar #deUnaVez ul li .icono img {
  width: 3.2em;
  height: 3.2em;
}
#aporta .box .colaborar #deUnaVez ul li .icono .tooltip {
  opacity: 0;
  position: absolute;
  top: -3.1em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cdd981;
  color: #677200;
  background-color: #1b387a;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  font-size: 1em;
  font-weight: 500;
  transition: opacity 0.2s;
  pointer-events: none;
  white-space: nowrap;
}
#aporta .box .colaborar #deUnaVez .cta {
  display: flex;
  align-items: center;
  gap: 0.5em;
  background-color: #ffeae3;
  padding: 0.8em 0.8em 0.8em 2.2em;
  border-radius: 1.4em;
}
#aporta .box .colaborar #deUnaVez .cta .instrucciones {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#aporta .box .colaborar #deUnaVez .cta .instrucciones img {
  width: 3.2em;
  height: 3.2em;
  margin-bottom: 0.8em;
}
#aporta .box .colaborar #deUnaVez .cta .instrucciones span {
  color: #1b387a;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 500;
}
#aporta .box .colaborar #deUnaVez .cta .qr {
  padding: 0.9em;
  background-color: #fff;
  border-radius: 0.9em;
  display: flex;
}
#aporta .box .colaborar #deUnaVez .cta .qr img {
  width: 7.6em;
  height: 7.6em;
}
#aporta .box .colaborar #aLargoPlazo {
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
}
#aporta .box .colaborar #aLargoPlazo h4 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0.2em;
  max-width: 12em;
  color: #1b387a;
}
#aporta .box .colaborar #aLargoPlazo p {
  color: #1b387a;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
  max-width: 22em;
  margin-bottom: 1.5em;
}
#aporta .box .colaborar #aLargoPlazo ul {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  margin-bottom: 3.1em;
}
#aporta .box .colaborar #aLargoPlazo ul li {
  display: flex;
  align-items: center;
  background-color: #ffeae3;
  padding: 0.8em 1.8em 0.8em 1.8em;
  border-radius: 1.4em;
  gap: 1.8em;
}
#aporta .box .colaborar #aLargoPlazo ul li img {
  width: 6.2em;
  height: 6.2em;
}
#aporta .box .colaborar #aLargoPlazo ul li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#aporta .box .colaborar #aLargoPlazo ul li div h5 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  color: #1b387a;
}
#aporta .box .colaborar #aLargoPlazo ul li div p {
  font-size: 1.2em;
  line-height: 1.15em;
  font-weight: 400;
  margin: 0;
}
#aporta .box .colaborar #aLargoPlazo .cta {
  display: flex;
  gap: 0.6em;
  flex: 1;
  align-items: flex-end;
}
#aporta .box .colaborar #aLargoPlazo .cta a {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1.4em;
  font-weight: 500;
  padding: 0.65em 1.5em;
  border-radius: 1.6em;
  background-color: #ffeae3;
  color: #fe4d18;
  transition: all 0.2s;
}
#aporta .box .colaborar #aLargoPlazo .cta a.destacado {
  background-color: #fe4d18;
  color: #fff;
}
#aporta .box .colaborar #aLargoPlazo .cta a.destacado .flecha {
  background-color: #fff;
}
#aporta .box .colaborar #aLargoPlazo .cta a.destacado:hover {
  cursor: pointer;
  background-color: #931505;
}
#aporta .box .colaborar #aLargoPlazo .cta a:hover {
  cursor: pointer;
  color: #fff;
  background-color: #fe4d18;
}
#aporta .box .colaborar #aLargoPlazo .cta a:hover .flecha {
  background-color: #fff;
}
#aporta .box .colaborar #aLargoPlazo .cta a .flecha {
  background-color: #fe4d18;
  width: 0.8em;
  height: 0.8em;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/aporta/ui/flecha-arriba-derecha.svg");
  mask-image: url("/assets/aporta/ui/flecha-arriba-derecha.svg");
}

@media screen and (max-width: 800px) {
  #aporta {
    font-size: clamp(0px, 0.98125vw, 10px);
  }
}
@media screen and (max-width: 650px) {
  #aporta {
    font-size: clamp(10px, 3.125vw, 20px);
    padding-bottom: 5em;
  }
  #aporta .conector {
    height: 5em;
  }
  #aporta h3 {
    font-size: 1.2em;
  }
  #aporta h2 {
    font-size: 1.6em;
    max-width: 20em;
  }
  #aporta .descripcionMobile {
    display: block;
  }
  #aporta .box {
    width: 25.7em;
    display: flex;
    flex-direction: column;
    border-radius: 1.1em;
    min-height: auto;
  }
  #aporta .box .recursos {
    display: none;
  }
  #aporta .box .colaborar {
    padding: 1.4em 1.6em;
  }
  #aporta .box .colaborar #modalidad {
    padding: 0.3em;
    margin-bottom: 0.4em;
  }
  #aporta .box .colaborar #modalidad a {
    font-size: 0.7em;
    padding: 0.4em 1.5em;
  }
  #aporta .box .colaborar #deUnaVez h4 {
    font-size: 1.2em;
  }
  #aporta .box .colaborar #deUnaVez p {
    font-size: 0.78em;
    max-width: initial;
  }
  #aporta .box .colaborar #deUnaVez ul li .tipo {
    font-size: 0.63em;
  }
  #aporta .box .colaborar #deUnaVez ul li .dato {
    font-size: 0.85em;
  }
  #aporta .box .colaborar #deUnaVez ul li .icono img {
    width: 1.5em;
    height: 1.5em;
  }
  #aporta .box .colaborar #deUnaVez .cta {
    border-radius: 0.8em;
    padding: 0.5em;
  }
  #aporta .box .colaborar #deUnaVez .cta .instrucciones {
    flex-direction: row;
    align-items: center;
    gap: 0.7em;
  }
  #aporta .box .colaborar #deUnaVez .cta .instrucciones img {
    width: 1.9em;
    height: 1.9em;
    margin-bottom: 0;
  }
  #aporta .box .colaborar #deUnaVez .cta .instrucciones span {
    font-size: 1em;
  }
  #aporta .box .colaborar #deUnaVez .cta .qr {
    padding: 0.45em;
    border-radius: 0.5em;
  }
  #aporta .box .colaborar #deUnaVez .cta .qr img {
    width: 3.7em;
    height: 3.7em;
  }
  #aporta .box .colaborar #aLargoPlazo h4 {
    font-size: 1.2em;
    max-width: initial;
  }
  #aporta .box .colaborar #aLargoPlazo h4 span {
    display: none;
  }
  #aporta .box .colaborar #aLargoPlazo p {
    font-size: 0.78em;
  }
  #aporta .box .colaborar #aLargoPlazo ul li img {
    width: 2.9em;
    height: 2.9em;
  }
  #aporta .box .colaborar #aLargoPlazo ul li div h5 {
    font-size: 0.67em;
    margin-bottom: 0.4em;
  }
  #aporta .box .colaborar #aLargoPlazo ul li div p {
    font-size: 0.61em;
  }
  #aporta .box .colaborar #aLargoPlazo .cta a {
    font-size: 0.79em;
  }
}

/* Tarjeta de datos bancarios (pedido del 2026-09-04): más aire entre los cuatro
   recuadros —abajo quedaban 170px en blanco— y un poco menos de margen a la derecha
   para que el CBU, que es el dato más largo, no quede pegado al botón de copiar. */
#aporta .box .colaborar { padding: 4.6em 1.8em 4.6em 4.6em; }
#aporta .box .colaborar #deUnaVez ul { gap: 1.4em; }
#aporta .box .colaborar #deUnaVez ul li { padding: 1em .8em; }
/* El CBU es el dato más largo y entraba justo (221px de texto en 222 disponibles),
   así que quedaba pegado al botón de copiar. Se le gana lugar por tres lados: menos
   margen a la derecha de la tarjeta, menos padding del recuadro y una etiqueta
   ("Alias", "CBU"…) un poco más angosta. */
/* La etiqueta y el dato quedaban pegados (sobre todo "Titular"): se los separa con
   un padding en la etiqueta, y el ancho que eso consume se recupera achicando el
   margen derecho de la tarjeta. */
#aporta .box .colaborar #deUnaVez ul li .tipo { width: 3.6em; padding-right: .7em; box-sizing: content-box; }
#aporta .box .colaborar #deUnaVez ul li .dato { padding-right: .3em; }
/* Interlineado del título 2 puntos más abajo: 30px → 28 sobre un cuerpo de 25. */
#aporta .box .colaborar #deUnaVez h4 { line-height: 1.12em; }
