/* Ajustes finos Londres Construções sobre a base Residem */

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600&display=swap');

body, p, .btn-main, .portfolio-name, .spec-label, .hero-slide-text h4 {
    font-family: 'Rubik', -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, .status-badge, #section-hero h1 {
    font-family: 'Teko', Impact, sans-serif;
    font-weight: 600;
    letter-spacing: .01em;
}

.subtitle {
    font-family: 'Rubik', -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

/* blocos de fundo fixo (cobertura / área privativa / fachada) — fundo parado, texto muda ao rolar */
.fixed-feature {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.fixed-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 32, 58, .72) 0%, rgba(18, 32, 58, .35) 55%, rgba(18, 32, 58, .05) 100%);
}

.fixed-feature-right::before {
    background: linear-gradient(270deg, rgba(18, 32, 58, .72) 0%, rgba(18, 32, 58, .35) 55%, rgba(18, 32, 58, .05) 100%);
}

.fixed-feature-text {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 560px;
    width: 100%;
    padding: 0 8vw;
}

.fixed-feature-right .fixed-feature-text {
    margin-left: auto;
    text-align: right;
}

.fixed-feature-text .subtitle {
    display: inline-block;
    background: rgba(255, 255, 255, .16);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 9px 20px;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
}

.fixed-feature-eyebrow {
    position: absolute;
    top: 44px;
    left: 8vw;
    z-index: 2;
    display: inline-block;
    background: rgba(255, 255, 255, .16);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 28px;
    border-radius: 40px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
}

.fixed-feature-spec {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 4px 20px;
    background: rgba(255, 255, 255, .16);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 6px;
    padding: 14px 20px;
    color: #fff;
}

.fixed-feature-spec + .fixed-feature-spec {
    margin-top: 3px;
    border-radius: 0 0 6px 6px;
}

.fixed-feature-spec:first-of-type {
    border-radius: 6px 6px 0 0;
}

.fixed-feature-spec .spec-value {
    font-weight: 600;
    white-space: nowrap;
    text-align: right;
}

.fixed-feature-text h3 {
    color: #fff;
    font-size: clamp(40px, 5vw, 68px);
    margin: 8px 0 20px;
}

.fixed-feature-text p {
    font-size: 17px;
    opacity: .92;
}


@media (max-width: 767px) {
    .fixed-feature {
        background-attachment: scroll;
        min-height: 70vh;
    }
    .fixed-feature-right .fixed-feature-text {
        margin-left: 0;
        text-align: left;
    }
}

/* secao Vantagens — predio de fundo com overlay verde (--bg-dark-1) + cards em vidro fosco verde */
.vantagens-section {
    position: relative;
    background-size: cover;
    background-position: center 82%;
    overflow: hidden;
}

.vantagens-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 60, 59, .90), rgba(16, 60, 59, .95));
}

.vantagem-card {
    background: rgba(16, 60, 59, .35);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .12);
}

/* cards de tipologia — especificacoes do Edificio Torino */
.typology-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    padding: 20px;
}

.typology-card img {
    margin-bottom: 20px;
}

.typology-card h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 8px;
}

.typology-card .typology-meta {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    color: var(--primary-color);
    letter-spacing: .02em;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.typology-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.typology-list li {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    opacity: .9;
}

.typology-list li:last-child {
    border-bottom: none;
}

.infra-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.infra-tags span {
    display: inline-block;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    padding: 9px 20px;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
}

/* formulario de contato — envia via WhatsApp, sem backend */
.contact-form-glass label {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #171310;
    opacity: .6;
    margin-bottom: 8px;
}

.contact-form-glass input,
.contact-form-glass textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    background: #fafafa;
    padding: 13px 16px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 22px;
    resize: vertical;
}

.contact-form-glass input:focus,
.contact-form-glass textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    background: #fff;
}

/* thumbs quadrados e uniformes — grid "Nossos Empreendimentos" */
.square-thumb {
    aspect-ratio: 1 / 1;
}

