:root {
    --azul: #012351;
    --botao-1: #012351;
    --botao-2: #f487c3;
    --border-containers-login: lightgray;
    --border-botao-cliente: #012351;
    --border-botao-cliente-hover: #012351;
    --border-botao-no: #f487c3;
    --border-botao-yes-hover: #012351;
    --color-botao-cliente: #012351;
    --color-botao-no: #f487c3;
    --color-botao-yes-hover: #012351;
    --color-icone-info-login: #03244e;
    --color-fonte-info-login: #03244e;
    --color-fonte-info-login-hover: #F06292;
    --rosa: #f487c3;
    --shadow-containers-login: lightgray;
    --white: #FFF;
}

a {
    text-decoration: none;
}

h1 {
    font-weight: 700;
    font-size: 26px;
}

h2 {
    font-weight: 700;
    font-size: 24px;
}

h3 {
    font-weight: 600;
    font-size: 22px;
}

h4 {
    color: var(--es-color-dark-1);
    font-weight: 600;
    font-size: 20px;
}

p {
    font-size: 18px;
}

code {
    color: var(--es-color-dark-1);
    font-size: 16px;
    text-align: justify;
}

.bg-ac {
    align-items: center;
    /*background: url('../img/bg-vix.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 93.2vh;
}

.bg-white-ac {
    background: url('../img/diamond.png') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: auto;
}

.ac-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    width: 100%;
}

.ac-area {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    background: var(--white);
}

.ac-container {
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    flex-direction: column;
    margin: 0 auto;
    max-width: 450px;
}

.ac-titulo {
    align-items: center;
    display: block;
    justify-content: center;
    margin: 20px auto;
    text-align: justify;
    vertical-align: middle;
}

.ac-form {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ac-texto {
    text-align: justify;
}

.ac-card {
    margin: 20px 0;
}

.ac-campo-botoes {
    margin: 25px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-botao-1 {
    background-color: var(--botao-1) !important;
    font-weight: 600;
    border: none;
    height: 40px;
    /*width: 150px;*/
    color: var(--white);
}

    .ac-botao-1:hover {
        border: 2px solid var(--botao-1) !important;
        background: var(--white) !important;
        color: var(--botao-1) !important;
    }

.ac-botao-2 {
    background-color: var(--white) !important;
    border: 2px solid var(--botao-2) !important;
    height: 40px;
    /*width: 150px;*/
    font-weight: bold;
    color: var(--botao-2) !important;
}

    .ac-botao-2:hover {
        background-color: var(--botao-2) !important;
        font-weight: bold;
        color: var(--white) !important;
    }

a.ac-botao-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-botao-3 {
    background-color: var(--botao-1) !important;
    font-weight: 600;
    border: none;
    height: 40px;
    width: 200px;
    color: var(--white);
}

    .ac-botao-3:hover {
        border: 2px solid var(--botao-1) !important;
        background: var(--white) !important;
        color: var(--botao-1) !important;
    }
    
.icone-social {
    line-height: 0;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    justify-content: center;
}

    .icone-social:hover {
        transform: scale(1.2);
    }
    
/*.card {
    background-color: var(--es-color-light-2) !important;
    border: 1px solid lightgrey;
    box-shadow: none !important;
    line-height: 25px;
    align-content: space-around;
}*/

.efeito-glass {
    background: rgba(255,255,255, 0.55);
    backdrop-filter: blur(3px);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);
}

.login-row {
    display: flex;
    margin: 0;
    margin-top: 4rem;
}

.login-row .govbr-col {
    flex: 1 1 0;
    margin-left: 6rem;
    margin-right: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
}

