.elementor-2933 .elementor-element.elementor-element-d3426d4{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2933 .elementor-element.elementor-element-bbd4ef3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6cc3d65 *//* =========================
PADRÃO GERAL DOS BOTÕES
========================= */
.btn,
.elementor-button,
a.btn {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  position: relative;
  z-index: 20 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* =========================
BOTÕES VERDES PRINCIPAIS
Solicitar orçamento / Pedir orçamento / Solicitar condição
========================= */
.btn-primary,
a.btn-primary,
button.btn-primary,
.elementor-button.btn-primary {
  background: linear-gradient(135deg, #2fb44a 0%, #1f7f35 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 10px 24px rgba(31, 127, 53, 0.28) !important;
}

.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover,
.elementor-button.btn-primary:hover {
  background: linear-gradient(135deg, #38c756 0%, #1a6f2e 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(31, 127, 53, 0.36) !important;
  transform: translateY(-2px);
}

/* garante texto branco dentro */
.btn-primary *,
.btn-primary span,
.btn-primary strong {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* =========================
BOTÃO WHATSAPP DO TOPO
========================= */
.brand-actions .btn-primary,
.brand-actions a.btn-primary {
  background: linear-gradient(135deg, #2fb44a 0%, #1f7f35 100%) !important;
  color: #ffffff !important;
  border: none !important;
}

.brand-actions .btn-primary:hover,
.brand-actions a.btn-primary:hover {
  background: linear-gradient(135deg, #38c756 0%, #1a6f2e 100%) !important;
  color: #ffffff !important;
}

.brand-actions .btn-primary *,
.brand-actions .btn-primary span {
  color: #ffffff !important;
}

/* =========================
BOTÃO FALAR NO WHATSAPP
fundo branco + texto verde
========================= */
.btn-secondary,
a.btn-secondary,
button.btn-secondary,
.elementor-button.btn-secondary {
  background: #ffffff !important;
  color: #1f7f35 !important;
  border: 2px solid #dce7dc !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06) !important;
}

.btn-secondary:hover,
a.btn-secondary:hover,
button.btn-secondary:hover,
.elementor-button.btn-secondary:hover {
  background: #f6fff8 !important;
  color: #15692b !important;
  border-color: #bfe0c5 !important;
  transform: translateY(-2px);
}

.btn-secondary *,
.btn-secondary span,
.btn-secondary strong {
  color: #1f7f35 !important;
  fill: #1f7f35 !important;
}

.btn-secondary:hover *,
.btn-secondary:hover span,
.btn-secondary:hover strong {
  color: #15692b !important;
  fill: #15692b !important;
}

/* =========================
BOTÃO LIGAR AGORA
========================= */
.btn-outline-blue,
a.btn-outline-blue {
  background: #ffffff !important;
  color: #0d5cab !important;
  border: 2px solid rgba(13, 92, 171, 0.28) !important;
  box-shadow: none !important;
}

.btn-outline-blue:hover,
a.btn-outline-blue:hover {
  background: #f4f9ff !important;
  color: #084580 !important;
  border-color: rgba(13, 92, 171, 0.42) !important;
}

.btn-outline-blue *,
.btn-outline-blue span {
  color: #0d5cab !important;
  fill: #0d5cab !important;
}

/* =========================
REMOVE AZUL FEIO DOS LINKS DENTRO DOS BOTÕES
========================= */
.btn a,
.elementor-button a,
.btn span,
.elementor-button span {
  color: inherit !important;
}

/* =========================
GARANTE LEITURA NOS CTAS SOBRE FUNDO COLORIDO
========================= */
.hero-actions .btn,
.cta-band .btn,
.actions .btn,
.brand-actions .btn {
  opacity: 1 !important;
  filter: none !important;
}

/* =========================
SE ALGUM BOTÃO HERDAR AZUL DO TEMA
========================= */
a.btn-primary:visited,
a.btn-primary:focus,
a.btn-primary:active,
a.btn-secondary:visited,
a.btn-secondary:focus,
a.btn-secondary:active,
a.btn-outline-blue:visited,
a.btn-outline-blue:focus,
a.btn-outline-blue:active {
  color: inherit !important;
}

/* =========================
CORREÇÃO ESPECÍFICA PARA O TEXTO APAGADO
========================= */
.hero-actions .btn-primary,
.hero-actions .btn-secondary,
.cta-band .btn-primary,
.cta-band .btn-outline-blue,
.actions .btn-primary,
.actions .btn-outline-blue {
  text-shadow: none !important;
}

/* =========================
CASO O ELEMENTOR FORCE COR NO TEXTO
========================= */
.btn-primary .elementor-button-text,
.btn-secondary .elementor-button-text,
.btn-outline-blue .elementor-button-text {
  color: inherit !important;
}

.floating-wa::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("https://cdn-icons-png.flaticon.com/512/733/733585.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.floating-wa{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:999;
  width:64px;
  height:64px;
  border-radius:50%;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 30px rgba(37, 211, 102, 0.45);
  transition: all 0.3s ease;
}

.floating-wa:hover{
  transform: scale(1.1);
  box-shadow:0 18px 40px rgba(37, 211, 102, 0.6);
}/* End custom CSS */