#container {
    background-color: #f6f6f6;
}

.btn_biblioteca {
    display: flex;
    gap: 0.4rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
    background-color: #ba0f14;
    width: max-content;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



/* section sobre a biblioteca */
@media screen and (max-width: 768px) {
    .sobre-a-biblioteca {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        text-align: justify;
        padding: 1.5rem;
        gap: 4rem;
    }

    #container .sobre-a-biblioteca .video img {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .sobre-a-biblioteca {
        display: flex;
        flex-direction: column;
        align-content: center;
        padding: 2.5rem;
        gap: 4rem;
    }

    #container .sobre-a-biblioteca .video img {
        width: 100%;
    }
}


@media screen and (min-width: 992px) {

    main {
        display: flex;
        flex-direction: column;
    }

    .sobre-a-biblioteca {
        display: flex;
        flex-direction: row;
        padding: 7rem;
        gap: 4rem;
        max-width: 150rem;
        align-self: center;
    }

    #container .sobre-a-biblioteca .video img {
        width: 100%;
    }

    .btn_biblioteca:hover {
        transition: all 0.30s;
        box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.341);
    }

    .btn_biblioteca:not(:hover) {
        transition: all 0.30s;
        box-shadow: none;
    }


}

/* section documentos */
/* componentes que não vão mudar junto com a responsividade */
.documentos .dados a {
    text-decoration: none;
    font-weight: var(--font-seminegrito);
    color: white;
}

.documentos h2 {
    color: white;
}

.documentos .dados a:hover {
    text-decoration: underline;
    font-weight: var(--font-seminegrito);
    color: white;
}

.repositorio a {
    text-decoration: none;
    font-weight: var(--font-seminegrito);
    color: white;
    display: flex;
    gap: 5px;
}

.repositorio a:hover {
    text-decoration: underline;
    font-weight: var(--font-seminegrito);
    color: white;
}

/* Mobile */
@media screen and (max-width: 768px) {
    .documentos {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        background-image: url("/static/assets/images/biblioteca-digital/banner-biblioteca-digital.jpg");
        background-size: cover;
        padding: 1.5rem;
        height: max-content;
        padding-bottom: 2rem;
        padding-top: 2rem;
        font-size: smaller;
    }

    .documentos .dados {
        gap: 0.5rem;
    }

    .dados {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .dados {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
       
        
    }

    .card-dados {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 1rem;
        justify-content: center;
        padding: 1rem;
        
    }

    .card-dados #pasta {
        width: 155px;
    }

    .card-dados #img-pasta {
        width: 85px;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 406px) {
    .card-dados #pasta {
        width: 135px;
    }

    .card-dados #img-pasta {
        width: 73px;
        padding-bottom: 4px;
    }
}

.documentos .card-dados a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.documentos .card-dados a:hover {
    transform: translateY(-4px);
    transition: 0.20s;
}

.documentos .card-dados a:not(:hover) {
    transform: translateY(0px);
    transition: 0.20s;
}

.documentos .card-dados a .img-titulo {
    padding-top: 1.8rem;
    position: absolute;
    z-index: 2;
}


.peri .periodicos .mt-5 .tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    background-image: url("../images/Jornada-do-aluno/conheça\ a\ malta.png");
    height: max-content;
}

.peri .periodicos .mt-5 .tab-content a {
    text-decoration: none;
    color: black;
}

.peri .periodicos .mt-5 .tab-content a:hover {
    text-decoration: underline;
    color: #ba0f14;
}

.peri .periodicos .mt-5 a {
    color: black;
}

/* desktop */
@media screen and (min-width: 768px) {
    .peri {
        display: flex;
        flex-direction: column;
        padding: 7rem;
    }

    .peri .periodicos {
        max-width: 130rem;
        align-self: center;
    }
}

/* mobile */
@media screen and (max-width: 768px) {
    .peri {
        padding: 1rem;
    }

    .div-form {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/* section formulário */
/* desktop */
@media screen and (min-width: 769px) {
    .formulario {
        display: flex;
        flex-wrap: wrap;
        padding: 0rem 7rem;
        gap: 1rem;
        justify-content: center;
    }

    .div-formulario {
        width: 100%;
        max-width: 130rem;
        display: flex;
        flex-wrap: wrap;
        gap: 4rem;
    }

    .div-form {
        max-width: 30rem;
    }

    form {
        max-width: 30rem;
    }
    
}

.repositorio-institucional {
    max-width: 50rem;
}

/* mobile */
@media screen and (max-width: 768px) {
    .formulario {
        padding: 1rem;
        gap: 1rem;
    }

    .formulario .repositorio-institucional .botoes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: small;
    }
    

}

.formulario .repositorio-institucional .botoes {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}