/* Politica de Privacidade */

.banner-lgpd-consent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 31%);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.banner-lgpd-consent-container {
    position: fixed!important;
    left: 0 !important;
    bottom: 10px !important;
    display: flex;
    width: 96vw;
    justify-content: center;
    z-index: 29999999;
}
