/* Franja institucional independiente de los estilos de acceso y del tema. */
#aranjuez-financiacion,
#aranjuez-financiacion * {
  box-sizing: border-box;
}

#aranjuez-financiacion {
  display: block;
  position: relative;
  clear: both;
  flex: 0 0 100%;
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px 24px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
  color: #111;
  text-align: center;
}

#aranjuez-financiacion .aranjuez-financiacion__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 64px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

#aranjuez-financiacion img {
  display: block;
  flex: 0 1 auto;
  height: auto;
  max-height: none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

#aranjuez-financiacion .aranjuez-financiacion__plan {
  width: 360px;
}

#aranjuez-financiacion .aranjuez-financiacion__ue {
  width: 168px;
}

@media (max-width: 640px) {
  #aranjuez-financiacion {
    padding: 24px 20px;
  }

  #aranjuez-financiacion .aranjuez-financiacion__logos {
    flex-direction: column;
    gap: 12px;
  }

  #aranjuez-financiacion .aranjuez-financiacion__plan {
    width: 300px;
  }
}
