/* Páginas de Rosto - Bibliotecas e Certificados*/
/* Quick Links */
body {
    background: url('../img/bgrosto.jpg') no-repeat;
    margin: 0;
}
.container {
    width: 100vw;
    height: 100vh;
    background: #cbc9c7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    background: rgba(255, 255, 255, 0.8);
    color: var(--darkgreen); 
    opacity: .9;
}
 
.box {
    width: 768px;
    height: 670px;
    margin: 0px 5px;
    display: flex;
    flex-direction: column;
}
 
.boxContent {
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    border-radius: 10px;
    /* border-top-right-radius: 10px; */
}

.btnpagrosto ul {
    display: grid;
    grid-gap: 10px;
    padding: 0 15px;
    margin: 0 0 15px 0;
    list-style-type: none;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));  

}
.btnpagrosto a {
    display: block;
    min-height: 110px;
    padding: 1.5rem 0;
    color: var(--darkgreen);
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    background: var(--lighty);
    box-shadow: var(--shadow);
    border-bottom: 3px solid var(--darkgreen);
}

.btnpagrosto a:hover {
    background: var(--darkgreen);
    color: var(--lighty);
    border-bottom: none;
}
.lin01 {
    border-bottom: 2px solid #333; 
}

.ttpagrosto {
    margin: 30px 0;
    text-align: center;
    border-bottom: 1px solid var(--gray);
}
.voltauea {
    margin: 40px 0;
    text-align: center;
}
