@import url(font.css);

/* Títulos */

.academicWork{
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #002B50;
    border: 1px solid #002b50;
}

.academicWork.margin-top-relogio {
    margin-top: 177px;
}

    .academicWork__left{
        width: 18.875rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 1.875rem;
    }

        .academicWork__left--title{
            font-family: MullerExtrabold;
            font-size: 1.5625rem;
            font-weight: 800;
            color: white;
            max-width: 11.5625rem;
        }

        .academicWork__left--mobile{
            width: 7rem;
            height: 2.5625rem;
            border: 1px solid rgb(0, 162, 255, 0.3);
            border-radius: 1.25rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.3125rem;
            cursor: pointer;
        }

            .academicWork__left--mobile_title{
                font-size: .875rem;
                font-weight: 500;
                color: white;
                font-family: 'Inter', sans-serif;
            }

            .academicWork__left--mobile_icon{
                width: 1rem;
                height: 1rem;
                background-image: url(../img/site/geral/filter.webp);
                background-size: 100%;
                background-position: 50%;
                background-repeat: no-repeat;
            }

    .academicWork__right{
        margin-top: 1.0625rem;
        padding-bottom: 2px;
    }

        .academicWork__right--searchbox{
            border: 1px solid rgb(0, 162, 255, 0.3);
            width: 18.875rem;
            height: 3.4375rem;
            border-radius: .75rem;
            display: flex;
            box-sizing: border-box;
        }

            .academicWork__right--searchbox_input{
                color: white;
                font-family: 'Roboto', sans-serif;
                font-size: .9375rem;
                font-weight: 500;
                background-color: transparent;
                border: none;
                outline: none;
                flex: 1;
                padding-left: .9375rem;
            }

            .academicWork__right--searchbox_input::placeholder{
                color: white;
                font-family: 'Roboto', sans-serif;
                font-size: .9375rem;
                font-weight: 500;
            }

            .academicWork__right--searchbox_icon{
                background-color: #00A2FF;
                max-width: 3.4375rem;
                flex: 1;
                border-radius: 0 .75rem .75rem 0;
                background-image: url(../img/site/geral/magnifying-glass.webp);
                background-position: 50%;
                background-size: 1.25rem;
                background-repeat: no-repeat;
                cursor: pointer;
            }

/* Mostrador e filtro */

.showerFilter{
    background-color: #002B50;
    display: flex;
    flex-direction: column;
    margin-top: -2px;
}

.showerFilter__right{
    position: relative;
    height: 11.375rem;
}

    .showerFilter__right--card{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        margin-top: 1.9063rem;
    }

/* Separador do desktop */



/* cards de trabalhos */

.academicPapers{
    display: flex;
    flex-direction: column;
    align-items: center;
}

        .academicPapers__border--button{
            color: white;
            font-size: .9375rem;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            background-color: #002B50;
            border: none;
            border-radius: .625rem;
            width: 18.875rem;
            height: 3.6875rem;
            margin-top: 3.125rem;
            cursor: pointer;
        }


/* mobile Filter Modal */

.mobileFilterModal{
    position: absolute;
    height: auto;
    width: 100vw;
    top: 0;
    left: 0;
    margin-top: 3.75rem;
    z-index: 5;
    background-color: #002B50;
}

    .mobileFilterModal__closeButton{
        display: flex;
        width: 100%;
        margin-top: 1.125rem;
        justify-content: flex-end;
    }

        .mobileFilterModal__closeButton--close{
            width: 1rem;
            height: 1rem;
            background-image: url(../img/site/geral/whitex.webp);
            background-size: 1rem;
            background-position: 50%;
            background-repeat: no-repeat;
            padding: 1.375rem;
        }

    .mobileFilterModal__title{
        font-size: 1rem;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        color: white;
        margin-top: -1.5rem;
        margin-left: 2.125rem;
        margin-bottom: 1.25rem;
    }

    .mobileFilterModal__tags{
        display: flex;
        flex-wrap: wrap;
        gap: .625rem;
        max-width: calc(100% - 4.25rem);
        margin-left: 2.125rem;
    }

    .showerFilterButton1{
        background-color: #00A2FF;
        border: 1px solid #00A2FF;
    }

    .showerFilterButton2{
        background-color: #002B50;
        border: 1px solid #00A2FF;
    }

    .mobileFilterModal__buttons{
        margin-left: 2.125rem;
        margin-top: 3.125rem;
        padding-bottom: 3.375rem;
    }

    .mobileFilterModal__buttons--button{
        width: 6.875rem;
        height: 2.5rem;
        border-radius: .625rem;
        color: white;
        font-size: .9375rem;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        cursor: pointer;
    }