.square-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Garante visibilidade total do conteúdo independente do estado de inicialização do WOW.js */
.wow {
    opacity: 1 !important;
    animation: none !important;
    -webkit-animation: none !important;
    visibility: visible !important;
    transform: none !important;
}

.page-header-fixed {
    position: relative;
    height: 45vh;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.page-header-fixed .overlay-dark-7 {
    position: absolute;
    inset: 0;
}

.page-header-fixed .page-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.footer-fixed-note {
    font-size: 13px;
    opacity: .7;
}

.bg-color-op-1 {
    background-color: rgba(var(--primary-color-rgb), .06);
}

.card-empreendimento {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
}

.page-header-brand {
    background: linear-gradient(135deg, #171310 0%, #2a2118 45%, #B8930A 150%);
    position: relative;
    overflow: hidden;
}

.page-header-brand::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg, rgba(184,147,10,.08) 0, rgba(184,147,10,.08) 2px, transparent 2px, transparent 40px);
}

.status-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--primary-color);
    color: #fff;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    z-index: 2;
}

/* filtro estilo pill, discreto — inspirado em referência de portfólio de alto padrão */
#filters, #portfolio-filters {
    display: inline-flex;
    gap: 4px;
    list-style: none;
    padding: 6px;
    margin: 0 0 40px;
    background: rgba(0, 0, 0, .03);
    border-radius: 40px;
}

#filters li, #portfolio-filters li { margin: 0; }

#filters a, #portfolio-filters a {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #171310;
    text-decoration: none;
    transition: all .25s ease;
}

#filters a.selected,
#filters a:hover,
#portfolio-filters a.selected,
#portfolio-filters a:hover {
    background: var(--primary-color);
    color: #fff;
}

