/* ===== Cookie Consent Override ===== */

body .cc-window.cc-banner {
    padding: 27px 2rem !important;
    background-color: #5c5d5f !important;
    color: #dfdfea !important;
    font-family: var(--font-sans) !important;
    font-size: 14px !important;
	margin-bottom: -3px;
	min-height: 94px;
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
	width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: var(--font-sans) !important;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-bottom {
    bottom: -2px;
}

.cc-btn {
    display: inline-block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    max-width: 100px;
    position: relative;
    /* right: 0; */
    float: right;
}

.cc-window.cc-floating .cc-compliance {
    /* -webkit-box-flex: 1; */
    -ms-flex: 1 0 auto;
    /* flex: 1 0 auto; */
    float: right;
    max-width: 300px;
    right: 2rem;
    position: absolute;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 0;
    max-width: 54%;
}

body .cc-window .cc-message {
    color: #dfdfea !important;
    opacity: 1 !important;
    text-decoration: none !important;
	display: inline;
}

body .cc-window .cc-message a {
    color: #dfdfea !important;
    opacity: 1 !important;
    text-decoration: underline !important;
	display: inline;
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: unset;
	background: #5c5d5f;
	border-radius: 0 !important;
    font-size: 14px !important;
	min-height: 94px;
}

.cc-revoke.cc-bottom {
    display: none;
}

/* Botões */
body .cc-window .cc-btn {
    background-color: #dfdfea !important;
    color: #8169cf !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    min-width: unset !important;
    padding: .4em .8em !important;
}

/* Hover */
body .cc-window .cc-btn:hover {
    opacity: .85 !important;
	text-decoration: none !important;
}




@media (max-width: 480px) {

.cc-window.cc-floating {
    font-size: 13px !important;
}

.cc-window.cc-floating {
  padding: 2em 1rem 2em 1rem;
}

.cc-window.cc-floating .cc-compliance {
  right: 1rem;
}

}