.showerFilter__left--filter_tags-tag{
    font-family: 'Inter', sans-serif;
    font-size: .75rem;
    font-weight: 500;
    color: white;
    padding: .625rem .9375rem;
    border: 1px solid rgb(0, 162, 255, 0.3);
    border-radius: 1.25rem;
    cursor: pointer;
}

.showerFilter_tag-active{
    background-color: #00A2FF;
    border: 1px solid #00A2FF;
}

@media screen and (min-width: 720px) {

/* Títulos */

.academicWork{
    flex-direction: row;
    justify-content: center;
    gap: 12.5rem;
    margin-top: 0;
}

    .academicWork.margin-top-relogio {
        margin-top: 0px;
    }

    .academicWork__left{
        margin-top: 1.3125rem;
        max-width: none;
        width: auto;
    }

        .academicWork__left--title{
            font-size: 2.8125rem;
            max-width: none;
        }

    .academicWork__right{
        margin-top: 1.875rem;
    }

        .academicWork__right--searchbox{
            width: 25.375rem;
        }

/* Mostrador e filtro */

.showerFilter{
    flex-direction: row;
    justify-content: center;
    gap: 2.125rem;
}

    .showerFilter__left{
        width: 21.25rem;
        margin-top: 1.5625rem;
        border: 1px solid rgb(0, 162, 255, 0.3);
        border-radius: 1.25rem;
        display: flex;
        justify-content: center;
        position: relative;
    }

        .showerFilter__left--filter{
            margin-top: .625rem;
            width: calc(100% - 2.5rem);
            display: flex;
            flex-direction: column;
            max-height: 25rem;
            overflow-y: auto;
        }

        .showerFilter__left--filter::-webkit-scrollbar {
            width: 5px;
          }

          .showerFilter__left--filter::-webkit-scrollbar-thumb {
            background-color: #00A2FF;
            border-radius: 5px;
          }

          .showerFilter__left--filter::-webkit-scrollbar-track {
            background-color: transparent;
          }


            .showerFilter__left--filter_title{
                font-family: 'Inter', sans-serif;
                font-size: 1rem;
                font-weight: 500;
                color: white;
                padding-top: 1.4375rem;
                padding-bottom: .9375rem;
            }

                .showerFilter__left--filter_tags{
                    display: flex;
                    flex-wrap: wrap;
                    gap: .625rem;
                }

                    .showerFilter__left--filter_tags-tag{
                        font-family: 'Inter', sans-serif;
                        font-size: .75rem;
                        font-weight: 500;
                        color: white;
                        padding: .625rem .9375rem;
                        border: 1px solid rgb(0, 162, 255, 0.3);
                        border-radius: 1.25rem;
                        cursor: pointer;
                    }

            .showerFilter__left--filter_buttons{
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                display: flex;
                gap: .6875rem;
                margin-bottom: 3.4375rem;
            }

                .showerFilterButton1{
                    background-color: #00A2FF;
                    border: 1px solid #00A2FF;
                }

                .showerFilterButton2{
                    background-color: #002B50;
                    border: 1px solid #00A2FF;
                }

                .showerFilter__left--filter_buttons-button{
                    width: 6.875rem;
                    height: 2.5rem;
                    border-radius: .625rem;
                    color: white;
                    font-size: .9375rem;
                    font-family: 'Inter', sans-serif;
                    font-weight: 700;
                    cursor: pointer;
                }

.showerFilter__right{
    position: static;
    height: auto;
    margin-top: 1.5625rem;
}

    .showerFilter__right--card{
        position: static;
        transform: translateX(0);
        margin: 0;
    }

/* Separador do desktop */

.cardSeparator{
    background-color: #002B50;
    display: flex !important;
    padding-bottom: 7.3125rem;
    justify-content: center;
}

    .cardSeparatorineer{
        width: 68rem;
        display: flex;
        gap: 20.4375rem;
        justify-content: flex-start;
    }

    .cardSeparator__title{
        font-family: MullerExtrabold;
        font-size: 1.875rem;
        color: white;
        padding-top: 1rem;
    }

    .cardSeparator__button{
        width: 2.5rem;
        height: 2.5rem;
        background-image: url(../img/site/geral/angledown.webp);
        background-size: .75rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-color: rgb(0, 162, 255, 0.3);
        border-radius: .625rem;
        margin-top: 1.25rem;
        cursor: pointer;
    }

    .mobileFilterModal{
        display: none;
    }

/* cards de trabalhos */

.academicPapers{
    gap: 3.125rem;
}

    .academicPapers__container{
        display: grid;
        justify-content: center;
        gap: 2.125rem;
        margin-top: -5.5rem;
        grid-template-columns: repeat(3,1fr);
    }

    .second{
        margin-top: 0;
    }

    .academicPapers__border{
        margin-top: 3.125rem;
    }

        .academicPapers__border--button{
            margin: 0;
        }

}
