/* Contabilizado */
.LGPD-notice {
    display: flex;
    justify-content: center;
}

.LGPD-notice .LGPD-center {
    background: #ffffff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    justify-content: space-between;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    max-width: 848px;
    position: fixed;
    z-index: 99999;
    display: flex;
    bottom: 88px;
    width: 100%;
    opacity: 1;
    gap: 45px;
}

.LGPD-notice .LGPD-center .LGPD-mensagem {
    max-width: 667px;
    width: 100%;
}

.LGPD-notice .LGPD-center .LGPD-mensagem span {
    font: normal normal normal 12px/20px Roboto, sans-serif;
    letter-spacing: 0;
    color: #1f1f1f;
}

.LGPD-notice .LGPD-center .LGPD-mensagem span a {
    font: normal normal 500 12px/20px Roboto, sans-serif;
    text-decoration: underline;
    letter-spacing: 0;
    text-align: left;
    color: #ac1314;
}

.LGPD-fechaCOntabilizadoRodape {
    max-width: 104px;
    width: 100%;
}

.LGPD-fechaCOntabilizadoRodape #aceitoLGPD {
    background: #ae0f09 0 0 no-repeat padding-box;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    max-width: 104px;
    cursor: pointer;
    display: flex;
    height: 31px;
    width: 100%;
    opacity: 1;
}

.LGPD-fechaCOntabilizadoRodape #aceitoLGPD .LGPD-aceito {
    font: normal normal bold 12px/20px Roboto, sans-serif;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
}

@media (max-width: 991px) {
    .LGPD-notice {
        width: 100%;
    }

    .LGPD-notice .LGPD-center {
        justify-content: space-evenly;
        flex-direction: column;
        align-items: unset;
        max-height: 143px;
        padding: 10px;
        height: 100%;
        width: calc(100% - 24px);
        left: 12px;
        gap: unset;
    }

    .LGPD-fechaCOntabilizadoRodape {
        align-self: end;
    }

    .LGPD-notice .LGPD-center .LGPD-mensagem span,
    .LGPD-notice .LGPD-center .LGPD-mensagem span a {
        font: normal normal 500 12px/17px Roboto, sans-serif;
    }

    .LGPD-fechaCOntabilizadoRodape #aceitoLGPD {
        height: 35px;
    }
}
