<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    font-family: 'Rubik', Helvetica, Arial, sans-serif;
}

a{
    font-weight: 500;
}
a:hover{
    color: #15769b!important;;
}
.logo{
    max-width: 250px;
}
p{
    margin-top:7px;
}
h2{
    font-size: 26px!important;
    font-weight: 600!important;
}
h3{
    font-size: 23px!important;
    font-weight: 500!important;
}
.the_excerpt{
    opacity: 0.8;
    font-weight: 300;
}

.home .destaque img{
    height: 300px!important;
    object-fit: cover;
}
.home .destaque h2{
    font-size: 28px;
    font-weight: 500;
}

.text-blue-500{
    color: #15769b!important;
}

.badgeCategoria{
    background: #15769b33; 
    padding: 5px 10px;
    border-radius: 10px; 
    opacity: 0.8;
}


.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(69 131 255 / 97%), rgb(56 94 246 / 48%), transparent)
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.pagination a, 
.pagination span {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination a {
    background-color: #f3f4f6;
    color: #333;
}

.pagination a:hover {
    background-color: #0284c7;
    color: white;
}

.pagination .current {
    background-color: #0284c7;
    color: white;
    font-weight: bold;
}

.pagination .dots {
    background: none;
    color: #666;
    pointer-events: none;
}
</pre></body></html>