.actual-footer-port {
  color: #575756;
  font-family: Gotham, Arial, Helvetica, sans-serif;
}

.actual-footer-port p,
.actual-footer-port a {
  font-family: Gotham, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #575756;
}

.actual-footer-port a {
  text-decoration: none;
}

.actual-footer-port a:hover {
  text-decoration: underline;
}

.actual-footer-port .afp-bold {
  font-weight: 500;
}

.actual-footer-port .afp-hero-body {
  padding: 3rem 1.5rem;
}

.actual-footer-port .afp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

.actual-footer-port .afp-columns {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
}

.actual-footer-port .afp-columns.afp-is-centered {
  justify-content: center;
}

.actual-footer-port .afp-columns.afp-is-multiline {
  flex-wrap: wrap;
}

.actual-footer-port .afp-column {
  flex: 1;
  padding: 0.75rem;
  box-sizing: border-box;
}

.actual-footer-port .afp-column.afp-is-10 {
  flex: none;
  width: 83.3333%;
}

.actual-footer-port .afp-has-text-centered {
  text-align: center;
}

.actual-footer-port .afp-button {
  display: inline-block;
  padding: 30px 20px;
  background-color: #446773;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
  cursor: pointer;
  border: none;
}

.actual-footer-port .afp-button:hover {
  text-decoration: none;
  opacity: 0.9;
}

.actual-footer-port img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Responsive: las columnas Bulma se apilan automáticamente bajo 769px */
@media (max-width: 768px) {
  .actual-footer-port .afp-columns {
    flex-direction: column;
  }

  .actual-footer-port .afp-column.afp-is-10 {
    width: 100%;
  }
}
