@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPy-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2PHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxswWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wqPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI3wiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
:root {
  /* personalizar forms*/
  --fa-text-color-field: #686868;
  --fa-text-color-label: #686868;
  --fa-text-font-size: 1.7rem;
  /* personalizar geral*/
  --fa-primary-color: #38b4c2;
  --fa-primary-color-text: #feffff;
  --fa-bg-nav: #ffffff;
  --fa-border-radius-default: 15px;
  --fa-default-font: 'Lato', sans-serif;
  --fa-border-size: 6px;
  --fa-border-color: #38b4c2;
}
.fa__padding__10 {
  padding: 10px;
  box-sizing: border-box;
}
/* nav*/
.fa__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062);
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  z-index: 100;
  background-color: var(--fa-bg-nav);
}
.fa__nav__business__name {
  font-size: 2rem;
  font-family: var(--fa-default-font);
  font-weight: 700;
  color: var(--fa-primary-color);
}
.fa__nav__logo {
  width: 180px;
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* formulário*/
.fa__form__label {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--fa-default-font);
}
.fa__form__options {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--fa-default-font);
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.fa__form__options input {
  margin-left: 10px;
  margin-right: 10px;
}
.fa__form__options input[type="radio"] {
  width: 30px;
  height: 30px;
  position: relative;
}
.fa__form__options input[type="radio"]:checked {
  background-color: white;
  border: 2px #02da63 solid;
}
.fa__form__options input[type="radio"]:checked::after {
  width: 30px;
  height: 30px;
  border: solid #02da63 0px;
  border-radius: 150px;
  position: absolute;
  background-color: white;
  color: #ffffff;
  background-color: #02da63;
  font-size: 2rem;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  line-height: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fa__form__options input[type="checkbox"] {
  width: 25px;
  height: 25px;
  position: relative;
}
.fa__form__options input[type="checkbox"]:checked {
  background-color: white;
  border: 2px #02da63 solid;
}
.fa__form__options input[type="checkbox"]:checked::after {
  width: 25px;
  height: 25px;
  border: solid #02da63 0px;
  position: absolute;
  background-color: white;
  color: #ffffff;
  background-color: #02da63;
  font-size: 2rem;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  line-height: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fa__form__label {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: var(--fa-default-font);
}
.fa__form__signature__area {
  width: 300px;
  margin: 0px auto;
  min-height: 100px;
  border: solid 1px #cecece;
}
.fa__form__signature__description {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: var(--fa-default-font);
}
.fa__form__paragraphy {
  font-size: 1.7rem;
  font-weight: 300;
  font-family: var(--fa-default-font);
}
.fa__form__input {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  font-size: var(--fa-text-font-size);
}
.uk-border-rounded {
  border-radius: var(--fa-border-radius-default);
}
/* corpo do formulário */
.fa__form__body {
  border-left-width: var(--fa-border-size);
  border-left-color: var(--fa-border-color);
  border-left-style: solid;
}
.fa__block__title {
  font-size: 2.5rem;
  font-weight: 900;
  font-family: var(--fa-default-font);
  color: var(--fa-primary-color);
}
@media (max-width: 992px) {
  .fa__block__title {
    font-size: 2rem;
  }
}
.fa__block__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 3px rgba(0, 0, 0, 0.199);
  background-color: var(--fa-primary-color);
  color: var(--fa-primary-color-text);
  font-size: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}
@media (max-width: 992px) {
  .fa__block__icon {
    right: 0px;
    top: 0px;
  }
}
.fa__form__divider {
  color: var(--fa-primary-color);
  width: 100%;
  height: 6px;
  border-radius: 50%;
  position: relative;
  margin-top: 39px;
}
.fa__form__divider__dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  background: var(--fa-primary-color);
  color: var(--fa-primary-color-text);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
}
/* construtor */
.fab__section__type {
  height: 40px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px ;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .fab__section__type {
    border-radius: 15px;
  }
}
.fab__section {
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .fab__section {
    padding-left: 10px;
    padding: 10px;
  }
}
.fab__section__title {
  font-family: var(--fa-default-font);
  font-weight: 700;
  font-size: 1.8rem;
}
.fab__block__type {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.fab__block__type__icon {
  font-weight: 700;
  font-size: 3.2rem;
  color: var(--fa-primary-color);
}
.fab__block__type__name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #d3d3d3;
}
.fab__diver__make {
  padding-top: 60px;
}
.fab__preview iframe {
  height: 800px;
  width: 100%;
}
.fa__button {
  border: none;
  padding: 10px 25px;
  font-size: 1.8rem;
  box-sizing: border-box;
  background-color: var(--fa-primary-color);
  color: white;
  border-radius: 150px;
}
@media (max-width: 992px) {
  .fa__button {
    width: 100%;
  }
}
.fa__menor__header .uk-accordion-title::before {
  content: "\f107";
  font-size: 2rem;
  font-size: 4.2rem;
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--fa-primary-color);
}
.fa__upload {
  font-size: 1.6rem;
}
.fa__remove {
  font-size: 2rem;
  background-color: red;
  color: white;
  border-radius: 5px;
  z-index: 80;
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  width: 30px;
  max-width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fa__file__name {
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--fa-primary-color);
  font-family: var(--fa-default-font);
}
.fa__form__signature__remove {
  font-size: 1.3rem;
}

