:root {
  --text: #171f36;
  --blue: #3668fc;
  --hover-blue: #1242af;
  --dark-slate-blue: #22398e;
  --rejected: #e6253f;
  --hover-red: #b81b2c;
  --white: white;
  --fine-line: #e0e2e7;
  --placeholder: #9c9c9c;
  --confirmation-green: #05b32e;
  --lines: #d0d3dd;
  --table-hover: #f8f8f8;
  --menu-icon-color: #89919b;
  --hover-green: #058317;
  --navigation-text: #919ba7;
  --steel-blue: #5968a3;
  --medium-sea-green: rgba(46, 204, 113, .15);
  --orange-cray: rgba(243, 156, 18, .15);
  --hover-amber: #db8c10;
  --menu-text: #b8bac1;
  --amber: #ffb100;
  --bg-2: #f3f4f9;
  --weba-orange: #ff5c4b;
  --line: #e0e2e7;
  --facebook-blue: #0081f6;
  --erro-message-bg: #fce1e6;
  --dark-slate-blue-2: #2d375f;
  --midnight-blue-darker: #212a4b;
  --steel-blue-2: #156ebe;
  --black: black;
  --bg-1: #eee;
  --dark-green: #087020;
  --hover: #f8f9fc;
  --white-smoke: #f0f0f0;
  --background: #e9e9e9;
  --purple: #bd23a0;
  --form-field: #f3f3f3;
  --yellow-green: #94c11e;
  --black-2: #10152a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  min-width: auto;
  color: var(--text);
  background-color: #f7f7f7;
  font-family: Google Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.button {
  height: 40px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button.blue {
  background-color: var(--blue);
}

.button.blue:hover {
  background-color: var(--hover-blue);
}

.button.blue.float-right {
  height: 50px;
  float: right;
  background-color: var(--dark-slate-blue);
  border-radius: 5px;
  margin-top: 3px;
  margin-right: 0;
  padding-top: 13px;
}

.button.blue.float-right:hover {
  background-color: var(--hover-blue);
}

.button.blue.float-right._90 {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button.blue.float-right._90:hover {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
}

.button.blue.float-right._90._5 {
  margin-right: 0;
}

.button.blue.float-right._3 {
  margin-right: 10px;
}

.button.red {
  background-color: var(--rejected);
}

.button.red:hover {
  background-color: var(--hover-red);
}

.button.red.float-right {
  float: right;
  background-color: var(--white);
  color: var(--rejected);
  margin-right: 0;
  padding-top: 8px;
}

.button.red.float-right:hover {
  background-color: var(--rejected);
  color: var(--white);
}

.button.red.float-right.cancelar {
  height: 50px;
  border: 1px solid var(--fine-line);
  color: var(--placeholder);
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  padding: 0 35px;
  display: flex;
}

.button.red.float-right.cancelar:hover {
  color: var(--white);
  border-color: rgba(0, 0, 0, 0);
}

.button.red.float-right.concluir {
  background-color: var(--confirmation-green);
  color: var(--white);
}

.button.submit {
  width: 100%;
  height: 50px;
  background-color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 50px;
  transition: all .1s;
  display: block;
}

.button.submit:hover {
  background-color: var(--hover-blue);
}

.button.submit._2 {
  margin-top: 45px;
}

.button.submit.enviar {
  width: 161px;
  float: right;
  background-color: var(--blue);
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.button.submit.enviar:hover {
  background-color: var(--hover-blue);
}

.button.submit.red {
  background-color: var(--rejected);
}

.button.gray {
  border: 1px solid var(--lines);
  background-color: var(--table-hover);
  color: var(--placeholder);
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button.gray:hover {
  background-color: var(--blue);
  color: var(--white);
  border-color: rgba(0, 0, 0, 0);
}

.button.gray.delete:hover {
  background-color: var(--rejected);
}

.button.chevron {
  height: 50px;
  color: var(--menu-icon-color);
  margin-left: 0;
  margin-right: 0;
  padding: 0 25px 0 0;
  font-family: Chevrons, sans-serif;
  font-size: 31px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  top: 5px;
}

.button.chevron:hover {
  color: var(--text);
}

.button.chevron.float-left {
  height: 50px;
  float: none;
  padding-top: 0;
  font-family: Chevron thick, sans-serif;
  line-height: 50px;
  display: inline-block;
  top: 6px;
}

.button.chevron.float-left.p {
  color: var(--white);
}

.button.success-continue {
  background-color: var(--confirmation-green);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button.success-continue:hover {
  background-color: var(--hover-green);
}

.button.success-continue.flexed {
  background-color: var(--confirmation-green);
}

.button.success-continue.flexed:hover {
  background-color: var(--hover-green);
}

.button.success-continue-copy {
  background-color: rgba(0, 0, 0, .18);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button.success-continue-copy:hover {
  background-color: rgba(0, 0, 0, .32);
}

.button.success-continue-copy.ok {
  border: 1px solid var(--confirmation-green);
  color: var(--confirmation-green);
  background-color: rgba(0, 0, 0, 0);
  right: 177px;
}

.button.success-continue-copy.ok:hover {
  background-color: var(--confirmation-green);
  color: var(--white);
}

.button.success-continue-copy.ok {
  color: #05b32e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #05b32e;
  right: 177px;
}

.button.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button.cancel-delete {
  width: 161px;
  height: 45px;
  float: left;
  border: 1px solid var(--fine-line);
  background-color: var(--white);
  color: var(--menu-icon-color);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  line-height: 45px;
  display: inline-block;
}

.button.cancel-delete.new {
  background-color: var(--fine-line);
  color: var(--navigation-text);
}

.button.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button.gray:hover {
  color: #fff;
  background-color: #3668fc;
  border-color: rgba(0, 0, 0, 0);
}

.button.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button.success-continue:hover {
  background-color: #058317;
}

.button.blue {
  background-color: #3668fc;
}

.button.blue:hover {
  background-color: #1242af;
}

.button.blue._90 {
  color: #22398e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #22398e;
  margin-left: 0;
  margin-right: 10px;
}

.button.blue._90:hover {
  border-style: solid;
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.button.blue._90.w--current {
  border-style: none;
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.button._900 {
  width: 100%;
  height: 45px;
  border-style: solid;
  border-color: var(--hover-blue);
  color: var(--hover-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}

.button._900._300 {
  background-color: var(--steel-blue);
  color: #fff;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
}

.button.baixar {
  width: 200px;
  background-color: var(--steel-blue);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.button._2 {
  background-color: var(--confirmation-green);
  margin-left: 0;
  margin-right: 0;
}

.search {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.page-title-wrapper {
  height: 80px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: 0;
}

.page-title-wrapper.minus-20-bottom-margin {
  height: auto;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.page-title-wrapper.minus-20-bottom-margin._5 {
  margin-bottom: 25px;
}

.page-title-wrapper.minus-20-bottom-margin._5400 {
  color: var(--white);
}

.page-title-wrapper._10-bottom-margin {
  margin-bottom: 10px;
}

.page-title-wrapper._90 {
  margin-bottom: 25px;
}

.page-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.page-h1.in-page-with-icon {
  max-width: 70%;
  margin-left: 25px;
  line-height: 40px;
  display: inline-block;
  position: relative;
}

.page-h1.in-page-with-icon._1 {
  background-color: var(--medium-sea-green);
  color: var(--hover-green);
  text-transform: uppercase;
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  top: -7px;
}

.page-h1.in-page-with-icon._1._2 {
  background-color: var(--orange-cray);
  color: var(--hover-amber);
}

.page-h1.in-page-with-icon._1._3 {
  color: #5f5d5d;
  background-color: rgba(187, 189, 197, .68);
}

.page-h1.cliente-name-hi {
  margin-left: 0;
  font-size: 24px;
  line-height: 120%;
  position: relative;
}

.page-h1.sub {
  color: var(--text);
  margin-bottom: 25px;
  font-size: 18px;
}

.table-wrapper {
  min-height: 500px;
  display: block;
}

.table-wrapper.new {
  min-height: auto;
  padding-bottom: 50px;
}

.table-field-lable-wrapper {
  border: 1px solid var(--fine-line);
  background-color: var(--white);
  color: var(--menu-text);
  text-transform: uppercase;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 11px;
  line-height: 100%;
  display: flex;
}

.table-content {
  border: 2px rgba(208, 211, 221, .25);
  overflow: hidden;
}

.table-content-link {
  height: 70px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--fine-line);
  color: var(--text);
  background-color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.table-content-link:hover {
  background-color: rgba(54, 104, 252, .02);
}

.table-main-wrapper._10 {
  margin-top: 0;
}

.valida-table-field-lable {
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
}

.valida-table-field-lable.estatuto {
  width: 15%;
  flex: 0 auto;
}

.valida-table-field-lable.titulo {
  width: 30%;
  flex: 1;
}

.valida-table-field-lable.id {
  width: 10%;
  flex: 0 auto;
}

.valida-table-field-lable.data, .valida-table-field-lable.categoria {
  width: 15%;
  flex: 0 auto;
}

.valida-table-field-lable.categoria._2 {
  width: 20%;
}

.valida-table-field-lable.categoria._6 {
  width: 25%;
}

.valida-table-field-lable.foto {
  width: 10%;
  text-align: left;
  flex: 0 auto;
  padding-left: 25px;
  padding-right: 0;
}

.valida-table-field-lable.table-img-info {
  width: 10%;
  flex: 0 auto;
  padding-left: 10px;
}

.valida-table-field-lable.nome-admin {
  width: 30%;
  flex: 0 auto;
}

.valida-table-field {
  flex: 1;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.valida-table-field.estatuto {
  width: 15%;
  flex: 0 auto;
}

.valida-table-field.estatuto.pendente {
  color: var(--amber);
}

.valida-table-field.estatuto.validado {
  color: var(--confirmation-green);
}

.valida-table-field.estatuto.rejeitado {
  color: var(--menu-text);
}

.valida-table-field.estatuto.pendente {
  color: #f39c12;
}

.valida-table-field.titulo {
  width: 30%;
  color: var(--text);
  flex: 1;
}

.valida-table-field.id {
  width: 10%;
  flex: 0 auto;
}

.valida-table-field.data, .valida-table-field.categoria {
  width: 15%;
  flex: 0 auto;
}

.valida-table-field.categoria._2 {
  width: 20%;
}

.valida-table-field.categoria._6 {
  width: 25%;
}

.valida-table-field.categoria._6.cred {
  color: var(--blue);
}

.valida-table-field.image {
  width: 10%;
  flex: 0 auto;
  padding-left: 10px;
}

.valida-table-field.foto {
  width: 10%;
  flex: 0 auto;
  padding-left: 25px;
  padding-right: 0;
}

.valida-table-field.nome-admin {
  width: 30%;
  color: var(--text);
  flex: 0 auto;
}

.valida-table-field.titulo {
  width: 30%;
  color: #171f36;
  flex: 1;
  font-weight: 500;
}

.navegador {
  z-index: 100;
  height: 70px;
  border-bottom: 1px none var(--lines);
  background-color: #fff;
  justify-content: flex-start;
  padding-left: 50px;
  padding-right: 37.5px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

.logo-block {
  width: 200px;
  height: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 70px;
}

.mid-block {
  height: 70px;
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.profile {
  width: 30px;
  height: 30px;
  border: 1px solid var(--bg-2);
  background-color: var(--menu-text);
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  position: static;
  top: 22.5px;
  bottom: auto;
  left: 25px;
  right: auto;
}

.dropdown-toggle-with-name {
  width: 200px;
  height: 70px;
  justify-content: flex-end;
  align-items: center;
  padding: 0 25px;
  display: flex;
}

.search-icon {
  float: left;
  color: var(--menu-icon-color);
  padding-left: 25px;
  padding-right: 25px;
  font-family: topbar-icon, sans-serif;
  font-size: 20px;
  line-height: 70px;
  text-decoration: none;
  display: none;
}

.link-text {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.link-icon {
  margin-right: 10px;
  font-family: sidebar-icon, sans-serif;
  font-size: 20px;
}

.link-icon.parceirosss {
  font-family: Icons, sans-serif;
  font-size: 22px;
}

.link-icon.chat-icon {
  font-family: chat-icon, sans-serif;
}

.navi-link {
  color: var(--text);
  border-top: 2px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 1px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navi-link:hover {
  color: var(--weba-orange);
}

.navi-link.w--current {
  border-bottom-color: var(--weba-orange);
  color: var(--weba-orange);
}

.pop-up {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.pop-up.delete {
  align-items: center;
  padding-bottom: 17vh;
  display: none;
}

.close-pop-up {
  background-color: rgba(23, 31, 54, .45);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block {
  z-index: 10;
  max-width: 800px;
  min-height: 600px;
  min-width: 500px;
  background-color: #fff;
  border-radius: 4px;
  margin: 10vh auto 100px;
  position: relative;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .25);
}

.block.alterar-senha {
  max-width: 430px;
  min-height: 300px;
  min-width: 430px;
  border-top: 3px none var(--rejected);
  border-radius: 10px;
  margin-top: 1vh;
  margin-bottom: 1vh;
  overflow: hidden;
}

.button-icon {
  margin-right: 10px;
  font-family: Buttons, sans-serif;
  position: relative;
  top: 2px;
}

.button-icon.money-button-icon {
  font-family: sidebar-icon, sans-serif;
}

.button-icon.alert {
  height: 28px;
  float: left;
  cursor: default;
  margin-right: 8px;
  padding-left: 10px;
  font-family: Warning info, sans-serif;
  font-size: 14px;
  line-height: 28px;
  display: inline;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.empty-state-wrapper {
  min-height: 500px;
  border-top: 1px solid var(--fine-line);
  text-align: center;
  padding-top: 50px;
  display: none;
}

.empty-state-message {
  color: var(--menu-text);
  font-size: 19px;
  line-height: 100%;
  display: inline-block;
}

.form-field-label {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label.bottom-paddign {
  margin-bottom: 10px;
}

.form-field-label.centerd-2 {
  text-align: center;
  margin-bottom: 20px;
}

.form-field-label.centerd-2.e {
  text-align: left;
}

.form-field-label.pacx {
  margin-bottom: 25px;
  font-size: 17px;
}

.form-text-field {
  height: 45px;
  border: 1px solid var(--lines);
  background-color: rgba(248, 248, 248, .18);
  border-radius: 4px;
  margin-bottom: 35px;
  font-size: 16px;
  transition: all .1s;
}

.form-text-field:hover {
  background-color: #fff;
}

.form-text-field:focus {
  border-color: var(--steel-blue);
  background-color: #fff;
}

.form-text-field::-ms-input-placeholder {
  color: var(--placeholder);
}

.form-text-field::placeholder {
  color: var(--placeholder);
}

.form-text-field.bottom {
  margin-bottom: 0;
}

.form-text-field.login-field {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 9px;
  padding-left: 50px;
  font-size: 16px;
}

.form-text-field.login-field::-ms-input-placeholder {
  color: var(--navigation-text);
}

.form-text-field.login-field::placeholder {
  color: var(--navigation-text);
}

.form-text-field.login-field.earlier {
  padding-left: 18px;
}

.form-text-field._3 {
  height: 200px;
}

.form-text-field._2 {
  height: 50px;
  margin-bottom: 10px;
}

.form-select-field {
  height: 50px;
  border: 1px solid var(--lines);
  background-color: rgba(248, 248, 248, .13);
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-select-field:hover {
  background-color: #fff;
}

.form-select-field:focus {
  border-color: var(--weba-orange);
  background-color: #fff;
}

.form-select-field.last-item {
  border-radius: 4px;
  margin-bottom: 0;
}

.form-select-field.last-item:focus {
  border-color: var(--steel-blue);
}

.form-select-field.last-item._807 {
  margin-bottom: 10px;
}

.form-select-field.last-item.e {
  margin-top: 8px;
}

.form-select-field.o {
  margin-bottom: 10px;
}

.form-select-field._5 {
  margin-bottom: 15px;
}

.test-form-block {
  height: 947px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 50px;
}

.test-form-block.zero-padding-all {
  height: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.photo-upload-input-wrapper {
  min-height: 170px;
  border-bottom: 1px solid var(--fine-line);
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.photo-upload-input-wrapper.cliente {
  border-bottom-style: none;
  margin-bottom: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.photo-upload-input-wrapper._9 {
  color: #000;
}

.uploaded-photo-wrapper {
  display: none;
}

.uploaded-photo-wrapper.show, .uploaded-photo-wrapper._3 {
  display: block;
}

.uploaded-photo-content {
  height: 130px;
  border: 1px solid var(--lines);
  background-color: var(--table-hover);
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
}

.form-button-icon {
  margin-right: 8px;
  font-family: Refresh delete, sans-serif;
  position: relative;
  top: 2px;
}

.photo-upload-input-field {
  height: 170px;
  border: 2px dashed var(--lines);
  text-align: center;
  cursor: pointer;
  background-color: rgba(248, 248, 248, .35);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  border-color: var(--weba-orange);
  background-color: #fff;
}

.photo-upload-input-field::-ms-input-placeholder {
  color: var(--placeholder);
}

.photo-upload-input-field::placeholder {
  color: var(--placeholder);
}

.photo-upload-input-field.round {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.photo-upload-input-field._90 {
  border-color: #828282;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-family: Photo, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.photo-upload-text {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: var(--placeholder);
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 12px;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.uploaded-photo-div {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  border-right: 1px solid var(--lines);
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.photo-contain {
  max-width: 90px;
}

.div-block {
  flex: 1;
}

.uploaded-image-resolution {
  color: var(--placeholder);
}

.uploaded-image-name {
  height: 16px;
  line-height: 100%;
  overflow: hidden;
}

.form-field-label-description {
  color: var(--placeholder);
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 120%;
}

.form-left-side {
  width: 50%;
  border-left: 1px none var(--fine-line);
  background-color: var(--white);
  flex: none;
  padding: 50px;
  overflow: hidden;
}

.form {
  display: flex;
}

.form.round-corners {
  border: 1px solid var(--fine-line);
  border-radius: 4px;
  margin-left: 16px;
  overflow: hidden;
}

.form.round-corners._10 {
  margin-left: 0;
}

.form.round-corners.opopo {
  border-style: none;
}

.form.criar-cliente-form {
  border: 1px solid var(--fine-line);
  border-radius: 4px;
  margin-left: 0;
  overflow: hidden;
}

.form.round-corners {
  border-radius: 4px;
  margin-left: 0;
  overflow: hidden;
}

.form.cutting-edge {
  border: 1px solid var(--line);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  padding: 68px;
}

.form-right-side {
  width: 50%;
  border-right: 1px none var(--fine-line);
  border-left: 1px solid var(--fine-line);
  background-color: var(--white);
  flex: none;
  padding: 50px;
  overflow: hidden;
}

.table-image-wrapper {
  height: 50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
}

.table-image-wrapper.avatar {
  width: 50px;
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  flex: 0 auto;
}

.table-image-wrapper.avatar.curso {
  border-radius: 5px;
}

.form-content-wrapper {
  flex: 1;
}

.currency {
  margin-left: 2px;
}

.clientes, .parceiros {
  padding-left: 50px;
  padding-right: 50px;
}

.dropdown-list.w--open {
  width: 140px;
  background-color: var(--white);
  border-radius: 4px;
  margin-top: -10px;
  right: 0;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

.logout-icon {
  float: left;
  margin-right: 10px;
  font-family: Icons, sans-serif;
  font-size: 21px;
}

.flexed-block._67 {
  height: 545px;
  max-width: 67%;
  min-height: 450px;
  min-width: 67%;
}

.flexed-block._67.criar-anuncio {
  height: auto;
  min-width: 70%;
  padding: 8px;
}

.flexed-block._67.criar-anuncio.zero-padding {
  padding: 0;
}

.flexed-block._67.criar-anuncio.zero-padding.no-line {
  border-radius: 4px;
}

.flexed-block._67.criar-anuncio.zero-padding.no-line._1010 {
  max-width: 100%;
  min-width: 100%;
}

.parceiro-avatar {
  width: 150px;
  height: 150px;
  background-image: url('../images/2539.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
}

.inner-section {
  max-width: 310px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.inner-section.no-bottom-margin {
  margin-bottom: 0;
}

.parceiro-text-field {
  color: var(--placeholder);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.parceiro-text-field::-ms-input-placeholder {
  color: var(--placeholder);
}

.parceiro-text-field::placeholder {
  color: var(--placeholder);
}

.parceiro-info-seperator {
  margin-bottom: 25px;
  position: relative;
}

.parceiro-info-seperator.centered-div {
  text-align: center;
  margin-bottom: 35px;
  display: none;
}

.kpi-dropdown-list {
  z-index: 10;
  width: 180px;
  background-color: var(--white);
  border-radius: 4px;
  padding: 8px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 97%;
  left: 0%;
  right: auto;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.kpi-dropdown-list.w--open {
  min-width: 180px;
  background-color: var(--white);
  border-radius: 4px;
  padding: 8px;
  top: auto;
  bottom: 97%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.close-kpi-dropdown {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  cursor: default;
}

.image {
  border-radius: 4px;
  overflow: hidden;
}

.line {
  height: 1px;
  background-color: var(--fine-line);
  margin-bottom: 30px;
}

.anuncio-banner-wrapper.mobile-ad {
  min-width: 300px;
}

.anuncio-content-block {
  margin-bottom: 50px;
}

.anuncio-content-block._90 {
  margin-bottom: 25px;
}

.resumo-table {
  padding-top: 20px;
}

.resumo-description {
  float: left;
  display: inline-block;
}

.resumo-cash {
  float: right;
  display: inline-block;
}

.ad-credito-block {
  border-top-width: 4px;
  border-top-color: var(--rejected);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 50px;
}

.navegador-bg {
  height: 70px;
  border-bottom: 1px none var(--lines);
  background-color: #fff;
  justify-content: flex-start;
  padding-left: 50px;
  padding-right: 37.5px;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

._20px {
  height: 20px;
  overflow: hidden;
}

.home-chat-container {
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chat-content {
  z-index: 2;
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: -1px 0 20px 5px rgba(0, 0, 0, .25);
}

.page-mini-description {
  color: var(--facebook-blue);
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.page-h1-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.page-h1-wrapper.with-description {
  margin-top: -7px;
  margin-left: 25px;
  line-height: 20px;
  position: relative;
}

.page-h1-wrapper.with-description._800 {
  margin-left: 0;
}

.form-middle-side {
  border-right: 1px none var(--fine-line);
  border-left: 1px solid var(--fine-line);
  background-color: var(--white);
  flex: 1;
  padding: 50px;
}

.form-success {
  z-index: 1000;
  background-color: rgba(240, 240, 240, .75);
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-success-content {
  height: 80px;
  max-width: 1000px;
  min-height: 80px;
  min-width: 200px;
  background-color: var(--white);
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.form-success-content.with-2-buttons {
  background-color: var(--white);
  padding-right: 303px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.form-success-content.wide {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  min-width: auto;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 58px;
  display: flex;
}

.success-flex {
  display: flex;
}

.success-flex.wide {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.success-message {
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
}

.success-message.margins {
  color: var(--text);
  margin-top: 32px;
  margin-bottom: 34px;
}

.error-message {
  max-width: 500px;
  border: 1px solid var(--rejected);
  background-color: var(--erro-message-bg);
  color: var(--rejected);
  text-align: center;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.error-message.lin-line-block {
  margin-top: 25px;
  padding-left: 28px;
  padding-right: 28px;
  position: static;
}

.form-flex-buttons-wrapper {
  width: 330px;
  margin-top: -10px;
  position: relative;
}

.form-flex-buttons-wrapper.no-minus {
  margin-top: 0;
}

.form-info-message {
  color: var(--placeholder);
  text-align: center;
  margin-top: -10px;
  font-size: 16px;
  line-height: 29px;
}

.form-info-message.no-minus {
  margin-top: 15px;
  line-height: 135%;
}

.form-info-wrapper {
  margin-bottom: 32px;
}

.delete-form {
  margin-bottom: 0;
}

.form-info-header {
  color: var(--text);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.delete-icon {
  color: var(--rejected);
  text-align: center;
  margin-bottom: 16px;
  font-family: Refresh delete, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.delete-icon.alterar-senha {
  color: var(--blue);
  margin-bottom: 24px;
  font-family: login-icons, sans-serif;
}

.confirmation-check-icon {
  width: 50px;
  height: 50px;
  border: 3px solid var(--confirmation-green);
  color: var(--confirmation-green);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: check-sign, sans-serif;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.confirmation-check-icon.absolute-right {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.recover-pass-success {
  z-index: 1000;
  background-color: rgba(240, 240, 240, .75);
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.recover-pass-success.inside {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 0 0 0;
  position: absolute;
  overflow: hidden;
}

.div-1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-1.eie {
  margin-top: 0;
}

.div-1.eie._0 {
  margin-bottom: 35px;
}

.div-1.eie._7 {
  margin-top: 50px;
}

.div-1._900, .div-1.lo, .div-1._500 {
  margin-top: 0;
}

.sidebar-block._50-percent {
  height: 70%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.sidebar-block._30-percent {
  height: 10%;
  position: relative;
}

.sidebar-block._20-percent {
  height: 20%;
  padding-top: 10px;
}

.search-input-2 {
  height: 40px;
  color: #171f36;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-2:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-2::-ms-input-placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.search-input-2::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.profile-wrapper {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 0%;
  right: 0%;
}

.notification-icon {
  font-family: topbar-icon, sans-serif;
  font-size: 20px;
  line-height: 80px;
}

.top-bar {
  z-index: 10;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px #d0d3dd;
  margin-left: 250px;
  padding-left: 50px;
  padding-right: 25px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sidebar-nav-link-icon {
  width: 25px;
  height: 60px;
  text-align: center;
  font-family: sidebar-icon, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 50px;
  position: absolute;
}

.sidebar-nav-link-icon._3000 {
  font-family: topbar-icon, sans-serif;
}

.content-wrapper {
  margin-left: 270px;
  padding-bottom: 50px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.content-wrapper._900 {
  width: 80%;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
}

.side-bar {
  z-index: 10;
  width: 270px;
  height: 100vh;
  background-color: var(--dark-slate-blue-2);
  border-right: 1px #d0d3dd;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.profile-name {
  color: #171f36;
  font-weight: 700;
}

.profile-name.at-topbar {
  color: rgba(255, 255, 255, .86);
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.top-bar-block.search-wrapper {
  flex: 1;
}

.dropdown-toggle {
  height: 50px;
  padding: 0;
}

.dropdown-toggle.for-notifications {
  color: #919ba7;
}

.search-button-2 {
  width: 25px;
  color: #b8bac1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: topbar-icon, sans-serif;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
}

.profile-reference-number {
  color: #89919b;
  font-size: 12px;
  line-height: 100%;
}

.sidebar-contain {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sidebar-contain.wrapping-logo {
  width: 135px;
  height: 80px;
}

.profile-text-wrap {
  height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: 45px;
  display: flex;
}

.home-logo {
  margin-top: 25px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.sidebar-nav-link-text {
  margin-left: 45px;
  font-size: 16px;
  line-height: 50px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-left: 50px;
  padding-right: 50px;
}

.main-wrapper {
  height: 100vh;
}

.profile-image-wrap {
  width: 30px;
  height: 30px;
  background-color: #b8bac1;
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #f3f4f9;
  border-radius: 200px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 0;
  right: auto;
}

.sidebar-nav-link {
  height: 50px;
  color: rgba(255, 255, 255, .76);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 50ms;
  display: block;
}

.sidebar-nav-link:hover {
  background-color: var(--midnight-blue-darker);
  color: #fff;
}

.sidebar-nav-link.w--current {
  border-left-color: var(--steel-blue);
  color: #fff;
  background-color: #212a4b;
}

.dropdown-list-2 {
  bottom: -112px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 2px;
  bottom: 58px;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .1);
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.link-block {
  height: 270px;
  border: 1px solid var(--line);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0;
  padding: 25px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block:hover {
  border: 1px solid var(--steel-blue);
}

.text-block-5 {
  color: var(--steel-blue);
  margin-bottom: 25px;
  font-family: Icons, sans-serif;
  font-size: 39px;
  line-height: 100%;
}

.text-block-5.premios {
  font-family: Entrada saida, sans-serif;
}

.text-block-5.premios._90 {
  font-family: KPI parceiro, sans-serif;
  font-size: 50px;
}

.text-block-5.premios._90._900 {
  color: var(--steel-blue-2);
  border-style: none;
  margin-bottom: 25px;
  padding: 0;
  font-family: sidebar-icon, sans-serif;
  font-size: 31px;
}

.do {
  margin-top: 25px;
}

.do._1 {
  margin-top: 0;
  margin-bottom: 25px;
}

.d1 {
  margin-bottom: 25px;
}

.link-block-2 {
  width: 100%;
  height: 40px;
  border: 1px solid var(--steel-blue);
  color: var(--steel-blue);
  border-radius: 4px;
  margin-top: 10px;
  padding-right: 20px;
  font-size: 11px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-block-7 {
  width: 30px;
  text-align: center;
  font-family: Actions, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.text-block-6-copy {
  color: #444;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-103 {
  color: var(--navigation-text);
  text-align: center;
  font-size: 13px;
}

.text-block-103._20 {
  margin-bottom: 10px;
  font-size: 14px;
}

.text-block-103._90 {
  color: var(--blue);
  margin-top: 15px;
}

.text-block-103._90.i {
  color: var(--menu-icon-color);
}

.iu {
  margin-bottom: 25px;
}

.iu._90, ._40 {
  margin-top: 25px;
}

.link-8 {
  color: #b9b9b9;
  padding-left: 5px;
  font-weight: 700;
  text-decoration: none;
}

.link-8:hover {
  color: #707070;
}

.field-label-2 {
  margin-bottom: 9px;
  font-weight: 500;
}

.submit-button {
  width: 45%;
  height: 45px;
  text-align: center;
  background-color: #53c77b;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  display: inline-block;
}

.submit-button:hover {
  background-color: #1da256;
}

.submit-button.entrar {
  width: 100%;
  height: 50px;
  background-color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  display: block;
}

.submit-button.entrar:hover {
  background-color: #53c77b;
  border-style: none;
}

.submit-button.entrar.no-color {
  color: var(--black);
  background-color: rgba(34, 57, 142, 0);
  border: 1px solid rgba(18, 66, 175, .38);
  margin-top: 10px;
}

.div-block-22 {
  margin-bottom: 0;
}

.login-logo-div {
  width: 170px;
  height: 70px;
  color: var(--dark-slate-blue);
  background-image: url('../images/LOGOTIPO-ACADEMIA_BLACK.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.parent-login {
  width: 500px;
  background-color: #fff;
  border: 1px #e1e1e1;
  border-radius: 5px;
  flex: none;
  align-self: auto;
  padding: 50px;
}

.section-5 {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/141.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-122 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.div-block-54 {
  text-align: center;
}

.text-block-85 {
  color: #b9b9b9;
  display: inline;
}

.c-add-content_wrapper {
  width: 50vw;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 50px 70px;
}

.c-add-content_wrapper.login {
  width: auto;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.text-field-3 {
  height: 50px;
  max-width: 700px;
  background-color: rgba(243, 243, 243, .09);
  border-radius: 5px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-3.password {
  margin-bottom: 10px;
}

.div-block-96 {
  margin-top: 25px;
}

.div-block-96._10, .div-block-96._90 {
  margin-top: 0;
}

.form-field-label-2 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-description-2 {
  color: rgba(0, 0, 0, .31);
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 120%;
}

.form-text-field-2 {
  height: 50px;
  background-color: rgba(248, 248, 248, .08);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 35px;
  font-size: 16px;
  transition: all .1s;
}

.form-text-field-2:hover {
  background-color: #fff;
}

.form-text-field-2:focus {
  background-color: #fff;
  border-color: #f76c5e;
}

.form-text-field-2::-ms-input-placeholder {
  color: #9c9c9c;
}

.form-text-field-2::placeholder {
  color: #9c9c9c;
}

.form-text-field-2.long {
  height: 200px;
  background-color: rgba(248, 248, 248, .12);
  border-radius: 5px;
}

.form-text-field-2.long.go {
  height: 400px;
  background-color: rgba(248, 248, 248, .18);
}

.form-text-field-2._90 {
  height: 90px;
}

.notified-item-message-2 {
  height: 28px;
  color: #db8c10;
  background-color: rgba(243, 156, 18, .15);
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 10px 4px 32px;
  font-size: 13px;
  display: inline-block;
  position: relative;
}

.notified-item-message-2.activo {
  color: #058317;
  background-color: rgba(5, 179, 46, .28);
}

.notified-item-message-2.rejeitado {
  color: #e6253f;
  background-color: rgba(230, 37, 63, .2);
}

.rich-text-block {
  color: var(--menu-icon-color);
  margin-top: 25px;
}

.rich-text-block._3 {
  margin-top: 0;
}

.p1 {
  color: var(--menu-icon-color);
  margin-bottom: 25px;
  font-size: 15px;
}

.p1._3 {
  margin-bottom: 5px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.payment-wrap-2 {
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.payment-wrap-2.resume {
  border-bottom-style: none;
  margin-bottom: 51px;
  padding-bottom: 0;
}

.resumo-item-block-2 {
  height: 40px;
  border-bottom: 1px solid #e0e2e7;
  line-height: 40px;
}

.form-field-label-description-3 {
  color: #9c9c9c;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 120%;
}

.link-23 {
  color: rgba(23, 31, 54, .14);
  margin-right: 10px;
}

.buttom-nav {
  z-index: 26;
  height: 60px;
  background-color: #050b13;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo, .mobile-top-nav {
  display: none;
}

.image-2 {
  object-fit: contain;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._2 {
  grid-template-rows: auto;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.resposta-wrapper {
  margin-bottom: 10px;
}

.pergunta {
  height: 100px;
  background-color: rgba(248, 248, 248, .07);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .1s;
}

.pergunta:hover {
  background-color: #fff;
}

.pergunta:focus {
  background-color: #fff;
  border-color: #f76c5e;
}

.pergunta::-ms-input-placeholder {
  color: #9c9c9c;
}

.pergunta::placeholder {
  color: #9c9c9c;
}

.form-left-side-2 {
  max-width: 50%;
  background-color: #fff;
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.resposta {
  width: 80%;
  height: 50px;
  float: right;
  background-color: rgba(248, 248, 248, .14);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 16px;
  transition: all .1s;
}

.resposta:hover {
  background-color: #fff;
}

.resposta:focus {
  background-color: #fff;
  border-color: #f76c5e;
}

.resposta::-ms-input-placeholder {
  color: #9c9c9c;
}

.resposta::placeholder {
  color: #9c9c9c;
}

.div-block-97 {
  margin-bottom: 35px;
}

.perguntas-wrapper {
  margin-bottom: 25px;
}

.actual-pergunta-wrapper {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 35px;
  padding-bottom: 25px;
}

.radio-button-2 {
  width: 16px;
  height: 16px;
}

.button-3 {
  height: 40px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .1s;
}

.button-3.blue {
  background-color: #3498db;
}

.button-3.blue:hover {
  background-color: #2a7aaf;
}

.button-3.blue.float-right {
  float: right;
  margin-right: 0;
  padding-top: 8px;
}

.button-3.blue.float-right._100 {
  width: 100%;
  float: left;
  margin-left: 15px;
  display: block;
}

.button-3.blue.float-right._100._900 {
  height: 50px;
  text-align: center;
  background-color: #3498db;
  border-radius: 5px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 50px;
}

.button-3.blue.float-right._100._900:hover {
  background-color: #2474aa;
}

.button-3.blue.float-right._100._900.criar {
  width: 30%;
  float: right;
  background-color: silver;
  margin-top: 15px;
  font-size: 15px;
}

.button-3.blue.float-right._100._900.criar.line {
  width: 100%;
  height: 45px;
  max-width: 100%;
  color: var(--dark-slate-blue);
  background-color: #fff;
  border: 1px solid #3498db;
  margin-top: 0;
  line-height: 44px;
}

.button-3.blue.float-right._100._900.criar.line:hover {
  border-color: var(--confirmation-green);
  color: var(--confirmation-green);
  background-color: rgba(0, 0, 0, 0);
}

.radio-button-field-4 {
  width: 20%;
  float: left;
}

.radio-button-field-4._10 {
  width: 100%;
}

.form-right-side-2 {
  max-width: 50%;
  background-color: #fff;
  border-left: 1px solid #e0e2e7;
  border-right: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.content {
  height: 200px;
  background-color: rgba(248, 248, 248, .07);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 289px;
  font-size: 16px;
  transition: all .1s;
}

.content:hover {
  background-color: #fff;
}

.content:focus {
  background-color: #fff;
  border-color: #f76c5e;
}

.content::-ms-input-placeholder {
  color: #9c9c9c;
}

.content::placeholder {
  color: #9c9c9c;
}

.simplex {
  color: var(--text);
  margin-bottom: 15px;
  font-size: 15px;
}

.radio-button-label {
  color: var(--menu-icon-color);
}

.green-gas {
  color: var(--confirmation-green);
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 28px;
}

.div-block-124 {
  padding-top: 50px;
}

.div-block-124._400, .div-block-124._90, .div-block-124._100, .div-block-124._9 {
  padding-top: 0;
}

.main-table-field {
  flex: none;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.main-table-field.mail {
  width: 50%;
}

.main-table-field.foto {
  width: 25%;
  flex: none;
  padding-left: 25px;
  padding-right: 0;
}

.main-table-field.tel {
  width: 25%;
}

.main-table-field.tel.cor, .main-table-field.tel.pendente {
  color: var(--amber);
}

.main-table-field.tel.vermelho {
  color: var(--rejected);
}

.main-table-field.tel.verde {
  color: var(--confirmation-green);
}

.main-table-field.tel.iol {
  padding-left: 0;
}

.main-table-field.date-or-action {
  width: 25%;
}

.main-table-field.date-or-action.verde {
  color: var(--confirmation-green);
}

.main-table-field.date-or-action.vermelho {
  color: var(--rejected);
}

.main-table-field.nome {
  width: 75%;
  justify-content: flex-start;
}

.side-a {
  width: 40%;
  display: flex;
}

.table-content-link-3 {
  height: 70px;
  color: #171f36;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-top-style: none;
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.table-content-link-3:hover {
  background-color: rgba(54, 104, 252, .02);
}

.valida-table-field-lable-3 {
  flex: none;
  padding-left: 25px;
  padding-right: 25px;
}

.valida-table-field-lable-3.nome {
  width: 75%;
}

.valida-table-field-lable-3.data-or-action, .valida-table-field-lable-3.tel {
  width: 25%;
}

.valida-table-field-lable-3.tel._400 {
  padding-left: 0;
}

.valida-table-field-lable-3.pic {
  width: 25%;
}

.valida-table-field-lable-3.mail {
  width: 50%;
}

.table-field-lable-wrapper-3 {
  border: 1px solid var(--line);
  color: #b8bac1;
  text-transform: uppercase;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 11px;
  line-height: 100%;
  display: flex;
}

.empty-state-wrapper-2 {
  min-height: 500px;
  text-align: center;
  border-top: 1px solid #e0e2e7;
  padding-top: 50px;
  display: none;
}

.empty-state-message-2 {
  color: #b8bac1;
  font-size: 19px;
  line-height: 100%;
  display: inline-block;
}

.side-b {
  width: 60%;
  display: flex;
}

.text-block-113 {
  width: 100%;
  background-color: var(--menu-text);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  line-height: 40px;
}

.text-block-113._10 {
  background-color: var(--confirmation-green);
}

.text-block-113._9 {
  border: 1px solid var(--menu-icon-color);
  color: var(--menu-icon-color);
  background-color: rgba(0, 0, 0, 0);
}

.uploaded-photo-info-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.uploaded-photo-content-2 {
  height: 130px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
}

.photo-upload-input-wrapper-2 {
  min-height: 170px;
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
}

.uploaded-image-resolution-2 {
  color: #9c9c9c;
}

.form-button-icon-2 {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.uploaded-photo-div-2 {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  border-right: 1px solid #d0d3dd;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.photo-upload-input-field-2 {
  height: 170px;
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field-2:hover {
  background-color: #fff;
}

.photo-upload-input-field-2:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field-2::-ms-input-placeholder {
  color: #9c9c9c;
}

.photo-upload-input-field-2::placeholder {
  color: #9c9c9c;
}

.photo-upload-input-field-2._2 {
  display: none;
}

.photo-upload-icon-2 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 100%;
}

.image-3 {
  object-fit: contain;
}

.tab-pane-tab-1 {
  padding-top: 50px;
  padding-left: 2px;
  padding-right: 2px;
}

.div-mural {
  width: 80%;
  padding-right: 0;
}

.ler-mais {
  color: #8d9ac0;
  text-decoration: underline;
}

.news-content-div {
  width: 60%;
  flex: none;
  padding-left: 25px;
}

.text-block-114 {
  margin-bottom: 20px;
  font-size: 17px;
}

.mural-di, .mural-di._2 {
  padding-right: 0;
}

.paragraph {
  color: #7a7a7a;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 150%;
}

.heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 500;
}

.news-div {
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 41px;
  text-decoration: none;
  display: flex;
}

.news-div:hover {
  border-color: #5980e0;
}

.news-img {
  width: 200px;
  height: 200px;
  border: 1px solid var(--bg-1);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  flex: none;
}

.news-img._2 {
  background-image: url('../images/Man_1.jpg');
  background-size: cover;
}

.news-img._2._3 {
  background-image: url('../images/1624.jpg');
}

.text-block-115 {
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.text-block-115.cobranca {
  background-color: var(--orange-cray);
  color: #db9800;
}

.text-block-115.noticia {
  background-color: var(--medium-sea-green);
  color: var(--dark-green);
}

.tablink {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cecece;
  border-radius: 4px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}

.tablink.w--current {
  color: #fff;
  background-color: #59699f;
  border-style: none;
  border-color: #bebebe;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-flow: row;
  margin-top: 50px;
}

.bloc-a {
  padding-top: 0;
}

.hd1 {
  margin-top: 0;
  margin-bottom: 25px;
}

.div-block-125 {
  height: 450px;
  border: 1px solid var(--lines);
  background-image: url('../images/1624.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 25px;
}

.text-block-116 {
  margin-bottom: 25px;
  font-size: 20px;
}

.rich-text-block-2 {
  color: #737b84;
  font-size: 16px;
  line-height: 170%;
}

.bloc-b {
  border-left: 1px dashed rgba(184, 186, 193, .52);
  padding-left: 25px;
}

.heading-2 {
  color: var(--navigation-text);
  margin-bottom: 35px;
  font-size: 19px;
}

.link-block-3 {
  border-bottom: 1px dashed rgba(184, 186, 193, .52);
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.div-block-126 {
  width: 70px;
  height: 70px;
  background-image: url('../images/2181.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.div-block-127 {
  flex: 1;
  padding-left: 15px;
  text-decoration: none;
}

.text-block-117 {
  color: var(--menu-icon-color);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 100%;
}

.heading-3 {
  color: var(--black);
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

._700, ._60 {
  margin-bottom: 25px;
}

.text-block-118 {
  color: var(--navigation-text);
  font-size: 16px;
}

.tema {
  margin-bottom: 35px;
}

.form-2.round-corners {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-left: 16px;
  overflow: hidden;
}

.form-2.round-corners._10 {
  margin-left: 0;
  display: flex;
}

.form-right-side-3 {
  background-color: #fff;
  border-left: 1px solid #e0e2e7;
  border-right: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.success-message-2 {
  color: #171f36;
  font-size: 16px;
  line-height: 24px;
}

.video-2 {
  min-width: 300px;
}

.form-success-content-2 {
  height: 80px;
  max-width: 1000px;
  min-height: 80px;
  min-width: 200px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.form-success-content-2.with-2-buttons {
  background-color: #fff;
  padding-right: 303px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.paragraph-9 {
  color: #aaa;
  font-size: 16px;
  line-height: 150%;
}

.error-message-2 {
  max-width: 500px;
  color: #e6253f;
  text-align: center;
  background-color: #fce1e6;
  border: 1px solid #e6253f;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.page-h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.page-h1-2.aula-tema {
  font-size: 25px;
  line-height: 120%;
}

._40-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.link-24 {
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
}

.parceiro-text-field-2 {
  color: #9c9c9c;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.parceiro-text-field-2::-ms-input-placeholder {
  color: #9c9c9c;
}

.parceiro-text-field-2::placeholder {
  color: #9c9c9c;
}

.parceiro-text-field-2.editar-perfil {
  color: #3668fc;
  text-align: center;
  cursor: pointer;
  border: 1px solid #3668fc;
  border-radius: 4px;
  margin-top: 0;
  padding: 7px 15px;
  font-size: 12px;
  transition: all .2s;
  display: inline-block;
}

.parceiro-text-field-2.editar-perfil:hover {
  color: #fff;
  background-color: #3668fc;
}

.parceiro-text-field-2.gratis {
  color: var(--amber);
}

.parceiro-text-field-2.premium {
  color: var(--confirmation-green);
}

.div-block-110 {
  margin-bottom: 25px;
}

.confirmation-check-icon-2 {
  width: 50px;
  height: 50px;
  color: #05b32e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #05b32e;
  border-radius: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.confirmation-check-icon-2.absolute-right {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.form-left-side-3 {
  background-color: #fff;
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.botao-accao {
  height: 60px;
  border: 1px solid var(--lines);
  color: #4e4e4e;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.botao-accao:hover {
  border-color: var(--blue);
}

.sidebar-nav-link-text-copy {
  width: 75%;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  line-height: 60px;
}

.sidebar-nav-link-icon-copy {
  width: 25%;
  height: 60px;
  color: var(--blue);
  text-align: center;
  font-family: sidebar-icon, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
  position: static;
}

.parceiro-info-2 {
  min-height: 720px;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding: 50px 25px 25px;
  position: relative;
}

.parceiro-info-2.shorter {
  min-height: auto;
}

.div-block-129 {
  margin-bottom: 50px;
}

.div-block-130 {
  margin-left: 25px;
}

.text2000 {
  width: 75%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 15px;
  line-height: 60px;
}

.text-fo {
  color: #976210;
  text-align: center;
  background-color: rgba(255, 177, 0, .5);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 3px 10px;
  font-size: 13px;
}

.text-fo._2 {
  color: var(--dark-green);
  background-color: rgba(5, 179, 46, .5);
}

.text-fo._3 {
  color: #86202b;
  background-color: rgba(255, 92, 75, .5);
}

._300 {
  border: 1px solid var(--confirmation-green);
  color: var(--confirmation-green);
  text-align: center;
  border-radius: 5px;
  flex: 1;
  line-height: 40px;
}

.div-block-131 {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.info-custodia {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}

.div-block-132 {
  margin-top: 25px;
  margin-bottom: 25px;
}

._4050 {
  margin-bottom: 25px;
}

.div-block-133 {
  border: 1px solid var(--lines);
  background-color: var(--white);
  border-radius: 5px;
  margin-left: 25px;
  padding: 25px 50px 50px;
}

.link-block-4 {
  color: var(--text);
  margin-bottom: 25px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-134 {
  width: 60px;
  height: 60px;
  border: 1px solid var(--lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  display: flex;
}

.div-block-135 {
  flex: 1;
  padding-top: 10px;
  padding-left: 15px;
}

.text-block-119 {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 120%;
}

.ver {
  color: var(--blue);
  font-size: 12px;
  font-weight: 400;
}

._300000 {
  margin-bottom: 50px;
}

.div-block-136 {
  width: 100%;
  height: 120px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-137 {
  margin-bottom: 25px;
}

.text-block-120 {
  color: var(--confirmation-green);
  font-family: sidebar-icon, sans-serif;
  font-size: 33px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-138 {
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.div-block-139 {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 15px;
  padding-left: 15px;
}

.div-block-140 {
  height: 250px;
  padding: 20px;
  position: relative;
}

.heading-4 {
  color: var(--text);
  margin-top: 0;
  font-size: 20px;
  line-height: 120%;
}

.text-block-121 {
  color: var(--navigation-text);
  margin-bottom: 10px;
  font-size: 15px;
}

.text-block-123 {
  height: 50px;
  border: 1px solid var(--blue);
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  line-height: 50px;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.text-block-123:hover {
  background-color: var(--steel-blue);
  color: var(--white);
  border-style: none;
}

.text-block-123._1 {
  border-color: var(--confirmation-green);
  color: var(--confirmation-green);
}

.text-block-123._1:hover {
  color: #fff;
}

.div-block-141 {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 25px;
}

._900 {
  border: 1px solid var(--confirmation-green);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 25px;
}

.text-block-125 {
  background-color: var(--confirmation-green);
  color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  display: inline;
}

.section-data {
  border: 1px solid var(--line);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
}

.grafico {
  width: 70%;
  height: 300px;
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.26.30-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.grafico._2 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.40.37-AM.png');
}

.grafico._3 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.26.21-AM.png');
}

.dados {
  width: 30%;
  padding-left: 25px;
}

.div-block-142 {
  display: flex;
}

.text-block-126 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.div-block-143 {
  margin-bottom: 35px;
}

.text-block-127 {
  color: rgba(23, 31, 54, .61);
  font-size: 20px;
}

.text-block-127.veerde {
  color: var(--confirmation-green);
}

.text-block-127.yelo {
  color: var(--amber);
}

.div-block-144 {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.text-block-128 {
  width: 15%;
  float: left;
}

.text-block-128._3 {
  width: 40%;
  padding-left: 10px;
}

.text-block-128.verde {
  color: var(--confirmation-green);
}

.text-block-128.reprovado {
  color: var(--rejected);
}

.text-block-128.yelo {
  color: var(--amber);
}

.heading-8 {
  color: #919ba7;
  margin-top: 0;
  margin-bottom: 25px;
}

.main-relatorio {
  margin-bottom: 50px;
}

.text-block-129 {
  color: #919ba7;
  font-size: 19px;
}

.relatorio-main-div {
  width: 80%;
  background-color: #fff;
  padding: 50px 70px;
}

.bloc {
  width: 20%;
  float: left;
  border-right: 1px solid #b8bac1;
  margin-right: 25px;
  padding-right: 25px;
}

.text-block-130 {
  font-size: 23px;
}

.text-block-130.red {
  color: #e6253f;
}

.text-block-130.yellow {
  color: #ffb100;
}

.text-block-130.green {
  color: #05b32e;
}

.text-block-131 {
  color: #919ba7;
  margin-bottom: 25px;
  font-weight: 700;
}

.main-lead-content {
  color: #fff;
  background-color: #919ba7;
  border-bottom: 1px solid #919ba7;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

.reuni-content {
  border-bottom: 1px solid #b8bac1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.logo-relatorio {
  width: 200px;
  height: 70px;
  float: left;
  background-image: url('../images/logotipo_hora-da-bolsa_original.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.graph-1 {
  width: 35%;
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.11.06-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.graph-1._2 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.08.30-AM.png');
}

.div-block-145 {
  margin-top: 25px;
  margin-bottom: 50px;
}

.div-block-146 {
  text-align: center;
  margin-top: 12px;
}

.link-25 {
  color: rgba(230, 37, 63, .44);
  font-size: 15px;
}

.menu-overlay {
  display: none;
}

.div-block-152 {
  border: 1px solid var(--facebook-blue);
  background-color: rgba(0, 129, 246, .1);
  border-radius: 12px;
  padding: 25px;
}

.div-block-153 {
  border: 1px solid var(--facebook-blue);
  background-color: rgba(0, 129, 246, .1);
  border-radius: 5px;
  padding: 25px;
}

.div-block-154 {
  width: 200px;
  height: 60px;
  background-image: url('../images/logotipo_hora-da-bolsa_original.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}

.div-block-155 {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding: 10px;
}

.grid-6 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.div-block-156 {
  background-color: #d0d3dd;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.text-block-9 {
  width: 80%;
  color: rgba(23, 31, 54, .52);
}

.link-3 {
  width: 20%;
  color: #e6253f;
  text-align: center;
  font-family: Refresh delete, sans-serif;
  text-decoration: none;
}

.div-block-157 {
  margin-bottom: 25px;
}

.pac-mod-wrapper {
  margin-bottom: 50px;
}

.div-block-158 {
  margin-bottom: 25px;
}

.link-26 {
  height: 40px;
  float: right;
  border: 1px solid var(--hover-red);
  color: #a83746;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 40px;
  text-decoration: none;
}

.contain-novo {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  padding: 0 0 0 40px;
  font-weight: 700;
  line-height: 100px;
}

.nav-link.w--current {
  color: var(--facebook-blue);
}

.brand {
  width: 160px;
  height: 100px;
  background-image: url('../images/logotipo_hora-da-bolsa_original.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.shadow-100 {
  height: 100px;
}

.section-7 {
  height: 600px;
  background-image: url('../images/62711d8b0bc51ca522740b6d_Telemóvel-1.jpeg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  padding-top: 175px;
  padding-bottom: 50px;
  position: relative;
}

.overlay-mast {
  background-image: linear-gradient(rgba(0, 0, 0, .39), rgba(0, 0, 0, .39));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-159 {
  z-index: 100;
  width: 80%;
  min-width: 880px;
  padding-top: 0;
  position: relative;
}

.text-block-136 {
  background-color: var(--rejected);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 19px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 44px;
  line-height: 120%;
}

.text-block-137 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

.text-block-138 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 50px;
  display: inline-block;
}

.sobre {
  padding-top: 70px;
  padding-bottom: 70px;
}

.heading-10 {
  margin-bottom: 50px;
}

.img-2-complementar {
  height: 500px;
  background-image: url('../images/62711d8b0bc51ca522740b6d_Telemóvel-1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.div-block-160 {
  padding-top: 20px;
  padding-left: 50px;
}

.paragraph-10 {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 160%;
}

.professores {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.prof-wrap {
  height: 500px;
  overflow: hidden;
}

.prof-pic {
  height: 350px;
  background-image: url('../images/959.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 25px;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.text-block-139 {
  color: var(--navigation-text);
  font-size: 18px;
  line-height: 120%;
}

.precos {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pacote-wrap {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 50px;
  display: flex;
}

.div-block-161 {
  width: 35%;
}

.div-block-162 {
  width: 65%;
}

.div-block-163 {
  margin-bottom: 25px;
  display: flex;
}

.text-block-140 {
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-141 {
  margin-right: 5px;
  padding-top: 3px;
  font-size: 21px;
}

.section-8 {
  background-image: url('../images/62711d8b0bc51ca522740b6d_Telemóvel-1.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-164 {
  color: #fff;
  background-color: rgba(0, 0, 0, .82);
  border-radius: 12px;
  padding: 62px 62px 50px;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 36px;
}

.div-block-165 {
  padding-right: 50px;
}

.text-block-136-evento {
  background-color: var(--confirmation-green);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 19px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}

.div-block-166 {
  margin-bottom: 25px;
}

.checkbox-field-2 {
  margin-top: 40px;
}

.grid-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.link-block-5 {
  color: var(--black);
  margin-bottom: 50px;
  text-decoration: none;
}

.div-block-167 {
  height: 370px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.div-block-168 {
  padding-top: 25px;
}

.heading-13 {
  max-height: 90px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  overflow: hidden;
}

.div-block-169 {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.text-block-142 {
  margin-right: 15px;
  font-weight: 500;
}

.div-block-170 {
  margin-bottom: 25px;
}

.paragraph-11 {
  color: var(--menu-icon-color);
  font-size: 15px;
  line-height: 150%;
}

.link-27 {
  border: 1px dashed var(--rejected);
  color: #333;
  text-align: center;
  background-color: rgba(208, 211, 221, .22);
  border-radius: 8px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
}

.tabs {
  display: flex;
}

.tabs-menu-2 {
  width: 30%;
  flex-direction: column;
  display: flex;
  overflow: auto;
}

.tab-p-curso {
  width: 100%;
  padding: 0;
  overflow: auto;
}

.tabs-content {
  width: 70%;
}

.tab-curso {
  border: 1px dashed var(--menu-icon-color);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px 25px;
}

.tab-curso.w--current {
  color: #333;
  background-color: rgba(34, 57, 142, .15);
  border-style: none;
  border-radius: 5px;
}

.text-block-143 {
  margin-bottom: 5px;
  font-weight: 700;
}

.paragraph-12 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.div-block-171 {
  padding-top: 25px;
}

.div-block-171._2 {
  padding-top: 0;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
}

.text-block-144 {
  color: rgba(23, 31, 54, .49);
  margin-bottom: 5px;
  font-weight: 500;
}

.paragraph-13 {
  font-size: 17px;
  line-height: 150%;
}

.div-block-172 {
  margin-bottom: 50px;
}

.link-28 {
  border: 1px dashed var(--dark-slate-blue);
  border-radius: 5px;
  padding: 20px;
  font-size: 17px;
  display: block;
}

.link-block-6 {
  border: 1px solid var(--line);
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-6:hover {
  text-decoration: underline;
}

.div-block-173 {
  width: 50px;
  height: 60px;
  background-image: url('../images/free-pdf-download-icon-3388-thumb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.div-block-174 {
  padding-top: 5px;
  padding-left: 15px;
}

.paragraph-14 {
  color: #363636;
  margin-bottom: 0;
}

.grid-9 {
  margin-top: 10px;
}

.curso-content {
  padding-left: 25px;
}

.div-block-176 {
  display: none;
}

.tab-p-curso-2 {
  width: 100%;
  padding: 0;
  overflow: auto;
}

.nav-admin {
  border: 1px none var(--lines);
}

.shad {
  height: 100px;
}

.contain {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.navbar-2 {
  height: 100px;
  border-bottom: 1px solid var(--line);
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  height: 100px;
  padding: 0 15px;
  font-size: 17px;
  line-height: 100px;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: var(--steel-blue-2);
}

.brand-2 {
  width: 170px;
  height: 100px;
  background-image: url('../images/LOGOTIPO-ACADEMIA_BLACK.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-content {
  min-height: 1000px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-177 {
  margin-bottom: 50px;
}

.grid-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.div-block-178 {
  border: 1px solid var(--line);
  background-color: #fff;
  border-radius: 5px;
  padding: 35px;
}

.text-block-145 {
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 500;
}

.div-block-179 {
  display: flex;
}

.div-block-180 {
  width: 50%;
}

.text-block-146 {
  color: rgba(23, 31, 54, .51);
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-147 {
  font-size: 25px;
  line-height: 100%;
}

.text-block-148 {
  color: rgba(23, 31, 54, .24);
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
}

.grid-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-7 {
  height: 480px;
  border: 1px solid var(--line);
  color: var(--text);
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  text-decoration: none;
  overflow: hidden;
}

.link-block-7:hover {
  border-color: var(--steel-blue-2);
}

.div-block-181 {
  height: 200px;
  background-image: url('../images/62711d8b0bc51ca522740b6d_Telemóvel-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-left: 15px;
}

.div-block-181._0 {
  background-image: url('../images/274122-P5L3X8-276.jpg');
}

.text-block-149 {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 140%;
}

.text-block-150 {
  color: rgba(23, 31, 54, .46);
  margin-bottom: 2px;
  font-weight: 500;
}

.text-block-151 {
  margin-bottom: 3px;
  font-size: 17px;
}

.text-block-151.totalidade {
  color: var(--confirmation-green);
}

.text-block-151.parcelado {
  color: var(--amber);
}

.div-block-182 {
  margin-bottom: 15px;
}

.div-block-183 {
  border: 1px solid var(--line);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px;
  display: flex;
}

.div-block-184 {
  flex: 1;
  padding-left: 50px;
}

.div-block-185 {
  width: 300px;
  height: 280px;
  background-image: url('../images/62711d8b0bc51ca522740b6d_Telemóvel-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.main-text {
  font-size: 17px;
  line-height: 100%;
}

.main-txt-sup {
  color: rgba(23, 31, 54, .51);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.grid-12 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.receita {
  background-color: rgba(5, 131, 23, .02);
  border: 1px dashed rgba(5, 131, 23, .29);
  border-radius: 5px;
  padding: 20px;
}

.receita.red {
  background-color: rgba(230, 37, 63, .02);
  border-color: rgba(230, 37, 63, .29);
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-8 {
  height: 110px;
  border: 1px solid var(--line);
  color: var(--text);
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  text-decoration: none;
}

.link-block-8:hover {
  border-color: var(--steel-blue-2);
}

.icon-text {
  color: var(--steel-blue-2);
  margin-bottom: 15px;
  font-family: sidebar-icon, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.icon-text._1 {
  font-family: Win, sans-serif;
}

.div-block-186 {
  border: 1px solid var(--line);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
}

.div-block-187 {
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.text-block-152 {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}

.div-block-188 {
  flex: 1;
  align-items: center;
  padding-right: 25px;
  display: flex;
}

.div-block-189 {
  border-bottom: 1px solid var(--line);
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-190 {
  color: var(--text);
  flex: 1;
  padding-right: 25px;
  text-decoration: none;
}

.div-block-191 {
  display: flex;
}

.link-29 {
  color: var(--text);
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.link-29:hover {
  text-decoration: underline;
}

.link-29._0 {
  color: rgba(23, 31, 54, .39);
}

.link-29.ver {
  text-decoration: none;
}

.text-block-153 {
  color: #171f36;
  font-size: 16px;
  line-height: 120%;
}

.text-block-154 {
  color: rgba(23, 31, 54, .39);
  margin-bottom: 5px;
  font-weight: 500;
}

.novo-modulo-wrapper {
  z-index: 1000;
  background-color: rgba(23, 31, 54, .68);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-192 {
  min-width: 500px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 45px;
}

.text-block-155 {
  margin-bottom: 35px;
  font-size: 22px;
}

.link-30 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 50px;
  text-decoration: none;
}

.link-30:hover {
  color: var(--text);
  background-color: #fff;
}

.editar-modulo-wrapper {
  z-index: 1000;
  background-color: rgba(23, 31, 54, .68);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.curso-ind-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.div-block-12 {
  width: 70%;
  flex: 1;
  margin-left: 0;
  padding-left: 0;
}

.wrapper-1 {
  text-align: center;
  border: 1px #e5e5e5;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
}

.wrapper-1._5 {
  display: block;
}

.filters-flex {
  margin-right: -15px;
  display: flex;
}

.form-block-3 {
  margin-bottom: 0;
}

.search-no-filtro {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.select-field {
  height: 50px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  flex: 1;
  margin-bottom: 0;
  margin-right: 15px;
}

.search-button-3 {
  width: 25px;
  color: #b8bac1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
}

.search-button-3._89 {
  height: 40px;
  font-family: topbar-icon, sans-serif;
  top: 7px;
}

.search-input-3 {
  height: 50px;
  color: #171f36;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-3:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-3::-ms-input-placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.search-input-3::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.div-block-295 {
  margin-bottom: 25px;
}

.div-block-295._3 {
  margin-bottom: 50px;
}

.text-block-156 {
  color: var(--text);
}

.div-block-184-copy {
  flex: 1;
  padding-left: 0;
}

.search-no-filtro-copy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.div-block-296 {
  width: 250px;
  height: 250px;
  border: 1px solid var(--line);
  background-image: url('../images/blank-head-profile-pic-for-a-man.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
}

.div-block-184-copy-copy {
  flex: 1;
  padding-left: 50px;
}

.text-block-157 {
  background-color: var(--confirmation-green);
  color: #fff;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  display: inline-block;
}

.text-block-158 {
  text-align: center;
  background-color: rgba(224, 226, 231, .32);
  border: 1px dashed rgba(34, 57, 142, .44);
  border-radius: 5px;
  padding: 43px;
}

.div-block-297 {
  border: 1px solid var(--line);
  color: var(--text);
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 15px;
  padding: 35px;
  text-decoration: none;
  display: flex;
}

.div-block-297:hover {
  border-color: var(--steel-blue-2);
}

.text-block-159 {
  color: var(--steel-blue-2);
  margin-right: 25px;
  font-family: sidebar-icon, sans-serif;
  font-size: 25px;
  line-height: 120%;
}

.text-block-160 {
  flex: 1;
  font-size: 17px;
  line-height: 120%;
}

.text-block-161 {
  color: rgba(23, 31, 54, .42);
  margin-right: 25px;
  font-size: 17px;
}

.text-block-162 {
  color: #fff;
  background-color: rgba(255, 177, 0, .81);
  border-radius: 5px;
  padding: 3px 15px;
  font-size: 17px;
}

.text-block-162.done {
  background-color: rgba(5, 131, 23, .68);
}

.h-non {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
}

.div-block-298 {
  border: 1px solid var(--line);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 52px;
}

.div-block-299 {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  padding-bottom: 25px;
}

.checkbox-label {
  color: rgba(23, 31, 54, .6);
  font-size: 17px;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 15px;
  position: relative;
  top: -1px;
}

.checkbox-field-3 {
  display: flex;
}

.grid-14 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.img-certificado {
  height: 220px;
  background-image: url('../images/aw_certificado.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.text-block-163 {
  margin-bottom: 10px;
  font-size: 17px;
}

.link-31 {
  color: var(--steel-blue-2);
  font-size: 16px;
}

.text-block-164 {
  border: 1px solid var(--line);
  text-align: center;
  border-radius: 5px;
  line-height: 50px;
}

.text-block-164:hover {
  border-style: solid;
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.pages-h1 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

.pages-h1.instrc {
  margin-bottom: .5em;
}

.instruction {
  max-width: 26em;
  margin-top: 0;
  padding-left: 2em;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
}

.validar-wrap {
  grid-row-gap: 3em;
  background-color: rgba(34, 57, 142, .1);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

.pagamento-field-lable {
  color: #040f20;
  margin-bottom: .7em;
  font-size: 1.3em;
  font-weight: 400;
}

.instructions-wrapper {
  grid-row-gap: 2em;
  color: #7d7d7f;
  border-left: 2px #343ce4;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 3em 3em 3em 5em;
  display: grid;
}

.instructions-wrapper._1 {
  border: 1px dashed #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 3em;
  padding-left: 3em;
}

.currency-2 {
  margin-left: .2em;
  font-size: .4em;
  display: inline-block;
  position: relative;
  top: -1em;
}

.currency-2.lil-bigger {
  margin-left: 0;
  margin-right: .3em;
  font-size: .7em;
  top: -.28em;
}

.submit-button-2 {
  width: 100%;
  height: 3.3em;
  color: #fff;
  text-align: center;
  background-color: #2d7dd2;
  border-radius: .2em;
  margin-top: 2.7em;
  padding: 0;
  font-size: 1.3em;
  line-height: 3.3em;
  display: block;
}

.submit-button-2.validar {
  background-color: var(--dark-slate-blue);
  margin-top: 1em;
  text-decoration: none;
}

.validar-pagamento-wrapper {
  max-width: 1100px;
  grid-column-gap: 0px;
  border: 2px #343ce4;
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagamento-referencia-info {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1;
}

.number-system {
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: .5em;
  right: auto;
}

.div-block-300 {
  height: 60px;
  float: right;
  align-items: center;
  display: flex;
}

.text-block-165 {
  color: rgba(23, 31, 54, .36);
  font-size: 22px;
}

.grid-15 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-9 {
  height: 200px;
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 34px;
  text-decoration: none;
  display: flex;
}

.link-block-9:hover {
  color: var(--blue);
}

.text-block-166 {
  color: var(--hover-blue);
  margin-bottom: 15px;
  font-family: sidebar-icon, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.text-block-167 {
  color: var(--text);
  font-size: 17px;
  line-height: 120%;
}

.section-9 {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block-301 {
  width: 250px;
  height: 100px;
  background-image: url('../images/LOGOTIPO-ACADEMIA_BLACK.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.heading-15 {
  text-align: center;
  margin-bottom: 0;
  font-size: 61px;
  line-height: 120%;
}

.div-block-302 {
  margin-top: 50px;
}

.paragraph-15 {
  color: var(--navigation-text);
  text-align: center;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 150%;
}

.div-block-303 {
  height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.section-10 {
  background-color: #fff;
  padding-bottom: 80px;
}

.body-landing {
  background-color: #fff;
}

.section-11 {
  background-color: rgba(232, 232, 232, .43);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-12 {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.grid-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-304 {
  color: var(--white);
  border: 1px dashed rgba(255, 255, 255, .47);
  border-radius: 5px;
  padding: 25px;
}

.text-block-168 {
  margin-bottom: 15px;
  font-weight: 500;
}

.text-block-169 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 120%;
}

.blends {
  width: 200px;
  height: 80px;
  float: left;
  background-image: url('../images/LOGOTIPO-ACADEMIA_BLACK.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-305 {
  float: right;
  margin-top: 10px;
}

.div-block-306 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.text-block-170 {
  color: var(--hover-blue);
  margin-right: 15px;
  font-family: sidebar-icon, sans-serif;
  font-size: 21px;
  line-height: 20px;
}

.div-block-307 {
  display: flex;
}

.text-block-171 {
  font-size: 17px;
  line-height: 20px;
}

.div-block-308 {
  display: flex;
}

.link-32 {
  color: var(--menu-icon-color);
  margin-left: 15px;
  text-decoration: none;
}

.section-13 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.logo-da-academia {
  width: 170px;
  height: 70px;
  color: var(--dark-slate-blue);
  background-image: url('../images/LOGOTIPO-ACADEMIA_BLACK.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.link-33 {
  color: rgba(23, 31, 54, .57);
  text-align: center;
  border: 1px solid rgba(18, 66, 175, .31);
  border-radius: 5px;
  padding: 25px;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.link-33:hover {
  color: #171f36;
  border-color: #1242af;
}

.section-14 {
  background-color: #1a274e;
  padding-top: 50px;
  padding-bottom: 80px;
}

.div-block-309 {
  display: flex;
}

.div-block-310 {
  flex: 1;
  padding-top: 0;
  padding-right: 50px;
}

.div-block-311 {
  width: 400px;
  height: 350px;
  background-image: url('../images/62711d8b0bc51ca522740b6d_Telemóvel-1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.heading-17 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-172 {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 400;
  line-height: 150%;
}

.pagamento-div {
  z-index: 1000;
  background-color: rgba(25, 40, 75, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 42px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-312 {
  width: 500px;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
}

.text-block-173 {
  margin-bottom: 25px;
  font-size: 19px;
  line-height: 100%;
}

.link-34 {
  width: 100%;
  color: var(--blue);
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 16px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-34:hover {
  border-style: solid;
  border-color: var(--text);
  background-color: var(--text);
  color: var(--white);
}

.div-block-313 {
  margin-top: 25px;
}

.link-35 {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 5px;
  padding: 15px 25px;
  text-decoration: none;
  display: block;
}

.link-35:hover {
  border-color: #fff;
}

.div-block-314 {
  float: right;
}

.div-block-315 {
  float: left;
}

.section-15 {
  padding: 0;
}

.div-block-316 {
  width: 1444px;
  height: 1048px;
  position: relative;
}

.image-4 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.conteudo {
  object-fit: contain;
  padding: 116px 422px 276px 114px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-da-escola {
  width: 230px;
  height: 130px;
}

.image-5 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.div-block-317 {
  padding-top: 25px;
}

.heading-18 {
  font-size: 64px;
  line-height: 100%;
}

.div-block-318 {
  padding-top: 35px;
}

.text-block-174 {
  font-size: 22px;
}

.div-block-319 {
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
  padding-top: 75px;
  padding-bottom: 10px;
}

.text-block-175 {
  font-size: 43px;
  line-height: 120%;
}

.text-block-174-copy {
  width: 70%;
  font-size: 22px;
}

.div-block-320 {
  width: 60%;
  margin-top: 25px;
  padding-top: 25px;
}

.data {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 700;
}

.div-block-321 {
  padding-top: 25px;
  padding-bottom: 25px;
}

html.w-mod-js [data-ix="editar-perfil-block"] {
  opacity: 0;
  display: none;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="close-editar-perfil"] {
  opacity: 0;
}

html.w-mod-js [data-ix="block"] {
  opacity: 0;
  transform: translate(0, 25%);
}

html.w-mod-js [data-ix="uploaded-photo"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="parceiros"], html.w-mod-js [data-ix="clientes"] {
  display: none;
}

html.w-mod-js [data-ix="kpi-dropdown-list"] {
  opacity: 0;
  display: none;
  transform: translate(0, 5%);
}

html.w-mod-js [data-ix="close-kpi-dropdown"] {
  display: none;
}

html.w-mod-js [data-ix="navegador-bg"] {
  opacity: 0;
}

html.w-mod-js [data-ix="chat"] {
  display: none;
  transform: translate(125%);
}

html.w-mod-js [data-ix="ad-credito-block"] {
  display: none;
}

html.w-mod-js [data-ix="form-success-content"] {
  opacity: 0;
  transform: scale(.95);
}

html.w-mod-js [data-ix="mobile-nav-inicial"] {
  display: none;
  transform: translate(100%);
}

html.w-mod-js [data-ix="inicial-aula-div"] {
  transform: translate(100%);
}

@media screen and (max-width: 991px) {
  .button.red.float-right.concluir {
    padding-top: 9px;
    padding-bottom: 8px;
  }

  .button._2 {
    background-color: var(--confirmation-green);
  }

  .page-title-wrapper.minus-20-bottom-margin {
    height: auto;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-title-wrapper._10-bottom-margin {
    height: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .valida-table-field-lable.id {
    display: none;
  }

  .valida-table-field.estatuto {
    padding-left: 5px;
    padding-right: 5px;
  }

  .valida-table-field.id, .pop-up.delete {
    display: none;
  }

  .form-left-side {
    width: 100%;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form.round-corners {
    flex-direction: column;
  }

  .form-right-side {
    width: 100%;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .table-image-wrapper.avatar {
    flex: none;
  }

  .content-wrapper._900 {
    width: 100%;
  }

  .content-wrapper._0 {
    margin-left: 0;
    padding-bottom: 100px;
  }

  .side-bar {
    display: none;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parent-login {
    width: 60%;
  }

  .login {
    min-width: 0;
  }

  .buttom-nav {
    z-index: 10;
    height: 70px;
    background-color: var(--text);
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, .13);
  }

  .bottom-nav-link-block {
    width: 20%;
    height: 60px;
    float: left;
    color: #000;
    text-align: center;
    text-decoration: none;
    position: relative;
  }

  .bottom-nav-link-block.w--current {
    position: relative;
  }

  .static {
    color: #fff;
  }

  .nav-icon {
    font-family: sidebar-icon, sans-serif;
    font-size: 22px;
    line-height: 40px;
  }

  .nav-icon._50 {
    font-family: Entrada saida, sans-serif;
  }

  .text-block-99 {
    line-height: 20px;
  }

  .logo {
    z-index: 1000;
    height: 70px;
    border-bottom: 1px solid var(--lines);
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .shadow {
    height: 70px;
  }

  .mobile-top-nav {
    height: 70px;
    border-bottom: 1px solid var(--lines);
    justify-content: space-between;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-left-side-2 {
    max-width: 100%;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .form-right-side-2 {
    max-width: 100%;
    border-left-style: none;
    padding-top: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .simplex {
    color: var(--text);
  }

  .main-table-field.mail {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-table-field.foto {
    width: 10%;
    padding-left: 0;
  }

  .main-table-field.tel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-table-field.tel.pendente, .main-table-field.tel.verde {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-table-field.date-or-action, .main-table-field.nome {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-a {
    width: 100%;
    flex-direction: row;
    margin-bottom: 10px;
  }

  .table-content-link-3 {
    width: 100%;
    height: auto;
    border-radius: 5px;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 15px;
  }

  .valida-table-field-lable-3.tel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-field-lable-wrapper-3 {
    display: none;
  }

  .side-b {
    width: 100%;
    flex-direction: column;
  }

  .text-block-113 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-pane-tab-1 {
    padding-top: 25px;
  }

  .div-mural {
    width: 100%;
  }

  .ler-mais {
    font-size: 12px;
  }

  .mural-di {
    padding-right: 15px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 120%;
  }

  .news-div {
    padding: 26px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .form-2.round-corners._10 {
    flex-direction: column;
  }

  .page-h1-2.aula-tema {
    font-size: 25px;
  }

  .form-left-side-3 {
    padding: 40px 35px;
  }

  .grid-4, .div-block-130 {
    display: none;
  }

  .info-custodia {
    padding: 35px;
  }

  .div-block-133 {
    margin-top: 25px;
    margin-left: 0;
    padding: 35px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .logo-now {
    width: 120px;
    height: 70px;
    background-image: url('../images/logotipo_hora-da-bolsa_original.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-147 {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    line-height: 70px;
    text-decoration: none;
    display: flex;
  }

  .text-block-132 {
    margin-top: 0;
    font-family: sidebar-icon, sans-serif;
  }

  .text-block-133 {
    margin-right: 5px;
  }

  .menu-overlay {
    background-color: rgba(0, 0, 0, .32);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navx {
    width: 60%;
    background-color: var(--white);
    padding: 37px 50px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: auto;
  }

  .div-block-149 {
    color: var(--navigation-text);
    text-align: right;
    margin-bottom: 35px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    display: block;
  }

  .div-block-150 {
    color: var(--text);
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 40px;
    text-decoration: none;
    display: flex;
  }

  .div-block-150.w--current {
    margin-bottom: 5px;
  }

  .text-block-134 {
    margin-right: 20px;
    font-family: sidebar-icon, sans-serif;
  }

  .text-block-134._2, .text-block-134._3 {
    font-family: Win, sans-serif;
  }

  .text-block-134._4 {
    font-family: Quantity, sans-serif;
  }

  .separete {
    height: 1px;
    border-style: none;
    border-width: 1px;
    border-color: var(--menu-icon-color) var(--menu-icon-color) #b2b2b2;
    background-color: rgba(145, 155, 167, .49);
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .div-block-151 {
    z-index: 100;
    display: none;
  }

  .contain-novo {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    line-height: 70px;
  }

  .brand.w--current {
    width: 130px;
  }

  .section-7 {
    height: 550px;
    flex-direction: row;
  }

  .div-block-159 {
    width: 80%;
    min-width: 80%;
  }

  .heading-9 {
    font-size: 36px;
  }

  .heading-10 {
    margin-bottom: 35px;
  }

  .img-2-complementar {
    height: 350px;
  }

  .div-block-160 {
    padding-left: 0;
  }

  .paragraph-10._3 {
    margin-bottom: 0;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .prof-wrap {
    height: 420px;
  }

  .prof-pic {
    height: 250px;
  }

  .text-block-139 {
    font-size: 17px;
  }

  .pacote-wrap {
    flex-direction: column;
  }

  .div-block-161 {
    width: 100%;
    margin-bottom: 25px;
  }

  .div-block-162 {
    width: 100%;
  }

  .menu-button {
    height: 100px;
    padding-top: 33px;
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
  }

  .nav-menu {
    width: 60%;
    height: 100vh;
    background-color: #f9f9f9;
    border-left: 1px solid #cdcdcd;
    padding-top: 50px;
  }

  .body-3 {
    min-width: auto;
  }

  .grid-8 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .link-block-5 {
    margin-bottom: 25px;
  }

  .div-block-167 {
    height: 250px;
  }

  .heading-13 {
    font-size: 18px;
    font-weight: 500;
    line-height: 110%;
  }

  .div-block-169 {
    font-size: 15px;
  }

  .shad {
    height: 80px;
  }

  .contain {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-2 {
    height: 80px;
  }

  .nav-link-2 {
    height: 80px;
    color: var(--black);
    padding-left: 50px;
    line-height: 80px;
  }

  .nav-link-2:hover {
    color: var(--text);
  }

  .brand-2 {
    height: 80px;
  }

  .menu-button-2 {
    height: 80px;
    padding: 22px 0 0;
    font-size: 32px;
  }

  .grid-10 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .div-block-178 {
    width: 100%;
  }

  .div-block-179 {
    flex-direction: column;
  }

  .div-block-180 {
    width: 100%;
    margin-bottom: 25px;
  }

  .nav-menu-2 {
    width: 60vw;
    height: 100vh;
    background-color: #f8f8f8;
    border-left: 1px solid #cfcfcf;
    padding-top: 58px;
  }

  .grid-11 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-12 {
    flex: none;
  }

  .wrapper-1 {
    padding: 5px 0;
  }

  .img-certificado {
    height: 150px;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

  .submit-button-2 {
    font-size: 1.4em;
  }

  .heading-15 {
    font-size: 41px;
  }

  .paragraph-15 {
    font-size: 20px;
  }

  .div-block-303 {
    height: 400px;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .body-4 {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .button.red.float-right.cancelar {
    margin-top: 20px;
  }

  .button._2 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .page-title-wrapper.minus-20-bottom-margin {
    height: 65px;
  }

  .page-h1.in-page-with-icon {
    margin-left: 5px;
  }

  .valida-table-field-lable.estatuto {
    width: 20%;
  }

  .valida-table-field-lable.data {
    display: none;
  }

  .valida-table-field-lable.categoria._2 {
    width: 30%;
  }

  .valida-table-field-lable.table-img-info {
    display: none;
  }

  .valida-table-field.estatuto {
    width: 20%;
    padding-left: 0;
    padding-right: 5px;
  }

  .valida-table-field.estatuto.pendente, .valida-table-field.estatuto.validado, .valida-table-field.estatuto.rejeitado {
    width: 20%;
  }

  .valida-table-field.data {
    display: none;
  }

  .valida-table-field.categoria._2 {
    width: 30%;
  }

  .valida-table-field.image {
    display: none;
  }

  .form.round-corners._10 {
    flex-direction: column;
  }

  .form-right-side {
    padding-top: 10px;
  }

  .content-wrapper._900 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .parent-login {
    width: 70%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .form-right-side-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .mural-di {
    padding-right: 0;
  }

  .form-2.round-corners._10 {
    flex-direction: column;
  }

  .form-left-side-3 {
    padding: 35px 25px;
  }

  .div-block-139 {
    height: 200px;
  }

  .div-block-159 {
    width: 100%;
    min-width: 100%;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block-166 {
    margin-bottom: 25px;
  }

  .heading-13 {
    max-height: 110px;
    font-size: 17px;
    line-height: 120%;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .main-content {
    overflow: hidden;
  }

  .nav-menu-2 {
    width: 80vw;
  }

  .grid-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-183 {
    flex-direction: column;
    padding: 25px;
  }

  .div-block-184 {
    padding-left: 0;
  }

  .div-block-185 {
    width: 100%;
    margin-bottom: 25px;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .link-block-8 {
    align-items: center;
    display: flex;
  }

  .icon-text {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .div-block-186 {
    padding: 25px;
  }

  .div-block-12 {
    flex: none;
  }

  .wrapper-1 {
    width: 100%;
    overflow: auto;
  }

  .filters-flex {
    margin-right: 0;
  }

  .search-no-filtro {
    width: 100%;
    flex: 1;
  }

  .select-field {
    width: 30%;
    flex: 1;
  }

  .select-field._4 {
    margin-right: 0;
  }

  .grid-14 {
    grid-template-columns: 1fr 1fr;
  }

  .instructions-wrapper {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

  .validar-pagamento-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-15 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-17 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    min-width: auto;
  }

  .button.blue.float-right {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .button.blue.float-right._90 {
    margin-right: 0;
  }

  .button.blue.float-right._400 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.red.float-right.cancelar.tttt {
    margin-top: 5px;
  }

  .button.chevron.float-left {
    padding-right: 0;
    top: 7px;
  }

  .button.chevron.float-left.p {
    font-size: 24px;
  }

  .page-title-wrapper.minus-20-bottom-margin {
    height: auto;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .page-title-wrapper.minus-20-bottom-margin.joli {
    height: auto;
    flex-direction: column;
    display: flex;
  }

  .page-title-wrapper._10-bottom-margin {
    margin-bottom: -19px;
    padding-top: 20px;
  }

  .page-title-wrapper._90 {
    height: auto;
    padding-bottom: 0;
  }

  .page-h1 {
    margin-left: 5px;
    font-size: 23px;
    line-height: 120%;
  }

  .page-h1.in-page-with-icon {
    margin-left: 10px;
    font-size: 21px;
    line-height: 40px;
  }

  .page-h1.in-page-with-icon._200 {
    line-height: 120%;
  }

  .page-h1.cliente-name-hi {
    font-size: 21px;
  }

  .table-field-lable-wrapper {
    display: none;
  }

  .table-content-link {
    height: auto;
    border-radius: 5px;
    flex-direction: column;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .valida-table-field-lable.estatuto {
    padding-left: 0;
    padding-right: 5px;
  }

  .valida-table-field-lable.titulo {
    padding-left: 15px;
  }

  .valida-table-field-lable.categoria._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .valida-table-field.estatuto {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .valida-table-field.estatuto.pendente, .valida-table-field.estatuto.validado, .valida-table-field.estatuto.rejeitado {
    width: 100%;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 14px;
  }

  .valida-table-field.titulo {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .valida-table-field.categoria._2 {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .form-left-side {
    padding: 35px 25px 25px;
  }

  .form-right-side {
    padding: 25px 25px 35px;
  }

  .parceiro-text-field {
    font-size: 15px;
  }

  .page-h1-wrapper.with-description {
    margin-left: 10px;
  }

  .form-class {
    margin-top: 7px;
  }

  .container {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block {
    height: auto;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-5.premios._90 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .field-label-2 {
    margin-bottom: 5px;
  }

  .submit-button.entrar {
    border-radius: 5px;
  }

  .login-logo-div {
    width: 140px;
    height: 50px;
  }

  .parent-login {
    width: 90%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    flex: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-5 {
    align-items: flex-start;
    padding-top: 20%;
  }

  .form-field-label-2 {
    font-size: 13px;
  }

  .form-field-label-description-2 {
    font-size: 11px;
  }

  .p1 {
    color: var(--text);
  }

  .buttom-nav {
    z-index: 15;
    height: 55px;
    background-color: var(--text);
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, .2);
  }

  .bottom-nav-link-block {
    width: 20%;
    height: 55px;
    float: left;
    color: #333;
    font-size: 10px;
    position: relative;
  }

  .static {
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 5px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-icon {
    margin-left: 1px;
    font-size: 21px;
    line-height: 100%;
  }

  .logo {
    height: 70px;
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .grid, .grid-2 {
    grid-template-columns: 1fr;
  }

  .form-left-side-2, .form-right-side-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-table-field.mail {
    width: 100%;
    color: rgba(23, 31, 54, .51);
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-table-field.foto {
    width: 50px;
    padding-left: 0;
  }

  .main-table-field.tel {
    width: 100%;
    color: rgba(23, 31, 54, .49);
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-table-field.tel.cor {
    font-size: 14px;
  }

  .main-table-field.date-or-action {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-table-field.nome {
    width: 85%;
    padding-left: 10px;
  }

  .side-a {
    width: 100%;
    margin-bottom: 10px;
  }

  .table-content-link-3 {
    height: auto;
    border-radius: 5px;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 25px;
  }

  .table-field-lable-wrapper-3 {
    display: none;
  }

  .side-b {
    width: 100%;
    flex-direction: column;
    padding-top: 10px;
  }

  .text-block-113 {
    width: 100%;
  }

  .uploaded-photo-info-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .uploaded-photo-content-2 {
    height: 70px;
  }

  .photo-upload-input-wrapper-2 {
    min-height: auto;
    padding-bottom: 15px;
  }

  .uploaded-photo-div-2 {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
  }

  .tab-pane-tab-1 {
    padding-top: 15px;
  }

  .news-content-div {
    width: 100%;
    padding-left: 0;
  }

  .text-block-114 {
    font-size: 15px;
  }

  .mural-di {
    padding-top: 0;
  }

  .heading {
    font-size: 18px;
  }

  .news-div {
    flex-direction: column;
    padding: 20px;
  }

  .news-img {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .tabs-menu {
    padding-top: 0;
  }

  .tablink {
    margin-bottom: 10px;
  }

  .grid-3 {
    margin-top: 35px;
  }

  .hd1 {
    font-size: 24px;
    line-height: 130%;
  }

  .div-block-125 {
    height: 250px;
  }

  .rich-text-block-2 {
    font-size: 15px;
  }

  .bloc-b {
    border-left-style: none;
    padding-left: 0;
  }

  .tema {
    margin-bottom: 25px;
  }

  .form-right-side-3 {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .video-2 {
    height: auto;
    min-height: auto;
    min-width: 100%;
  }

  .page-h1-2 {
    width: 50%;
    font-size: 23px;
    line-height: 120%;
  }

  .page-h1-2.aula-tema {
    width: 100%;
    font-size: 18px;
  }

  ._40-2._30 {
    margin-top: 0;
  }

  .parceiro-text-field-2 {
    font-size: 15px;
  }

  .div-block-110 {
    margin-bottom: 40px;
  }

  .form-left-side-3 {
    padding: 35px 25px;
  }

  .form-left-side-3._3 {
    padding-bottom: 10px;
  }

  .div-block-131 {
    height: 200px;
  }

  .info-custodia, .div-block-133 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .div-block-140 {
    height: auto;
    min-height: 250px;
  }

  .div-block-141 {
    height: 200px;
  }

  .section-data {
    padding: 30px 25px 25px;
  }

  .grafico {
    width: 100%;
    height: 250px;
  }

  .dados {
    width: 100%;
    padding-left: 0;
  }

  .div-block-142 {
    flex-direction: column;
  }

  .logo-now.w--current {
    width: 100px;
  }

  .div-block-147 {
    font-size: 16px;
  }

  .div-block-149 {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .div-block-150 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 35px;
  }

  .div-block-151 {
    width: 90%;
    padding: 35px;
  }

  .div-block-154 {
    height: 40px;
  }

  .contain-novo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-136 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 30px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 130%;
  }

  .text-block-137 {
    font-size: 11px;
  }

  .text-block-138 {
    font-size: 13px;
  }

  .sobre {
    padding-top: 50px;
  }

  .heading-10 {
    margin-bottom: 25px;
    font-size: 25px;
  }

  .img-2-complementar {
    height: 250px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .prof-wrap {
    height: auto;
  }

  .prof-pic {
    height: 300px;
  }

  .precos {
    padding-top: 60px;
  }

  .pacote-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-block-140 {
    font-size: 35px;
  }

  .text-block-141 {
    padding-top: 3px;
    font-size: 19px;
  }

  .div-block-164 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-165 {
    padding-right: 0;
  }

  .text-block-136-evento {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 30px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-167 {
    height: 230px;
  }

  .heading-13 {
    height: auto;
    max-height: 250px;
    min-height: auto;
    overflow: hidden;
  }

  .link-27 {
    font-size: 12px;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tab-p-curso {
    z-index: 2000;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tabs-content {
    width: 100%;
  }

  .heading-14 {
    font-size: 21px;
  }

  .link-28 {
    width: 100%;
    overflow: hidden;
  }

  .link-block-6 {
    padding: 15px;
  }

  .div-block-173 {
    width: 35px;
    height: 40px;
  }

  .div-block-174 {
    padding-left: 10px;
  }

  .curso-content {
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    padding: 40px 15px 25px;
    position: relative;
    overflow: auto;
  }

  .div-block-176 {
    margin-bottom: 25px;
    display: block;
  }

  .fechar {
    background-color: var(--lines);
    color: #000;
    border-radius: 200px;
    padding: 5px 25px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
  }

  .tab-p-curso-2 {
    z-index: 2000;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tabs-menu-3 {
    display: flex;
  }

  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link-2 {
    padding-left: 40px;
  }

  .brand-2 {
    width: 140px;
  }

  .main-content {
    padding-top: 15px;
    overflow: hidden;
  }

  .main-content.sub, .main-content._5 {
    padding-top: 35px;
  }

  .menu-button-2 {
    padding-top: 24px;
    font-size: 28px;
  }

  .div-block-178 {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .text-block-145 {
    margin-bottom: 15px;
  }

  .text-block-146 {
    margin-bottom: 5px;
  }

  .text-block-147 {
    font-size: 21px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .link-block-7 {
    height: auto;
  }

  .div-block-183 {
    width: 100%;
  }

  .main-txt-sup {
    margin-bottom: 7px;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .link-block-8 {
    height: auto;
  }

  .div-block-189 {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .div-block-190 {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .link-29 {
    margin-left: 0;
    margin-right: 20px;
  }

  .curso-ind-content {
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    padding: 40px 15px 25px;
    position: relative;
    overflow: auto;
  }

  .div-block-12 {
    width: 100%;
  }

  .wrapper-1 {
    padding: 0 0 15px 35%;
  }

  .wrapper-1._5 {
    padding-left: 0%;
  }

  .search-no-filtro {
    flex: none;
  }

  .select-field {
    margin-right: 5px;
  }

  .div-block-296 {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-184-copy-copy {
    padding-top: 25px;
    padding-left: 0;
  }

  .div-block-297 {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
  }

  .text-block-159 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .text-block-160 {
    margin-bottom: 15px;
  }

  .text-block-161 {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .h-non {
    font-size: 21px;
  }

  .grid-14 {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .img-certificado {
    height: 200px;
  }

  .instruction {
    font-size: 1.2em;
  }

  .validar-wrap {
    border: 2px dashed #4daa57;
    border-radius: .5em;
    align-content: start;
    align-items: start;
    margin-bottom: 25px;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .pagamento-field-lable {
    color: #040f20;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper._1 {
    border-radius: 5px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .submit-button-2.validar {
    z-index: 10;
    border-radius: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pagamento-referencia-info {
    font-size: 1.9em;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .link-block-9 {
    height: auto;
  }

  .text-block-166 {
    font-size: 22px;
  }

  .heading-15 {
    font-size: 33px;
  }

  .div-block-302 {
    margin-top: 35px;
  }

  .paragraph-15 {
    font-size: 19px;
  }

  .div-block-303 {
    height: 300px;
  }

  .section-10 {
    padding-bottom: 50px;
  }

  .section-11 {
    padding-top: 70px;
  }

  .heading-16 {
    margin-bottom: 35px;
    font-size: 27px;
  }

  .blends {
    width: 150px;
  }

  .logo-da-academia {
    width: 140px;
    height: 50px;
  }

  .section-14 {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .div-block-309 {
    flex-direction: column;
  }

  .div-block-310 {
    margin-bottom: 25px;
    padding-right: 0;
  }

  .div-block-311 {
    width: auto;
    height: 250px;
  }

  .heading-17 {
    font-size: 34px;
  }

  .text-block-172 {
    font-size: 22px;
  }

  .pagamento-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-312 {
    width: auto;
  }

  .div-block-314 {
    width: 100%;
  }
}

#w-node-fa463da2-5cc6-fb99-81ef-6a590f280fee-0250a281, #w-node-d2703a2e-d51e-4d77-26de-e356f15e6c7a-0250a281, #w-node-_034387dc-5aa9-0e11-9cdb-2cfb8a1f9006-0250a281, #w-node-adef8e2e-3858-acaf-dc50-09d77ce7fea9-0250a281, #w-node-_7b5134dc-c85f-8b9a-5d0c-74daa03b3e7c-0250a281, #w-node-bb710648-773d-f70c-8f51-bd2c70e175bf-0250a281, #w-node-b3bb156e-afed-7bb0-02a5-1ef78d425775-0250a281, #w-node-ba7bb10e-7dab-e754-82f9-fb406d34f9bf-0250a281, #w-node-ac0f4415-04b3-08e2-c754-1956fc829ec4-0250a2d8, #w-node-_5b12b364-99b1-9f30-eca4-a0646e0e36ce-0250a2d8, #w-node-ea65e544-e672-8098-5d5c-75106e036ba6-0250a2d8, #w-node-b9c3d415-15a6-7ecb-19fd-f971b8c59e9c-0250a2d8, #w-node-db906cfc-85c0-0a4c-61c9-670bd100f7f3-0250a2d8, #w-node-ce4bb435-7200-f220-9c47-e08848659a7a-0250a2d8, #w-node-_50d325bb-5962-49c6-13e8-30a5590c84cf-0250a2dd, #w-node-_1d3ed21a-0df0-4276-261a-d46b76ca4154-0250a2dd, #w-node-fcccb548-d5f5-11be-ec49-7ab68c0919cb-0250a2e2, #w-node-fcccb548-d5f5-11be-ec49-7ab68c0919da-0250a2e2, #w-node-a45ccffc-3f56-06e2-ee61-e59f4afb9f17-0250a350, #w-node-a45ccffc-3f56-06e2-ee61-e59f4afb9f1c-0250a350, #w-node-a45ccffc-3f56-06e2-ee61-e59f4afb9f21-0250a350, #w-node-bb745b8c-2ea5-3116-7e94-e4cf2524d646-0250a350, #w-node-a45ccffc-3f56-06e2-ee61-e59f4afb9f2b-0250a350, #w-node-f08a9b55-6035-f390-e331-614cd7b299f6-0250a350, #w-node-_47fceb02-1f80-6d58-81b6-149b6c5e6751-0250a361, #w-node-_47fceb02-1f80-6d58-81b6-149b6c5e6756-0250a361, #w-node-_47fceb02-1f80-6d58-81b6-149b6c5e675b-0250a361, #w-node-_47fceb02-1f80-6d58-81b6-149b6c5e6760-0250a361, #w-node-_47fceb02-1f80-6d58-81b6-149b6c5e6765-0250a361, #w-node-e06ad6d3-b7e6-56cb-ee12-495893991a68-0250a381, #w-node-e06ad6d3-b7e6-56cb-ee12-495893991a6d-0250a381, #w-node-e06ad6d3-b7e6-56cb-ee12-495893991a72-0250a381, #w-node-e06ad6d3-b7e6-56cb-ee12-495893991a77-0250a381, #w-node-b4ee15b3-628e-3a39-46f2-5fc364f62841-0250a382, #w-node-_7dfe38f0-2ab5-c62a-c1a9-77f45b8e4a32-0250a382, #w-node-_54a37ed2-ca48-b059-e217-7813064daa4d-0250a382, #w-node-d2b6fc35-478b-68f2-fc0e-562625067af4-0250a382, #w-node-_850582a9-02c1-47e4-5004-76934fde410d-0250a382, #w-node-_850582a9-02c1-47e4-5004-76934fde4112-0250a382, #w-node-_850582a9-02c1-47e4-5004-76934fde4117-0250a382, #w-node-_850582a9-02c1-47e4-5004-76934fde411c-0250a382, #w-node-_895c7746-34f9-c054-b84b-f3a3d91ea871-1e30f01e, #w-node-_80339ed0-0785-4de2-4213-a529b22a8dfd-1e30f01e, #w-node-_97ca8e03-f99f-8149-507b-6cec5666861f-1e30f01e, #w-node-_4ce6d540-e04b-629a-b7fb-0a381b2a191e-1e30f01e, #w-node-_23c32da2-666b-7d13-3b9c-2fbfc2af9d38-1e30f01e, #w-node-_755f1d58-04fd-1340-b498-713ab5e16b43-1e30f01e, #w-node-_6027d23c-3f12-0cf0-6fb7-99b31c875db1-c34f9a22, #w-node-_40d24451-5922-7a62-87a0-3385f7828fd7-c34f9a22, #w-node-_8eea66f5-beb0-2fef-f081-d94e1c67b373-c34f9a22, #w-node-_1ad18dbb-cc27-276c-5e08-9d008edba4f5-c34f9a22, #w-node-_41dc9e40-be6c-a344-1e52-dcf797de27a3-c34f9a22, #w-node-_03c61396-e130-56bb-1e4f-85a6463ba46c-c34f9a22, #w-node-_3ad6b2f1-fe71-eec2-6a03-250e9bec5112-c34f9a22, #w-node-bb3d5470-ff67-8fcd-d884-822ad37a0faa-c34f9a22, #w-node-f5f182c7-41b9-7230-6af1-d4595c9b3df6-c34f9a22, #w-node-fff29fb4-0bb1-4672-6bf1-822219f0fd02-ab738e4f, #w-node-fff29fb4-0bb1-4672-6bf1-822219f0fd11-ab738e4f, #w-node-fff29fb4-0bb1-4672-6bf1-822219f0fd20-ab738e4f, #w-node-fff29fb4-0bb1-4672-6bf1-822219f0fd2f-ab738e4f, #w-node-fff29fb4-0bb1-4672-6bf1-822219f0fd3e-ab738e4f, #w-node-fff29fb4-0bb1-4672-6bf1-822219f0fd4d-ab738e4f, #w-node-_57e07f33-5b86-a9d1-8ec0-9b7171115f19-ab738e4f, #w-node-_3e821bb5-9401-2a6e-77e5-199024127381-ab738e4f, #w-node-af86dcae-0d15-b910-0c38-f8beae58914f-ab738e4f, #w-node-c6fb01fa-6247-caa1-19ca-c3a0fafb4583-5f9e752b, #w-node-e8682c3d-80ca-ed01-bfa7-3f760cd4acec-5f9e752b, #w-node-_97202308-427c-10f3-c6b0-5ece57461563-5f9e752b, #w-node-bdc6984a-8ea4-6e26-b6c3-aa54e185e866-5f9e752b, #w-node-_858da523-7ad6-92c7-23ba-aa77e9018c7b-5f9e752b, #w-node-_00486a04-1c54-347d-ebce-2601a584470d-5f9e752b, #w-node-_1f5504c6-9669-6a4b-90aa-f9a5b07fbf93-8c2b4132, #w-node-_1f5504c6-9669-6a4b-90aa-f9a5b07fbf98-8c2b4132, #w-node-_1f5504c6-9669-6a4b-90aa-f9a5b07fbf9d-8c2b4132, #w-node-_1f5504c6-9669-6a4b-90aa-f9a5b07fbfa2-8c2b4132, #w-node-_1f5504c6-9669-6a4b-90aa-f9a5b07fbfa7-8c2b4132, #w-node-_1f5504c6-9669-6a4b-90aa-f9a5b07fbfac-8c2b4132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'sidebar-icon';
  src: url('../fonts/side-bar-icon.eot') format('embedded-opentype'), url('../fonts/side-bar-icon.woff') format('woff'), url('../fonts/side-bar-icon.ttf') format('truetype'), url('../fonts/side-bar-icon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'topbar-icon';
  src: url('../fonts/top-bar-icon.eot') format('embedded-opentype'), url('../fonts/top-bar-icon.woff') format('woff'), url('../fonts/top-bar-icon.ttf') format('truetype'), url('../fonts/top-bar-icon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Buttons';
  src: url('../fonts/Buttons.eot') format('embedded-opentype'), url('../fonts/Buttons.woff') format('woff'), url('../fonts/Buttons.ttf') format('truetype'), url('../fonts/Buttons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Photo';
  src: url('../fonts/Photo.eot') format('embedded-opentype'), url('../fonts/Photo.woff') format('woff'), url('../fonts/Photo.ttf') format('truetype'), url('../fonts/Photo.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Refresh delete';
  src: url('../fonts/Refresh-Delete.eot') format('embedded-opentype'), url('../fonts/Refresh-Delete.woff') format('woff'), url('../fonts/Refresh-Delete.ttf') format('truetype'), url('../fonts/Refresh-Delete.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Quantity';
  src: url('../fonts/Quantity.eot') format('embedded-opentype'), url('../fonts/Quantity.woff') format('woff'), url('../fonts/Quantity.ttf') format('truetype'), url('../fonts/Quantity.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Icons';
  src: url('../fonts/icons.eot') format('embedded-opentype'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chevrons';
  src: url('../fonts/chevrons.eot') format('embedded-opentype'), url('../fonts/chevrons.woff') format('woff'), url('../fonts/chevrons.ttf') format('truetype'), url('../fonts/chevrons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dropdown';
  src: url('../fonts/dropdown.eot') format('embedded-opentype'), url('../fonts/dropdown.woff') format('woff'), url('../fonts/dropdown.ttf') format('truetype'), url('../fonts/dropdown.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chevron thick';
  src: url('../fonts/Chevron-thick.eot') format('embedded-opentype'), url('../fonts/Chevron-thick.woff') format('woff'), url('../fonts/Chevron-thick.ttf') format('truetype'), url('../fonts/Chevron-thick.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'KPI parceiro';
  src: url('../fonts/KPI-Parceiro.eot') format('embedded-opentype'), url('../fonts/KPI-Parceiro.woff') format('woff'), url('../fonts/KPI-Parceiro.ttf') format('truetype'), url('../fonts/KPI-Parceiro.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'KPI parceiro extended';
  src: url('../fonts/KPI-Parceiro-EXTENDED.eot') format('embedded-opentype'), url('../fonts/KPI-Parceiro-EXTENDED.woff') format('woff'), url('../fonts/KPI-Parceiro-EXTENDED.ttf') format('truetype'), url('../fonts/KPI-Parceiro-EXTENDED.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Actions';
  src: url('../fonts/Actions.eot') format('embedded-opentype'), url('../fonts/Actions.woff') format('woff'), url('../fonts/Actions.ttf') format('truetype'), url('../fonts/Actions.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Edit icon';
  src: url('../fonts/Edit-icon.eot') format('embedded-opentype'), url('../fonts/Edit-icon.woff') format('woff'), url('../fonts/Edit-icon.ttf') format('truetype'), url('../fonts/Edit-icon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Alerts';
  src: url('../fonts/Alerts.eot') format('embedded-opentype'), url('../fonts/Alerts.woff') format('woff'), url('../fonts/Alerts.ttf') format('truetype'), url('../fonts/Alerts.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Warning info';
  src: url('../fonts/Warning-info.eot') format('embedded-opentype'), url('../fonts/Warning-info.woff') format('woff'), url('../fonts/Warning-info.ttf') format('truetype'), url('../fonts/Warning-info.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: '3 dots';
  src: url('../fonts/3-dots.eot') format('embedded-opentype'), url('../fonts/3-dots.woff') format('woff'), url('../fonts/3-dots.ttf') format('truetype'), url('../fonts/3-dots.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chat';
  src: url('../fonts/chat.eot') format('embedded-opentype'), url('../fonts/chat.woff') format('woff'), url('../fonts/chat.ttf') format('truetype'), url('../fonts/chat.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Attachment';
  src: url('../fonts/Attachment.eot') format('embedded-opentype'), url('../fonts/Attachment.woff') format('woff'), url('../fonts/Attachment.ttf') format('truetype'), url('../fonts/Attachment.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Entrada saida';
  src: url('../fonts/entrada-saida.eot') format('embedded-opentype'), url('../fonts/entrada-saida.woff') format('woff'), url('../fonts/entrada-saida.ttf') format('truetype'), url('../fonts/entrada-saida.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'chat-icon';
  src: url('../fonts/chat-icon.eot') format('embedded-opentype'), url('../fonts/chat-icon.woff') format('woff'), url('../fonts/chat-icon.ttf') format('truetype'), url('../fonts/chat-icon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'login-icons';
  src: url('../fonts/login-icons.eot') format('embedded-opentype'), url('../fonts/login-icons.woff') format('woff'), url('../fonts/login-icons.ttf') format('truetype'), url('../fonts/login-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'check-sign';
  src: url('../fonts/check-sign.eot') format('embedded-opentype'), url('../fonts/check-sign.woff') format('woff'), url('../fonts/check-sign.ttf') format('truetype'), url('../fonts/check-sign.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Win';
  src: url('../fonts/win.eot') format('embedded-opentype'), url('../fonts/win.woff') format('woff'), url('../fonts/win.ttf') format('truetype'), url('../fonts/win.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}