/*
=========================================
 ORIGEN by CODITEC - CUSTOM CSS
=========================================

Este archivo se carga al final del <head>.
Aquí puedes sobrescribir estilos base del theme.

Ejemplo simple:
.coditec-nav-link {
    background-color: black !important;
}

Ejemplo completo para menú:
.coditec-nav-link {
    background-color: black !important;
    border-color: black !important;
    color: white !important;
}

.coditec-nav-link:hover {
    background-color: red !important;
    border-color: red !important;
    color: white !important;
}

.current-menu-item > .coditec-nav-link,
.coditec-nav-link.active {
    background-color: gray !important;
    border-color: gray !important;
    color: white !important;
}
=========================================
*/

/* Prueba activa */
.coditec-nav-link {
    background-color: black !important;
}
