/** * Footer Styles - Template RDash * * Estilos para el footer que replica EXACTAMENTE el template RDash (líneas 1093-1151). * Este footer es simple: 3 columnas de navegación + newsletter solo con email. * * IMPORTANTE: El template usa Bootstrap bg-dark (#212529), NO --color-navy-dark * * @package Apus_Theme * @since 1.0.0 * @see template: apus-theme-template/index.html líneas 1093-1151 * @see documentation: theme-documentation/16-componente-footer-contact-form */ /* ========================================================================== Footer Main Container ========================================================================== */ footer { background-color: #212529 !important; color: rgba(255, 255, 255, 0.8); padding: 3rem 0; } footer h5 { color: #ffffff; font-weight: 600; margin-bottom: 1rem; font-family: Poppins, sans-serif; } footer a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: color 0.3s ease; } footer a:hover { color: var(--color-orange-primary); } footer .btn-primary { background-color: var(--color-orange-primary); border-color: var(--color-orange-primary); } footer .btn-primary:hover { background-color: var(--color-orange-hover); border-color: var(--color-orange-hover); } /* ========================================================================== Contact Info Styles (Pre-footer section) ========================================================================== */ .contact-info i { color: var(--color-orange-primary); } .contact-info h6 { font-weight: 400; }