#jvlabelWrap {
  bottom: 82px !important;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}

p {
  margin-bottom: 0px;
}

.global-code {
  display: none;
}

.stg-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 0.5rem;
  opacity: 0.32;
  font-size: 0.875rem;
  font-weight: 600;
}

.icon-svg.icon-size-fixed.icon-svg-16 {
  width: 1rem;
  height: 1rem;
}

.stg-class-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stg-title-large {
  color: #fdb913;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}

.css-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.75rem;
}

.css-wrapper__code {
  padding: 0.375rem 0.75rem;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(49, 176, 196, 0.5);
  border-radius: 0.25rem;
  -webkit-transition: background-color 320ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 320ms cubic-bezier(.455, .03, .515, .955);
  color: #31b0c4;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
}

.css-wrapper__code.css-wrapper__code-small {
  font-size: 0.6875rem;
}

.css-wrapper__code.css-wrapper__code-small:hover {
  background-color: rgba(49, 176, 196, 0.2);
}

.css-wrapper_icon {
  width: 0.5rem;
  color: #31b0c4;
}

.contato-fixo__heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #d99f62;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.container {
  width: 100%;
  max-width: 76rem;
  margin-right: auto;
  margin-left: auto;
}

.label-small {
  color: #0d2d47;
  font-size: 0.875em;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.feedback-form-status {
  border-style: solid;
  border-width: 0.125rem;
  border-color: #fff;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #58595b;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.feedback-form-status.feedback-form-status-error {
  margin-top: 1.5rem;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #ff9909;
}

.feedback-form-status.feedback-form-status-sucess {
  border-style: solid;
  border-width: 2px;
  border-color: #7ec460;
}

.modal-close-trigger {
  position: absolute;
  left: auto;
  top: 1.5rem;
  right: 1.5rem;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #303030;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  cursor: pointer;
}

.modal-close-trigger:hover {
  padding-top: 14px;
  background-color: #ea3838;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.29);
  color: #fff;
}

.cta-modal-heading {
  width: 95%;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.decoration-line-big {
  width: 2rem;
  height: 0.125rem;
  background-color: #d99f62;
}

.decoration-line-big.decoration-line-big-label {
  background-color: #0d2d47;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
}

.form-block {
  margin-top: 2rem;
  margin-bottom: 0px;
}

.divider-decoration {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

.divider-decoration.divider-decoration-label {
  width: 90%;
  margin-top: 0.5rem;
}

.cta-text-subheading {
  color: #788fa3;
  font-size: 0.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.form-label {
  margin-bottom: 0.5rem;
  color: #29363d;
  font-size: 1.25rem;
}

.form-label.form-label-small {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  letter-spacing: -0.25px;
}

.modal-chat {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decoration-line-small {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(13, 45, 71, 0.16);
}

.modal-wrapper {
  position: relative;
  width: 100%;
  max-width: 40rem;
  padding: 3rem;
  border-radius: 1rem;
  background-color: #fff;
}

.svg-icon-2 {
  padding-top: 5px;
}

.cta-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.form-btn {
  width: 100%;
  min-height: 3rem;
  padding: 1rem 1.5rem 1.1rem;
  border-radius: 0.375rem;
  background-color: #0d2d47;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.form-btn:hover {
  background-color: #0f3a5f;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217, 159, 98, 0.61);
  border-radius: 0.25rem;
  -webkit-transition: color 320ms cubic-bezier(.455, .03, .515, .955), background-color 320ms cubic-bezier(.455, .03, .515, .955);
  transition: color 320ms cubic-bezier(.455, .03, .515, .955), background-color 320ms cubic-bezier(.455, .03, .515, .955);
  color: #d99f62;
  text-decoration: none;
  cursor: pointer;
}

.cta-block:hover {
  background-color: #111618;
  color: #fff;
}

.modal-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.8);
}

.footer-cta {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  width: 100%;
  padding: 0.75rem 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0d2d47;
}

.text-field {
  height: 3rem;
  margin-bottom: 1.5rem;
  padding: 0px 0px 0px 1rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #ced4da;
  border-radius: 0.125rem;
  background-color: #efefef;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: none;
}

.text-field:hover {
  border-color: #b5babf;
  background-color: #f7f7f7;
}

.text-field:active {
  border-color: #73a3b9;
  background-color: #fff;
}

.text-field:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #73a3b9;
}

.text-field::-webkit-input-placeholder {
  color: #5e6c73;
  font-size: 0.875rem;
  font-weight: 600;
}

.text-field:-ms-input-placeholder {
  color: #5e6c73;
  font-size: 0.875rem;
  font-weight: 600;
}

.text-field::-ms-input-placeholder {
  color: #5e6c73;
  font-size: 0.875rem;
  font-weight: 600;
}

.text-field::placeholder {
  color: #5e6c73;
  font-size: 0.875rem;
  font-weight: 600;
}

.text-field.message {
  padding-top: 24px;
  padding-bottom: 64px;
}

.text-field.text-field-small {
  height: 2.5rem;
  margin-bottom: 1rem;
}

.cta-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal-whatsapp {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.64);
}

.cta-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 0.25rem;
}

.cta-text-heading {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.label-component {
  margin-bottom: 2em;
}

.modal-email {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .contato-fixo__heading {
    font-size: 0.625rem;
  }

  .label-small {
    font-size: 0.75rem;
  }

  .cta-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .cta-text-subheading {
    font-size: 0.75rem;
  }

  .footer-cta {
    padding: 0.5rem 1rem;
  }

  .cta-block-right {
    width: 1.25rem;
    height: 1.25rem;
  }

  .cta-text-heading {
    font-size: 0.875rem;
  }

  .label-component {
    margin-bottom: 5em;
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .contato-fixo__heading {
    display: none;
  }

  .label-small {
    font-size: 0.85rem;
  }

  .cta-text-subheading {
    font-size: 0.625rem;
  }

  .cta-icon {
    width: 1rem;
    height: 1rem;
  }

  .cta-block {
    padding: 0.5rem 0.75rem;
  }

  .cta-text-heading {
    letter-spacing: 0rem;
  }
}

@media screen and (max-width: 479px) {
  .contato-fixo__heading {
    display: none;
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 8px;
    letter-spacing: 0px;
  }

  .modal-close-trigger {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .cta-wrapper {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
  }

  .cta-text-subheading {
    font-size: 0.625rem;
    letter-spacing: 0rem;
  }

  .form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-block {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 0.5rem;
  }

  .footer-cta {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .text-field {
    height: 48px;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    font-size: 12px;
  }

  .cta-block-left {
    grid-row-gap: 0rem;
  }

  .cta-text-heading {
    font-size: 0.8125rem;
    letter-spacing: 0.05rem;
  }
}

