
.barra_privacidade {
    z-index: 10000;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 10px 0 !important;
    border-top: 2px solid black;
    box-sizing: border-box;
    background-color: white;
}

.barra_privacidade P {
    opacity: 1 !important;
    font-family: "Open Sans",sans-serif !important;
    line-height: 1.7;
}

.barra_privacidade.quadro_priv {
    padding-top:    40px;
    padding-bottom: 40px;
    line-height:    1.4;
    color:          black !important;
}

.quadro_priv p {
    padding:         0 !important;
    font-family: "Open Sans",sans-serif !important;
    font-size:       1em;
    font-weight:     500;
    text-align:      justify;
    -ms-hyphens:     auto;
    -webkit-hyphens: auto;
    hyphens:         auto;
    color:           black;
}

.plan_btn_priv,
.plan_btn_priv:focus {
    width: 100px !important;
    height: 30px;
    margin-left: 20px;
    margin-right: 0;
    padding: 0;
    border: 1px solid black;
    border-radius: 30px;
    font-family: "Open Sans",sans-serif !important;
    line-height: 1.8 !important;
    word-spacing: 10px;
    color: white !important;
    background-color: black;
}
.plan_btn_priv:active {
    color: black !important;
}

.moldura_priv {
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;
    margin: 0 20px;
    padding-top: 1px;
}

.texto_priv {
    align-self: center !important;
    margin:  0 !important;
    padding: 0 !important;
    font-size: 1.65rem;
    font-weight: bold !important;
    text-align:      justify !important;
    vertical-align: middle !important;
    -ms-hyphens:     auto !important;
    -webkit-hyphens: auto !important;
    hyphens:         auto !important;
}

.texto_priv SPAN {
    padding: 0 5px;
    font-size: inherit;
    font-weight: bold;
    font-style: italic;
    color: red;
    cursor: pointer;
}

.botao_priv {
    align-self: center !important;
    width: auto !important;
    margin:  0 !important;
    padding: 0 !important;
}

.btn {
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: background-color 0.3s;
    font-weight: 500;
    padding: 0;
    outline: none !important;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 2.5;
}

.no_display {
    display: none !important;
}

/* Horizontal */

@media (max-width: 640px) {
    .barra_privacidade {
        padding: 0 !important;
    }

    .moldura_priv {
        margin: -5px 0 0 0 !important;
        padding: 10px 10px !important;
        flex-flow: column !important;
    }

    .quadro_priv p {
        font-size: 0.8em !important;
    }

    .botao_priv {
        font-weight: bold !important;
    }

    .btn {
        font-size: 1.3rem;
        line-height: 1.8 !important;
    }

    .plan_btn_priv,
    .plan_btn_priv:focus {
        width: 120px !important;
        height: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .texto_priv {
        font-size: 1.6rem !important;
    }
}

/* Vertical */

@media (max-height: 640px) {
    .barra_privacidade {
        padding: 0 !important;
    }

    .moldura_priv {
        margin: 10px;
    }

    .texto_priv {
        font-size: 1.45rem !important;
    }
}


