
/* Footer Procobas agregado sobre la versión v9. */

.procobas-footer {
  background: linear-gradient(135deg, #172139 0%, #222b44 56%, #172139 100%);
  color: #e6effc;
  padding: 56px 24px 28px;
  margin-top: 0;
  clear: both;
}

.procobas-footer,
.procobas-footer * {
  box-sizing: border-box;
}

.procobas-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.procobas-footer__brand img {
  max-width: 210px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.procobas-footer__brand p {
  margin: 0;
  max-width: 340px;
  color: #c9d4ec;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.procobas-footer h4 {
  margin: 0 0 16px;
  color: #db6404;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .2px;
}

.procobas-footer__col {
  min-width: 0;
}

.procobas-footer__col a,
.procobas-footer__col span {
  display: block;
  color: #e6effc;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 11px;
  word-break: normal;
  overflow-wrap: anywhere;
}

.procobas-footer__col a:hover {
  color: #ffb067;
}

.procobas-footer__contact span {
  color: #c9d4ec;
}

.procobas-footer__legal {
  width: min(1180px, 100%);
  margin: 36px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(230, 239, 252, .18);
  text-align: center;
  color: #aebbd6;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.procobas-footer__legal p {
  margin: 5px auto;
}

.procobas-footer__legal a {
  color: #e6effc;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .procobas-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .procobas-footer {
    padding: 42px 20px 24px;
  }

  .procobas-footer__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .procobas-footer__brand img {
    max-width: 180px;
  }

  .procobas-footer__legal {
    text-align: left;
  }
}
