
#modalSolicitacao label{ padding-right: 20px; }
#modalSolicitacao .explicacao{ font-size: 12px; line-height: 120%; }

@media all and (min-width: 600px) {
  #modalLgpd .teste-modal{
    position: absolute;
    bottom: 20px;
    top: 20px;
  }
}
.close {
    font-size: 48px;
    color: #000;
}

.minhamodal1 a, .minhamodal a{
  color: #212529;
  font-weight: 700;
}
.minhamodal1 h2, .minhamodal h2{
  font-size: 25px;
  font-weight: bold;
}
.minhamodal1 {
  color: rgb(33, 37, 41);
}
.minhamodal1 .botao{
  position: relative;
  border-radius: 5px !important;
  color: #fff;
  background: #000;
  border: 1px solid #ffffff;
  padding: 4px 20px;
  margin-bottom: 7px;
}

.minhamodal1 .botao:hover, .minhamodal .botao.active{
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.minhamodal ul li{
  margin-left: 40px;
}

#modalLgpd .modal-body b{
  color: #000;
}
#modalLgpd .modal-body #lista-cookie ul li{
  color: #999999;
  font-size: 14px;
}
#modalLgpd .modal-body #lista-cookie ul li strong{
  color: #000;
}
#modalLgpd .modal-body #lista-cookie ul li ul li{
  border-radius: 25px;
  border: 1px solid #ccc;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-lgpd, .btn-lgpd:active{position: fixed; z-index: 1000; bottom: 50px; left: 20px; width: 50px; height: 60px; -webkit-border-radius: 30px; cursor: pointer; color: #000; transition: .3s; background: transparent url('../img/lgpd.svg') no-repeat left center; background-size: 50px; border: none; padding:  0 10px;
  text-align: right; opacity: 0.5;}
.btn-lgpd:hover{opacity: 1; color: #000; }

#modalLgpd .modal-body b{
  color: #212529;
}

#popupLgpd{
  background: rgba(240,240,240, 0.965);
  z-index: 1001;
}
.onoff {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.onoff input {
  margin-left: 10px;
}
.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fff;
  border-radius: 13px;
  font-weight: bold;
  border: 1px solid #999;
  color: #FFF;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
}
.onoff label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: #591717;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  z-index: 1;
}
.onoff label:before {
  content:'';
  -webkit-mask: url(../img/x.svg) no-repeat center ;
  mask:  url(../img/x.svg) no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #999;
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  /*-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);*/
}
.onoff input:checked + label {
  background: #fff;
  border: 1px solid #333;
  text-indent: 8px;
}

.onoff input:checked + label:before {
  background: #333;
}
.onoff.disabled input:checked + label:before {
  border: 1px solid #999;
  background: #999;
}
.onoff.disabled label {
  border-color: #ddd !important;
  cursor: auto;
}
.onoff.disabled label:before {
  background: #ddd;
}
.onoff input:checked + label:after {
  content: '';
}
.onoff input:checked + label:before {
  left: 30px;
  -webkit-mask: url(../img/ok.svg) no-repeat center;
  mask:  url(../img/ok.svg) no-repeat center;
}

#menu-privacidade p{ margin: 10px 0; }