@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Hand:wght@400..700&family=Oswald:wght@200..700&display=swap');




* {
    padding: 0;
    margin: 0;
    font-family: Oswald;
}


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    height: 100vh;
}

/* ------------------------- Cabeçalho / Menu ------------------------- */



/* ------------------------- Seção sobre ------------------------- */

.academic_page {
    height: 100vh;
    background-color: rgb(255, 255, 255);
}

.academic_page_header {
    height: 15vh;
}

.academic_page_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    background-color: rgb(255, 255, 255);
    height: 85vh;
}

.container_certificate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: blueviolet; */
}

.card_certificate {
    width: 300px;
    height: 250px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -1px;
    border-radius: 10px;
    margin: 0;
}

.container_certificate_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.container_certificate_img  img{
    width: 200px;
    height: 100px;
}

.container_certificate img {
    width: 200px;
    height: 100px;
}

.container_description {
    width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    height: 150px;
    border-radius: 10px;
}

.container_description em {
    width: 300px;
    display: flex;
    justify-content: center;
    font-style: normal;
    
}


/* ------------------------- projetos ------------------------- */

.work_page {
    height: 100%;
    background-color: rgb(255, 255, 255);

}

.backHome {
    position: fixed;
    width: 50px;
    height: 50px;
    border: 1px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(172, 176, 184, 0.561);
    right: 10%;
    bottom: 5%;
}

.backHome img {
    width: 90%;
}

 