.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#373737;--e-global-color-text:#FFFFFF;--e-global-color-accent:#6204A3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#353535;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:2560px;}.e-con{--container-max-width:2560px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:480px;}.e-con{--container-max-width:480px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */@media (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body * {
    box-sizing: border-box !important;
  }

  .elementor,
  .elementor-section,
  .elementor-container,
  .elementor-column,
  .elementor-widget-wrap,
  .elementor-widget,
  .elementor-widget-container,
  .e-con,
  .e-parent,
  .e-child {
    max-width: 100% !important;
  }

  img,
  video,
  iframe {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .elementor-button,
  a.elementor-button,
  .elementor-heading-title,
  .elementor-icon-box-wrapper,
  .elementor-image-box-wrapper {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  /* impede elementos de empurrarem a tela */
  [style*="width"],
  [style*="transform"],
  [style*="translate"] {
    max-width: 100% !important;
  }
}

/* RESET BÁSICO */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

/* CONTAINER PADRÃO */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* SEÇÕES */
section {
  padding: 80px 0;
}

/* TÍTULOS */
h1 {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 1.7;
}

/* BOTÕES */
.btn {
  display: inline-block;
  padding: 16px 28px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
}

/* CARDS */
.card {
  padding: 28px;
  border-radius: 18px;
}

/* IMAGENS */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.setor-pai .botao-pulsando {
  animation: pulsar 1.8s infinite;
}/* End custom CSS */