.last-calls h2,
.local p,
.name-patient p {
    text-transform: uppercase
}

.last-calls h2,
.painel-footer p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .35)
}

.last-call{        
    padding: 10px;
    width: 90%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    left: 10%;
    margin: 30px;
}

.last-patient{
    font-size: 35px;
    font-weight: bold;
}

.last-consult{
    font-size: 30px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background-color: #EFEFEF;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%
}

.content {
    margin-top: 0.em;
    padding-left: .625em;
    padding-right: .625em
}

.painel-header {
    width: 100%;
    height: 25px;
    background-color: #4D807F;
    padding-left: 10px;
    padding-right: 25px;
    position: fixed;
    top: 0;
    border-bottom: 2px solid #9a9494
}

.content-footer,
.last-calls,
.midia {
    position: absolute
}

.header-date,
.painel-header .header-name {
    height: 36px
}

.painel-header .header-name {
    float: left
}

.painel-header .header-date {
    float: right
}

.header-name p,
.painel-header .header-date p {
    font-weight: 700;
    margin-top: 2px;
    font-size: 15px;
    color: #fff
}

.midia {
    float: left;
    background-color: #f9f9fb;
    height: 740px;
    width: 59%;
    /* border-radius: 2px;
    border: 2px solid #9a9494 */
}

.midia figure,
.midia figure img,
.midia video {
    height: 740px;
    width: 100%
}

.last-calls {
    left: 60%;
    float: right;
    background-color:#4D807F;
    width: 40%;
    height: 740px;
}

.last-calls h2,
.last-calls ul li {
    border-bottom: 2px solid #4D807F;
    text-align: center;
    color: #fff
}

.last-calls h2 {
    font-size: 40px;
    background-color: #4D807F
}

.last-calls ul {
    list-style: none
}

.last-calls ul li {
    font-size: 29px
}

.last-calls ul li:nth-child(even) {
    background-color: #4D807F
}

.last-calls ul li:nth-child(odd) {
    background-color: #4D807F
}

.local,
.name-patient,
.painel-footer {
    background-color: #326a98
}

.last-calls ul li:last-child {
    border: none
}

.content-footer {
    top: 70%;
    width: 99%;
    padding-left: 10px;
    margin-top: 8px
}

.name-patient {
    padding-top: 12px;
    border-radius: 2px;
    border: 2px solid #9a9494
}

.name-patient p {
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-weight: 700
}

.local {
    padding-top: 3px;
    height: 50px;
    width: 50%;
    border: 2px solid #9a9494;
    margin: 5px auto;
    border-radius: 2px
}

.local p {
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-weight: 700
}

.painel-footer {
    position: fixed;
    bottom: 0;
    clear: both;
    height: 15px;
    width: 100%;
    border-top: 2px solid #9a9494
}

.painel-footer p {
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700
}

.clear {
    clear: both
}
.content-call{

    background-color: #9a9494;
    height:1075px ;
}

.content-pacient-call{

    background-color: #fff;
    height: 350px;
    text-align: center;
    font-size: 60px;
    padding-top: 150px;
}

.content-consult-call{
    background-color: #4D807F;
    height: 200px;
    text-align: center;
    font-size: 50px;
    padding-top: 80px;
    color: #fff;
    font-weight: bold;
}

.content-convenio-call{
    background-color: rgb(4, 95, 94);
    height: 100px;
    text-align: center;
    font-size: 40px;
    padding-top: 30px;
    color: #fff;
    font-weight: bold;
}

.content-priority-call{
    background-color: rgb(255, 0, 0);
    height: 50px;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
    color: #fff;
    font-weight: bold;
}