@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap";

section.lgpd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #f5f5f5;
  box-shadow: -5px -5px 15px rgba(0, 0, 0, .1490196078);
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%
}

@media(max-width: 1199.98px) {
  section.lgpd {
    flex-direction: column
  }
  #lgpd .content {
    display: block!important;
  }
}

@media(min-width: 1200px) {
  section.lgpd {
    height: 250px
  }
}

@media(max-width: 1199.98px) {
  section.lgpd .content {
    padding: 20px
  }
}

@media(min-width: 1200px) {
  section.lgpd .content {
    width: 1090px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

@media(max-width: 1199.98px) {
  section.lgpd .content .text {
    font: normal normal normal 13px/24px "Manrope", sans-serif;
    margin-bottom: 20px
  }
}

@media(min-width: 1200px) {
  section.lgpd .content .text {
    font: normal normal normal 14px/24px "Manrope", sans-serif;
    width: 880px
  }
}

section.lgpd .content .text a {
  color: #0c83d9;
  text-decoration: underline
}

@media(max-width: 1199.98px) {
  section.lgpd .content .text a {
    font-weight: bold
  }
}

section.lgpd .content button.primary {
  font: normal normal bold 14px/19px "Manrope", sans-serif;
  color: #fff;
  background-color: #fcc437;
  border: none;
  cursor: pointer;
  border-radius: 40px;
}
section.lgpd .content button.primary:hover {
  opacity: 0.9;
}

@media(max-width: 1199.98px) {
  section.lgpd .content button.primary {
    width: 100%;
    padding: 12px 40px
  }
}

@media(min-width: 1200px) {
  section.lgpd .content button.primary {
    padding: 20px 40px
  }
}

section.lgpd.popup-privacy-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  border: 1px solid #e9ede8;
  opacity: 1;
  visibility: hidden;
  z-index: 9
}

section.lgpd.popup-privacy-policy.show {
  position: fixed !important;
  opacity: 1;
  visibility: visible;
  z-index: 1050;
  transition: .5s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: .5s
}

.modal#modalLGPD {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  opacity: 1;
}
#modalLGPD .modal-dialog {
  max-width: 100%!important;
  margin: 0 auto;;
}
#triggerModalLGPD {
  cursor: pointer;
}

@media(max-width: 1199.98px) {
  .modal#modalLGPD {
    font: normal normal normal 12px/18px "Manrope", sans-serif;
  }

  .modal#modalLGPD::-webkit-scrollbar {
    -webkit-appearance: none
  }
}
.open-lgpd-modal {
  cursor: pointer;
}
@media(min-width: 1200px) {
  .modal#modalLGPD {
    font: normal normal normal 14px/19px "Manrope", sans-serif
  }
}
#triggerModalLGPDFooter {
  color:#fff;
  cursor:pointer;
}

#triggerModalLGPDFooter:before {
  content: "";
  position: relative;
  display: inline-block;
  left: 0;
  margin: 0px 15px;
  height: 10px;
  border-left: 1px solid;
  color: #888787;
}
@media(max-width: 1199.98px) {
  #triggerModalLGPDFooter:before{
    display: none;
  }
}

.modal#modalLGPD .modal-dialog {
  width: 100vw;
  height: calc(100vh + 60px);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(44, 47, 51, .7)
}

.modal#modalLGPD .modal-dialog .modal-content {
  background-color: #fff;
}

@media(max-width: 1199.98px) {
  .modal#modalLGPD {
    overflow: hidden!important;
  }
  .modal#modalLGPD .modal-dialog {
    height:100vh;
    margin-top: 50px;
}
  .modal#modalLGPD .modal-dialog .modal-content {
    width: 100%;
    height: 100%
  }
}

@media(min-width: 1200px) {
  .modal#modalLGPD .modal-dialog .modal-content {
    width: 900px;
    max-height: 75vh;
    border-radius: 6px
  }
}

.modal#modalLGPD .modal-dialog .modal-content .modal-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: solid 1px #e6e6e6;
  position: relative
}

.modal#modalLGPD .modal-dialog .modal-content .modal-header .modal-close {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 10px;
  cursor: pointer
}

@media(max-width: 1199.98px) {
  .modal#modalLGPD .modal-dialog .modal-content .modal-header .modal-close img {
    filter: invert(1);
  }
  .modal#modalLGPD .modal-dialog .modal-content .modal-header .modal-close svg .a {
    fill: none
  }

  .modal#modalLGPD .modal-dialog .modal-content .modal-header .modal-close svg .b {
    fill: none;
    stroke: #000;
    stroke-linecap: round
  }
}

@media(min-width: 1200px) {
  .modal#modalLGPD .modal-dialog .modal-content .modal-header .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -35px
  }

  .modal#modalLGPD .modal-dialog .modal-content .modal-header .modal-close svg .a {
    fill: none
  }

  .modal#modalLGPD .modal-dialog .modal-content .modal-header .modal-close svg .b {
    fill: none;
    stroke: #fff;
    stroke-linecap: round
  }
}

