       Ê8j                    ›©že    ¼8j    Ë"Ëç  ¤“                                                                                                                                 Accept-Encoding,User-Agent                                                                                                      oëàR{­§^[OGe½÷ëR    
KEY: https://compensadosparana.com.br/wp-content/themes/compensados/css/global.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: 2002
Vary: Accept-Encoding,User-Agent
Connection: close
Content-Type: text/css

body {
    font-family: var(--drystickLight);
    overflow: hidden;
    font-size: 1.4rem;
    
}

html {
    overflow: hidden;
    font-size: 62.5%;
    overflow-y: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.transicao {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

a:hover {
    text-decoration: none;
}

.title {
    display: inline-flex;
    margin: 0;
    color: var(--green100);
    font-size: 3.9rem;
    font-weight: 400;
    text-transform: uppercase;
    align-items: center;
    flex-wrap: wrap;
}

.title strong {
    font-family: var(--drystickBold);
}

ul.social {
    display: flex;
}

ul.social li {
    margin-right: 0.5rem;
}

ul.social li:last-child {
    margin-right: 0;
}

ul.social a {
    display: flex;
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    border-radius: 50%;
    background: var(--white);
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.8rem;
    transition: all 0.2s ease-in;
    padding: 0 0 0 0;
    color: var(--green100);
}

ul.social a:hover {
    background: var(--green);
}

.al-right {
    display: flex;
    justify-content: flex-end;
}

.al-left {
    display: flex;
    justify-content: flex-start;
}

.clearfix {
    clear: both;
}

.img-destaque {
    float: left;
    margin: 0 2rem 2rem 0;
    width: 40rem;
}

:active, :focus {
    outline: none !important;
}

.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
    text-align: center;
}

.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.bg-gray {
    background: var(--gray200);
}

@media(max-width: 767px) {
    .title {
        font-size: 3.4rem;
    }
}
