@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;

400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-Bold.woff2") format("woff2"), url("/fonts/TIMSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-Thin.woff2") format("woff2"), url("/fonts/TIMSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-BoldItalic.woff2") format("woff2"), url("/fonts/TIMSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-LightItalic.woff2") format("woff2"), url("/fonts/TIMSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-Heavy.woff2") format("woff2"), url("/fonts/TIMSans-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-HeavyItalic.woff2") format("woff2"), url("/fonts/TIMSans-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-Medium.woff2") format("woff2"), url("/fonts/TIMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-Italic.woff2") format("woff2"), url("/fonts/TIMSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-Light.woff2") format("woff2"), url("/fonts/TIMSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-MediumItalic.woff2") format("woff2"), url("/fonts/TIMSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-ThinItalic.woff2") format("woff2"), url("/fonts/TIMSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "TIM Sans";
  src: url("/fonts/TIMSans-Regular.woff2") format("woff2"), url("/fonts/TIMSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  font-family: "TIM Sans";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}

a:focus,
a:hover,
button:focus,
button:hover {
  opacity: 0.6;
}

ul {
  list-style: none;
}

.container {
  max-width: 73.125rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.primary-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

.primary-title strong {
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .primary-title {
    font-size: 15px;
    line-height: 24px;
  }
}

.secondary-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.tertiary-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.tertiary-title strong {
  font-weight: 700;
}

@media (max-width: 480px) {
  .tertiary-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.quaternary-title {
  font-size: 24px;
  line-height: 48px;
}

.quaternary-title strong {
  display: block;
  color: #93c90f;
  font-size: 40px;
  line-height: 48px;
}

.quaternary-title br {
  display: none;
}

@media (max-width: 480px) {
  .quaternary-title {
    font-size: 12px;
    line-height: 20px;
  }

  .quaternary-title strong {
    font-size: 20px;
    line-height: 28px;
  }

  .quaternary-title br {
    display: block;
  }
}

.quinary-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 16px;
}

@media (max-width: 480px) {
  .quinary-title {
    font-size: 16px;
    line-height: 16px;
  }
}

.septenary-title {
  font-size: 30px;
  line-height: 48px;
}

@media (max-width: 480px) {
  .septenary-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.primary-paragraph {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 480px) {
  .primary-paragraph {
    font-size: 14px;
    line-height: 16px;
  }
}

.secondary-paragraph {
  font-size: 14px;
  line-height: 16px;
}

.tertiary-paragraph {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 480px) {
  .tertiary-paragraph {
    font-size: 14px;
    line-height: 24px;
  }
}

.gn-button {
  display: block;
  width: 100%;
  max-width: 380px;
  text-align: center;
  line-height: 56px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "TIM Sans";
  color: #003264;
  cursor: pointer;
  border-radius: 8px;
  border: none;
  outline: none;
  background-color: #93c90f;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.gn-button:focus,
.gn-button:hover {
  opacity: 0.8;
}

.gn-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sc-button {
  background-color: #004691;
  color: #fff;
}

.row {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

.input {
  width: 100%;
  height: 56px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  outline: none;
  /* main */
  border-color: #000000;
}

.input:hover,
.input:focus {
  opacity: 0.9;
}

.input:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.8) !important;
}

p.error {
  margin: 16px 0px 0px;
  font-size: 14px;
  color: #f6e500;
  line-height: 18px;
  border: 1px solid #f6e500;
  border-radius: 8px;
  padding: 14px 16px 14px 64px;
  background-image: url("/images/warn.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 16px;
}

@media (max-width: 480px) {
  .error.erro {
    font-size: 12px;
  }
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}

.modal.active,
.modal.ativo {
  opacity: 1;
  pointer-events: all;
}

.modal .content {
  position: relative;
  width: 100%;
  max-width: 312px;
  padding: 24px 32px;
  margin: 24px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.modal .content .mid {
  margin-bottom: 24px;
}

.modal .content .mid h3 {
  margin-bottom: 8px;
}

.modal .content .mid p:first-of-type {
  margin-bottom: 4px;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: none;
  background-color: transparent;
  background-image: url("/images/close-black.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.modal-details .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
  max-width: 760px;
  text-align: left;
  color: #ffffff;
}

.modal-details .content .top {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34.82%, #002e46), to(#012030));
  background: linear-gradient(180deg, #002e46 34.82%, #012030 100%);
  border-radius: 8px 8px 0px 0px;
  padding: 16px 32px;
  margin-bottom: 0;
}

.modal-details .content .top h2 {
  margin-bottom: 8px;
}

.modal-details .content .mid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  margin-bottom: 0;
  border-radius: 0px;
  color: #000000;
}

.modal-details .content .table {
  max-height: 440px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  min-height: 100%;
}

.modal-details .content .table .title {
  width: 100%;
  max-width: 154px;
}

.modal-details .content .table .title h3 {
  color: #004691;
  font-size: 16px;
  line-height: 20px;
}

.modal-details .content .table .text {
  width: 100%;
  max-width: 412px;
}

.modal-details .content .table .text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}

.modal-details .content .table .text p:last-child {
  margin-bottom: 0px;
}

.modal-details .content .table .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}

.modal-details .content .table .app .image {
  margin-right: 16px;
}

.modal-details .content .table .app .image img {
  width: 32px;
  height: auto;
}

.modal-details .content .table .app .text-content {
  width: 100%;
  max-width: 312px;
}

.modal-details .content .table .app .text-content .name {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.modal-details .close {
  top: 32px;
  right: 32px;
  background-image: url("/images/close-white.svg");
}

@media (max-width: 480px) {
  .modal-details .close {
    top: 28px;
    right: 24px;
  }

  .modal-details .content {
    margin: 0;
    height: 100vh;
    border-radius: 0px;
  }

  .modal-details .content .top {
    padding: 16px 24px;
    border-radius: 0px;
  }

  .modal-details .content .top h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .modal-details .content .table {
    row-gap: 16px;
  }

  .modal-details .content .table .title {
    max-width: 100%;
  }

  .modal-details .content .table .text {
    margin-bottom: 24px;
  }

  .modal-details .content .table .app {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 16px;
  }
}

.modal-checkout {
  display: block;
}

.modal-checkout .content {
  text-align: left;
  position: absolute;
  top: 0;
  right: -617px;
  margin: 0;
  padding: 56px 56px 32px;
  max-width: 617px;
  height: 100vh;
  border-radius: 0px;
  color: #ffffff;
  background-color: #004691;
  -webkit-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}

.modal-checkout.active .content,
.modal-checkout.ativo .content {
  right: 0;
}

.modal-checkout .top h3 {
  margin-bottom: 40px;
}

.modal-checkout .top .divider {
  opacity: 0.5;
  border: none;
  border-top: 1px solid #ffffff;
  margin: 16px 0px;
}

.modal-checkout .top li {
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 8px;
}

.modal-checkout .top li::before {
  content: "";
  display: inline-block;
  background: url("/images/check.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 13px;
  margin-right: 8px;
}

.modal-checkout .top p.sign {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 1rem;
}

.modal-checkout .top .unlimiteds-signatures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

.modal-checkout .top .signatures,
.modal-checkout .top .unlimiteds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.modal-checkout .top .signatures img,
.modal-checkout .top .unlimiteds img {
  margin-top: -2px;
  width: 44px;
  height: 44px;
}

.modal-checkout .top .signatures .plus,
.modal-checkout .top .unlimiteds .plus {
  width: 38px;
  line-height: 36px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}

.modal-checkout .mid .row {
  max-width: 100%;
}

.modal-checkout .mid .validate-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  border-radius: 8px;
  background-color: #003264;
  margin-bottom: 24px;
}

.modal-checkout .mid h4 {
  font-size: 22px;
  max-width: 216px;
}

.modal-checkout .mid .digits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.modal-checkout .mid .digits input[type="number"] {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.modal-checkout .mid .digits input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.modal-checkout .mid .digits input[type="number"]:focus {
  -webkit-box-shadow: 0 0 12px 2px #93c90f;
          box-shadow: 0 0 12px 2px #93c90f;
}

.modal-checkout .mid .pay-check input[type="checkbox"] {
  display: none;
}

.modal-checkout .mid .pay-check input[type="checkbox"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  gap: 16px;
}

.modal-checkout .mid .pay-check input[type="checkbox"] + label::before {
  content: "";
  min-width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 8px;
}

.modal-checkout .mid .pay-check input[type="checkbox"]:checked + label {
  color: #ffffff;
}

.modal-checkout .mid .pay-check input[type="checkbox"]:checked + label::before {
  background-image: url("/images/check-blue.svg");
  background-size: 20px 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.modal-checkout .mid .view-doc {
  margin-left: 48px;
  color: #ffffff;
  text-decoration: underline;
}

.modal-checkout .close {
  background-image: url("/images/close-white.svg");
}

.modal-checkout .bottom .gn-button {
  max-width: 100%;
  font-size: 24px;
}

.modal-checkout .bottom .gn-button.button-modal-desactivated {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .modal-checkout .content {
    padding: 72px 24px 24px;
  }

  .modal-checkout .top h3 {
    margin-bottom: 16px;
  }

  .modal-checkout .top ul {
    margin-bottom: 24px;
  }

  .modal-checkout .top li {
    font-size: 12px;
  }

  .modal-checkout .top p.sign {
    font-size: 0.75rem;
  }

  .modal-checkout .top .unlimiteds-signatures {
    gap: 0.75rem;
  }

  .modal-checkout .top .unlimiteds,
  .modal-checkout .top .signatures {
    gap: 0.25rem;
  }

  .modal-checkout .top .unlimiteds img,
  .modal-checkout .top .signatures img {
    width: 32px;
    height: 32px;
  }

  .modal-checkout .top .unlimiteds .plus,
  .modal-checkout .top .signatures .plus {
    width: 26px;
    line-height: 24px;
    font-size: 18px;
  }

  .modal-checkout .mid h4 {
    font-size: 14px;
    line-height: 24px;
    max-width: 136px;
  }

  .modal-checkout .mid .digits {
    gap: 8px;
  }

  .modal-checkout .mid .digits input[type="number"] {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .modal-checkout .bottom .gn-button {
    font-size: 1rem;
    line-height: 56px;
  }
}

@media (max-height: 546px) {
  .modal-checkout .content {
    overflow-y: scroll;
  }
}

.header .logo {
  font-size: 0px;
  margin-bottom: 64px;
}

.header .logo img {
  display: block;
  margin: 0px auto 0px;
  width: 194px;
  height: auto;
}

@media (max-width: 480px) {
  .header .logo {
    margin-bottom: 40px;
  }
}

.primary-footer {
  margin-top: auto;
  padding: 12px 0px;
  text-align: center;
  background-color: #003264;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.primary-footer p,
.primary-footer a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

@media (max-width: 480px) {
  .primary-footer p,
  .primary-footer a {
    font-size: 12px;
  }
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background-color: #003264;
}

.login .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("/images/bg-login.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0px;
}

.login .main .form {
  max-width: 382px;
  margin: 0px auto;
}

.login .main h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  width: 100%;
  max-width: 385px;
}

.login .main h2 strong {
  color: #93c90f;
}

@media (max-width: 480px) {
  .login .wrapper {
    background-image: url("/images/bg-login-mobile.png");
  }

  .login .header .logo {
    margin-bottom: 40px;
  }

  .login .main h2 {
    width: 100%;
    max-width: 300px;
  }
}

