<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =========== GERAL =========== */
.c-cards {
    background-color: var(--bg-section-color);
}
.u-card-padding {
    padding: var(--vox-spacing-small) var(--vox-spacing-xs);
}
.u-card-height {
    height: 160px;
}
.c-cards__box .c-cards__box__item {
    width: 100%;
    max-width: 306px;
    min-width: 306px;
    border-radius: var(--vox-border-radius-medium);
    background-color: var(--bg-card-color);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.u-card-height {
    height: 160px;
}
/* =========== GERAL ============= */

/* ================ HOVER DOS CARDS ================= */
.c-cards__box__item:hover .box__footer--hover {
    background-color: var(--vox-color-fdr-primary-medium);
}
.c-cards__box__item:hover .box__footer--hover .box__item__tags span {
    border: 1px solid var(--vox-color-fdr-secondary-dark);
}
.c-cards__box__item:hover .box__footer--hover h3, .c-cards__box__item:hover .box__footer--hover span {
    color: var(--vox-color-fdr-secondary-dark);
}
/* ================ HOVER DOS CARDS ================= */

/* ============ CARD | VARIAÃ‡ÃƒO ONE ============ */
.c-cards__box .box__item__header figure {
    width: 306px;
    height: 306px;
    border-radius: var(--vox-border-radius-medium) var(--vox-border-radius-medium) 0 0;
}
.c-cards__box .box__item__header figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--vox-border-radius-medium) var(--vox-border-radius-medium) 0 0;
}
.c-cards__box__item  h3 {
    font-family: var(--vox-font-family-body-sans);
    font-weight: var(--vox-font-weight-bold);
    margin-top: var(--vox-spacing-xxs);
    margin-bottom: var(--vox-spacing-small);
}
.c-cards__box__item  h3, .c-cards__box__item  span {
    color: var(--vox-color-fdr-neutral-lighter);
}
.c-cards__box__item .box__item__author {
    font-family: var(--vox-font-family-body-sans);
    font-weight: var(--vox-font-weight-regular);
    font-size: var(--vox-font-size-xxs);
    line-height: var(--vox-font-height-small);
}
.c-cards__box__item .box__item__text {
    font-family: var(--vox-font-family-body-sans);
    font-weight: var(--vox-font-weight-regular);
    font-size: var(--vox-font-size-xxs);
    line-height: var(--vox-font-height-small);
}
/* ============ CARD | VARIAÃ‡ÃƒO ONE ============ */

/* ============ CARD | VARIAÃ‡ÃƒO TWO ============ */
.box__item__dados {
    gap: var(--vox-spacing-large);
}
/* ============ CARD | VARIAÃ‡ÃƒO TWO ============ */

/* ============ CARD | VARIAÃ‡ÃƒO THREE ============ */
.box__item__footer {
    background-color: var(--bg-card-color);
    transition: .3s;
}
/* ============ CARD | VARIAÃ‡ÃƒO THREE ============ */

/* ============ CARD | VARIAÃ‡ÃƒO FOUR ============ */
.our__team .box__item__footer {
    height: 126px;
}
.our__team .box__item__footer h3, .our__team .box__item__footer span {
    color: var(--color-neutral-darker);
}
/* ============ CARD | VARIAÃ‡ÃƒO FOUR ============ */

/* ============ CARD | VARIAÃ‡ÃƒO FIVE ============ */
.c-cards__box .c-cards__box__image figure {
    width: 306px;
    height: 442px;
    border-radius: var(--vox-border-radius-medium);
}
.c-cards__box .c-cards__box__image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 397/442;
    border-radius: var(--vox-border-radius-medium);
}
/* ============ CARD | VARIAÃ‡ÃƒO FIVE ============ */

/* =========== CARDS DA PÃGINA DE LISTAGENS ========== */
.c-cards__box__listing .c-cards__box__item .box__item__footer {
    border-radius: 0 0 var(--vox-border-radius-medium) var(--vox-border-radius-medium);
}
.c-cards__box__listing .box__item__header figure {
    height: 306px;
    border-radius: var(--vox-border-radius-medium) var(--vox-border-radius-medium) 0 0;
}
.c-cards__box__listing .box__item__header figure img {
    border-radius: var(--vox-border-radius-medium) var(--vox-border-radius-medium) 0 0;
}
/* =========== CARDS DA PÃGINA DE LISTAGENS ========== */

/* =================== MEDIA QUERY =================== */
@media screen and (max-width: 575px) {
    .c-cards__box__listing--horizontal .box__item__header figure, .c-cards__box__listing--horizontal .box__item__header figure img {
        border-radius: var(--vox-border-radius-medium) 0 0 var(--vox-border-radius-medium);
    }
    .c-cards__box__listing--horizontal .c-cards__box__item .box__item__footer {
        border-radius: 0 var(--vox-border-radius-medium) var(--vox-border-radius-medium) 0;
    }
    .c-cards__box__listing--horizontal .box__item__header figure {
        width: 180px;
    }
    .c-cards__box__listing--horizontal .box__item__header figure, .c-cards__box__listing--horizontal .box__item__footer {
        height: 187px;
    }
}
/* =================== MEDIA QUERY =================== */</pre></body></html>