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

.bg-topo {
    background-color: #00213b;
    border-bottom: 1px solid #7b869c;
    width: 100%;
    z-index: 1;
    bottom: 0;
    min-height: 80px;
}

.btn-primary {
    background-color:#004172 !important;
    border-color:#00213b;
}

.btn-secondary {
    background-color:#7b869c !important;
    border-color:#7b869c;
}

.btn-success {
    background-color:#004172 !important;
    border-color:#004172;
}

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

.bg-secondary {
    text-decoration: none;
}

.titulo-produto {
    font-size: 18px;
    font-weight: bold;
    color: #00213b;
}