* {
    margin: 0;
    box-sizing: border-box;
    user-select: none;
}

body {
    font-family: sans-serif, Calibri;
    font-size: 0.9em
}

img {
    display: block;
}

.page {
    width: 636px;
    height: 1000px;
    background: #fff;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.page .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid black;
    align-items: flex-end;
    margin-bottom: 20px;
}

.page .header img {
    height: 40px;
    margin-bottom: 2px
}

.page .content {
    display: flex;
    flex-direction: column;
    height: 900px;
}

.page .content .personal {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.page .content .col1 {
    display: flex;
    width: 120px;
    justify-content: center;
}

.page .content .col1 img {
    max-width: 119px;
    object-fit: contain;
}

.page .content .personal .col1 {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    height: 150px;
}

.page .content .personal .data {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    flex-grow: 1;
}

.page .content .personal .data .row1 {
    display: flex;
    flex-grow: 1;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.page .content .personal .data .row2 {
    display: flex;
    flex-grow: 1;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.page .content .personal .data .row3 {
    display: flex;
    flex-grow: 1;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.page .content .personal .data .row4 {
    display: flex;
    flex-grow: 1;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.page .content .personal .data .col2 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-right: 1px solid black;
    max-width: 120px;
    min-width: 120px;
    justify-content: center;
    align-items: flex-end;
    align-self: stretch;
    padding-right: 10px;
}

.page .content .personal .data .col3 {
    display: flex;
    flex-grow: 1;
    align-self: center;
    text-align: left;
    padding-left: 10px;
}

.page .content .personal .data .row1 .col3 {
    font-weight: bold;
}

.page .content .header-de-mim {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page .content .header-de-mim .col23 {
    flex-grow: 1;
    background-color: #c3bd96;
    color: white;
    padding: 2px 5px 2px 5px;
}

.page .content .content-de-mim {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    justify-content: space-around;
}

.page .content .header-da-familia {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page .content .header-da-familia .col23 {
    flex-grow: 1;
    background-color: #e5b9b7;
    color: white;
    padding: 2px 5px 2px 5px;
}

.page .content .content-da-familia {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    text-align: center;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    justify-content: space-around;
}

.page .content .header-dos-colegas {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page .content .header-dos-colegas .col23 {
    flex-grow: 1;
    background-color: #93cddc;
    color: white;
    padding: 2px 5px 2px 5px;
}

.page .content .content-dos-colegas {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    text-align: left;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    justify-content: space-around;
}

.page .content .header-dos-outros {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page .content .header-dos-outros .col23 {
    flex-grow: 1;
    background-color: #c4bc96;
    color: white;
    padding: 2px 5px 2px 5px;
}

.page .content .content-dos-outros {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    justify-content: space-around;
}

.page .content .photo {
    display: flex;
    flex-direction: column;
    height: 750px;
    align-self: center;
    text-align: center;
    font-size: 2em;
    justify-content: space-between;
}

.page .content .photo img{
    max-width: 650px;
    max-height: 350px;
    object-fit: contain;
}

.page .content .photo-full-page {
    display: flex;
    flex-direction: column;
    height: 750px;
    align-self: center;
    text-align: center;
    font-size: 2em;
    justify-content: space-between;
}

.page .content .photo-full-page img{
    max-width: 650px;
    max-height: 750px;
    object-fit: contain;
}