/* lista de especificações em linha, sem caixas — inspirada em referência de alto padrão */
.spec-rows {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.spec-row {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 22px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    flex-wrap: wrap;
}

.spec-row .spec-label {
    font-family: 'Teko', Impact, sans-serif; font-weight: 600;
    font-size: 26px;
    color: var(--primary-color);
    min-width: 90px;
}

.spec-row .spec-value {
    flex: 1;
    min-width: 140px;
}

.spec-row .spec-value .spec-num {
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.spec-row .spec-value .spec-tag {
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: .6;
}

.section-dark .spec-rows,
.section-dark .spec-row { border-color: rgba(255, 255, 255, .12); }

/* mobile — spec-row com muitos valores (ex: tabela "Plantas/Tipologias" da Barcelona,
   4 spec-value por linha) ficava espremido em 2 colunas por causa do min-width 140px.
   Empilha em coluna única, full-width, mesmo padrão de legibilidade das linhas simples
   (Término da Obra / Andamento / Localização) que já funcionam bem no Torino. */
@media (max-width: 767px) {
    .spec-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .spec-row .spec-label {
        min-width: 0;
    }

    .spec-row .spec-value {
        min-width: 0;
        width: 100%;
    }
}

/* galeria em carrossel com titulo gigante sobreposto — inspirada em referencia de alto padrao */
.gallery-big-header {
    position: relative;
    padding: 60px 24px 36px;
    text-align: center;
}

.gallery-big-header .subtitle { margin-bottom: 6px; }

.gallery-big-header h2 {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.05;
    margin: 0;
    color: #171310;
    font-weight: 600;
}

.section-dark .gallery-big-header h2 { color: #fff; }

.swiper-gallery-big {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 540px;
    padding: 10px 0 50px;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
}

.swiper-gallery-big .swiper-wrapper {
    max-height: 480px;
}

@media (max-width: 767px) {
    .swiper-gallery-big { height: 380px; }
}

.swiper-gallery-big .swiper-slide {
    height: 480px;
    border-radius: 4px;
    overflow: hidden;
}

.swiper-gallery-big .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f5f5f5;
}

@media (max-width: 767px) {
    .swiper-gallery-big .swiper-slide { height: 320px; }
}

/* texto individual por slide do hero — muda junto com a imagem */
.hero-slide-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3;
}

/* portfolio em lista de linhas — inspirado em referencia de alto padrao (lista de apartamentos) */
.portfolio-list {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.portfolio-row {
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 38px 20px;
    min-height: 160px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    text-decoration: none;
    color: inherit;
    transition: background .2s ease;
}

.portfolio-row:hover {
    background: rgba(var(--primary-color-rgb), .05);
}

.portfolio-row .portfolio-thumb {
    width: 76px;
    height: 96px;
    min-width: 76px;
    border-radius: 2px;
    overflow: hidden;
    background: var(--primary-color);
}

.portfolio-row .portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-row .portfolio-index {
    font-family: 'Teko', Impact, sans-serif;
    font-weight: 300;
    font-size: 84px;
    line-height: 1;
    color: var(--primary-color);
    min-width: 90px;
}

.portfolio-row .portfolio-name {
    font-family: 'Teko', Impact, sans-serif;
    font-weight: 400;
    font-size: 30px;
    flex: 2;
    min-width: 180px;
}

.portfolio-row .portfolio-col {
    flex: 1;
    min-width: 110px;
}

.portfolio-row .portfolio-col .spec-num {
    display: block;
    font-family: 'Teko', Impact, sans-serif;
    font-weight: 400;
    font-size: 27px;
    color: var(--primary-color);
    line-height: 1.1;
}

.portfolio-row .portfolio-col .spec-tag {
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .55;
    font-weight: 400;
}

/* ===== hero dividido: texto escuro + foto — inspirado na referência agate.brook.co.il ===== */
.listing-hero {
    background: #12203a;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    min-height: 420px;
}

.listing-hero .listing-hero-text {
    flex: 1 1 420px;
    padding: 170px 8vw 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.listing-hero .listing-hero-eyebrow {
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.listing-hero .listing-hero-eyebrow a {
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
    transition: color .2s ease;
}

.listing-hero .listing-hero-eyebrow a:hover {
    color: var(--primary-color);
}

.listing-hero .subtitle {
    color: var(--primary-color);
}

.listing-hero h1 {
    font-family: 'Teko', Impact, sans-serif;
    font-weight: 600;
    font-size: clamp(52px, 7vw, 108px);
    line-height: .95;
    color: #fff;
    margin: 6px 0 26px;
}

.listing-hero .listing-hero-photo {
    flex: 1 1 420px;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-color: var(--primary-color);
}

@media (max-width: 991px) {
    .listing-hero { flex-direction: column; }
    .listing-hero .listing-hero-text { padding: 130px 24px 48px; }
    .listing-hero .listing-hero-photo { min-height: 260px; }
}

/* Mobile — título "30 empreendimentos, uma só assinatura" (portfolio.html): no clamp()
   original o mínimo de 52px era grande demais pra telas estreitas — a quebra de linha força
   depois da vírgula, mas "30 empreendimentos," sozinho não cabia numa linha nem a 52px,
   e o navegador quebrava DE NOVO no meio, virando 3 linhas ("30" / "empreendimentos," /
   "uma só assinatura") em vez de 2. Pedido do Paulo (07/08, 2ª rodada): não precisa forçar
   1 linha exata, só diminuir a fonte pra ficar proporcional — 2 linhas é o resultado
   esperado de uma fonte menor. */
@media (max-width: 575px) {
    .listing-hero h1 {
        font-size: clamp(30px, 9.5vw, 44px);
    }
}

/* ===== painel de filtro sobreposto ao hero — inspirado na referência agate.brook.co.il ===== */
.filter-panel {
    background: #fff;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .12);
    padding: 32px 8vw;
    position: relative;
    z-index: 3;
    margin: -46px 24px 60px;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-panel .filter-field {
    flex: 1 1 200px;
    max-width: 280px;
}

.filter-panel label {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #171310;
    opacity: .55;
    margin-bottom: 8px;
}

.filter-panel select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fafafa;
    padding: 13px 36px 13px 16px;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    letter-spacing: .02em;
    color: #171310;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8930A' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    cursor: pointer;
}

.filter-panel select:focus {
    outline: none;
    border-color: var(--primary-color);
}

@media (max-width: 767px) {
    .filter-panel { margin: -30px 12px 40px; padding: 26px 20px; }
}

.portfolio-row .portfolio-arrow {
    font-size: 24px;
    font-weight: 300;
    color: var(--primary-color);
    margin-left: auto;
}

.portfolio-row.portfolio-hidden {
    display: none;
}

#portfolio-load-more {
    display: inline-block;
    margin: 40px auto 0;
}

.portfolio-spinner {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: portfolio-spin .8s linear infinite;
    vertical-align: middle;
}

@keyframes portfolio-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
    .portfolio-row { flex-wrap: wrap; gap: 16px; padding: 28px 14px; min-height: 0; }
    .portfolio-row .portfolio-col { min-width: 45%; }
    .portfolio-row .portfolio-index { font-size: 52px; min-width: 50px; }
    .portfolio-row .portfolio-thumb { width: 56px; height: 72px; min-width: 56px; }
}

/* Mobile/tablet — corrige o menu horizontal (".header-col-mid #mainmenu",
   herdado do tema) que ficava posicionado em cima da logo em telas <=992px.
   Aplicado globalmente em todas as páginas do site. */
@media only screen and (max-width: 992px) {
    .header-col-mid #mainmenu {
        display: none;
    }
    header.menu-open .header-col-mid #mainmenu {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 10px 0 20px;
    }
    header.menu-open .header-col-mid #mainmenu > li {
        display: block;
        width: 100%;
    }
    header.menu-open .header-col-mid #mainmenu > li > a {
        display: block;
        padding: 10px 0;
    }
}

