.elementor-1263 .elementor-element.elementor-element-d499878{--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-e312d6c */.bodycontent{
    margin:0px;
    padding:0px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d499878 *//* =========================================================
   RESET GLOBAL
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;

  margin: 0;
  padding: 0;

  font-family:
    "Isidora Sans",
    "Avenir Next",
    "Helvetica Neue",
    Arial,
    sans-serif;

  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;

  color: #111111;
  background-color: #f5f5f1;

  overflow-x: hidden;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* =========================================================
   ELEMENTOS DE BLOCO
   ========================================================= */

main,
header,
footer,
section,
article,
aside,
nav,
figure,
figcaption,
details,
summary {
  display: block;
}

main {
  width: 100%;
}

/* =========================================================
   TIPOGRAFIA
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  color: inherit;
  text-wrap: balance;
}

p,
li,
figcaption,
blockquote {
  text-wrap: pretty;
}

p {
  max-width: 75ch;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =========================================================
   LINKS
   ========================================================= */

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

/* =========================================================
   LISTAS
   ========================================================= */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Mantém marcadores em conteúdos editoriais quando necessário */
article ul,
article ol,
.rich-text ul,
.rich-text ol {
  padding-left: 1.25rem;
}

article ul,
.rich-text ul {
  list-style: disc;
}

article ol,
.rich-text ol {
  list-style: decimal;
}

/* =========================================================
   MÍDIA
   ========================================================= */

img,
picture,
video,
canvas,
svg,
iframe {
  display: block;
  max-width: 100%;
}

img,
picture,
video {
  width: auto;
  height: auto;
}

img {
  border: 0;
  font-style: italic;
}

svg {
  overflow: visible;
}

iframe {
  border: 0;
}

/* =========================================================
   FORMULÁRIOS
   ========================================================= */

button,
input,
textarea,
select,
optgroup {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;

  font: inherit;
  font-size: 100%;
  line-height: inherit;

  color: inherit;
  background: transparent;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: none;
  -webkit-appearance: none;

  border: 0;
  background: transparent;
  cursor: pointer;
}

button:disabled,
input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

input,
textarea,
select {
  width: 100%;
  min-width: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}

input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  appearance: none;
  -webkit-appearance: none;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

fieldset {
  min-width: 0;
  border: 0;
}

legend {
  padding: 0;
}

/* =========================================================
   TABELAS
   ========================================================= */

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  font-weight: inherit;
  text-align: left;
}

/* =========================================================
   ELEMENTOS NATIVOS
   ========================================================= */

hr {
  height: 1px;
  border: 0;
  background: currentColor;
  opacity: 0.15;
}

summary {
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

dialog {
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

template,
[hidden] {
  display: none !important;
}

/* =========================================================
   SELEÇÃO
   ========================================================= */

::selection {
  color: #ffffff;
  background: #ff3b1f;
}

/* =========================================================
   FOCO E ACESSIBILIDADE
   ========================================================= */

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #ff3b1f;
  outline-offset: 4px;
}

[tabindex="-1"]:focus {
  outline: none;
}

/* =========================================================
   SCROLLBAR
   ========================================================= */

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(17, 17, 17, 0.28) transparent;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.28);
  background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(17, 17, 17, 0.45);
  background-clip: padding-box;
}

/* =========================================================
   ESTADOS GLOBAIS
   ========================================================= */

body.menu-open,
body.modal-open,
body.no-scroll {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

/* =========================================================
   UTILITÁRIOS BÁSICOS
   ========================================================= */

.container {
  width: min(calc(100% - 48px), 1280px);
  margin-inline: auto;
}

.full-width {
  width: 100%;
}

.visually-hidden {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  margin: -1px !important;
  padding: 0 !important;

  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;

  border: 0 !important;
  white-space: nowrap !important;
}

/* =========================================================
   RESPONSIVIDADE BASE
   ========================================================= */

@media (max-width: 767px) {
  .container {
    width: min(calc(100% - 32px), 1280px);
  }
}

@media (max-width: 359px) {
  .container {
    width: min(calc(100% - 24px), 1280px);
  }
}

/* =========================================================
   MOVIMENTO REDUZIDO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}/* End custom CSS */