.elementor-kit-10{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#BDB3B3;--e-global-color-text:#BDB3B3;--e-global-color-accent:#E1282E;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:-2px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:56px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-letter-spacing:-1px;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.elementor-kit-10 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){margin-block-end: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: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 *//************************************************************
 * 1) Remover sublinhado de links de telefone / email / mapa
 ************************************************************/

/* Tel, email, SMS, mapas, etc. */
a[href^="tel"],
a[href^="mailto"],
a[href^="sms"],
a[href^="geo"],
a[href*="google.com/maps"],
a[href*="maps.app.goo.gl"],
a[href*="waze.com"],
a[href*="maps.apple.com"] {
  text-decoration: none !important;
  border-bottom: none !important;
  -webkit-text-decoration: none !important;
  color: inherit !important;
}

/************************************************************
 * 2) Safari / iOS: auto‑detector (x-apple-data-detectors)
 ************************************************************/

/* Safari às vezes marca o auto-link no próprio <a> */
a[x-apple-data-detectors] {
  text-decoration: none !important;
  border-bottom: none !important;
  -webkit-text-decoration: none !important;
  color: inherit !important;
}

/* Ou coloca o atributo num <span> interno */
span[x-apple-data-detectors] {
  text-decoration: none !important;
  border-bottom: none !important;
  -webkit-text-decoration: none !important;
  color: inherit !important;
}

/************************************************************
 * 3) Chrome / Android: sublinhado via style inline
 ************************************************************/

/* Qualquer link que vier com text-decoration inline */
a[style*="text-decoration"],
a span[style*="text-decoration"],
span[style*="text-decoration"],
p[style*="text-decoration"] {
  text-decoration: none !important;
  border-bottom: none !important;
  -webkit-text-decoration: none !important;
}

/************************************************************
 * 4) Segurança extra: remover estilos pontilhados/underline
 *    em áreas de contato (ajusta o seletor se quiser).
 ************************************************************/

/* Se quiser aplicar globalmente em TODO texto de contato, deixa assim.
   Se quiser só numa seção, coloque esse bloco dentro de um container
   via ".elementor-kit-10" no CSS personalizado do Elementor. */

.contact-info a,
.contact-info span,
.contact-info p {
  text-decoration: none !important;
  border-bottom: none !important;
  -webkit-text-decoration: none !important;
}

/* Exemplo adaptado para Elementor: tudo dentro de widgets ícone + texto */
.elementor-widget-icon-list a,
.elementor-widget-icon-list span,
.elementor-widget-icon-box a,
.elementor-widget-icon-box span {
  text-decoration: none !important;
  border-bottom: none !important;
  -webkit-text-decoration: none !important;
}/* End custom CSS */