@font-face {
  font-family: Main font sige;
  src: url('../fonts/main-font-sige.eot') format("embedded-opentype"), url('../fonts/main-font-sige.woff') format("woff"), url('../fonts/main-font-sige.ttf') format("truetype"), url('../fonts/main-font-sige.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dashboard font sige;
  src: url('../fonts/dashboard-font-sige.eot') format("embedded-opentype"), url('../fonts/dashboard-font-sige.woff') format("woff"), url('../fonts/dashboard-font-sige.ttf') format("truetype"), url('../fonts/dashboard-font-sige.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --midnight-blue: #0e0f14;
  --royal-blue: #3668fc;
  --gainsboro-2: #e0e2e7;
  --black: #1d202d;
  --gainsboro: #e0e2e7;
  --orange: #ffb700;
  --dark-slate-blue: #00466f;
  --dodger-blue: #1681fc;
  --white-smoke: #f0f0f0;
  --midnight-blue-2: #1f0729;
  --dark-grey: #96969614;
}

.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;
}

body {
  color: #333;
  font-family: Productsans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

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

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

.button.submit {
  text-align: center;
  background-color: #070f6b;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

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

.button.submit.login-button {
  background-color: var(--midnight-blue);
  height: 50px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 50px;
}

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

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

.button.success-continue.span {
  opacity: 0;
  background-color: #05b32e;
  height: auto;
  position: absolute;
  inset: 0%;
}

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

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

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

.button.blue.float-right {
  float: right;
  background-color: var(--royal-blue);
  margin-right: 4px;
  padding-top: 8px;
}

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

.button.blue._9 {
  background-color: var(--gainsboro-2);
  color: #686868c2;
  text-align: center;
  flex: 1;
}

.button.blue._9:hover {
  color: #fff;
  background-color: #b8babd;
}

.button.chevron {
  color: #89919b;
  margin-left: -25px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 25px;
  line-height: 40px;
  display: inline-block;
}

.button.chevron:hover {
  color: #171f36;
}

.button.chevron.float-left {
  float: left;
  margin-top: -3px;
  font-family: Dashboard font sige, sans-serif;
  line-height: 41px;
}

.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: #0000;
}

.button.success-continue-copy {
  background-color: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

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

.button.success-continue-copy.ok {
  color: #05b32e;
  background-color: #0000;
  border: 1px solid #05b32e;
  right: 177px;
}

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

.button.red {
  background-color: #e6253f;
}

.button.red:hover {
  background-color: #b81b2c;
}

.button.red.float-right {
  float: right;
  color: #e6253f;
  background-color: #fff;
  margin-right: 0;
  padding-top: 8px;
}

.button.red.float-right:hover {
  color: #fff;
  background-color: #e6253f;
}

.button.red.float-right.cancelar {
  color: #9c9c9c;
  border: 1px solid #e0e2e7;
  padding-top: 7px;
}

.button.red.float-right.cancelar:hover {
  color: #fff;
  border-color: #0000;
}

.button.baixar {
  text-align: center;
  background-color: #fa3845;
  border-radius: 5px;
  width: auto;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 50px;
  font-size: 16px;
  line-height: 50px;
}

.button.baixar.in {
  color: #4e4e4e;
  background-color: #fff;
  height: 80px;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 700;
  line-height: 80px;
}

.button.baixar.in:hover {
  color: #fff;
  background-color: #21b454;
}

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

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

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

.logo {
  background-image: url('../images/LOGO_MISS_NGOLA_2026-LOGO.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.login-form {
  position: static;
}

.login-form.login {
  position: relative;
}

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

.success-message.margins {
  color: #171f36;
  margin-top: 32px;
  margin-bottom: 34px;
}

.success-message.margins.none {
  margin-bottom: 0;
}

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

.form-content-wrapper.in-login {
  z-index: 1;
  position: relative;
}

.login-span-link {
  color: #3668fc;
  text-decoration: none;
}

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

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

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

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

.form-text-field {
  color: #333;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  transition: all .1s;
}

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

.form-text-field:focus {
  background-color: #fff;
  border-color: #1675bd;
}

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

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

.form-text-field.login-field::placeholder {
  color: #919ba7;
}

.form-text-field.login-field.senha-field {
  margin-top: 25px;
  margin-bottom: 15px;
}

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

.login-success {
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.login-success.in-login {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-header-wrap {
  text-align: center;
  border-bottom: 1px #e0e2e7;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.form-header-wrap.left-to-right {
  text-align: left;
}

.login-container {
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.login-text-link {
  color: #b8bac1;
  margin-bottom: 25px;
  padding-left: 1px;
  font-size: 15px;
  line-height: 120%;
  transition: all .1s;
}

.login-text-link.account {
  color: #919ba7;
  text-align: center;
  background-color: #3668fc26;
  border-radius: 4px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.success-flex {
  display: flex;
}

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

.sidebar-nav-link {
  color: #ffffffc2;
  border-left: 5px solid #0000;
  border-right: 5px solid #0000;
  height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 50ms;
  display: block;
}

.sidebar-nav-link:hover {
  color: #fff;
  background-color: #10152a;
}

.sidebar-nav-link.w--current {
  color: #fff;
  background-color: #10152a;
  border-left-color: #22398e;
}

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

.profile-name.at-topbar {
  color: #ffffffdb;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

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

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

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

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

.sidebar-block._65 {
  height: 60%;
  padding-top: 50px;
}

.sidebar-block._20 {
  height: 20%;
}

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

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

.side-bar {
  z-index: 10;
  background-color: var(--black);
  border-right: 1px #d0d3dd;
  width: 270px;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
}

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

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 2px;
  bottom: 58px;
  box-shadow: 1px 1px 3px 2px #0000001a;
}

.profile-image-wrap {
  background-color: #b8bac1;
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #f3f4f9;
  border-radius: 200px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 10px auto auto 0;
}

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

.profile-wrapper {
  position: absolute;
  inset: auto 0% 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.main-table-field.date-or-action._5._502 {
  width: 30%;
  padding-left: 0;
}

.main-table-field.icon {
  justify-content: center;
  width: 10%;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 70px;
}

.main-table-field.valor {
  flex: none;
  width: 60%;
}

.main-table-field.valor._852 {
  width: 40%;
  padding-left: 0;
}

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

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

.main-table-field.tele, .main-table-field.data {
  width: 20%;
}

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

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

.inner-section.kpi-container {
  margin-bottom: 15px;
}

.inner-section.kpi-container.flexed {
  flex-direction: column;
  flex: 1;
  margin-bottom: 36px;
  display: flex;
}

.inner-section.kpi-container.flexed._90, .inner-section.no-bottom-margin {
  margin-bottom: 0;
}

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

.kpi-info-wrapper {
  flex: 1;
  margin-left: 25px;
}

.kpi-info-wrapper._90 {
  margin-left: 0;
}

.kpi-money-info-wrapper.green {
  color: #05b32e;
}

.kpi-money-info-wrapper.yellow {
  color: #ffb100;
}

.kpi-money-info-wrapper.blue {
  color: #fc3c16;
}

.kpi-money-info-wrapper._80 {
  color: #4c73ff;
}

.kpi-money-info-wrapper._100 {
  color: #22ac19;
}

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

.div-block-10 {
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 20px 40px;
  display: flex;
}

.search-input-2 {
  color: #171f36;
  background-color: #0000;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 40px;
  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::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.div-block-9 {
  margin-top: 35px;
}

.main-wrapper {
  height: 100vh;
}

.table-field-lable-wrapper {
  color: #b8bac1;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  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-message {
  color: #b8bac1;
  font-size: 19px;
  line-height: 100%;
  display: inline-block;
}

.search-button-2 {
  color: #b8bac1;
  background-color: #0000;
  width: 25px;
  padding: 0;
  font-family: Main font sige, sans-serif;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  inset: 0 0 0 10px;
}

.search-button-2._89 {
  height: 40px;
}

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

.kpi-icon {
  color: #ff5c4b;
  text-align: center;
  background-color: #f76c5e26;
  border-radius: 200px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 86px;
}

.kpi-icon.cliques-em-anuncios {
  color: #ffb100;
  background-color: #f39c1226;
}

.kpi-icon.cliques-em-anuncios._23 {
  font-family: Main font sige, sans-serif;
}

.kpi-icon.valor-arrecadado {
  color: #05b32e;
  background-color: #2ecc7126;
  font-family: Main font sige, sans-serif;
}

.kpi-icon.visitas-no-site {
  color: #bd23a0;
  background-color: #be81fe26;
  font-family: Main font sige, sans-serif;
}

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

.columns {
  margin-right: 0;
}

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

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

.kpi-big-number {
  font-size: 40px;
  font-weight: 500;
  line-height: 57px;
}

.kpi-big-number.money {
  float: left;
  font-size: 32px;
  display: inline-block;
}

.kpi-big-number.kpi-currency {
  margin-left: 3px;
  font-size: 16px;
  line-height: 47px;
  display: inline-block;
}

.kpi-big-number.rocho {
  color: #bd23a0;
  font-size: 32px;
}

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

.table-content-link:hover {
  background-color: #3668fc05;
}

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

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

.notification-icon {
  font-size: 20px;
  line-height: 80px;
}

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

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

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

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

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

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

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

.valida-table-field-lable.valor {
  flex: none;
  width: 60%;
}

.valida-table-field-lable.valor._500 {
  width: 40%;
  padding-left: 0;
}

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

.valida-table-field-lable.tele, .valida-table-field-lable.data {
  width: 20%;
}

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

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

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

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

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

.page-h1.sub {
  color: #89919b;
  margin-bottom: 25px;
  font-size: 20px;
}

.page-h1.in-page-with-icon {
  max-width: 70%;
  margin-left: 0;
  line-height: 120%;
  position: relative;
}

.kpi-description {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  display: block;
}

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

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

.table-content {
  border: 2px #d0d3dd40;
  overflow: hidden;
}

.body {
  background-color: #f0f0f0;
}

.side-a {
  flex: none;
  display: flex;
}

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

.side-a {
  width: 40%;
}

.font-icon {
  height: auto;
  font-family: Main font sige, sans-serif;
  font-size: 32px;
  line-height: 34px;
  overflow: hidden;
}

.font-icon.money {
  color: #69b652;
}

.font-icon.notas {
  color: #ff9d00;
}

.font-icon.pauta {
  color: #cf29ae;
}

.font-icon.cursos {
  color: #f85555;
}

.font-icon.dept {
  color: #55c23a;
}

.font-icon.turma {
  color: #38bbcf;
}

.font-icon.disciplina {
  color: #cfb553;
}

.font-icon.disciplina._500 {
  color: #cf5353;
}

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

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

.news-icons {
  flex: none;
}

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

.text-block {
  color: #087020;
  font-family: Main font sige, sans-serif;
  font-size: 52px;
  line-height: 110%;
}

.text-block.cobranca {
  color: #db9800;
}

.text-block.comunicado {
  color: #3f3f3f;
}

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

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

.paragraph {
  color: #7a7a7a;
  margin-bottom: 25px;
}

.link {
  color: #364672;
  letter-spacing: 2px;
  font-size: 13px;
  display: block;
}

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

.text-block-3.noticia {
  color: #087020;
  background-color: #2ecc7126;
}

.text-block-3.cobranca {
  color: #db9800;
  background-color: #f39c1226;
}

.div-block-11 {
  border: 1px solid var(--gainsboro);
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: static;
}

.search-no-filtro {
  flex: none;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.div-block-12 {
  flex: none;
  width: 70%;
  padding-left: 15px;
}

.form-block {
  margin-bottom: 0;
  display: flex;
}

.form {
  display: flex;
}

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

.form.round-corners._10 {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  margin-left: 0;
  padding: 50px;
}

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

.select-field.mess {
  flex: 1;
}

.button-icon {
  margin-right: 10px;
  font-family: Dashboard font sige, sans-serif;
  font-size: 16px;
  position: relative;
  top: 4px;
}

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

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

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

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

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

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

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

.parceiro-info.shorter {
  min-height: 650px;
}

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

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

.parceiro-text-field.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.editar-perfil:hover {
  color: #fff;
  background-color: #3668fc;
}

.parceiro-text-field.saldo {
  color: #05b32e;
  border-top: 1px #e0e2e7;
  border-bottom: 1px #e0e2e7;
  font-size: 20px;
  font-weight: 700;
}

.side-a_a {
  width: 85%;
  display: flex;
}

.side-b_b {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.random-text.pendente {
  color: #eb9c3c;
}

.random-text.aceite {
  color: #4abd67;
}

.random-text.cancelado {
  color: #e43434;
}

.random-text.em-producao {
  color: var(--royal-blue);
}

.link-block {
  border: 1px solid var(--gainsboro);
  color: #252525;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  margin-right: 0;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  border-color: #567cdd;
}

.heading-2 {
  margin-top: 25px;
  font-size: 17px;
  font-weight: 500;
}

.text-block-7 {
  color: #252525a3;
}

.mural-di-copy {
  margin-top: 40px;
  padding-right: 0;
}

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

.chat-wrapper {
  background-color: #fff;
  border-left: 1px #e9e9e9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.new-message-notify {
  color: #fff;
  text-align: center;
  background-color: #f54a4a;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  inset: -4px -3px auto auto;
  overflow: hidden;
}

.chat-time-stamp {
  color: #171f3659;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  inset: auto auto 8px 24px;
}

.chat-time-stamp.sndrs {
  color: #ffffff59;
  inset: auto 24px 8px auto;
}

.chat-user-status {
  color: #9c9c9c;
  height: 20px;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.chat-user-status.online {
  color: #05b32e;
  height: 16px;
  margin-top: 0;
  line-height: 16px;
}

.button-icon-4 {
  text-transform: none;
  margin-right: 10px;
  font-weight: 400;
  position: relative;
  top: 2px;
}

.chat-send-button {
  color: #89919b;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  transition: all .1s;
  position: absolute;
  inset: 16px 16px auto auto;
  overflow: hidden;
}

.chat-send-button:hover, .chat-send-button:focus {
  color: #0081f6;
}

.chat-send-button._25-position-margin {
  font-family: Dashboard font sige, sans-serif;
  right: 25px;
}

.chat-message {
  width: 80%;
  min-width: 168px;
  max-width: 320px;
  margin-bottom: 4px;
  position: relative;
}

.chat-message.sendets {
  float: right;
}

.cliente-choice-info {
  flex: 1;
}

.photo {
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
}

.kpi-dropdown-list {
  z-index: 10;
  background-color: #fff;
  border-radius: 4px;
  width: 180px;
  padding: 8px;
  display: none;
  position: absolute;
  inset: auto auto 97% 0%;
  box-shadow: 0 1px 10px #00000059;
}

.kpi-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  min-width: 180px;
  padding: 8px;
  inset: auto 0% 97%;
  box-shadow: 0 1px 10px #00000059;
}

.kpi-dropdown-list.two {
  display: none;
  inset: 40px 10px auto auto;
}

.chat-choice-wrapper {
  color: #171f36;
  background-color: #0000;
  border: 1px #0000;
  align-items: center;
  height: 73px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-choice-wrapper:hover, .chat-choice-wrapper.w--current {
  background-color: #f8f8f8;
}

.close-kpi-dropdown {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
}

.chat-message-preview {
  color: #9c9c9c;
  height: 20px;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.chat-message-preview.unread {
  color: #4a99f5;
  font-weight: 500;
}

.name {
  flex: 1;
  height: 18px;
  margin-top: 1px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
}

.name.with-bottom-margin {
  margin-bottom: 3px;
  font-size: 16px;
}

.name.with-bottom-margin.smaller-text {
  margin-bottom: 0;
  font-size: 15px;
}

.name.with-bottom-margin.smaller-text.unread {
  font-weight: 700;
}

.sender {
  margin-bottom: 16px;
}

.chat-search-input {
  color: #171f36;
  background-color: #eee;
  border: 1px solid #0000;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 40px;
}

.chat-search-input:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.chat-search-input::placeholder {
  color: #89919b;
  background-color: #eee;
}

._3-dots-dropdown-wrapper {
  min-width: 40px;
  height: 40px;
  margin-right: -10px;
  font-family: Main font sige, sans-serif;
  position: relative;
}

.flexed-block._75 {
  flex: 1;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 85vh;
  min-height: auto;
  padding: 0;
  display: block;
  box-shadow: 5px 5px 15px #80828b26;
}

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

.flexed-block._67.criar-anuncio {
  min-width: 70%;
  height: auto;
  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 {
  min-width: 100%;
  max-width: 100%;
}

.chat-add-image {
  color: #89919b;
  text-align: center;
  border: 1px #000;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 10px 0 11px;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.chat-add-image:hover {
  color: #171f36;
}

.chat-text-form {
  padding: 16px;
  position: relative;
}

.chat-text-form._25-margin {
  padding-left: 25px;
  padding-right: 25px;
}

.search-button {
  color: #b8bac1;
  background-color: #0000;
  width: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 41px;
  position: absolute;
  inset: 0 0 0 10px;
}

.search-button.chat-search-button {
  color: #89919b;
  line-height: 42px;
  left: 12px;
}

.receiver {
  margin-bottom: 16px;
}

.chat-receiver-info {
  color: #171f36;
  border: 1px #0000;
  align-items: center;
  height: 41px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-receiver-info:hover {
  background-color: #0000;
}

.chat-picker-wrapper {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.chat-picker-wrapper.scroll {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  display: inline-block;
  overflow: auto;
}

.chat-content {
  z-index: 2;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: -1px 0 20px 5px #00000040;
}

.chat-content.visible {
  background-color: #fff;
  border-left: 1px solid #e9e9e9;
  display: block;
}

.chat-text-filed-form-wrapper {
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.kpi-dropdown-toggle {
  color: #b8bac1;
  height: 40px;
  padding: 0 16px;
  line-height: 40px;
  display: inline-block;
}

.kpi-dropdown-toggle:hover, .kpi-dropdown-toggle.w--open {
  color: #89919b;
}

.chat-search {
  border-radius: 4px;
  margin-bottom: 0;
  position: relative;
}

.chat-info-nav {
  background-color: #fff;
  padding: 16px 25px;
}

.kpi-dropdown-link {
  color: #171f36;
  cursor: pointer;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.kpi-dropdown-link:hover {
  color: #171f36;
  background-color: #3668fc1a;
}

.chat-bubble-container {
  border-top: 1px solid #e9e9e9;
  flex-direction: column-reverse;
  height: 585px;
  padding: 25px 16px 0;
  display: flex;
  overflow: auto;
}

.chat-bubble-container._25px-padding {
  height: 81%;
  padding-left: 25px;
  padding-right: 25px;
}

._3-dots {
  height: 40px;
  font-size: 23px;
  line-height: 45px;
}

.kpi-dropdown {
  z-index: 2;
  display: inline-block;
  position: absolute;
  inset: auto 100px 16px 16px;
}

.kpi-dropdown._2 {
  inset: 0%;
}

.right-chevron {
  color: #d0d3dd;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  transform: rotate(-90deg);
}

.chat-text-field {
  background-color: #eee;
  border: 1px solid #0000;
  border-radius: 4px;
  height: 45px;
  max-height: 45px;
  margin-bottom: 0;
  padding: 14px 61px 10px 16px;
  font-size: 15px;
  line-height: 18px;
}

.chat-text-field:focus {
  background-color: #fff;
  border-color: #0081f6;
}

.chat-text-field::placeholder {
  color: #89919b;
}

.message {
  border-radius: 4px;
  min-width: 50px;
  margin-bottom: 0;
  padding: 16px 24px 24px;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}

.message.receiver-message {
  color: #171f36;
  background-color: #3668fc26;
  border-radius: 4px 24px 24px;
  padding-bottom: 28px;
}

.message.sender-message {
  float: right;
  color: #ffffffe6;
  background-color: #4a99f5;
  border-radius: 24px 24px 4px;
  padding-bottom: 28px;
}

.kpi-description-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  display: inline-block;
}

.kpi-description-2.bottom-margin {
  margin-bottom: 16px;
}

.chat-picker-nav {
  z-index: 2;
  background-color: #fff;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-bottom: -18px;
  padding: 25px 25px 10px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-4 {
  cursor: pointer;
}

.div-block-4._2 {
  color: #89919b;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.div-block-4._2:hover {
  color: #171f36;
}

.chat-info-wrapper {
  border: 1px #e0e2e7;
  border-radius: 4px;
  display: flex;
}

.chat-info-wrapper.minus-margin {
  flex-direction: row-reverse;
  margin: -8px 0;
  position: relative;
}

.div-block-18 {
  padding-right: 0;
}

.div-block-19 {
  margin-top: 5px;
  padding-right: 20px;
}

.department-wrapper {
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  height: 120px;
  margin-bottom: 20px;
  display: flex;
}

.icon_i {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.text-block-11 {
  color: #df4545;
  font-family: Main font sige, sans-serif;
  font-size: 35px;
  line-height: 150%;
}

.text-block-11._70 {
  color: #d59343;
}

.button_i {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text_i {
  flex: none;
  width: 65%;
  padding: 30px 25px 25px;
}

.text-block-12 {
  color: #999;
  margin-top: 5px;
}

.product-div {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 5px;
  height: 400px;
  position: relative;
}

.imagem-do-produto {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  height: 250px;
  display: block;
  position: relative;
}

.imagem-do-produto._1 {
  background-image: url('../images/pdf-icon.png');
  background-position: 50%;
  background-size: contain;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.imagem-do-produto._2 {
  background-image: url('../images/25.png');
  background-size: contain;
}

.imagem-do-produto._3 {
  background-image: url('../images/28.png');
  background-size: contain;
}

.imagem-do-produto._4 {
  background-image: url('../images/27.png');
  background-size: contain;
}

.products-wrapper {
  margin-right: -15px;
  display: block;
}

.heading-4 {
  max-height: 70px;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

.text-block-13 {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-14 {
  color: #fff;
  background-color: #0000009c;
  border-radius: 5px;
  padding: 0 8px;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  inset: 10px auto auto 10px;
}

.products-content {
  float: left;
  flex: none;
  width: 25%;
  margin-bottom: 15px;
  padding-right: 15px;
}

.button-2 {
  background-color: var(--gainsboro-2);
  color: #686868c2;
  text-align: center;
  border: 1px #dabb7f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-2:hover {
  color: #fff;
  background-color: #6ad17a;
}

.nome_produto {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

.div-block {
  flex: 1;
}

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

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

.form-select-field {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  height: 45px;
  margin-bottom: 25px;
  transition: all .1s;
}

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

.form-select-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

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

.form-select-field.last-item:focus {
  border-color: #1675bd;
}

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

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

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

.resumo-description {
  float: left;
  font-size: 15px;
  display: inline-block;
}

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

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

.currency {
  margin-left: 2px;
}

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

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

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

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

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

.form-success {
  z-index: 1000;
  background-color: #f0f0f0bf;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  inset: 0%;
}

.form-field-label-description {
  color: #575353;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 120%;
}

.form-field-label-description.id {
  border-bottom: 1px solid #d0d3dd;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

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

.do._700 {
  border: 1px dashed var(--orange);
  background-color: #ffb7001c;
  border-radius: 8px;
  padding: 21px;
  display: none;
}

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

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

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

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

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

.resumo-cash {
  float: right;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

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

.test-form-block.zero-padding-all {
  background-color: #0000;
  height: auto;
  padding: 0;
}

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

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

.photo-upload-text.small-gray {
  color: #9c9c9c;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 12px;
}

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

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

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

.kz {
  margin-left: 3px;
}

.kz.thin-kz {
  font-weight: 400;
}

.quantity-button {
  color: #3668fc;
  text-align: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  font-size: 23px;
  line-height: 45px;
  text-decoration: none;
  display: inline-block;
}

.quantity-button.add-credit {
  color: #05b32e;
  border: 2px solid #04b32e;
  border-radius: 200px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-family: Dashboard font sige, sans-serif;
  line-height: 40px;
  position: absolute;
  inset: 10px -11px auto auto;
}

.quantity-button.add-credit:hover {
  color: #058317;
}

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

.instruccoes-wrapper._222 {
  border-top: 1px #e0e2e7;
  padding-top: 16px;
}

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

.block.adicionar-credito {
  min-width: 430px;
  max-width: 430px;
  min-height: 300px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  overflow: hidden;
}

.close-pop-up {
  background-color: #171f3673;
  position: fixed;
  inset: 0%;
}

.text-block-15 {
  border-bottom: 1px #e0e2e7;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 16px;
  font-size: 15px;
}

.pop-up {
  z-index: 999;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.instrucao-number {
  color: #171f36;
  text-align: right;
  width: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.instru-es-item {
  color: #89919b;
  min-height: 25px;
  margin-left: -2px;
  padding-left: 25px;
  position: relative;
}

.xclose {
  z-index: 3;
  color: #d0d3dd;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-family: Dashboard font sige, sans-serif;
  font-size: 18px;
  line-height: 50px;
  transition: all .1s;
  position: absolute;
  inset: 10px 10px auto auto;
}

.xclose:hover {
  color: #171f36;
}

.ad-credit-item {
  margin-bottom: 25px;
}

.ad-credit-item.instructions {
  margin-bottom: 0;
  padding-top: 16px;
}

.referencia {
  color: #3668fc;
  letter-spacing: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

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

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

.heading-5 {
  color: #888;
  font-weight: 500;
}

.tablink {
  border-radius: 5px;
  margin-right: 15px;
  font-size: 18px;
}

.tablink.w--current {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.tabpane {
  padding-top: 25px;
}

.section-2 {
  background-image: linear-gradient(#000644f7, #000644f7), url('../images/0bb88dc4a2edcc09173c72797387b75f.gif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2._2 {
  justify-content: center;
  align-items: center;
  min-height: 800px;
  display: flex;
}

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

.side-a-content {
  padding-right: 50px;
}

.brand-icon {
  background-image: url('../images/logotipo_benfica_2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 200px;
  margin-bottom: 50px;
}

.brand-icon._2 {
  background-image: url('../images/clinica-no-back-white.png');
}

._40 {
  margin-bottom: 40px;
}

._40._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-2 {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
}

.heading-6 {
  color: #fff;
}

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

.text-block-16._2 {
  color: var(--orange);
}

.sucesso {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 55px;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 150%;
}

.div-block-21 {
  background-image: url('../images/225-2258183_transparent-solution-icon-png-success-icon-transparent-png.png');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-35 {
  float: left;
  width: 30%;
}

.button-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.logo-copy {
  width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-32 {
  background-color: #fff;
  border: 1px solid #ebebeb;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 36px 80px;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-34 {
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.text-block-21 {
  font-weight: 700;
  line-height: 110%;
}

.text-block-22 {
  color: #6d6d6d;
  line-height: 110%;
  overflow: hidden;
}

.div-block-33 {
  padding-top: 30px;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-36 {
  float: left;
  width: 70%;
}

.div-block-37 {
  background-image: url('../images/1200px-QR_code_for_mobile_English_Wikipedia.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 18px;
}

.div-block-38 {
  width: 60%;
  display: flex;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.link-2 {
  color: #006fff;
  font-family: Dashboard font sige, sans-serif;
  font-size: 26px;
  text-decoration: none;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-3 {
  color: #fff;
  text-align: center;
  background-color: #31a45d;
  border-radius: 5px;
  width: 100%;
  padding: 10px 15px;
  text-decoration: none;
}

.link-3.reject {
  background-color: #a43131;
}

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

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

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

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

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

.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::placeholder {
  color: #9c9c9c;
}

.uploaded-photo-wrapper-2 {
  display: none;
  overflow: hidden;
}

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

.iban {
  font-weight: 700;
}

.image {
  object-fit: contain;
}

.div-block-41 {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  padding: 59px;
  display: flex;
}

.div-block-42 {
  background-image: url('../images/225-2258183_transparent-solution-icon-png-success-icon-transparent-png.png');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.paragraph-5 {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 130%;
}

.link-4 {
  display: block;
}

.section-4 {
  background-color: #d9d9d9;
  min-height: 1000px;
  padding: 63px;
}

.div-block-43 {
  background-color: #fff;
  border-radius: 12px;
  width: 400px;
  margin-bottom: 40px;
  padding: 25px;
}

.text-block-23 {
  color: #31a776;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-23._2 {
  color: #e12e2e;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px #e4e4e4;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.brand {
  background-image: url('../images/logo-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 120px;
}

.nav-link {
  color: var(--white-smoke);
  padding: 0 0 0 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120px;
}

.nav-link.w--current {
  color: #0081f6;
}

.shadow-100 {
  height: 100px;
}

.section-7 {
  background-image: url('../images/5819b900354c38b7414f436854c80ad4.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 800px;
  padding-top: 121px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

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

.text-block-136-evento {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fa3b43;
  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: 69px;
  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;
}

.overlay-mast {
  background-image: linear-gradient(#14042cc4, #14042cc4);
  position: absolute;
  inset: 0%;
}

.sobre {
  background-color: var(--midnight-blue-2);
  padding-top: 70px;
  padding-bottom: 0;
}

.img-2-complementar {
  background-image: url('../images/a9732aaf2fc98342795d19e566abe003.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px 12px 200px;
  height: 500px;
}

.img-2-complementar._2 {
  background-image: url('../images/_MG_8185---Cópia.JPG');
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 160%;
}

.heading-10 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 39px;
}

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

.div-block-160._0 {
  padding-left: 0;
  padding-right: 50px;
}

.professores {
  background-color: var(--midnight-blue-2);
  padding-top: 80px;
  padding-bottom: 120px;
}

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

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

.prof-pic {
  background-image: linear-gradient(4deg, #de1b55ad, #0000 48%), url('../images/959.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 100px 5px 5px;
  height: 350px;
  margin-bottom: 25px;
}

.prof-pic.jose {
  background-image: linear-gradient(4deg, #de1b55ad, #0000 48%), url('../images/José-Sangunja---Fundador-e-CEO---Sangunja-Lda..jpeg');
}

.prof-pic.del {
  background-image: linear-gradient(4deg, #de1b55ad, #0000 48%), url('../images/Delva-Faria---FUNDADORA-E-CEO---OSKIADE.jpeg');
}

.prof-pic.ven {
  background-image: linear-gradient(4deg, #de1b55ad, #0000 48%), url('../images/Venancio-Costa---Fundador-e-CEO----Escola-do-Marketing-Digital.jpeg');
}

.prof-pic.chi {
  background-image: linear-gradient(4deg, #de1b55ad, #0000 48%), url('../images/Chirlene-Lino---Fundadora-e--CEO---JOCHIERI-FORMAÇÕES.jpeg');
}

.prof-pic.edm {
  background-image: linear-gradient(4deg, #de1b55ad, #0000 48%), url('../images/44e6ed15-6393-4d96-a02c-ab4a4aa8c4d4.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
}

.prof-pic.ani {
  background-image: linear-gradient(4deg, #de1b55ad, #0000 48%), url('../images/083d775d-97fa-4b11-95b6-3e02ac9c8409.jpg');
}

.prof-pic.car {
  background-image: linear-gradient(4deg, #de1b55ad, #0000 48%), url('../images/aa015050-e3ed-48b5-bc92-98eb461349e9.jpg');
}

.prof-pic.euri {
  background-image: linear-gradient(4deg, #de1b55ad, #0000 48%), url('../images/Euríco-Mucanda---CEO---EDC-GPS.-1.jpeg');
}

.prof-pic.lizan {
  background-image: linear-gradient(4deg, #de1b55ad, #0000 48%), url('../images/Lizandro-Chissupa---Fundador-e-CEO---Select-Services-Lda.jpeg');
}

.heading-11 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.text-block-139 {
  color: #ffffffc9;
  font-size: 20px;
  line-height: 140%;
}

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

.precos {
  background-image: linear-gradient(to right, #bb1254, #fa3a44);
  padding-top: 100px;
  padding-bottom: 120px;
}

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

.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;
}

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

.section-8 {
  background-color: var(--midnight-blue-2);
  padding-top: 50px;
  padding-bottom: 50px;
}

.map {
  height: 600px;
}

.div-block-164 {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 50px;
  line-height: 120%;
}

.section-9 {
  background-color: var(--midnight-blue-2);
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-142 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-143 {
  font-size: 19px;
  font-weight: 300;
}

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

.form-2 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 23px;
  display: flex;
}

.div-block-166 {
  align-items: center;
  width: 33%;
  padding-right: 25px;
  display: flex;
}

.text-block-144 {
  font-size: 24px;
  font-weight: 500;
}

.div-block-167 {
  width: 100%;
  padding-left: 15px;
  display: flex;
}

.div-block-169 {
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.link-5 {
  color: #535353;
  text-align: center;
  border: 1px solid #878787;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 24px;
  display: inline-block;
}

.button-5 {
  background-color: #b4b4b4;
  border-radius: 5px;
}

.div-block-170 {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 5px;
  padding: 44px;
}

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

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

.text-block-145 {
  font-weight: 500;
}

.text-block-146 {
  color: #33333370;
  font-size: 17px;
}

.buta {
  color: #000;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}

@media screen and (max-width: 991px) {
  .form.round-corners._10 {
    padding: 30px;
  }

  .products-content {
    width: 50%;
  }

  .contain {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .contain-novo {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand.w--current {
    width: 130px;
  }

  .nav-menu {
    background-color: #1c0407;
    border-left: 1px #cdcdcd;
    width: 60%;
    height: 100vh;
    padding-top: 50px;
  }

  .nav-link {
    line-height: 70px;
  }

  .menu-button {
    color: var(--white-smoke);
    height: 100px;
    padding-top: 33px;
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
  }

  .section-7 {
    flex-direction: row;
    height: 700px;
  }

  .div-block-159 {
    width: 100%;
  }

  .heading-9 {
    font-size: 36px;
  }

  .img-2-complementar {
    height: 350px;
  }

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

  .div-block-160 {
    padding-left: 0;
  }

  .div-block-160._0 {
    padding-top: 0;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .prof-wrap {
    height: 400px;
  }

  .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%;
  }

  .icon-2 {
    font-size: 47px;
  }

  .div-block-164 {
    width: auto;
  }

  .text-block-142 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .side-a-content {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .menu-button {
    font-size: 24px;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .heading-12 {
    font-size: 43px;
  }
}

@media screen and (max-width: 479px) {
  .login-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form.round-corners._10 {
    padding-top: 52px;
  }

  .product-div {
    height: 400px;
  }

  .imagem-do-produto {
    height: 170px;
  }

  .products-wrapper {
    margin-right: -10px;
  }

  .heading-4 {
    font-size: 14px;
  }

  .text-block-13 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .products-content {
    width: 50%;
    padding-right: 10px;
  }

  .button-2 {
    height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 110%;
  }

  .nome_produto {
    padding-top: 15px;
  }

  .uploaded-photo-div {
    flex: none;
  }

  .form-left-side._9000 {
    flex: none;
    padding: 30px;
  }

  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-icon {
    text-align: center;
    background-position: 50%;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-4 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-32 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .uploaded-photo-wrapper-2 {
    overflow: hidden;
  }

  .div-block-41 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-42 {
    flex: none;
  }

  .contain-novo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7 {
    height: auto;
    padding-top: 235px;
    padding-bottom: 100px;
  }

  .heading-9 {
    font-size: 35px;
    line-height: 130%;
  }

  .text-block-137 {
    font-size: 11px;
  }

  .text-block-138 {
    font-size: 13px;
  }

  .sobre {
    padding-top: 50px;
  }

  .img-2-complementar {
    border-bottom-right-radius: 150px;
    height: 250px;
  }

  .heading-10 {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .div-block-160 {
    padding-top: 40px;
  }

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

  .grid-7 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .prof-wrap {
    height: auto;
  }

  .prof-pic {
    height: 300px;
  }

  .prof-pic.del {
    background-position: 0 0, 50% 0;
  }

  .text-block-139 {
    font-size: 19px;
    line-height: 130%;
  }

  .pacote-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  .precos {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .text-block-140 {
    font-size: 35px;
  }

  .text-block-141 {
    padding-top: 3px;
    font-size: 19px;
  }

  .heading-12 {
    text-align: left;
    margin-bottom: 35px;
    font-size: 34px;
    line-height: 130%;
  }

  .section-9 {
    padding-top: 70px;
  }

  .text-block-142 {
    font-size: 22px;
  }

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


@font-face {
  font-family: 'Main font sige';
  src: url('../fonts/main-font-sige.eot') format('embedded-opentype'), url('../fonts/main-font-sige.woff') format('woff'), url('../fonts/main-font-sige.ttf') format('truetype'), url('../fonts/main-font-sige.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dashboard font sige';
  src: url('../fonts/dashboard-font-sige.eot') format('embedded-opentype'), url('../fonts/dashboard-font-sige.woff') format('woff'), url('../fonts/dashboard-font-sige.ttf') format('truetype'), url('../fonts/dashboard-font-sige.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}