/* Mobile — seção "Veja Nossos Números": reduz fonte do label para caber em 1 linha por box */
@media (max-width: 575px) {
    .bg-dark-2.py-4.rounded-1 h2 {
        font-size: 28px;
    }
    .bg-dark-2.py-4.rounded-1 div {
        font-size: 11px;
        line-height: 1.3;
    }
}

/* Botão flutuante de WhatsApp — redesenhado em 07/08/2026 a pedido do Jean (o badge anterior,
   quadrado com canto chanfrado em degrau, gerava um "vazio" confuso no canto superior esquerdo).
   Silhueta estilizada de PRÉDIO — retângulo alto/estreito (proporção de fachada, não de
   quadrado), corpo dourado da marca em borda, grade de "janelinhas" (mullions dourados,
   repeating-linear-gradient cruzado). Ronda 2 (07/08/2026, mesmo dia): 4 janelas acesas em tom
   âmbar (2 dentro da grade central + 2 nos cantos superiores, "apartamentos iluminados"
   espalhados pela fachada) e o círculo do ícone trocado — sem verde do WhatsApp, sem o glifo
   clássico do telefone. Tudo 100% CSS, nenhum HTML foi tocado (o mesmo <a id="fwaBtn"> com o
   SVG antigo continua no fim do body de cada uma das 34 páginas — o SVG é só ocultado via CSS,
   e o ícone novo é desenhado no ::after — assim a troca vale pro site inteiro de uma vez). */
