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

@font-face {
  font-family: DIN;
  src: url('../fonts/DINMediumAlternate.ttf') format("truetype"), url('../fonts/DINMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DIN;
  src: url('../fonts/DINRegularAlternate.ttf') format("truetype"), url('../fonts/DINRegular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: DIN;
  src: url('../fonts/DINLightAlternate.ttf') format("truetype"), url('../fonts/DINLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --body: #eee;
  --black: #333;
  --white-smoke: #e9e9e9;
  --alice-blue: #f0f6ffa8;
  --papaya-whip: #f9edd512;
  --goldenrod: #ffc146;
  --dark-slate-blue: #344e98;
  --vermelho: #ed3237;
  --white: #ffffffbf;
  --k: var(--black);
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  background-color: var(--body);
  color: #333;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-field-2 {
  border-radius: 5px;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 24px;
  font-size: 17px;
}

.link-35 {
  color: var(--alice-blue);
  margin-top: 15px;
  display: block;
}

.text-field-2._3 {
  margin-bottom: 40px;
}

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

.link-26 {
  color: #5968a3;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.div-block-141 {
  background-color: #fff;
  width: 40%;
  padding: 71px 70px 70px;
  overflow: auto;
}

.div-block-140 {
  background-image: url('../images/borna-bevanda-377277-unsplash.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
}

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

.div-block-142 {
  background-image: url('../images/Angola-Hub-Summit---Logo-original.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 120px;
  margin-bottom: 50px;
}

.section-6 {
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-25 {
  color: #2a355f;
  text-align: center;
  text-transform: uppercase;
  background-color: #7f8fce14;
  border: 1px dashed #7f8fce;
  border-radius: 8px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
}

.button {
  text-align: center;
  background-color: #22398e;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.button._100 {
  text-transform: uppercase;
  background-color: #ed3237;
  background-image: none;
  width: 100%;
  font-weight: 700;
  position: static;
}

.button._100._900 {
  color: #000;
  background-color: #0d152b00;
  border: 1px solid #ed3237;
  margin-top: 20px;
}

.button._100._900:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.heading-16 {
  margin-top: 0;
}

.body {
  background-color: var(--alice-blue);
  font-family: Barlow, sans-serif;
}

.fomr-alt-text {
  flex: 1;
  width: 80%;
  font-size: .8rem;
  line-height: 1;
}

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

.brand {
  background-image: url('../images/Angola-Hub-Summit---Logo-original-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 170px;
  height: 70px;
  display: block;
}

.brand.w--current {
  background-image: url('../images/Fiinika_admin.png');
}

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

.div-1.eie {
  margin-top: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

.div-block-2 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 0;
}

.div-block-2.submit {
  max-width: 100%;
}

.div-block-2._2 {
  display: none;
}

.heading {
  color: #223;
}

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

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

.form-select-field {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  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-color: var(--white-smoke);
  background-color: #f8f8f82e;
  border-radius: 4px;
  margin-bottom: 0;
}

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

.form-select-field.last-item._3 {
  margin-top: 10px;
}

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

.buttons {
  text-transform: uppercase;
  padding-top: 50px;
  font-weight: 700;
}

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 55px;
  height: 55px;
}

.header-back-wrapper.buttonx {
  justify-content: flex-start;
  display: flex;
}

.links-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.card-wrapper {
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
}

.div-block {
  flex: 1;
}

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

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

.main {
  width: 100vw;
}

.side-b {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
  position: relative;
}

.side-b._600 {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
}

.side-b._123 {
  padding-left: 10px;
  padding-right: 15px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 5px;
}

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

.nav-lin {
  color: #fff;
  align-items: center;
  min-height: 60px;
  padding: 10px 35px 10px 45px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.nav-lin:hover {
  background-color: var(--papaya-whip);
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  border-left: 4px solid var(--goldenrod);
  background-color: var(--papaya-whip);
  color: #fff;
}

.nav-lin.logout {
  color: #ffffff7a;
}

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

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

.text-block-3 {
  color: #333;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.text-block-3.agendado {
  color: #6089ff;
  font-weight: 700;
}

.text-block-3.concluido {
  color: #4cbb50;
  font-weight: 700;
}

.text-block-3.em-progresso {
  color: var(--goldenrod);
  font-weight: 700;
}

.text-block-3.cancelado {
  color: #f04d4d;
  font-weight: 700;
}

.text-block-3.bold {
  color: #1f8849;
  font-weight: 700;
}

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

.legenda-wrapper {
  border-top: 1px solid #344e981f;
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
}

.heading-2.box {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 40px;
  overflow: hidden;
}

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

.head-text {
  padding-top: 50px;
}

.photo-upload-input-field {
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f88a;
  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;
}

.card-principal {
  margin-top: 50px;
}

.form-item-with-content {
  margin-bottom: 25px;
}

.text {
  color: #333;
  margin-bottom: 1rem;
}

.text.white {
  color: #fff;
}

.text.dim {
  color: #4a5568;
}

.text.dim2 {
  color: #a0aec0;
}

.text._20 {
  text-align: justify;
  margin-bottom: 2.6rem;
}

.text-block-6 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-2 {
  font-size: 1.25rem;
  line-height: 1;
}

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

.link-2 {
  color: red;
  font-family: Fontastic, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.icons-no-botao {
  text-transform: none;
  margin-right: 10px;
  padding-top: 1px;
  font-family: Fontastic, sans-serif;
  display: block;
  position: relative;
  top: 0;
}

.form-field-label {
  color: #000000db;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}

.button-2 {
  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-2.success-continue-copy {
  background-color: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

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

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

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

.button-2.gray.apagar:hover {
  background-color: #fc3636;
}

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

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

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

.button-2.gray:hover {
  color: #fff;
  background-color: #3668fc;
  border-color: #0000;
}

.button-2.mensagem {
  background-color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.button-2.mensagem:hover {
  background-color: #25295d;
}

.button-2.red-lines {
  color: red;
  background-color: #0000;
  border: 1px solid red;
  font-size: 17px;
}

.button-2.red-lines:hover {
  color: #fff;
  background-color: red;
}

.button-2.mensagem {
  border: 1px solid var(--dark-slate-blue);
  text-align: center;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 50px;
  display: block;
}

.button-2.mensagem:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.button-2.mensagem-copy {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  transition: none;
  display: block;
}

.button-2.mensagem-copy:hover {
  color: #fff;
  background-color: #344e9875;
  border-style: none;
}

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

.test-form-block.zero-padding-all._290 {
  width: 700px;
}

.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.with-2-buttons {
  background-color: #fff;
  padding-right: 303px;
  box-shadow: 0 2px 50px #00000042;
}

.link {
  float: left;
  color: #2222337d;
  padding-top: 2px;
  padding-right: 1.5rem;
  font-family: Fontastic, sans-serif;
  font-size: 34px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

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

.header-with-back-button {
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 0;
}

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

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

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

.image {
  object-fit: contain;
  max-height: 80%;
}

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

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

.text-block-5 {
  margin-top: 2px;
  margin-right: 20px;
  font-family: Fontastic, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

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

.side-a._500 {
  width: 75%;
}

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

.brand-wrapper {
  height: 150px;
  padding: 45px;
}

.form-fiield {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

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

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

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

.form-fiield._2 {
  margin-bottom: 0;
}

.form-fiield._700 {
  border-color: var(--white-smoke);
  background-color: #f8f8f85c;
  padding-bottom: 261px;
}

.form-fiield._500 {
  border-bottom-color: var(--white-smoke);
  background-color: #f8f8f81c;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 35px;
}

.button-3 {
  background-color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 96%;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.button-3:hover {
  background-color: #5878d2;
  font-weight: 700;
}

.button-3.bx {
  background-color: var(--vermelho);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.button-3.secundario {
  color: var(--dark-slate-blue);
  background-color: #c5daf9;
}

.button-3.secundario:hover {
  background-color: var(--dark-slate-blue);
}

.button-3.icon {
  justify-content: center;
  display: flex;
}

.button-3.icon.red {
  background-color: #ec3838;
}

.button-3.icon.red:hover {
  background-color: #a52929;
}

.button-3.lop {
  color: #0000004f;
  background-color: #c8d3e54f;
}

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

.side-a-1._1 {
  width: 100%;
}

.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;
  position: relative;
  overflow: hidden;
}

.navigation {
  background-color: var(--black);
  border-right: 1px solid #a0aec052;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 100vh;
  position: relative;
}

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

.formx {
  padding-top: 50px;
}

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

.card-item {
  height: 100%;
}

.card-item.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item.img {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item.img.i {
  padding-left: 0;
}

.card-item.name {
  color: #223;
  align-items: center;
  width: 80%;
  padding-right: 1rem;
  display: flex;
}

.text-block {
  color: #222233db;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.form {
  width: 100%;
}

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

.form.round-corners._10 {
  border-style: none;
  margin-left: 0;
  display: flex;
}

.txt {
  color: #33333396;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.success-flex {
  display: flex;
}

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

.heading-3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.div-block-147 {
  padding-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.hold-the-header {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.div-block-148 {
  color: #646464;
  background-color: #fff;
  border-radius: 5px;
  height: 150px;
  padding: 50px 25px 25px;
  text-decoration: none;
  box-shadow: 1px 1px 3px #344e980f;
}

.div-block-148:hover {
  border: 1px solid #344e985e;
}

.text-block-7 {
  color: var(--dark-slate-blue);
  margin-bottom: 15px;
  font-family: Fontastic, sans-serif;
  font-size: 25px;
  line-height: 100%;
}

.text-block-8 {
  font-size: 20px;
  font-weight: 400;
}

.text-block-167 {
  color: #fff;
  text-align: center;
  background-color: #252323cc;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 700;
}

.text-block-167:hover {
  background-color: #25295d;
}

.text-block-167.yellow {
  background-color: var(--goldenrod);
}

.text-block-167.verde {
  background-color: #169702a3;
}

.text-block-167.verde:hover {
  background-color: #136e05a3;
}

.text-block-167._690 {
  color: #10a53d;
  background-color: #344e9800;
  border: 1px solid #5cbc79;
}

.card-item-2 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.card-item-2.name {
  color: #223;
  flex: 0 auto;
  align-items: center;
  width: 80%;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.card-item-2.img {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item-2.img._900 {
  width: 20%;
}

.card-item-2.icon {
  color: #d13232;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 1.5rem;
  display: flex;
}

.card-item-2.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item-2.data-1.x {
  width: 15%;
}

.card-item-2.data-1.x._10 {
  width: 20%;
}

.text-block-164 {
  color: var(--dark-slate-blue);
  margin-top: 3px;
  font-family: Fontastic, sans-serif;
  line-height: 1;
}

.text-block-164.confirmado {
  color: #3b9834;
}

.div-block-260-copy {
  padding-top: 0;
}

.card-wrapper-2 {
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-wrapper-2:hover {
  border: 1px solid #344e98a6;
}

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

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

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

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

.form-text-field.textarea {
  padding-bottom: 427px;
  font-size: 17px;
}

.form-2 {
  display: flex;
}

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

.form-2.round-corners._10 {
  border-style: solid;
  border-color: var(--white-smoke);
  border-radius: 8px;
  margin-left: 0;
}

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

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

.form-text-field-3 {
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

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

.form-text-field-3:focus {
  background-color: #fff;
  border-color: #5968a3;
}

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

.form-text-field-3._1 {
  margin-top: 10px;
}

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

.form-text-field-3.d {
  margin-bottom: 0;
  margin-right: 15px;
}

.photo-upload-input-field-2 {
  text-align: center;
  cursor: pointer;
  background-color: #343ce41c;
  border: 2px dashed #343ce4;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  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::placeholder {
  color: #9c9c9c;
}

.form-field-label-2 {
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}

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

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}

.checkbox-field {
  margin-bottom: 25px;
}

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

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

.div-block-172._500 {
  margin-top: 150px;
}

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

.link-block-15 {
  border: 1px solid var(--white-smoke);
  color: #223;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 270px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.link-block-15:hover {
  border-style: solid;
  border-color: #25295d6b;
}

.div-block-235 {
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.div-block-235._2 {
  background-image: url('../images/blank-profile-picture.jpeg');
}

.div-block-235._4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.name-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.form-3 {
  width: 100%;
  display: block;
}

.select-field-2 {
  border: 1px solid var(--white-smoke);
  color: #151515;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  height: 50px;
  margin-bottom: 0;
  margin-right: 15px;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.div-block-263 {
  border: 1px solid var(--white-smoke);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  position: static;
}

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

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

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

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

.search-no-filtro-2._5 {
  background-color: #fff;
  margin-right: 0;
}

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

.search-button-3._89 {
  background-image: url('../images/Search-Icon-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  margin-top: 7px;
  top: 2px;
}

.search-input-2 {
  border: 1px solid var(--white-smoke);
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  height: 50px;
  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-275 {
  margin-bottom: 25px;
}

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

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

.titulo {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

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

.div-block-274._90, .div-block-274._5 {
  padding-left: 0;
}

.link-13 {
  text-align: center;
  background-color: #343ce40f;
  border: 1px dashed #343ce4;
  border-radius: 5px;
  padding: 15px;
  display: block;
}

.div-block-273 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  flex: none;
  width: 250px;
  height: 250px;
}

.div-block-273._1 {
  border-radius: 0;
}

.div-block-272 {
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  display: flex;
}

.div-block-272._1 {
  flex-flow: column;
}

.texto {
  color: #33333394;
  margin-bottom: 10px;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.texto.subscri-o {
  color: #5984ff;
  font-weight: 700;
}

.texto.agendado {
  color: #427dc9;
  font-weight: 700;
}

.texto.cancelado {
  color: #fc3737;
  font-weight: 700;
}

.texto.realizado {
  color: #37bb33;
  font-weight: 700;
}

.texto.progresso {
  color: var(--goldenrod);
  font-weight: 700;
}

.texto.verde {
  color: #167e39d6;
  font-weight: 700;
}

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

.pdf-icon {
  background-image: url('../images/PDF_file_icon.svg-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 50px;
}

.div-block-273-copy {
  border-radius: 5px;
  flex: none;
  width: 300px;
  height: 300px;
}

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

.text-block-168 {
  color: var(--vermelho);
  font-size: 17px;
}

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

.div-block-278 {
  background-color: #fff;
  border-radius: 5px;
  height: auto;
  padding: 25px 25px 45px;
  text-decoration: none;
  box-shadow: 1px 1px 3px #344e982b;
}

.div-block-275-copy {
  border: 1px dashed #f84f4f;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 20px;
  position: relative;
}

.div-block-279 {
  border-top: 1px solid #dadada;
  margin-bottom: 25px;
  padding-top: 25px;
}

.text-block-169 {
  color: #3333337a;
  font-size: 16px;
  font-weight: 700;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.link-27 {
  color: #d2d2d2;
  position: absolute;
  inset: auto 10px 10px auto;
}

.grid-22 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.div-block-170 {
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 5px;
  height: 180px;
  padding: 40px 35px 35px;
  position: relative;
}

.div-block-170._2 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.text-block-150 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-151 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.text-block-152 {
  color: #39393966;
}

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

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

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

.text-block-127 {
  color: #191c41;
  font-size: 25px;
  font-weight: 400;
}

.section-data {
  background-color: #fff;
  border: 1px #d0d3dd;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 1px 1px 3px #344e9824;
}

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

.text-block-126 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.grafico {
  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;
  width: 70%;
  height: 300px;
}

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

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

.body-2 {
  background-color: #f6f6f64f;
}

.tabs {
  margin-top: 50px;
}

.tablink {
  color: #0d152b78;
  background-color: #0000;
  border: 1px solid #0d152b30;
  border-radius: 5px;
  margin-right: 15px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 400;
}

.tablink:hover {
  background-color: var(--vermelho);
  color: #fff;
}

.tablink.w--current {
  background-color: var(--vermelho);
  color: #fff;
  border-style: none;
}

.image-3 {
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.text-block-170 {
  color: #fff;
  text-align: center;
  background-color: #0d152bc7;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.text-block-170.confirmado {
  color: #fff;
  background-color: #539f32;
  border-radius: 5px;
  font-weight: 400;
}

.div-block-282 {
  border-bottom: 1px solid var(--white-smoke);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

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

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

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

.link-28 {
  color: #386eca;
  margin-bottom: 10px;
  padding-top: 8px;
  font-size: 17px;
  display: block;
}

.link-28._3 {
  color: var(--vermelho);
  text-align: center;
  border: 1px dashed #d6d6d6;
  border-radius: 5px;
  padding-bottom: 8px;
  line-height: 35px;
  text-decoration: none;
}

.link-28._3.promo {
  background-color: var(--goldenrod);
  color: #0000008c;
  border-style: none;
  line-height: 35px;
}

.link-28._3._400 {
  color: #ff10108c;
  border-style: solid;
  border-color: #ff7070;
  margin-top: 10px;
}

.link-28._3._400:hover {
  color: #fff;
  background-color: #ff3e3e;
}

.body-3 {
  background-color: #f6f6f64f;
}

.nav-admin {
  border: 1px #d0d3dd;
}

.navbar-2 {
  background-color: #fff;
  border-bottom: 1px solid #e0e2e7;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

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

.brand-2 {
  background-image: url('../images/Angola-Hub-Summit---Logo-original.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 80px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-2.w--current {
  background-image: url('../images/Angola-Hub-Summit---Logo-original.png');
}

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

.nav-link-2:hover {
  color: #ed3237;
}

.nav-link-2.w--current {
  color: #333;
  font-weight: 700;
}

.shad {
  height: 100px;
}

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

.hold-the-h1-for-promotor {
  margin-top: 0;
  margin-bottom: 50px;
}

.text-block-171 {
  color: #33333396;
  font-size: 21px;
}

.black-page {
  background-color: var(--black);
}

.section-7 {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-7._1 {
  margin-top: 0;
}

.div-block-286 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.div-block-288 {
  width: 400px;
  position: relative;
}

.div-block-288._500 {
  width: 100%;
  margin-bottom: 35px;
}

.image-4 {
  object-fit: contain;
  width: 100%;
}

.div-block-289 {
  justify-content: flex-start;
  margin-bottom: 50px;
  display: none;
}

.div-block-290 {
  color: #fff;
  flex: 1;
  padding-left: 50px;
}

.div-block-291 {
  background-image: url('../images/legoo-logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 50px;
}

.text-block-172 {
  margin-bottom: 35px;
  font-size: 23px;
  line-height: 120%;
}

.paragraph {
  color: var(--white);
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 150%;
}

.paragraph._1 {
  margin-bottom: 0;
}

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

.div-block-293 {
  border-bottom: 1px dashed #e9e9e936;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  display: flex;
}

.div-block-293._8 {
  border: 1px dashed #000;
  border-radius: 5px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-173 {
  min-width: 150px;
  margin-right: 25px;
  font-weight: 700;
}

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

.div-block-294 {
  border: 1px dashed var(--goldenrod);
  color: var(--white);
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.div-block-294:hover {
  border-style: solid;
  border-color: var(--goldenrod);
}

.pacotes {
  border: 1px dashed #e9e9e936;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
}

.pacotes._1 {
  flex-direction: column;
  padding-bottom: 15px;
}

.pacotes._0 {
  flex-direction: column;
}

.text-block-175 {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 700;
}

.comprar-button {
  background-color: var(--goldenrod);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.comprar-button:hover {
  background-color: #eaa825;
}

.div-block-295 {
  flex: 1;
  padding-right: 25px;
}

.div-block-295._1 {
  align-items: center;
  display: flex;
}

.select-field-3 {
  color: #1f1f1f;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.div-block-296 {
  width: 40%;
}

.text-block-176 {
  color: var(--white);
  margin-bottom: 25px;
}

.text-block-177 {
  flex: 1;
  margin-bottom: 5px;
  font-size: 16px;
}

.text-block-177._2 {
  color: var(--white);
  flex: none;
}

.text-block-177._500 {
  margin-bottom: 10px;
}

.text-block-177-copy {
  margin-bottom: 15px;
  font-size: 16px;
}

.div-block-297 {
  margin-bottom: 5px;
  display: flex;
}

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

.validar-wrap {
  grid-row-gap: 3em;
  background-color: #ffc14612;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

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

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

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

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

.instructions-wrapper {
  grid-row-gap: 2em;
  border-left: 2px dashed var(--goldenrod);
  color: #7d7d7f;
  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;
}

.validar-pagamento-wrapper {
  grid-column-gap: 0px;
  border: 2px dashed var(--goldenrod);
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  display: grid;
}

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

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

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

.container-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.container-2.pagamentos {
  grid-column-gap: 6em;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2.pagamentos._2.mid-gard {
  grid-column-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.pages-headet-wrapper {
  color: #ffffffbf;
  margin-bottom: 55px;
}

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

.submit-button-2.validar {
  background-color: #3461ff;
  margin-top: 1em;
}

.pages-h2 {
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.section-8 {
  background-color: #2b702e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 1000px;
  padding: 50px 61px 61px;
  display: flex;
  overflow: auto;
}

.div-block-298 {
  background-image: url('../images/yes.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.text-block-178 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
}

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

.text-block-179 {
  color: #ffffffab;
  font-size: 16px;
}

.text-field-3 {
  background-color: #3d3d3de3;
  border: 1px solid #e3e3e336;
  border-radius: 5px;
  height: 50px;
  font-size: 17px;
}

.text-field-3:active, .text-field-3:focus, .text-field-3:focus-visible, .text-field-3[data-wf-focus-visible], .text-field-3::placeholder {
  color: #fff;
}

.ingressos-div {
  color: #fff;
  width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 30px 30px;
}

.div-block-300 {
  min-height: 350px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.im-qr {
  object-fit: contain;
  width: 100%;
  display: block;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-block-16 {
  background-image: url('../images/Angola-Hub-Summit---Logo-original.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 80px;
}

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

.div-block-302 {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link-29 {
  background-color: var(--white-smoke);
  color: #0d152bba;
  border-radius: 5px;
  padding: 13px 25px;
  text-decoration: none;
}

.link-29._300 {
  margin-right: 50px;
}

.link-30 {
  color: #3636361c;
  margin-top: 50px;
  display: block;
}

.ingressos-wrapp {
  margin-top: 25px;
}

.div-block-303 {
  border: 1px dashed #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.div-block-304 {
  color: #fff;
  flex: 1;
  padding-right: 25px;
}

.div-block-305 {
  justify-content: center;
  align-items: center;
  width: 130px;
  display: flex;
}

.button-4 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}

.text-block-180 {
  text-align: left;
  margin-bottom: 10px;
}

.text-block-181 {
  text-align: left;
}

.div-block-306 {
  text-align: left;
  margin-bottom: 15px;
}

.checkbox-field-2 {
  margin-bottom: 10px;
}

.link-31 {
  margin-bottom: 35px;
  display: block;
}

.link-32 {
  display: block;
}

.button-5 {
  color: #000;
  text-align: center;
  background-color: #ffc05d;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 21px;
  line-height: 80px;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 2px 11px 12px #0003;
}

.camera-abre-aqui {
  background-color: #8a8a8a;
  height: 500px;
  margin-top: 48px;
  margin-bottom: 10px;
}

.text-block-182 {
  text-align: center;
}

.link-33 {
  align-items: center;
  display: flex;
}

._4 {
  margin-top: 25px;
}

._800 {
  border: 1px dashed #e7e7e7e6;
  border-radius: 5px;
  padding: 15px;
  font-size: 15px;
  display: flex;
}

.text-block-183 {
  color: #fff;
  text-align: center;
  background-color: #ff3939;
  width: 100%;
  padding: 28px;
  font-size: 25px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-184 {
  text-align: center;
  background-color: #ff4545;
  border-radius: 5px;
  padding: 15px;
}

.div-block-307 {
  margin-top: 10px;
  display: flex;
}

.button-6 {
  color: #fb6565;
  background-color: #3898ec00;
  border: 1px solid #ff4b4b;
  border-radius: 5px;
  margin-right: 15px;
}

.button-6._100 {
  color: #fff;
  background-color: #91adc5;
  border-color: #90adc3;
}

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

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

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

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

.heading-9 {
  margin-bottom: 10px;
  font-weight: 400;
}

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

.text-block-185._30 {
  width: 22%;
}

.text-block-185._3 {
  width: 56%;
  padding-left: 10px;
}

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

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

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

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

.text-block-187 {
  color: var(--dark-slate-blue);
  font-family: Fontastic, sans-serif;
}

.div-block-245 {
  width: 100%;
  height: 700px;
  overflow: scroll;
}

.menu-item {
  color: #ed3237;
  width: 100%;
  margin-left: 25px;
  padding: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.menu-item:hover {
  color: #b82c2e;
}

.menu-item:active {
  background-color: #fff;
}

.menu-item:focus, .menu-item:lang(en) {
  color: #ed3237;
  background-color: #fff;
}

.nav-menu {
  aspect-ratio: auto;
  background-color: #fff;
  width: 500px;
  height: 100vh;
  margin-top: 113px;
  display: block;
  overflow: auto;
  box-shadow: 0 1px 4px #00000029;
}

.the-brand {
  background-image: url('../images/Angola-Hub-Summit---Logo-original.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 100px;
}

.the-brand.w--current {
  background-image: url('../images/Angola-Hub-Summit---Logo-original.png');
  width: 18%;
}

.image-19 {
  width: 100%;
}

.apoio {
  border-left: 1px #c0b7b7;
  width: auto;
}

.nav-top {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-50 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px #c0b7b7;
  font-size: 12px;
}

.div-block-308 {
  color: #333;
  background-color: #e3e3e3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 5px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-block-308:hover {
  color: #ed3237;
  background-color: #e3e3e3;
}

.div-block-308._1 {
  color: #6b6868;
  background-color: #f9f8f8;
}

.div-block-308._1:hover {
  color: #ed3237;
  background-color: #e3e3e3;
}

.navbar-3 {
  z-index: 999;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.linha {
  background-image: linear-gradient(263deg, #ed3237, #ffcc29 45%);
  padding-top: 1px;
  padding-bottom: 2px;
}

.linha._1 {
  padding-top: 2px;
}

.div-block-180 {
  justify-content: flex-end;
  align-items: center;
  width: 68%;
  margin-top: -20px;
  display: flex;
}

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

.svg {
  width: 35px;
}

.link-9 {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px dashed #eee;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.link-9:hover {
  color: #c12d30;
  font-weight: 500;
}

.link-9.w--current {
  color: #be2d30;
  text-align: left;
  width: 100%;
  font-weight: 500;
}

.link-9.menu {
  border-bottom-style: none;
  justify-content: space-between;
  width: auto;
  margin-right: 15px;
  padding: 0;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.contain-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-162 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-166 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.menu {
  width: 100%;
  position: sticky;
}

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

.text-block-188 {
  color: #ccc;
}

.div-block-309 {
  justify-content: center;
  max-width: 1000px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.validar-wrap-2 {
  grid-row-gap: 3em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

.pages-h2-2 {
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.comprar-button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2f9847;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.comprar-button-2:hover {
  background-color: #1e6a2f;
}

.comprar-button-2._1 {
  justify-content: center;
  display: flex;
}

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

.instructions-wrapper-2 {
  grid-row-gap: 2em;
  color: #7d7d7f;
  border-left: 2px dashed #2f9847;
  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;
}

.image-7 {
  object-fit: cover;
  width: 100%;
}

.image-7._1 {
  object-fit: cover;
  width: 80%;
}

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

.pagamento-referencia-info-2 {
  color: #2f9847;
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1;
}

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

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

.pages-h1-2.instrc {
  color: #ffffffbf;
  margin-bottom: .5em;
}

.div-block-316 {
  background-color: #fff;
  border: 1px #ccc;
  border-radius: 10px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-316._1 {
  background-color: #0000;
  border-style: dashed;
  border-color: #cccccc42;
}

.tab-link-tab-1 {
  background-color: #fff;
  border: 1px #ccc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-right: 15px;
  padding: 15px 20px 20px;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-style: solid;
  border-color: #527ece;
  border-radius: 5px;
  width: 200px;
  height: 60px;
  margin-right: 15px;
  padding: 15px 20px 20px;
}

.tabs-menu-2 {
  justify-content: center;
  margin-bottom: 75px;
  display: flex;
}

.div-block-314 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.link-34 {
  color: #ffffffab;
  text-decoration: none;
}

.card-wrapper-3 {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-wrapper-3:hover {
  border: 1px solid #ed3237;
}

.side-a-1-2 {
  width: 35%;
  display: flex;
}

.text-block-189 {
  color: #344e98;
  font-family: Fontastic, sans-serif;
}

.legenda-wrapper-2 {
  border-top: 1px solid #344e981f;
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-block-190 {
  color: #33333396;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

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

.div-block-317 {
  border: 1px #e5e5e5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-block-191 {
  color: #222233db;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.text-block-192 {
  color: #fff;
  text-align: center;
  background-color: #2f9847;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 700;
}

.text-block-192:hover {
  background-color: #2f9847;
}

.text-field-4 {
  color: #333;
  text-align: justify;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 50px;
  font-family: Barlow, sans-serif;
  font-size: 17px;
}

.text-field-4:active, .text-field-4:focus, .text-field-4:focus-visible, .text-field-4[data-wf-focus-visible], .text-field-4::placeholder {
  color: #333;
}

.text-field-5 {
  color: #333;
  text-align: justify;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 50px;
  font-family: Barlow, sans-serif;
  font-size: 17px;
}

.text-field-5:active, .text-field-5:focus, .text-field-5:focus-visible, .text-field-5[data-wf-focus-visible], .text-field-5::placeholder {
  color: #333;
}

.text-field-6 {
  color: #333;
  text-align: justify;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 50px;
  font-family: Barlow, sans-serif;
  font-size: 17px;
}

.text-field-6:active, .text-field-6:focus, .text-field-6:focus-visible, .text-field-6[data-wf-focus-visible], .text-field-6::placeholder {
  color: #333;
}

.text-field-7 {
  color: #333;
  text-align: justify;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 50px;
  font-family: Barlow, sans-serif;
  font-size: 17px;
}

.text-field-7:active, .text-field-7:focus, .text-field-7:focus-visible, .text-field-7[data-wf-focus-visible], .text-field-7::placeholder {
  color: #333;
}

.div-block-310 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-310._2 {
  border: 1px dashed #ccc;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  text-decoration: none;
}

.div-block-319 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-2 {
  color: #ccc;
  width: 45px;
  height: 45px;
}

.text-block-193 {
  color: #ccc;
  text-decoration: none;
}

.input {
  color: #333;
  justify-content: center;
  text-decoration: none;
}

.input.file {
  display: none;
}

.form-field-label-3 {
  color: #222233db;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

.image-20 {
  object-fit: contain;
  max-height: 80%;
}

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

.div-block-320 {
  flex: 1;
}

.button-7 {
  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-7.gray {
  color: #9c9c9c;
  background-color: #c9d7f017;
  border: 1px solid #d0d3dd;
  border-bottom-color: #c9d7f0;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-7.gray:hover {
  color: #fff;
  background-color: #449e47;
  border-color: #0000;
}

.button-7.gray.apagar {
  background-color: #c9d7f017;
}

.button-7.gray.apagar:hover {
  background-color: #fc3636;
}

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

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

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

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

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

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

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

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

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

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

.div-block-321 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-end;
  margin-top: 25px;
  display: flex;
}

.image-21 {
  width: 25px;
}

.div-block-322 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.div-block-323 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-324._1 {
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}

@media screen and (min-width: 1280px) {
  .div-block-180 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-245 {
    height: 70%;
  }

  .div-block-180 {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .div-block-141 {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-140 {
    width: 50%;
    display: none;
  }

  .div-block-142 {
    width: 150px;
    height: 70px;
  }

  .button {
    font-size: 15px;
  }

  .heading {
    font-size: 2.5rem;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    width: 50px;
    height: 50px;
  }

  .side-b._123 {
    padding-left: 0;
    padding-right: 10px;
  }

  .legenda-wrapper {
    display: none;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .test-form-block.zero-padding-all._290 {
    width: 100%;
  }

  .link {
    line-height: 1.2;
  }

  .navigation {
    display: none;
  }

  .card-item.img {
    flex: none;
  }

  .heading-3 {
    font-size: 1.75rem;
  }

  .card-item-2.img {
    flex: none;
  }

  .card-item-2.img._900, .card-item-2.icon {
    display: none;
  }

  .form-left-side-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-274 {
    padding-left: 35px;
  }

  .div-block-273 {
    width: 200px;
    height: 200px;
  }

  .div-block-272 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .pdf-icon {
    width: 50px;
    height: 50px;
  }

  .div-block-273-copy {
    width: 200px;
    height: 200px;
  }

  .grid-22 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-170 {
    height: auto;
    padding: 25px;
  }

  .text-block-150 {
    height: 40px;
    font-size: 13px;
    overflow: hidden;
  }

  .text-block-151 {
    font-size: 26px;
  }

  .navbar-2 {
    height: 80px;
  }

  .contain {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-2 {
    height: 80px;
  }

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

  .nav-menu-2 {
    background-color: #aa3638;
    width: 60vw;
    height: 100vh;
    padding-top: 58px;
  }

  .nav-link-2 {
    color: #fff;
    height: auto;
    padding-left: 50px;
    line-height: 50px;
  }

  .nav-link-2:hover {
    color: #ccc;
  }

  .nav-link-2.w--current {
    color: #f1f1f1;
  }

  .menu-button-2 {
    height: 80px;
    padding: 22px 0 0;
    font-size: 32px;
  }

  .shad {
    height: 80px;
  }

  .main-content, .section-7 {
    padding-top: 50px;
  }

  .div-block-288 {
    width: 350px;
  }

  .text-block-173 {
    min-width: 100px;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

  .container-2.pagamentos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 60em;
  }

  .container-2.pagamentos._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-2 {
    font-size: 1.4em;
  }

  .link-29._300 {
    margin-right: 35px;
  }

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

  .pages-h1-2 {
    font-size: 1.6em;
  }

  .legenda-wrapper-2 {
    display: block;
  }

  .side-a-2 {
    padding-left: 10px;
  }

  .div-block-317 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-141 {
    width: 100%;
    height: 100%;
    padding-top: 100px;
  }

  .div-block-140 {
    width: 100%;
    height: 400px;
  }

  .div-block-142 {
    width: 150px;
  }

  .section-6 {
    flex-direction: column;
  }

  .heading {
    font-size: 1.75rem;
  }

  .side-b._123 {
    width: 100%;
    padding-left: 10px;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .link {
    padding-right: 1rem;
    line-height: 1;
  }

  .heading-3 {
    font-size: 1.375rem;
  }

  .card-item-2.icon {
    display: none;
  }

  .card-item-2.data-1 {
    padding-left: 10px;
  }

  .card-item-2.data-1.x._10 {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-2.round-corners._10 {
    flex-direction: column;
  }

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

  .nav-menu-2 {
    width: 80vw;
  }

  .div-block-287 {
    flex-direction: column;
  }

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

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

  .div-block-290 {
    padding-top: 50px;
    padding-left: 0;
  }

  .instructions-wrapper {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

  .validar-pagamento-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-2.pagamentos._2 {
    max-width: 50em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

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

  .ingressos-div {
    width: auto;
    height: auto;
  }

  .link-29 {
    width: auto;
  }

  .link-29._300 {
    margin-right: 15px;
  }

  .the-brand {
    width: 220px;
    height: 80px;
  }

  .pages-h2-2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .instructions-wrapper-2 {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

  .validar-pagamento-wrapper-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .card-wrapper-3 {
    flex-flow: column;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .side-a-1-2 {
    width: 100%;
    padding-left: 10px;
  }

  .side-a-2 {
    flex-flow: column;
  }

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

@media screen and (max-width: 479px) {
  .div-block-141 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .div-block-142 {
    width: 130px;
    margin-bottom: 35px;
  }

  .heading-16 {
    font-size: 22px;
    font-weight: 500;
  }

  .div-block-2 {
    min-width: auto;
    max-width: 180px;
    font-size: 12px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-4 {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }

  .header-back-wrapper.buttonx {
    align-items: center;
  }

  .card-wrapper {
    height: auto;
    padding: 15px;
  }

  .side-b._123 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .text-block-3 {
    margin-bottom: .3rem;
  }

  .text-block-3.agendado {
    margin-bottom: 1.3rem;
  }

  .heading-2.box {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .form-field-label {
    font-size: 14px;
  }

  .button-2.mensagem {
    text-align: center;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .button-2.mensagem-copy {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .link {
    padding-top: 6px;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .side-a {
    flex-direction: column;
    width: 100%;
  }

  .button-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-3.bx {
    margin-top: 0;
  }

  .side-a-1 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
  }

  .photo-upload-text {
    font-size: 14px;
  }

  .card-item.data-1 {
    width: 100%;
  }

  .card-item.img {
    padding-left: 0;
  }

  .card-item-2.name {
    width: 100%;
    height: 120%;
  }

  .card-item-2.img {
    padding-left: 0;
  }

  .card-item-2.icon {
    width: 100%;
    display: none;
  }

  .card-item-2.data-1 {
    width: 100%;
  }

  .card-item-2.data-1.x._10 {
    width: 100%;
    margin-bottom: 15px;
  }

  .card-wrapper-2 {
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
    padding: 15px;
  }

  .form-left-side-2 {
    padding: 35px 25px;
  }

  .form-field-label-2 {
    font-size: 14px;
  }

  .div-block-263 {
    flex-direction: column;
    margin-bottom: 25px;
    padding: 20px;
  }

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

  .search-no-filtro-2 {
    margin-bottom: 15px;
    margin-right: 0;
  }

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

  .titulo {
    margin-bottom: 5px;
    font-size: 13px;
  }

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

  .div-block-273 {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-272 {
    flex-direction: column;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .texto {
    font-size: 15px;
  }

  .div-block-273-copy {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .text-block-150 {
    height: auto;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .text-block-151 {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .page-h1-2 {
    margin-left: 5px;
    font-size: 23px;
  }

  .tablink {
    margin-right: 10px;
    padding: 15px;
    font-size: 14px;
  }

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

  .brand-2 {
    width: 140px;
  }

  .nav-menu-2 {
    width: 85vw;
  }

  .nav-link-2 {
    padding-left: 40px;
  }

  .menu-button-2 {
    padding-top: 24px;
    font-size: 28px;
  }

  .main-content {
    padding-top: 30px;
  }

  .hold-the-h1-for-promotor {
    margin-bottom: 25px;
  }

  .section-7 {
    padding-bottom: 100px;
  }

  .div-block-289 {
    justify-content: flex-start;
  }

  .div-block-291 {
    height: 40px;
  }

  .text-block-173 {
    min-width: 100px;
    margin-right: 15px;
  }

  .pacotes {
    flex-direction: column;
  }

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

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

  .text-block-176 {
    margin-bottom: 15px;
  }

  .validar-wrap {
    border: 2px dashed var(--goldenrod);
    border-radius: .5em;
    align-content: start;
    align-items: start;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .pagamento-field-lable {
    color: #fff;
  }

  .instruction {
    font-size: 1.2em;
  }

  .pages-h1 {
    font-size: 1.3em;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-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.5em;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-2.pagamentos {
    max-width: none;
  }

  .container-2.pagamentos._2 {
    max-width: 35em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .submit-button-2.validar {
    z-index: 10;
    border-radius: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .pages-h2 {
    max-width: none;
    font-size: 17px;
  }

  .section-8 {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-298 {
    width: 80px;
    height: 120px;
  }

  .ingressos-div {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-300 {
    min-height: auto;
  }

  .link-block-16 {
    margin-right: 25px;
  }

  .tabs-menu {
    display: flex;
  }

  .camera-abre-aqui {
    height: 400px;
  }

  .text-block-183 {
    padding: 20px 13px;
    font-size: 20px;
    line-height: 100%;
  }

  .menu-item {
    margin-left: 0;
    font-size: 27px;
  }

  .the-brand {
    width: 160px;
  }

  .validar-wrap-2 {
    border: 2px dashed #2f9847;
    border-radius: .5em;
    align-content: start;
    align-items: start;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .pages-h2-2 {
    max-width: none;
    font-size: 17px;
  }

  .instructions-wrapper-2 {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .validar-pagamento-wrapper-2 {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pagamento-referencia-info-2 {
    font-size: 1.5em;
  }

  .instruction-2 {
    font-size: 1.2em;
  }

  .pages-h1-2 {
    font-size: 1.3em;
  }

  .pagamento-field-lable-2 {
    color: #fff;
  }

  .card-wrapper-3 {
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
    padding: 15px;
  }

  .side-a-1-2 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-190 {
    margin-bottom: .3rem;
  }

  .side-a-2 {
    flex-direction: column;
    width: 100%;
  }

  .div-block-317 {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
}

#w-node-_1a6313b5-a54e-6469-956f-db3dd1a01778-806f20c2, #w-node-abca04a9-9019-f6af-9978-a84695664645-806f20c2, #w-node-_4d1718d7-dda3-57ce-9fb3-96fc2413718c-806f20c2, #w-node-ef07f7e9-3031-0705-ad88-8b6aecda34a1-806f20c3, #w-node-ef07f7e9-3031-0705-ad88-8b6aecda34a6-806f20c3, #w-node-ef07f7e9-3031-0705-ad88-8b6aecda34ab-806f20c3, #w-node-ef07f7e9-3031-0705-ad88-8b6aecda34b0-806f20c3, #w-node-ef07f7e9-3031-0705-ad88-8b6aecda34b5-806f20c3, #w-node-ef07f7e9-3031-0705-ad88-8b6aecda34ba-806f20c3, #w-node-_859ced20-724d-2b4b-8754-07b1106a7acc-806f20c5, #w-node-_859ced20-724d-2b4b-8754-07b1106a7ae6-806f20c5, #w-node-_50df652f-83f0-66d0-2ec8-a29817df9916-806f20c5, #w-node-_50df652f-83f0-66d0-2ec8-a29817df991d-806f20c5, #w-node-_50df652f-83f0-66d0-2ec8-a29817df9924-806f20c5, #w-node-_859ced20-724d-2b4b-8754-07b1106a7acc-806f20c9, #w-node-_859ced20-724d-2b4b-8754-07b1106a7ae6-806f20c9, #w-node-_859ced20-724d-2b4b-8754-07b1106a7acc-806f20ca, #w-node-_859ced20-724d-2b4b-8754-07b1106a7ae6-806f20ca, #w-node-_265d736d-2acb-2271-dd9c-f5665bc098d4-806f20ce, #w-node-_265d736d-2acb-2271-dd9c-f5665bc098db-806f20ce, #w-node-_265d736d-2acb-2271-dd9c-f5665bc098e2-806f20ce, #w-node-_4c747e6a-ddf9-cd1b-a11a-cf19d0d5a256-806f20d0, #w-node-_4c747e6a-ddf9-cd1b-a11a-cf19d0d5a26b-806f20d0, #w-node-e78911c8-035a-7c1e-f40d-f39c81945c6d-806f20d3, #w-node-e78911c8-035a-7c1e-f40d-f39c81945c82-806f20d3, #w-node-_629fad6c-a718-5ee5-bc8e-9bd9cf1637df-806f20d4, #w-node-_629fad6c-a718-5ee5-bc8e-9bd9cf1637fb-806f20d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caee59c3-0e22-33df-671e-8e1d9fac0361-806f20d9, #w-node-caee59c3-0e22-33df-671e-8e1d9fac038d-806f20d9 {
  place-self: center;
}

#w-node-_5761c099-b4e4-1cce-e299-60d4d1add551-806f20e4, #w-node-_5761c099-b4e4-1cce-e299-60d4d1add56b-806f20e4, #w-node-_4c747e6a-ddf9-cd1b-a11a-cf19d0d5a256-486d47fc, #w-node-_4c747e6a-ddf9-cd1b-a11a-cf19d0d5a26b-486d47fc, #w-node-_4c747e6a-ddf9-cd1b-a11a-cf19d0d5a256-433b5417, #w-node-_4c747e6a-ddf9-cd1b-a11a-cf19d0d5a26b-433b5417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fontastic';
  src: url('../fonts/fontastic.eot') format('embedded-opentype'), url('../fonts/fontastic.woff') format('woff'), url('../fonts/fontastic.ttf') format('truetype'), url('../fonts/fontastic.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/DINMediumAlternate.ttf') format('truetype'), url('../fonts/DINMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/DINRegularAlternate.ttf') format('truetype'), url('../fonts/DINRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/DINBlackAlternate.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/DINLightAlternate.ttf') format('truetype'), url('../fonts/DINLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/DINBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}