.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  color: #333;
  background-color: #f0f0f0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
}

h2 {
  color: #223;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #223;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: #223;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #223;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  color: #223;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.main {
  width: 100vw;
}

.navigation {
  width: 300px;
  height: 100vh;
  max-width: 300px;
  min-width: 300px;
  background-color: #fff;
  border-right: 1px solid rgba(160, 174, 192, .32);
  position: relative;
}

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

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

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

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

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

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

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

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

.text.dim2 {
  color: #a0aec0;
}

.text.white {
  color: #fff;
}

.heading {
  color: #223;
}

.heading-2.box {
  font-size: 33px;
  font-weight: 400;
}

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

.buttons {
  padding-top: 50px;
}

.button {
  text-align: center;
  background-color: #084997;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button:hover {
  background-color: #384dec;
}

.button.secundario {
  background-color: #223;
}

.button.secundario:hover {
  background-color: #173549;
}

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

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

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

.button.icon.no-color {
  color: #df1a1d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff0909;
}

.button.icon.no-color:hover {
  color: #fff;
  background-color: red;
}

.button.bx {
  background-color: #084997;
}

.button.form {
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button.sec {
  color: #223;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #185997;
}

.button.sec:hover {
  color: #df1a1d;
  border-color: #df1a1d;
}

.button.visto {
  color: #1f883d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1f883d;
}

.button.visto:hover {
  color: #fff;
  background-color: #1f883d;
}

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

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

.div-block-2._3 {
  margin-left: 15px;
}

.icons-no-botao {
  margin-right: 10px;
  padding-top: 1px;
  font-family: System main, sans-serif;
  display: block;
  position: relative;
  top: 1px;
}

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

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

.link {
  float: left;
  color: rgba(34, 34, 51, .49);
  padding-right: 1.5rem;
  font-family: System main, sans-serif;
  font-size: 33px;
  line-height: 33px;
  text-decoration: none;
  display: block;
  position: relative;
  top: 4px;
}

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

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

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

.card-item {
  height: 100%;
}

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

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

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

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

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

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

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

.div-block-4.user {
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50% 0;
  flex: none;
}

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

.text-block-2 {
  font-family: Full icons, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

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

.text-block-3 {
  color: rgba(34, 34, 51, .72);
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.legenda-wrapper {
  border-top: 1px solid rgba(34, 34, 51, .24);
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.txt {
  color: rgba(34, 34, 51, .35);
  font-size: 13px;
  font-weight: 700;
}

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

.nav-lin:hover {
  background-color: rgba(8, 73, 151, .05);
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  color: #223;
  background-color: rgba(8, 73, 151, .05);
  border-left: 4px solid #2b84d3;
}

.nav-lin.log-out {
  color: #a0aec0;
}

.nav-lin.log-out:hover {
  color: #d55a5a;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.formx {
  padding-top: 50px;
}

.form-block {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 50px;
}

.form-text-field {
  height: 50px;
  border-radius: 5px;
}

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

.form-field-label {
  color: rgba(0, 0, 0, .86);
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.div-block {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

.form-select-field {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  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;
}

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

.button-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: #449e47;
  border-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

.success-flex {
  display: flex;
}

.form-fiield {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  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::-ms-input-placeholder {
  color: #9c9c9c;
}

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

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

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

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

._40 {
  margin-top: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

.form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.div-block-142 {
  background-color: rgba(228, 228, 228, .92);
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

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

.text-block-7 {
  width: 20%;
  flex: none;
}

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

.section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-block-2 {
  min-width: 500px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 50px;
}

.div-block-143 {
  width: 200px;
  height: 60px;
  background-image: url('../images/FG_Logo_principal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.brand-holder {
  height: 35px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand-holder._1 {
  background-image: url('../images/FG_Operação_black.png');
  margin-top: 0;
}

.brand-holder._2 {
  height: 30px;
  background-image: url('../images/FG_Manutenção_black.png');
}

.brand-holder._3 {
  height: 30px;
  background-image: url('../images/FG_Stock_black.png');
  margin-top: 0;
}

.brand-holder._4 {
  height: 30px;
  background-image: url('../images/FG_Contabilidade_black.png');
}

.brand-holder._5 {
  height: 30px;
  background-image: url('../images/FG_RH_black.png');
  margin-top: 0;
}

.brand-holder._6 {
  height: 30px;
  background-image: url('../images/FG_Analitica_black.png');
  margin-top: 0;
}

.div-block-144 {
  background-color: #f7f7f7;
  padding: 20px 100px 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.top-bar {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-bar-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.log-out-div {
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-145 {
  width: 50px;
  height: 50px;
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  margin-right: 10px;
}

.div-block-146 {
  max-width: 150px;
  font-weight: 400;
  line-height: 50px;
  overflow: hidden;
}

.dropdown {
  display: block;
}

.h3-head {
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
}

.div-block-147 {
  margin-bottom: 50px;
  padding-top: 0;
}

.div-block-148 {
  height: 200px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 35px;
}

.text-block-8 {
  color: #084997;
  font-size: 47px;
  font-weight: 400;
  line-height: 70px;
}

.text-block-8.logs {
  color: #539ce1;
}

.text-block-8._3 {
  font-size: 40px;
}

.text-block-8._3.red {
  color: rgba(223, 26, 29, .6);
}

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

.heading-6 {
  margin-top: 0;
  font-weight: 400;
}

.div-block-149 {
  margin-top: 25px;
  display: flex;
}

.text-block-9 {
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  background-color: #084997;
  border-radius: 200px;
  margin-right: 25px;
  font-family: Full icons, sans-serif;
  font-size: 29px;
  line-height: 70px;
}

.text-block-9.logs {
  background-color: #539ce1;
}

.div-block-150 {
  text-align: right;
}

.link-3 {
  color: #084997;
  font-weight: 400;
}

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

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

.head-4 {
  color: #adadad;
  font-size: 1.4rem;
  font-weight: 400;
}

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

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

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

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

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

.name {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.shadow {
  height: 90px;
}

.main-wrapper, .div-block-154 {
  padding-top: 50px;
}

.div-block-11 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: static;
}

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

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

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

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

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

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

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

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

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

.search-button-2._89 {
  height: 40px;
  font-family: System main, sans-serif;
  top: 2px;
}

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

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

.hidding-menu {
  min-width: 120px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 25px 15px 15px 25px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: auto;
  right: 25%;
}

.link-4 {
  color: #223;
  margin-bottom: 15px;
  font-size: 1rem;
  text-decoration: none;
  display: block;
}

.link-4:hover {
  color: #2d9ae6;
}

.hidding-menu-2 {
  min-width: 120px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 25px 15px 15px 25px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: auto;
  right: 25%;
}

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

.text-block-10 {
  color: #a0aec0;
  font-size: 3rem;
  line-height: 1;
}

.radio-button-field {
  margin-top: 15px;
  font-size: 1.25rem;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 10px;
}

.apagar-div {
  max-width: 200px;
  min-width: 170px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

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

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

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

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

.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-info {
  min-height: auto;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding: 50px 25px 25px;
  position: relative;
}

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

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

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

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

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

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

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

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

.div-block-157 {
  max-height: 600px;
  min-height: 600px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: auto;
}

.div-block-158 {
  border-bottom: 1px dashed rgba(51, 51, 51, .43);
  margin-bottom: .7rem;
  padding-bottom: .5rem;
}

.text-block-11 {
  color: rgba(34, 34, 51, .69);
  font-size: 1rem;
  line-height: 1.25;
}

.section-2 {
  height: 100vh;
  background-image: linear-gradient(rgba(13, 15, 101, .59), rgba(13, 15, 101, .59)), url('../images/Background_1000.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-block-6 {
  min-width: 500px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 50px;
}

.div-block-285 {
  margin-bottom: 50px;
  display: flex;
}

.fiinika-ana {
  width: 200px;
  height: 70px;
  background-image: url('../images/SICON_admin.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-3 {
  text-align: center;
  background-color: #084997;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-3:hover {
  background-color: #1a5785;
}

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

.tablink {
  border-radius: 5px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
}

.tablink.w--current {
  color: #fff;
  background-color: #223;
  font-weight: 400;
}

.tabpane {
  padding-top: 35px;
}

.div-block-287 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px 35px 25px;
}

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

.text-block-12 {
  font-size: 17px;
  font-weight: 700;
}

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

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

.text-block-13 {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}

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

.paragraph {
  font-size: 1.1rem;
}

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

.button-4 {
  margin-right: 20px;
}

.text-block-14 {
  margin-bottom: 3px;
  font-size: 16px;
}

.link-5 {
  color: #c7c7c7;
  margin-top: 15px;
  display: block;
}

.link-6 {
  color: #f8f8f8;
}

.autorizacoes-admin {
  display: none;
}

.checkbox-field {
  font-size: 15px;
}

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

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

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

.link-block-2 {
  height: 180px;
  background-color: #fff;
  border: 1px solid rgba(229, 229, 229, .71);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  border-color: #084997;
}

.text-block-15 {
  color: #084997;
  margin-bottom: 10px;
  font-family: Full icons, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.text-block-16 {
  color: #1f883d;
}

.text-block-16-copy {
  color: rgba(51, 51, 51, .73);
}

.text-block-17 {
  color: #084997;
  font-family: Full icons, sans-serif;
  font-size: 29px;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }

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

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

  .heading {
    font-size: 2.5rem;
  }

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

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

  .link {
    line-height: 1.2;
  }

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

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

  .legenda-wrapper {
    display: none;
  }

  .div-block-11 {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
  }

  h5, p {
    font-size: 1.125rem;
  }

  .heading {
    font-size: 1.75rem;
  }

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

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

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

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

  .form-block-6 {
    min-width: 100%;
  }

  .div-block-290 {
    padding-right: 25px;
  }
}

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

  .heading-2.box {
    margin-bottom: 0;
  }

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

  .button.bx {
    margin-top: 12px;
  }

  .div-block-2 {
    max-width: 160px;
    min-width: 150px;
  }

  .div-block-2._3 {
    margin-left: 0;
  }

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

  .link {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

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

  .side-a {
    flex-direction: column;
  }

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

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

  .main-wrapper {
    padding-top: 35px;
  }

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

  .div-block-11 {
    padding: 15px;
  }

  .filters-flex {
    flex-direction: column;
    margin-right: 0;
  }

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

  .apagar-div {
    max-width: 160px;
    min-width: 150px;
  }

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

  .form-block-6 {
    padding: 50px 35px;
  }

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

  .tablink {
    margin-bottom: 15px;
    margin-right: 0;
  }

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

  .div-block-290 {
    margin-bottom: 15px;
    padding-right: 0;
  }

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

#w-node-d6086036-b982-4775-420f-706c1df7c566-5f3f61c2, #w-node-_342c188b-9083-2964-c190-86b9ed1d25b4-5f3f61c2, #w-node-_107facfb-9372-88e5-8d08-f841809c2867-5f3f61c2, #w-node-e35cd642-b13e-5c4b-6f6e-0a618b5c2460-5f3f61c2, #w-node-bd43b511-9927-1616-6dc3-6b9ba34167c4-5f3f61c2, #w-node-cd4b1e93-ff27-5142-d6e9-8b081a0e4873-5f3f61c2, #w-node-_20276593-8021-a376-b863-3e1dc32c097f-5f3f61c2, #w-node-_2d865117-d9f6-1c90-2915-80ddce0202e4-5f3f61c2, #w-node-_1249b3f6-2f12-5e86-78cb-27b54049a0f7-5f3f61c2, #w-node-f295fd40-891d-70f1-65d2-f63294c294f6-5f3f61c2, #w-node-c277d99a-7853-86ff-b15f-2d4d279dbce0-5f3f61c2, #w-node-_77dfa8cd-08f8-5ebb-8d95-03c797d49a4f-5f3f61c2, #w-node-_6e1b50a1-acd0-36c0-9036-9cd36ec4c59d-5f3f61c2, #w-node-_1b60e990-cbae-bf0a-a7c7-a86fe48b930f-5f3f61c2, #w-node-_82138484-68aa-8b92-48a9-ea6096f5be9f-5f3f61c7, #w-node-e4fcf541-5342-3faa-9d14-ed830471cdf4-5f3f61c7, #w-node-c764d0ca-aaea-60c1-de30-3a986838cc96-5f3f61c7, #w-node-a6151fea-c59b-c2ed-9630-848820888588-5f3f61c7, #w-node-_2769df83-aca4-361b-70d2-fe792efc3cad-5f3f61c7, #w-node-_15c14306-51d4-3148-532f-dba5bbc21587-5f3f61c7, #w-node-_71415e25-0973-1f43-710c-8b704d0e74be-5f3f61c8, #w-node-_71415e25-0973-1f43-710c-8b704d0e74c9-5f3f61c8, #w-node-_71415e25-0973-1f43-710c-8b704d0e74be-e3079ef1, #w-node-_71415e25-0973-1f43-710c-8b704d0e74c9-e3079ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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