
:root {
    --rosa-akad: #ea206b;
    --azul-dpem: #08327e;
    --azul-dpem-2: #1b4fab;
    --bs-body-bg: #eff2f7;
}

/* bootstrap overrides */
.bg-secondary-subtle {
    background-color: #f7f9fd !important;
}

.border-secondary-subtle {
    border-color: #dee4e9 !important;
}

/* geralmente tudo que é com essas duas classes são cards. Vamos adicionar uma sombrinha */
.bg-secondary-subtle.rounded-3 {
    box-shadow: 0 0 10px 0 #e5e5e5;
}

footer {
    box-shadow: 0 0 30px 0 #cdcdcd;
}

.text-dpem {
    color: var(--azul-dpem);
}

.cabecalho-banner {
    background: var(--azul-dpem);
    background: linear-gradient(45deg, var(--azul-dpem), var(--azul-dpem-2));
}

.cabecalho-banner .nav-link {
    color: #fff;
    font-weight: 700;
}

.cabecalho-banner .nav-link:hover {
    opacity: 0.75;
}

.botao-grande:hover {
    opacity: 0.7;
}


#apolice-print {
    text-transform: uppercase;
    font-size: 12px;
}

#apolice-print hr {
    color: var(--rosa-akad);
    height: 2px;
    border: solid 1px var(--rosa-akad);
    margin-bottom: 3px;
    margin-top: 3px;
}

#apolice-print h3 {
    font-size: 20px;
}


#apolice-print h4 {
    font-size: 15px;
    color: var(--rosa-akad);
    margin-bottom: 0;
    margin-top: 12px;
}

#apolice-print .texto-longo {
    text-transform: none;
}

#apolice-print .texto-normal {
    text-transform: none;
}
/* 
.cabecalho-banner img {
    opacity: 0;
} */

/* Passo a passo */
.dpem-pap-container {
    text-align: center;
    padding: 20px 0;
}

.dpem-pap-item {
    border-bottom: solid 15px var(--bs-gray-400);
    margin: 0 20px;
}

.dpem-pap-numero {
    color: var(--bs-gray-600);
}

.dpem-pap-nome {
    font-size: 1.2rem;
}

.dpem-pap-item.ativo {
    border-color: var(--azul-dpem);
    font-weight: 700;
}


/* // bootstrap overrides */
.form-label {
    margin-bottom: 0;
    margin-top: .5rem;
}

.mb-lc-0:last-child {
    margin-bottom: 0 !important;
}

.avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.cabecalho-banner .logo {
    max-height: 50px;
    max-width: 100%;
    width: auto;
}

.form-control[readonly],
.form-select[readonly] {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.w-0 {
    width: 0% !important;
}

.dpem-password-wrapper {
    position: relative;
}

.dpem-password-toggle {
    position: absolute;
    right: 33px;
    top: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #666;
}

.dpem-password-toggle:hover {
    color: #000;
}

#senhaValidador {
    font-size: 12px;
    color: #daa;
    height: 15px
}

#senhaMedidor {
    height: 20px;
    font-size: 12px;
    color: #daa;
    text-transform: capitalize;
    background: rgba(205, 205, 205, 0.1);
    border-radius: 5px;
    overflow: hidden
}

#senhaMedidor span {
    display: block;
    box-shadow: 0 0 0 #fff inset;
    height: 100%;
    transition: all 0.8s
}

#senhaMedidor .fraca {
    color: red;
    box-shadow: 5em 0 0 #daa inset;
}

#senhaMedidor .media {
    color: #ffc107;
    box-shadow: 10em 0 0 #aa0 inset
}

#senhaMedidor .forte {
    color: green;
    box-shadow: 50em 0 0 #ada inset
}