.elementor-kit-1707{--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;color:#000000;}.elementor-kit-1707 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1707 h1{color:#FFFFFF;font-family:"Plus Jakarta Sans", Sans-serif;font-size:52px;font-weight:600;}.elementor-kit-1707 h2{color:#000000;font-size:34px;}.elementor-kit-1707 button,.elementor-kit-1707 input[type="button"],.elementor-kit-1707 input[type="submit"],.elementor-kit-1707 .elementor-button{font-size:23px;font-weight:600;font-style:normal;text-decoration:none;line-height:30px;color:#000000;box-shadow:-1px 0px 10px 0px rgba(0,0,0,0.5);border-style:groove;border-width:0px 0px 0px 0px;border-radius:11px 11px 11px 11px;padding:1px 0px 1px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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 GLOBAL (apenas no front-end) ======== */
body:not(.elementor-editor-active) h1,
body:not(.elementor-editor-active) h2,
body:not(.elementor-editor-active) p {
  text-align: center !important;
}

/* ======== BOTÕES PADRÃO (apenas no front-end) ======== */
body:not(.elementor-editor-active) .elementor-button,
body:not(.elementor-editor-active) button,
body:not(.elementor-editor-active) input[type="submit"],
body:not(.elementor-editor-active) input[type="button"] {
  display: inline-block;
  min-width: 220px;
  max-width: 300px;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(90deg, #007bff, #0056d2);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* ======== HOVER ======== */
body:not(.elementor-editor-active) .elementor-button:hover,
body:not(.elementor-editor-active) button:hover,
body:not(.elementor-editor-active) input[type="submit"]:hover,
body:not(.elementor-editor-active) input[type="button"]:hover {
  transform: scale(1.03);
  opacity: 0.9;
}

/* ======== MOBILE FRIENDLY ======== */
@media (max-width: 768px) {
  body:not(.elementor-editor-active) .elementor-button,
  body:not(.elementor-editor-active) button,
  body:not(.elementor-editor-active) input[type="submit"],
  body:not(.elementor-editor-active) input[type="button"] {
    width: 90%;
    max-width: none;
    font-size: 16px;
    padding: 14px 0;
    display: block;
    margin: 12px auto;
  }
}/* End custom CSS */