.elementor-4853 .elementor-element.elementor-element-a7d2eb3{--display:flex;}.elementor-4853 .elementor-element.elementor-element-8d42d41{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4853 .elementor-element.elementor-element-fb08824 .elementor-button{background-color:#111111;}body:not(.rtl) .elementor-4853 .elementor-element.elementor-element-fb08824{right:474px;}body.rtl .elementor-4853 .elementor-element.elementor-element-fb08824{left:474px;}.elementor-4853 .elementor-element.elementor-element-fb08824{top:89px;}.elementor-4853 .elementor-element.elementor-element-0afa8d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4853 .elementor-element.elementor-element-aae0b03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8c15df8 */:root {
  --texto: #1f1f1f;
  --linha: #bdbdbd;
  --destaque: #0f172a;
  --texto-principal: "Merriweather Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: var(--texto);
  font-family: var(--texto-principal);
  counter-reset: page;
}

.a4-pagina {
  width: 210mm;
  min-height: 297mm;
  margin: 12mm auto;
  padding: 14mm 22mm 16mm;
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  position: relative;
}

.promissoria {
  font-family: var(--texto-principal);
  font-size: 1.4rem;
  line-height: 1.45;
}

.topo-documento {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid var(--linha);
  margin-bottom: 14px;
  padding-bottom: 8px;
}

.marca {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #282828;
}

.submarca {
  margin: 1px 0 0;
  font-size: 1.6rem;
  color: #444;
  text-transform: uppercase;
}

.texto-logo {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--texto);
  font-family: var(--texto-principal);
}

h1 {
  margin-top: 8px;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 800;
}

h2 {
  margin-top: 6px;
  margin-bottom: 14px;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
}

h3 {
  margin-top: 14px;
  margin-bottom: 1rem;
  font-size: 16px;
  text-transform: capitalize !important;
  border-top: 1px solid #d7d7d7;
  padding-top: 2rem;
}

p {
  margin: 0 0 8px;
  text-align: justify;
  text-justify: inter-word;
  font-weight: 400;
  line-height: 2.4rem;
  font-size: 1.4rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
}

.campo-editavel {
  display: inline;
  vertical-align: baseline;
  min-width: 1.4ch;
  min-height: 1.4em;
  padding: 0 2px;
  margin: 0 1px;
  border-bottom: 1px solid rgba(40, 40, 40, 0.48);
  background: transparent;
  box-shadow: none;
  outline: none;
  font: inherit;
  line-height: inherit;
  color: inherit;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  cursor: text;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  -webkit-user-select: text;
  user-select: text;
}

.campo-editavel:focus {
  outline: none;
  background: #fff5bf;
  border-bottom-color: #3f3f3f;
}

.campo-editavel:empty::before {
  content: attr(data-placeholder);
  color: rgba(31, 31, 31, 0.68);
  pointer-events: none;
}

.valor-extenso {
  margin-left: 0.2rem;
}

.encerramento {
  margin-top: 14px;
}

.assinaturas {
  margin-top: 16px;
}

.assinatura-item {
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 5.6rem;
}

.assinatura-item:last-child {
  margin-bottom: 0;
}

.assinatura-linha {
  width: 100%;
  border-bottom: 1.5px solid #111;
  margin-top: 29px;
}

.assinaturas p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.4rem;
}

.rodape-impressao {
  display: none;
  font-size: 8pt;
  line-height: 1;
  color: #000;
}

.rodape-linha {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 12mm;
  padding-right: 12mm;
  white-space: nowrap;
}

@page {
  size: A4;
  margin: 0;
}

@media (max-width: 900px) {
  .a4-pagina {
    width: min(210mm, calc(100vw - 24px));
    margin: 12px auto;
    padding: 14mm 14mm 16mm;
  }
}

@media print {
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    max-height: 297mm !important;
    background: #ffffff !important;
    color: #1f1f1f !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    overflow: hidden !important;
  }

  body {
    counter-reset: page;
  }

  body * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    box-sizing: border-box !important;
  }

  .a4-pagina {
    width: 210mm !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 14mm 22mm 12mm !important;
    background: #ffffff !important;
    box-shadow: none !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    counter-increment: page;
    overflow: visible !important;
  }

  section,
  p {
    break-inside: auto !important;
    page-break-inside: auto !important;
    orphans: 3;
    widows: 3;
  }

  h3 {
    break-after: avoid-page;
    page-break-after: avoid;
  }

  .rodape-impressao {
    display: block !important;
    position: fixed;
    left: 0;
    bottom: 8mm;
    width: 100%;
    pointer-events: none;
    z-index: 99999;
  }

  .campo-editavel {
    border-bottom: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    white-space: pre-wrap !important;
    word-break: normal !important;
  }

  .campo-editavel:focus {
    background: transparent !important;
    border-bottom: 0 !important;
  }

  .campo-editavel:empty::before {
    color: rgba(31, 31, 31, 0.68) !important;
  }

  #imprimir-nota-promissoria {
    display: none !important;
  }
}/* End custom CSS */