/* ================================
   Estilos para custom-footer
================================ */
.custom-footer {
  background-color: #f9f9f9;
  color: #4a4a4a;
  font-size: 0.95rem;
}

.custom-footer p {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.footer-contact p {
  font-size: 1rem;
  color: #555;
}

/* Íconos sociales */
.footer-icon {
  color: #6c757d;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.footer-icon:hover {
  color: #198754;
  transform: scale(1.2);
}

/* Logo responsivo */
.custom-footer img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-contact p {
    font-size: 0.95rem;
  }

  .custom-footer {
    text-align: center;
  }

  .custom-footer .text-md-start,
  .custom-footer .text-md-end {
    text-align: center !important;
  }

  .footer-icon {
    margin-right: 0.5rem;
  }
}
