/* ==========================================================================
   Correções do mirror estático (assets que dão 404 no servidor de origem)
   - Set de ícones custom 'theme-icons' do Elementor (prefixo vamtam-theme-) 404
     -> fallback unicode para os ícones realmente usados (plus/minus/check/setas).
   - Ícone do WhatsApp flutuante (qlwapp) sem glyph -> SVG.
   ========================================================================== */

/* Ícones vamtam-theme-* usam fonte de texto + glyph unicode (a fonte de ícone sumiu) */
i[class*="vamtam-theme-"]::before,
span[class*="vamtam-theme-"]::before {
  font-family: "Work Sans", system-ui, sans-serif !important;
  font-weight: 600;
  speak: none;
  display: inline-block;
  line-height: 1;
}
.vamtam-theme-plus::before { content: "+" !important; }
.vamtam-theme-minus::before { content: "\2212" !important; }
.vamtam-theme-check::before { content: "\2713" !important; }
.vamtam-theme-arrow-link-up::before { content: "\2197" !important; }
.vamtam-theme-arrow-link-down::before { content: "\2198" !important; }
.vamtam-theme-arrow-up::before { content: "\2191" !important; }
.vamtam-theme-arrow-dawn::before { content: "\2193" !important; }
.vamtam-theme-close::before { content: "\00D7" !important; }
.vamtam-theme-search::before { content: "\1F50D" !important; }

/* Carrossel de parceiros: deslize linear contínuo (combina com mirror-fix.js) */
.elementor-widget-image-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* WhatsApp flutuante (qlwapp): glyph não vem no CSS do plugin -> SVG via mask */
.qlwapp__icon.qlwapp-whatsapp-icon::before { content: "" !important; }
.qlwapp__icon.qlwapp-whatsapp-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--wa-mask) center / contain no-repeat;
  mask: var(--wa-mask) center / contain no-repeat;
  --wa-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Cpath%20d='M16%203.2A12.8%2012.8%200%200%200%204.9%2022.5L3.2%2028.8l6.5-1.7A12.8%2012.8%200%201%200%2016%203.2Zm0%2023.3a10.5%2010.5%200%200%201-5.4-1.5l-.4-.2-3.9%201%201-3.8-.3-.4A10.6%2010.6%200%201%201%2016%2026.5Zm5.8-7.9c-.3-.2-1.9-.9-2.2-1-.3-.1-.5-.2-.7.2s-.8%201-1%201.2-.4.3-.7.1a8.6%208.6%200%200%201-2.6-1.6%209.6%209.6%200%200%201-1.8-2.2c-.2-.3%200-.5.1-.7l.5-.5.3-.5a.6.6%200%200%200%200-.5l-1-2.4c-.3-.6-.5-.5-.7-.5h-.6a1.2%201.2%200%200%200-.9.4%203.6%203.6%200%200%200-1.1%202.7%206.3%206.3%200%200%200%201.3%203.3%2014.3%2014.3%200%200%200%205.5%204.8c2.3%201%202.3.7%202.7.6a3.3%203.3%200%200%200%202.2-1.5%202.7%202.7%200%200%200%20.2-1.5c-.1-.2-.3-.2-.6-.4Z'/%3E%3C/svg%3E");
}
