nav.nav-new,
nav.nav-new.offline,
.navbar-footer,
.navbar-footer-offset {
  display: none;
}
main,
main.no-navbar {
  padding-top: 0;
}
.sl-promotion-offset,
.sl-campaign {
  display: none;
}
.portal-privacidade__background {
  max-width: 100rem;
  margin: auto;
}
.portal-privacidade__header {
  background: #661577;
  height: 26vh;
  display: flex;
  padding-top: 3vh;
  justify-content: center;
}
.portal-privacidade__logo-esapiens {
  width: 15rem;
}
.portal-privacidade__content {
  background: #fff;
  padding: 4rem;
  border-radius: 2rem;
  margin: -8rem 1rem 5rem;
}
.portal-privacidade__block {
  margin-bottom: 4rem;
}
.portal-privacidade__title {
  margin: 0;
  color: #661577;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 1rem 0;
}
.portal-privacidade__text {
  color: #000;
  font-size: 1.5rem;
}
.portal-privacidade__questions {
  display: flex;
  flex-direction: column;
}
.portal-privacidade__question {
  margin-top: 1rem;
  border: solid 0.2rem #eee;
  border-radius: 0.5rem;
  padding: 0.7rem 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eee;
}
.portal-privacidade__question:hover,
.portal-privacidade__question:focus {
  border: solid 0.2rem #661577;
}
.portal-privacidade__arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.portal-privacidade__content {
  opacity: 0;
  transform: translateX(20px);
  animation: animeRight 0.4s forwards 0.1s;
}
.portal-privacidade__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.portal-privacidade__label {
  color: #333;
  font-size: 1.5rem;
}
.portal-privacidade__input {
  padding: 1rem;
  font-size: 1.5rem;
  border: solid 1px #661577;
}
.portal-privacidade__content--second {
  margin-bottom: 0;
}
.portal-privacidade__back-area {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.portal-privacidade__back {
  border: none;
  background: transparent;
  font-size: 1.8rem;
  text-decoration: underline;
  color: #666;
}
.portal-privacidade__send-area {
  display: flex;
  justify-content: center;
}
.portal-privacidade__send {
  background: #661577;
  border: solid 1px #661577;
  font-size: 1.5rem;
  padding: 0.5rem 4rem;
  border-radius: 0.5rem;
  color: #fff;
}
button[disabled].portal-privacidade__send {
  opacity: 0.5;
}
.portal-privacidade__select {
  background: transparent;
}
.modal-dialog .modal-body {
  display: none;
}
div.onboarding-steps-float.visible {
  display: none;
}
@keyframes animeRight {
  to {
    transform: initial;
    opacity: 1;
  }
}