.modal#modalLGPD .modal-dialog .modal-content .modal-header h1 {
  color: #2c2f33;
  padding: 0px;
  margin: 0px
}

@media(max-width: 1199.98px) {
  .modal#modalLGPD .modal-dialog .modal-content .modal-header h1 {
    font: normal normal 600 16px/22px "Manrope", sans-serif
  }
}

@media(min-width: 1200px) {
  .modal#modalLGPD .modal-dialog .modal-content .modal-header h1 {
    font: normal normal bold 22px/30px "Manrope", sans-serif
  }
}

.modal#modalLGPD .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 0px 0px 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 20px
}

.modal#modalLGPD .modal-dialog .modal-content .modal-body a {
  color: #2c2f33
}

@media(max-width: 1199.98px) {
  .modal#modalLGPD .modal-dialog .modal-content .modal-body {
    min-height: calc(100% - 67px - 40px);
    height: calc(100% - 67px - 40px);
    max-height: calc(100% - 67px - 40px)
  }
}

@media(min-width: 1200px) {
  .modal#modalLGPD .modal-dialog .modal-content .modal-body {
    min-height: calc(100% - 67px - 40px);
    height: calc(100% - 67px - 40px);
    max-height: calc(100% - 67px - 40px)
  }
}

.modal#modalLGPD .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 5px;
  border-width: 5px
}

.modal#modalLGPD .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track-piece {
  background-color: #e6e6e6;
  border-color: #fcfcfc;
  border-width: 2px 2px 2px 2px;
  border-style: solid
}

.modal#modalLGPD .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c5c5c5;
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 1px 8px 1px 8px
}

.modal#modalLGPD .modal-dialog .modal-content .modal-body h2 {
  color: #242223;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px
}

@media(max-width: 1199.98px) {
  .modal#modalLGPD .modal-dialog .modal-content .modal-body h2 {
    font: normal normal bold 16px/19px "Manrope", sans-serif
  }
}

@media(min-width: 1200px) {
  .modal#modalLGPD .modal-dialog .modal-content .modal-body h2 {
    font: normal normal bold 20px/26px "Manrope", sans-serif
  }
}

.modal#modalLGPD .strong {
  font-weight: bold
}

.modal#modalLGPD article {
  margin-bottom: 30px;
  padding-right: 10px
}

.modal#modalLGPD table {
  margin-bottom: 20px;
  border-collapse: separate
}

@media(max-width: 1199.98px) {
  .modal#modalLGPD table {
    border-spacing: 0 5px
  }
}

@media(min-width: 1200px) {
  .modal#modalLGPD table {
    border-spacing: 0 10px
  }
}

.modal#modalLGPD table tr th {
  background-color: #d8dde8;
  vertical-align: middle;
  text-align: center;
  color: #8c99af;
  font-weight: bold
}

.modal#modalLGPD table tr th:first-child {
  border-right: solid 5px #fff
}

.modal#modalLGPD table tr th:last-child {
  border-left: solid 5px #fff
}

@media(max-width: 1199.98px) {
  .modal#modalLGPD table tr th {
    font: normal normal bold 12px/18px "Manrope", sans-serif;
    padding: 15px
  }
}

@media(min-width: 1200px) {
  .modal#modalLGPD table tr th {
    font: normal normal bold 14px/19px "Manrope", sans-serif;
    padding: 20px;
    white-space: nowrap
  }
}

.modal#modalLGPD table tr td {
  background-color: #eaedf2;
  vertical-align: middle
}

.modal#modalLGPD table tr td:first-child {
  border-right: solid 5px #fff
}

.modal#modalLGPD table tr td:last-child {
  border-left: solid 5px #fff
}

@media(max-width: 1199.98px) {
  .modal#modalLGPD table tr td {
    font: normal normal normal 12px/18px "Manrope", sans-serif;
    padding: 15px
  }

  .modal#modalLGPD table tr td a {
    word-break: break-all
  }

  .modal#modalLGPD table tr td:first-child {
    font-weight: bold
  }
}

@media(min-width: 1200px) {
  .modal#modalLGPD table tr td {
    font: normal normal normal 14px/19px "Manrope", sans-serif;
    padding: 20px
  }

  .modal#modalLGPD table tr td:first-child {
    font: normal normal bold 14px/19px "Manrope", sans-serif
  }
}

.modal#modalLGPD ul {
  margin: 0;
  margin-block-start: 0em;
  padding-inline-start: 15px
}

.modal#modalLGPD ul li {
  margin-bottom: 10px
}

.modal#modalLGPD ul li a {
  color: #0c83d9;
  text-decoration: underline
}

/*# sourceMappingURL=lgpd.css.map */