/* Footer compartido con Inicio, limitado a las páginas de programas. */
#footer {
  background-color: #1c212d;
}

#footer .footer-brand {
  max-width: 60rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) 1.5rem clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}

#footer .footer-brand__logo {
  width: min(11.5rem, 58vw);
  height: auto;
}

#footer .footer-brand p {
  max-width: 60rem;
  margin: 1.5rem auto 0;
  color: #fff;
  font-family: montserratmedium;
  font-weight: 600;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.55;
}

#footer #contenedor_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) 1.5rem clamp(1.25rem, 1.5vw, 1.5rem);
}

#footer #inicio_footer,
#footer #quehacemos_footer,
#footer #programas_footer,
#footer #media_footer,
#footer #herramientas_footer {
  width: 200px;
  margin: 4px;
  padding-top: 0;
  border: 0;
}

#footer #inicio_footer p,
#footer #quehacemos_footer p,
#footer #programas_footer p,
#footer #media_footer p,
#footer #herramientas_footer p {
  width: 100%;
  color: #fff;
  font-family: montserratli;
  font-size: 0.8em;
}

#footer .footerbold {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-family: montserratbold;
  font-size: 0.8em;
  text-decoration: none;
}

#footer .footerbold:focus-visible {
  outline: 2px solid #00a9bd;
  outline-offset: 4px;
}

#footer .footer-divider {
  width: 60%;
  height: 2px;
  margin-top: 6px;
  border: 0;
  background-color: #00a9bd;
}

#footer #redes_foot {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  padding: 0.5rem 1.5rem 0;
  background-color: transparent;
}

#footer #redes {
  display: flex;
  justify-content: center;
  background-color: transparent;
}

#footer #redes img {
  display: block;
  width: 35px;
  height: 35px;
  margin: 10px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#footer #redes img:hover {
  opacity: 0.75;
  transform: translateY(-2px);
}

#footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 1rem 1.5rem 0;
  background-color: transparent;
}

#footer .footer-legal__link {
  color: #fff;
  font-family: montserratli;
  font-size: 0.9rem;
  text-decoration: none;
}

#footer .footer-legal__link + .footer-legal__link::before {
  content: "·";
  margin: 0 1rem;
  color: #fff;
}

#footer .footer-copyright {
  margin: 0;
  padding: 1rem 1.5rem 2rem;
  color: #fff;
  font-family: montserratli;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
  background-color: transparent;
}

@media (max-width: 1024px) {
  #footer #inicio_footer,
  #footer #quehacemos_footer,
  #footer #programas_footer,
  #footer #media_footer,
  #footer #herramientas_footer {
    display: block;
    width: min(200px, calc(50% - 8px));
    padding-top: 40px;
  }

  #footer #inicio_footer p,
  #footer #quehacemos_footer p,
  #footer #programas_footer p,
  #footer #media_footer p,
  #footer #herramientas_footer p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

@media (max-width: 30rem) {
  #footer #inicio_footer,
  #footer #quehacemos_footer,
  #footer #programas_footer,
  #footer #media_footer,
  #footer #herramientas_footer {
    width: min(100%, 20rem);
    padding-top: 32px;
  }
}