.fa__button__new__acccount {
  background-color: white;
  color: var(--fa-primary-color);
  border: solid 2px var(--fa-primary-color);
}
.fa__table thead tr th {
  font-size: 1.2rem;
}
.fa__indice__text {
  font-size: 1.6rem;
}
.fa__color__select input {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.fa__color__select input::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
}
.fa__color__select input:checked::after {
  border: solid 2px blue;
}
.fa__color__select .green::after {
  background-color: #02da63;
}
.fa__color__select .blue::after {
  background-color: blue;
}
.fa__color__select .red::after {
  background-color: red;
}
.fa__color__select .black::after {
  background-color: black;
}
.fa__canva__editor {
  padding: 8px;
  box-sizing: border-box;
  border: solid 1px gray;
}
.fa__body__parts__title {
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--fa-primary-color);
  font-family: var(--fa-default-font);
}
.fa__body__parts__total {
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--fa-primary-color);
  font-family: var(--fa-default-font);
}
.fa__data__value {
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--fa-primary-color);
  font-family: var(--fa-default-font);
}
.fa__h3 {
  font-weight: 600;
  font-size: 1.6rem;
  font-family: var(--fa-default-font);
}
.fa__simple__button {
  border: none;
  border-radius: 8px;
  padding: 8px 25px;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: var(--fa-default-font);
}
@media (min-width: 1366px) {
  .fa__img__medium\@l {
    width: 60%;
  }
}
.fa__belt .cp__belt__card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.fa__belt .cp__belt__icon {
  margin-right: 10px;
}
.make__project .fa__form__options input {
  border: solid 3px var(--fa-primary-color);
}
.make__project .track__button {
  width: 80px;
}
.make__project .track__link {
  min-width: 300px;
  max-width: 300px;
}
.cp__button {
  border-radius: 8px !important;
}
.fa__form__options input[type="radio"] {
  min-width: 30px;
}
.inner__card {
  border-left-width: var(--fa-border-size);
  border-left-color: var(--fa-soft-color);
  border-left-style: solid;
}
.fa__tabs li a {
  font-size: 1.6rem;
}
.fa__form__body textarea {
  font-size: 1.9rem;
}
.fa__description__title {
  font-size: 2rem;
  font-weight: 600;
  font-family: var(--fa-default-font);
  color: var(--fa-primary-color);
}
.fa__list__files__title {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--fa-default-font);
  color: #292929;
  margin-bottom: 10px;
}
.fa__list__files {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.fa__list__files li {
  margin-bottom: 8px;
  display: flex;
}
.fa__list__files li .cp__remove {
  width: 25px;
  height: 20px;
  font-size: 18px !important;
}
.fa__list__files li a {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: var(--fa-default-font);
  color: #6060f0;
}
.fa__avaliation__tab {
  background-color: #eeeeee;
  margin-bottom: 0px;
}
.fa__avaliation__tab .uk-active::after {
  color: white;
}
.fa__avaliation__tab .uk-active a {
  color: white;
  border-color: #ffa100;
  background-color: #6060f0;
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.17);
}
.fa__avaliation__tab li {
  position: relative;
  padding-bottom: 0px;
  box-sizing: border-box;
}
.fa__avaliation__tab li::after {
  content: "";
  font-size: 54px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  line-height: 1;
  position: absolute;
  top: -5px;
  right: 20px;
  color: #e2e2e2;
}
.fa__avaliation__tab li a {
  border-top-right-radius: 40px;
  padding: 11px 0px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--fa-default-font);
  color: #bdbdbd;
  border: none;
  background-color: #eeeeee;
}
.avaliation__tab__view .fa__nav {
  display: none;
}
/* prontuário */

.fa__form__options input[type="radio"] {
    width: 30px;
    height: 30px;
    position: relative;
}