/* @import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700'); */

.botao-menu {
    color: #14306D !important;
    cursor: pointer !important;
}

.bg-topo {
    background-color: #fff;
    border-bottom: 1px solid #14306D;
    width: 100%;
    z-index: 1;
    bottom: 0;
    min-height: 80px;
}

.bg-footer {
    background-color: #14306D;
}

.btn-primary {
    background-color:#14306D !important;
    border-color:#14306D;
}

.btn-secondary {
    background-color:#39B031 !important;
    border-color:#39B031;
}

.badge-primary {
    background-color:#39B031 !important;
    border-color:#39B031;
    padding: 8px;
}