/* ==========================================================================
   ESTILOS PIE DE PÁGINA (FOOTER) - SANTA ANA MAYA
   ========================================================================== */
.footer-section {
    background-color: #121212 !important;
}

.footer-accent-line {
    height: 4px;
    background: linear-gradient(90deg, #E30613 0%, #FFED00 50%, #E30613 100%);
    width: 100%;
}

.hover-pt-yellow:hover {
    color: #FFED00 !important;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

.micro-text {
    font-size: 0.72rem;
}