.whatsappFixed-frm {
    position: fixed;
    bottom: 16px;
    right: 20px;
    z-index: 101;
    width: 50px;
}

.whatsappFixed-frm a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 5px 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 #ffffff;
    transition: all 200ms linear;
}

.whatsappFixed-frm a [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    width: 25px;
    color: rgba(255, 255, 255, 1);
}

.whatsappFixed-frm a.whatsappFixed {
    background-color: rgba(39, 197, 0, 1);
}

.whatsappFixed-frm a.whatsappFixed:hover {
    background-color: rgba(33, 169, 0, 1);
}

/** footer-l1 */
.footer-l1 {
    padding: 100px 0;
    background-color: #0e110e;
    text-align: center;
}

.f-eye {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .35em;
    text-transform: uppercase;
    color: var(--verde);
    margin-bottom: 20px;
}

.f-h {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3.5rem, 10vw, 8rem);
    line-height: .92;
    letter-spacing: -.01em;
}

.f-h em {
    color: var(--verde);
    font-style: normal;
}

.f-sub {
    color: var(--muted);
    max-width: 480px;
    margin: 20px auto 0;
    line-height: 1.7;
    font-size: .9rem;
}

.f-acts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 42px;
    flex-wrap: wrap;
}

.btn-wpp {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(0, 232, 122, .3);
    color: var(--verde);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 16px 28px;
    text-decoration: none;
    transition: all .2s;
}

.footer-l2 {
    background: var(--preto);
    border-top: 1px solid rgba(255, 255, 255, .05);
    padding: 34px 5vw;
}

.footer-l2 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.f-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: .14em;
    color: var(--verde);
}

.f-txt {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .73rem;
    color: var(--muted);
    letter-spacing: .07em;
}

.f-txt {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .73rem;
    color: var(--muted);
    letter-spacing: .07em;
}