/* Color normal */
#mainNav > li > a {
    color: #3F567D !important;
    transition: all .3s ease;
}

/* Hover */
#mainNav > li > a:hover {
    color: #B89A57 !important;
}

/* Página activa */
#mainNav > li > a.active,
#mainNav > li.active > a,
#mainNav > li:hover > a {
    color: #B89A57 !important;
}

/* Línea inferior efecto Porto */
.header-nav-main nav > ul > li > a:before {
    background: #B89A57 !important;
}

/* Menú activo */
.header-nav-main nav > ul > li.active > a:before {
    background: #B89A57 !important;
}


.btn.btn-secondary {
    background-color: #3F567D !important;
    border-color: #3F567D !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: #B89A57 !important;
    border-color: #B89A57 !important;
    color: #fff !important;
}


.feature-box-steps .feature-box-icon img,
.feature-box-steps .feature-box-icon svg {
    color: #3F567D !important;
    fill: #3F567D !important;
}

.feature-box-steps .feature-box-step-number em {
    color: #B89A57 !important;
}

.btn-sidebar-info,
.btn-sidebar-info:focus,
.btn-sidebar-info:active {
    background-color: #3f5786 !important;
    border-color: #3f5786 !important;
    color: #ffffff !important;
}

.btn-sidebar-info:hover,
.btn-sidebar-info:hover:focus,
.btn-sidebar-info:hover:active {
    background-color: #2f4468 !important;
    border-color: #2f4468 !important;
    color: #ffffff !important;
}