.signin-well {
    padding: 40px 40px;
    margin: auto;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

    .signin-well.govbr {
        padding: 3rem 4rem;
        border: 1px solid #e3e3e3;
        min-height: 330px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .signin-well.govbr .top-row, .signin-well.govbr .bottom-row {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 9rem;
    }

        .signin-well.govbr .icone-govbr {
            align-self: start;
            max-width: 300px;
        }

    .signin-well.govbr .btn.btn-govbr-main {
        padding: 1.5rem 6rem;
    }

    .signin-well.govbr .btn {
        border-radius: 0.75em;
        font-weight: bold;
        font-size: 22px;
        width: auto;
    }

.header.big {
    font-size: 24px;
    display: flex;
    row-gap: 1em;
    flex-flow: column;
    min-width: 500px;
}

.signin-well .header {
    font-size: 18px;
    color: #777;
    padding-left: 6rem;
    /*flex-direction: row;*/
}

header {
    box-shadow: 0 3px 6px #00000029;
    height: 4.4187em;
}

header > section {
    background: white !important;
}

header .sistema-area img {
    margin: 10px;
    max-height: 30px !important;
}

.link-govbr {
    transition: all .2s ease-in-out;
}

    .link-govbr > a > img, .link-govbr > img {
        padding-left: 3px;
        height: 27px;
    }

    .link-govbr:hover, .link-govbr:hover > a {
        color: white !important;
    }

        .link-govbr:hover > a > img, .link-govbr:hover > img {
            height: 27px;
            filter: brightness(0) invert(1);
        }

.login-alt {
    column-gap: 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.logo-ac {
    margin-top: 25px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icone-certificado-sm {
    filter: invert(29%) sepia(84%) saturate(3535%) hue-rotate(210deg) brightness(103%) contrast(98%);
    height: 20px;
}

    .icone-certificado-sm:hover {
        filter: invert(22%) sepia(78%) saturate(2159%) hue-rotate(203deg) brightness(101%) contrast(96%);
    }
    
.lp-section {
    display: block;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.lp-container {
    max-width: 750px;
    height: auto;
    position: absolute;
    display: block;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 35px 0;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.lp-titulo {
    font-size: 35px;
    font-weight: 700;
    color: var(--es-color-dark-1);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}

.lp-botoes {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-botao-entrar {
    background-color: #012351 !important;
    border-radius: 5px;
    width: 180px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5f5f5;
    font-size: 17px;
    font-weight: bold;
}

    .lp-botao-entrar:hover {
        background-color: var(--white) !important;
        color: #012351;
        border: 2px solid #012351;
    }
    
.bloqueio-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bloqueio-area {
    padding: 20px;
    max-width: 100%;
    background: var(--white);
}

.bloqueio-container {
    align-items: center;
    border-radius: 5px;
    max-width: 800px;
}

.head-bloqueio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
    margin: 20px auto;
    width: 95%;
}

.mensagem-bloqueio {
    font-size: 22px;
}

.mensagem-destaque-bloqueio {
    font-size: 16px;
    font-weight: bold;
}

.mensagem-legislacao {
    font-style: italic;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    font-size: 16px;
    line-height: 1.8;
}

.consentir-icon {
    font-size: 16px;
    color: #012351;
}

.list-group-item {
    border-radius: 4px !important;
}

#vue {
    height: 100vh;
}

.msg-erro-senha {
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.posicao-links-form {
    color: var(--azul);
    float: left;
    padding-left: 0.2rem;
    font-weight: 600;
    text-decoration: underline;
}

.posicao-links-form:hover {
    color: var(--rosa);
}

@media(max-height: 800px) {
    .bg-ac {
        min-height: 92vh;
    }
}

@media(min-width: 1367px) {
    .ac-grupo-botoes {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .ac-botao-1 {
        font-size: 16px;
    }

    .ac-botao-2 {
        font-size: 16px;
    }

    .sair-botoes-texto {
        text-align: center;
    }
    
    .lp-section {
        margin-top: 45px;
    }

    .lp-titulo {
        font-size: 45px;
    }

    .lp-botoes {
        margin-top: 30px;
    }
}

@media(max-width: 1366px) {
    .ac-grupo-botoes {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .ac-botao-1 {
        font-size: 16px;
    }

    .ac-botao-2 {
        font-size: 16px;
    }

    .sair-botoes-texto {
        text-align: center;
    }
    
    .lp-section {
        margin-top: 25px;
    }

    .lp-container {
        width: 50%;
        padding: 25px 0;
    }

    .lp-botoes {
        margin-top: 20px;
    }

    .lp-botao-entrar {
        width: 170px;
    }
}

@media(max-width: 1024px) {
    .ac-card {
        height: auto;
    }

    .ac-botao-1 {
        font-size: 16px;
    }
    
    .lp-section {
        margin-top: 15px;
    }

    .lp-container {
        width: 65%;
        padding: 25px 8px;
    }

    .lp-titulo {
        font-size: 35px;
    }

    .lp-botao-entrar {
        width: 160px;
        font-size: 16px;
    }
}

@media(max-width: 1024px) and (height: 1366px) {
    .bg-white-ac {
        height: auto;
    }

    .ac-section {
        margin: 18rem 0;
    }

    .ac-card {
        height: auto;
    }

    .ac-botao-1 {
        font-size: 16px;
    }

    #btn-sim {
        font-size: 14px;
    }

    #btn-nao {
        font-size: 14px;
    }
    
    .lp-section {
        margin-top: 25px;
    }

    .lp-container {
        width: 100%;
        top: 39%;
        left: 50%;
        padding: 25px 8px;
    }

    .lp-titulo {
        font-size: 45px;
    }

    .lp-botoes {
        margin-top: 30px;
    }

    .lp-botao-entrar {
        margin-bottom: 10px;
    }    
}

@media(max-width: 920px) {
    .ac-area {
        margin: 5rem 0;
    }

    .ac-card {
        height: auto;
    }

    #btn-permitir {
        margin-right: 15px;
    }
    
    .lp-section {
        margin-top: 60px;
    }

    .lp-container {
        width: 90%;
        top: 34%;
        left: 50%;
    }

    .lp-titulo {
        font-size: 42px;
    }

    .lp-botoes {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .texto-barra-info {
        font-size: 14px;
    }
    
    .bloqueio-area {
        width: 90%;
    }

    .head-bloqueio {
        width: 95%
    }    
}

@media(max-width: 820px) {
    .ac-area {
        width: 60%;
        margin: 0;
    }
    
    .lp-section {
        margin-top: 10px;
    }

    .lp-container {
        width: 80%;
        top: 33%;
    }

    .lp-titulo {
        font-size: 40px;
    }

    .lp-botoes {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .lp-botao-entrar {
        width: 150px;
    }
}

@media(max-width: 768px) {
    .ac-grupo-botoes {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .ac-botao-1 {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .ac-botao-2 {
        margin-bottom: 10px;
        font-size: 16px;
        margin-right: 0;
    }

    .ac-card {
        height: auto;
    }

    .lp-section {
        margin-top: 15px;
    }

    .lp-titulo {
        font-size: 32px;
    }

    .lp-botoes {
        margin-top: 15px;
    }

    .lp-botao-entrar {
        height: 40px;
    }
    
    .bloqueio-area {
        width: 90%;
    }

    .head-bloqueio {
        width: 95%
    }

    .mensagem-bloqueio {
        font-size: 18px;
    }

    .mensagem-legislacao {
        font-size: 16px;
    }
}

@media(max-width: 575px) {
    .ac-area {
        width: 90%;
        display: block;
        margin: auto;
    }

    #btn-sim {
        margin-right: 15px;
    }

    .lp-section {
        margin-top: 15px;
    }

    .lp-container {
        top: 20%;
    }

    .lp-titulo {
        font-size: 28px;
    }

    .lp-botao-entrar {
        width: 130px;
        font-size: 14px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .bloqueio-area {
        width: 85%;
    }

    .head-bloqueio {
        width: 90%
    }

    .mensagem-bloqueio {
        font-size: 18px;
    }

    .mensagem-legislacao {
        font-size: 16px;
        width: 90%
    }
}

@media(max-width: 425px) {
    .ac-form {
        display: grid;
    }

    #btn-sim {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .lp-section {
        margin-top: 25px;
    }

    .lp-container {
        width: 90%;
        top: 20%;
        left: 50%;
        padding: 25px 8px;
    }

    .lp-titulo {
        font-size: 24px;
    }

    .lp-botoes {
        margin-top: 20px;
    }

    .lp-botao-entrar {
        width: 115px;
        font-size: 13px;
    }

    p {
        font-size: 16px;
    }

    .bloqueio-area {
        width: 90%;
    }

    .head-bloqueio {
        margin-top: 35px;
        width: 85%;
    }

    .mensagem-legislacao {
        width: 85%;
    }
}

@media(max-width: 400px) {
    .lp-section {
        margin-top: 30px;
    }

    .lp-titulo {
        font-size: 30px;
    }
}

@media(max-width: 375px) {
    .ac-botao-1 {
        font-size: 14px;
    }

    .ac-botao-2 {
        font-size: 14px;
    }

    .lp-section {
        margin-top: 30px;
    }

    .lp-titulo {
        font-size: 28px;
    }

    .lp-botoes {
        margin-top: 20px;
    }
    
    .mensagem-bloqueio {
        font-size: 16px;
    }

    .mensagem-legislacao {
        font-size: 14px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }
}

@media(max-width: 360px) {
    .msg-erro-senha {
        font-size: 14px;
    }

    .lp-section {
        margin-top: 50px;
    }

    .lp-container {
        width: 85%;
    }

    .lp-titulo {
        font-size: 26px;
        padding-left: 5px;
    }

    .lp-botoes {
        margin-top: 10px;
    }

    .lp-botao-entrar {
        width: 120px;
        font-size: 14px;
    }
    
    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }
    
    .mensagem-bloqueio {
        font-size: 14px;
    }

    .mensagem-legislacao {
        font-size: 14px;
    }
    
    .texto-barra-info {
        font-size: 14px;
    }
}

@media(max-width: 320px) {
    .lp-section {
        margin-top: 25px;
    }

    .lp-container {
        width: 85%;
    }

    .lp-titulo {
        font-size: 24px;
    }

    .lp-botoes {
        margin-top: 5px;
    }
}

@media(max-width: 281px) {
    .lp-section {
        margin-top: 25px;
    }

    .lp-botoes {
        margin-top: 5px;
    }

    .lp-botao-entrar {
        height: 35px;
        width: 100px;
    }
}
