.elementor-kit-15{--e-global-color-primary:#00509A;--e-global-color-secondary:#013B72;--e-global-color-text:#1A1A1A;--e-global-color-accent:#4DA3FF;--e-global-color-17e7f86:#000000;--e-global-color-2759138:#0F172A;--e-global-color-f82cf19:#E6F0FA;--e-global-color-4c004f2:#6B7280;--e-global-color-f4774b6:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:400;background-color:#F9FAFB;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{border-style:none;border-radius:3px 3px 3px 3px;}.elementor-kit-15 button:hover,.elementor-kit-15 button:focus,.elementor-kit-15 input[type="button"]:hover,.elementor-kit-15 input[type="button"]:focus,.elementor-kit-15 input[type="submit"]:hover,.elementor-kit-15 input[type="submit"]:focus,.elementor-kit-15 .elementor-button:hover,.elementor-kit-15 .elementor-button:focus{border-style:none;border-radius:3px 3px 3px 3px;}.elementor-kit-15 img{border-style:none;border-radius:3px 3px 3px 3px;}.elementor-kit-15 img:hover{border-style:none;border-radius:3px 3px 3px 3px;}.elementor-kit-15 input:not([type="button"]):not([type="submit"]),.elementor-kit-15 textarea,.elementor-kit-15 .elementor-field-textual{border-radius:3px 3px 3px 3px;}.elementor-kit-15 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-15 textarea:focus,.elementor-kit-15 .elementor-field-textual:focus{border-radius:3px 3px 3px 3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 24px;--widgets-spacing-row:32px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== RESET SUAVE ===== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== TEXTO PADRÃO ===== */
body {
  color: #1A1A1A;
  background-color: #F9FAFB;
  line-height: 1.6;
}

/* ===== LINKS ===== */
a {
  color: #00509A;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #013B72;
}

/* ===== TÍTULOS ===== */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 0.6em;
}

/* ===== BOTÕES ===== */
.elementor-button {
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.elementor-button:hover {
  transform: translateY(-1px);
}

/* ===== LISTAS ===== */
ul, ol {
  padding-left: 1.2em;
}

/* ===== SEÇÕES ===== */
.elementor-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .elementor-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* ===== IMAGENS ===== */
img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

html::before{
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 70%, #fff 1px, transparent 0px);
    background-size: 3px 3px;
    pointer-events: none;
    z-index: 1000;
    opacity: 0.04;
    mix-blend-mode: plus-lighter;
}/* End custom CSS */