 /* TOPO - ALTURA */
#header {
    height: 190px;  
}


/*  TITULO DO SITE */
.titulo-site {
    display: none;
}

/* TOPO - COR DE FUNDO */
.navbar.bg-info {
    color: #ffffff;
    background: linear-gradient(180deg, #e2e2e2, #dadada);
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(99, 99, 99, 0.46);
}

/* COR PRIMARIA */
.card .card-header-info, .card.bg-info, .card.card-rotate.bg-info .front, .card.card-rotate.bg-info .back {
    background: linear-gradient(60deg, #f25c05, #f25c05);
}


/*  SOMPRA PRIMARIA */
.card .card-header-info {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(193, 193, 193, 0.6);
}


/* PASSOS COR FUNDO */
.nav-pills .nav-item .nav-link.active {
    color: #ffffff;
    background-color: #f25c05;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px #f25c05;
}


/* LABEL E INPUT TEXT FOCU */
.is-focused  [class^='bmd-label'], .is-focused [class*=' bmd-label'] {
    color: #f25c05;
}

.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, #f25c05 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

/* BOTÃƒO SUCESSO */
.btn.btn-success {
    color: #fff;
    background-color: #454768;
    border-color: #ababab;
    box-shadow:none;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
    background-color: #1c1d2f;
}

/* BOTAO ADICIONAR DEPENDENTE */
.botao-adicionar-dependente {
    background: #f25c05;
    border: solid 1px #f25c05;
    font-size: 12px;
    color: white;
}
.botao-adicionar-dependente:hover {
    background: #f25c05;
    border: solid 1px #f25c05;
}           
.btn-removeDep {
    cursor: pointer;
    font-size: 12px;
    background: #BA4444;
    padding: 5px;
    color: #fff;
}   

/* BOTAO CONTINUAR */
.botao-continuar {
    background: #087e08;
    border: solid 1px #087e08;
    color: white;   
}
.botao-continuar:hover {
    background: #087e08;
    border: solid 1px #087e08;
}           