@font-face {
    font-family: Dosis;
    src: url('fonts/Dosis-Regular_0.ttf');
}

body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

/*Barra inicial*/

#Module1 {
    width: 100%;
    height: 100px;
    padding: 20px;
    background-color: #0E3147;
}

.left {
    float: left;
    width: auto;
    height: auto;
    background: transparent;
    display: inline-block;
}

.right {
    float: right;
    width: auto;
    height: auto;
    background: transparent;
    display: inline-block;
}

.Logo {
    width: auto;
    height: 60px;
    margin: 0 auto;
}

.btn-logout {
    width: auto;
    height: 30px;
    padding: 5px;
    background-color: transparent;
    border: none;
    color:#fff;
    font-size: 1.1em;
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.Icon {
    width: 30px;
    height: 30px;
    margin: 10px;
}

/*Barra secundária*/

#Module2 {
    width: 100%;
    height: 60px;
    padding: 10px;
    background-color: #1A6693;
}

.Subtxt {
    color:#fff;
    font-size: 2em;
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 5px;
}

.User {
    text-align: right;
}

.user-txt {
    color:#fff;
    font-size: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 5px;
}

.profile-txt {
    color:#fff;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 5px;
}

/*Resto do Conteúdo*/

#Module3 {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #fff;
}

.block {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px;
    background-color: #FFF;
    border: 1px solid #f2f2f2;
}

.txt-read {
    color:#666666;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 5px;
}