/************************/
/******** footer ********/
/************************/

/* Footer genérico */
footer {
  background: #111;
  color: #ccc;
  padding: 40px 0;
}

footer h5 {
  color: #fff;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

/* Footer Fino Rey */
.footer-fino {
  background: linear-gradient(180deg, #f5fbff 0%, #dcefff 100%);
  color: #2b2b2b;
}

.footer-fino h5 {
  color: #005c9c;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-fino p {
  color: #4a4a4a;
  line-height: 1.7;
}

.footer-fino a {
  color: #005c9c;
  text-decoration: none;
  transition: 0.2s ease;
  display: inline-block;
  padding: 4px 0;
}

.footer-fino a:hover {
  color: #003f6b;
  text-decoration: underline;
}

.footer-fino li {
  margin-bottom: 0.5rem;
}

.footer-fino hr {
  border-color: #cfe3ff;
  opacity: 1;
}

.footer-fino small {
  color: #6b7280;
}

.footer-fino img {
  display: block;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.footer-fino .logo-main {
  height: 72px;
  width: auto;
  object-fit: contain;
  margin: 0;
}

.footer-fino .logo-text {
  height: 58px;
  width: auto;
  object-fit: contain;
  margin: 0;
}

@media (min-width: 768px) {
  .footer-brand {
    justify-content: flex-start;
  }
}
