body {
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    background-color: #83CEDB;
}
.cabecalho {
    /*height: 100%;
    min-height: 100%;
    display: -webkit-flex;*/
    display: flex;
    /*-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;*/
    justify-content: center;
}
.cabecalho img {
    margin: 10px;
}
.conteudo{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50%;
    min-height: 60%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.conteudo img{
    max-width: 30%;
    max-height: 30%;
    width: auto;
    height: auto;
    
}
.rodape {
    color: #646464 !important;
    font-size: 12px;
    text-align: center;
    margin: 0em;
}
.rodape a {
    color: #646464 !important;
    font-size: 12px;
}
.rodape h3{
    display: inline;
    margin: 0cm;
}