@import url('https: //fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
    --text-font-family-heading: 'Jost', sans-serif !important;
    --font-families-default-font: 'Open Sans', sans-serif !important;
}

.c-module-video__titles .c-topic-title h1,
.c-card-video__description h2 {
    font-family: 'Jost', sans-serif !important;
}

.c-paragraph .u-text--medium p,
.c-legenda .c-paragraph,
.c-tabs,
.c-button,
.c-timeline-item__body p {
    font-family: 'Open Sans', sans-serif !important;
}

.box-legenda {
    margin-top: 32px;
}

.linha-legenda-feedback {
    border: 0px;
    border-top: 1px solid var(--colors-default-neutral-30)
}

.text-legenda {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-neutral-70);
}

.title-referencia {
    display: none !important;
}

.c-questions .c-card-selecionavel__item:last-child {
    display: none;
}

.c-cover-height {
    background-position: left center !important;
}

.c-cover-module__content-wrapper>img {
    width: 50% !important;
}

@media (min-width:300px) and (max-width:768px) {
    .c-card-destaque__body .o-image {
        border-radius: 0px !important;
    }
    .c-card-destaque__body .c-image {
        margin: 0px -33px !important;
        width: auto !important;
        border-radius: 0px;
    }
    .full {
        margin: 32px -40px !important;
    }
    .c-cover-module__content-wrapper>img {
        width: 100% !important;
    }
}