       5Ž8j                    ›©že    %€8j    ¥+üç  ª™                                                                                                                                 Accept-Encoding,User-Agent                                                                                                      Ñ¿!P;¼%·OF÷çŽ´Í    
KEY: https://compensadosparana.com.br/wp-content/themes/compensados/css/block/footer.css
HTTP/1.1 200 OK
Date: Mon, 22 Jun 2026 00:21:57 GMT
Server: Apache
Last-Modified: Wed, 10 Jan 2024 14:28:43 GMT
Accept-Ranges: bytes
Content-Length: 2694
Vary: Accept-Encoding,User-Agent
Connection: close
Content-Type: text/css

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    text-align: center;
    line-height: 38px;
    color: white;
    z-index: 4;
    
}

.whatsapp svg {
    color: #FFF;
    fill: #FFF;
    width: 41px;
    height: 50px;
}

.whatsapp .text {
    margin: 0;
    position: absolute;
    top: 0.8rem;
    left: -23rem;
    background: #FFF;
    color: #000;
    font-family: var(--gothamRegular);
    font-size: 1.2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 2rem rgb(0 0 0 / 30%);
    padding: 0 1rem;
    transition: all .3s;
}

.whatsapp .text::after {
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 0.8rem solid var(--white);
    position: absolute;
    top: 1rem;
    right: -0.8rem;
}

.hide {
    opacity: 0;
    pointer-events: none;
}

.footer-atendimento {
    position: fixed;
    right: 0;
    bottom: 1rem;
    z-index: 9;
    
}

.footer-atendimento img {
    max-width: 24rem;
}

.footer {
    background: var(--green100);
    padding-top: 5.5rem;
}

.title-footer {
    display: inline-flex;
    margin: 0 0 2.5rem 0;
    color: var(--white);
    font-size: 3.9rem;
    font-weight: 400;
    text-transform: uppercase;
    align-items: center;
}

.title-footer strong {
    font-family: var(--drystickBold);
}

.footer-infos {
    margin-bottom: 3.5rem;
}

.footer-infos address,
.footer-infos span,
.footer-infos a {
    margin: 0 0 1.2rem 0;
    display: flex;
    font-size: 1.8rem;
    color: var(--white);
    line-height: 1.2;
    align-items: center;
    text-transform: uppercase;
    word-break: break-all;
}

.footer-infos .icon {
    width: 2.9rem;
    display: flex;
    justify-content: center;
    margin-right: 1.4rem;
}

.footer-dev {
    background: var(--green);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer-dev span {
    margin: 0;
    text-align: center;
    font-family: var(--bahnschriftLight);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.2rem;
}

.footer-dev img {
    margin-left: 0.4rem;
}

@media(max-width: 767px) {
    .title-footer {
        font-size: 3.2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-logo {
        align-items: center;
        margin-bottom: 3rem;
    }
}
