
/* ~~~~~~~~~~~~~~~~ Footer Styles ~~~~~~~~~~~~~~~~~~~~ */

/* Estilização geral do footer */
.c-footer {
    background-color: var(--vox-color-fdr-neutral-fair);
}

.c-footer__content{
    background-color: var(--vox-color-fdr-secondary-medium);
}

.c-footer span {
    color: var(--vox-color-fdr-neutral-fair);
    font-size: var(--vox-font-size-xxs);
    font-family: var(--vox-font-family-body-sans);
    font-weight: 600;
}

.c-footer__talk__to i{
    color: var(--vox-color-fdr-neutral-medium);
}

.c-footer a, .c-footer button {
    color: var(--vox-color-fdr-primary-medium);
    font-size: var(--vox-font-size-xxxs);
    font-family: var(--vox-font-family-body-sans);
    transition: .3s;
    text-decoration: none;
}

.c-footer a:hover{
    text-decoration: underline;
}

.social__media {
    gap: 12px;
}

.social__media i{
    font-size: 1.2rem;
}
.social__media a {
    display: inline-block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: var(--vox-color-fdr-primary-medium);
    transition: .3s;
    color: var(--vox-color-fdr-secondary-medium);
}
.social__media a:hover{
    background-color: var(--vox-color-fdr-primary-light);
    color: var(--vox-color-fdr-secondary-dark);
}

/*  Estilização do conteúdo interno do footer */
.c-footer__content figure {
    margin: 0;
}

.c-footer__credits button{
    font-size: var(--vox-font-size-xs);
    color: var(--vox-color-fdr-neutral-lighter);
    text-decoration: none;
    border: none;
    background-color: transparent;
}

.c-footer__credits button:hover{
    color: var(--vox-color-fdr-neutral-lighter);
    text-decoration: underline;
}


/* ================ EXPEDIENTE ================== */
.c-office-hours {
    width: 100%;
    background-color: var(--vox-color-fdr-secondary-lighter);
}

.c-office-hours span {
    color: var(--vox-color-fdr-neutral-lighter);
    font-size: var(--vox-font-size-xxs);
    font-family: var(--vox-font-family-body-sans);
    font-weight: 700;
}
.c-office-hours__credits a {
    color: var(--vox-color-fdr-neutral-fair);
    font-size: 1.313rem;
    line-height: 1.875rem;
    font-weight: 700;
    font-family: var(--vox-font-family-body-sans);
    text-decoration: none;
    cursor: pointer;
}
.c-popup__credits {
    overflow-y: auto;
    max-height: 244px;
    gap: 1.25rem;
    padding-right: 0.625rem;
    font-family: var(--vox-font-family-body-sans);
}
.c-popup__credits__item p { 
    font-family: var(--vox-font-family-body-sans);
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.c-popup__credits::-webkit-scrollbar {
    width: 10px;
}
.c-popup__credits::-webkit-scrollbar-track {
    background: var(--vox-color-fdr-neutral-light);
    border-radius: 5px;
}
.c-popup__credits::-webkit-scrollbar-thumb {
    background: var(--vox-color-fdr-primary-dark);
    border-radius: 5px;
}
.btn-close-know {
    background: transparent;
    outline: none;
    border: 0;
    transition: .5s;
}
.c-popup__header h2 {
    font-family: var(--vox-font-family-body-sans);
    font-weight: var(--vox-font-weight-bold);
}

/* ------------------- POPUP MODAL -----------------------*/
.w__820 {
    max-width: 820px;
    margin: 0 auto;
}
.overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .8);
    left: 0;
    top: 0;
    display: none;
    position: fixed;
    z-index: 999;
}
.popup {
    width: calc(100% - 30px);
    padding: 2.5rem;
    border-radius: 0.625rem;
    position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    background-color: var(--vox-color-fdr-neutral-lighter);
}
.btn-close-know svg #Caminho_1564 path:nth-child(2) {
    fill: var(--vox-color-fdr-primary-dark);
}
.btn-close-know svg #Caminho_1564 {
    transition: .2s all ease;
}
.btn-close-know:hover svg #Caminho_1564 {
    fill: transparent;
}
.btn-close-know:hover svg #Grupo_9630 rect {
    fill: var(--vox-color-fdr-primary-dark);
}
/* ------------------- POPUP MODAL -----------------------*/

/* ================ EXPEDIENTE ================== */

/* =========== MEDIA QUERY =========== */

@media (max-width: 767px) {
    .c-footer__content figure img {
        width: 6.5rem;
        height: auto;
    }
}

@media (min-width: 768px) {
    .c-footer__content figure img {
        width: 7.75rem;
        height: auto;
    }
    .c-footer a {
    font-size: var(--vox-font-size-xxs);
    }
}

@media (min-width: 992px) {
    .c-footer__content figure img {
        width: 12.3rem;
        aspect-ratio: auto;
    }

    .c-office-hours span{
        font-weight: normal;
    }

    .c-footer__infos{
        width: fit-content;
    }
}

@media (max-width: 991px) {
    .c-footer__box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .c-footer__talk__to, .social__media {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .c-popup__credits {
        max-height: 292px;
    }
    .c-popup__header h2 {
        font-size: 1.875rem;
    }
    .c-popup__credits h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .c-popup__credits__item p, 
    .c-footer__credits__item h4 {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}
/* =========== MEDIA QUERY =========== */