.float-whatsapp-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    width: 58px;
    height: 124px;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid var(--primary-color, #B8930A);
    background-color: #103C3B;
    /* ordem importa: janelas acesas (âmbar) por cima, depois a grade de mullions dourados,
       corpo opaco do prédio por último/por baixo — senão as camadas de cima cobrem as de baixo */
    background-image:
        radial-gradient(circle, #ffd98c 0%, #e8a93d 55%, #c98f1e 100%),
        radial-gradient(circle, #ffd98c 0%, #e8a93d 55%, #c98f1e 100%),
        radial-gradient(circle, #ffd98c 0%, #e8a93d 55%, #c98f1e 100%),
        radial-gradient(circle, #ffd98c 0%, #e8a93d 55%, #c98f1e 100%),
        repeating-linear-gradient(90deg, rgba(184, 147, 10, .55) 0 2px, transparent 2px 15px),
        repeating-linear-gradient(0deg, rgba(184, 147, 10, .55) 0 2px, transparent 2px 15px),
        linear-gradient(165deg, #1a5a58 0%, #103C3B 75%);
    background-position:
        2px 2px,     /* janela acesa — canto superior esquerdo */
        45px 2px,    /* janela acesa — canto superior direito */
        25px 28px,   /* janela acesa — dentro da grade (col. 2 / linha 2) */
        10px 43px,   /* janela acesa — dentro da grade (col. 1 / linha 3) */
        7px 10px,    /* mullions verticais */
        7px 10px,    /* mullions horizontais */
        0 0;         /* corpo do prédio */
    background-size:
        7px 7px, 7px 7px, 11px 11px, 11px 11px,
        44px 56px, 44px 56px,
        100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0 10px 24px rgba(16, 60, 59, .45);
    transition: transform .25s ease, box-shadow .25s ease;
    animation: fwa-pulse 2.6s infinite;
}

/* friso dourado separando a fachada (janelas) da base onde fica o ícone — "linha do térreo" */
.float-whatsapp-btn::before {
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 55px;
    height: 2px;
    background: rgba(184, 147, 10, .55);
    border-radius: 1px;
}

.float-whatsapp-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(16, 60, 59, .55);
}

/* SVG original do WhatsApp (fone + balão verde) — ocultado. O <a aria-label="Fale no WhatsApp">
   já garante acessibilidade, então esconder o ícone antigo é seguro e evita anúncio duplicado
   em leitor de tela. */
.float-whatsapp-btn svg {
    display: none;
}

/* Ícone novo — círculo dourado da marca (não o verde do WhatsApp) com um balão de chat
   abstrato + 3 pontinhos (não o telefone clássico), navy #12203a sobre dourado, ancorado na
   base do prédio. Desenhado via data-URI SVG no background — sem arquivo extra. */
.float-whatsapp-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #B8930A;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 5.5C4 4.67 4.67 4 5.5 4h13C19.33 4 20 4.67 20 5.5v9c0 .83-.67 1.5-1.5 1.5H9l-4 3v-3H5.5C4.67 15 4 14.33 4 13.5v-8Z' fill='%2312203a'/><circle cx='8.5' cy='9.5' r='1.1' fill='%23B8930A'/><circle cx='12' cy='9.5' r='1.1' fill='%23B8930A'/><circle cx='15.5' cy='9.5' r='1.1' fill='%23B8930A'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 17px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
}

@keyframes fwa-pulse {
    0%   { box-shadow: 0 10px 24px rgba(16, 60, 59, .45), 0 0 0 0 rgba(184, 147, 10, .5); }
    70%  { box-shadow: 0 10px 24px rgba(16, 60, 59, .45), 0 0 0 14px rgba(184, 147, 10, 0); }
    100% { box-shadow: 0 10px 24px rgba(16, 60, 59, .45), 0 0 0 0 rgba(184, 147, 10, 0); }
}

@media (max-width: 575px) {
    .float-whatsapp-btn {
        right: 16px;
        bottom: 16px;
        width: 46px;
        height: 98px;
        background-position:
            2px 2px,
            34px 2px,
            17px 20px,
            7px 31px,
            6px 8px,
            6px 8px,
            0 0;
        background-size:
            5px 5px, 5px 5px, 8px 8px, 8px 8px,
            34px 42px, 34px 42px,
            100% 100%;
    }
    .float-whatsapp-btn::before { bottom: 44px; left: 6px; right: 6px; }
    .float-whatsapp-btn::after {
        width: 24px;
        height: 24px;
        bottom: 8px;
        background-size: 13px 13px;
    }
}
