<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookieConsent {
    background-color: rgba(20,20,20,0.9);
    min-height: 26px;
    font-size: 14px;
    color: #fff;
    padding: 12px 0 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent .btn {
    margin-right: 5px;
}
#cookieConsent h4 {
    color: #fff;
}
#cookieConfig .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}
#cookieConfig .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#cookieConfig .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
#cookieConfig .container:hover input ~ .checkmark {
  background-color: #ccc;
}
#cookieConfig .container input:checked ~ .checkmark {
  background-color: #2196F3;
}
#cookieConfig .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#cookieConfig .container input:checked ~ .checkmark:after {
  display: block;
}
#cookieConfig .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cookieConsent a {
    color: #fff;
    text-decoration: underline;
}
label.container.disable {
    opacity: 50%;
}
@media (min-width:768px) {
    #cookieConfig .modal-dialog {
         
    }
} 
#cookieConfig .container p {
    font-size: 13px;
}

.btn-gerenciar-cookies {
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 1040;
    height: 50px;
    font-size: .9em;
    margin: 10px 10px;
    border: none;
    padding: 12px 18px;
    border-radius: 20px;
    text-decoration: none;
    -webkit-box-shadow: 10px 10px 36px -13px rgba(0,0,0,.25);
    -moz-box-shadow: 10px 10px 36px -13px rgba(0,0,0,.25);
    box-shadow: 10px 10px 36px -13px rgba(0,0,0,.25);
}</pre></body></html>