/* PAG 4 ADULTO */ 
.canvasmaisparaolado{
    margin-left:70px;
} 
.corcanvas{ 
    background-color:#CDCDCB; 
}
.corLimites{ 
    color: #47aee2; 
    font-size:20px;  
    text-align:center;
    position: absolute;
    top:-120px;
    left: 5%;
    transform: translateY(-50%);
    font-family: Arial, sans-serif;
    position: relative;
} 
.botaoCanvasSalvar{
    width: 190px; 
    height: 50px;
    position: absolute;
    display: block;
    top:88%;
    left: 23%;
    font-weight: normal;
}
.botaoCanvasLimpar{
    width: 190px; 
    height: 50px;
    position: absolute;
    display: block;
    top:88%;
    left: 7%;
    font-weight: normal;
}
/* CANVAS 1 - ASSINATURA - ANAMNESE ADULTO*/
#canvas-container {
    border: 1px solid #000;
    width: 100%;
    height: 400px;
    position: relative;
}  
#canvas {
    position: relative;
    top: 0; 
    left: 0;
    width: 450px;
    height: 331px;
}
#declaration {
    position: relative;
    bottom: 0;
    left: 0;
    top:0.5%;
    width: 90%;
    text-align: center;
    padding: 5%;
    border-top: 1px solid #000;
    background-color: #999696;
    font-size: 18px;
}

   /*
    ========================
     Mensagem Erro/Sucesso
    ========================
    */
    div.msg_sucesso{
        padding: 10px;
        background-color: #1d964500;
        border: 1px solid rgba(4, 91, 24, 0);
        border-radius: 5px;
        color: #000;
        font-size: 14pt;
        font-weight: bold;
        margin: auto;
        text-align: center;
        width: 49%;
        
    }
    
    div.msg_erro{
        width: 49%;
        padding: 10px;
        background-color: #f706066c;
        border: 1px solid rgb(236, 10, 10);
        border-radius: 5px;
        color: #000;
        font-size: 14pt;
        font-weight: bold;
        margin: auto;
        text-align: center;
    }

@media (max-width: 800px){
    /* PAG 4 ADULTO */ 
.canvasmaisparaolado{
    margin-left:70px;
} 
.corcanvas{ 
    background-color:#CDCDCB; 
}
.corLimites{ 
    color: #47aee2; 
    font-size:20px; 
    text-align:center; 
    position: absolute;
    top:-120px;
    left: 5%;
    transform: translateY(-50%);
    font-family: Arial, sans-serif;
    position: relative;
} 
.botaoCanvasSalvar{
    width: 190px; 
    height: 50px;
    position: absolute;
    display: block;
    top:64%;
    left: 40%;
    font-weight: normal;
}
.botaoCanvasLimpar{
    width: 190px; 
    height: 50px;
    position: absolute;
    display: block;
    top:64%;
    left: 13%;
    font-weight: normal;
}
/* CANVAS 1 - ASSINATURA - ANAMNESE ADULTO*/
#canvas-container {
    border: 1px solid #000;
    width: 100%;
    height: 400px;
    position: relative;
}  
#canvas {
    position: relative;
    top: 0; 
    left: 0;
    width: 450px;
    height: 331px;
}
#declaration {
    position: relative;
    bottom: 0;
    left: 0;
    top:0.5%;
    width: 90%;
    text-align: center;
    padding: 5%;
    border-top: 1px solid #000;
    background-color: #999696;
    font-size: 18px;
}
}

@media screen and (min-width: 801px) and (max-width: 1000px){
    .botaoCanvasSalvar{ 
        width: 190px; 
        height: 50px;
        position: absolute;
        display: block;
        top:40%;
        left: 32%;
        font-weight: normal;
    }
    .botaoCanvasLimpar{
        width: 190px; 
        height: 50px;
        position: absolute;
        display: block;
        top:40%;
        left: 10%;
        font-weight: normal;
    }
    .corLimites{ 
        color: #47aee2; 
        font-size:20px; 
        text-align:center;
        position: absolute;
        top:-120px;
        left: 2%;
        transform: translateY(-50%);
        font-family: Arial, sans-serif;
        position: relative;
    } 
}

@media screen and (min-width:1001px) and (max-width: 1200px){
    .botaoCanvasSalvar{ 
        width: 190px; 
        height: 50px;
        position: absolute;
        display: block;
        top:85%;
        left: 31%;
        font-weight: normal;
    }
    .botaoCanvasLimpar{
        width: 190px; 
        height: 50px;
        position: absolute;
        display: block;
        top:85%;
        left: 9%;
        font-weight: normal;
    }
    .corLimites{ 
        color: #47aee2; 
        font-size:20px; 
        text-align:center;
        position: absolute;
        top:-120px;
        left: 2%;
        transform: translateY(-50%);
        font-family: Arial, sans-serif;
        position: relative;
    } 
    }    

@media screen and (min-width:1200px) and (max-width: 1400px){
    .botaoCanvasSalvar{ 
        width: 190px; 
        height: 50px;
        position: absolute;
        display: block;
        top:90%;
        left: 23%;
        font-weight: normal;
    }
    .botaoCanvasLimpar{
        width: 190px; 
        height: 50px;
        position: absolute;
        display: block;
        top:90%;
        left: 7%;
        font-weight: normal;
    }
}
@media screen and (min-width:1401px){
    .botaoCanvasSalvar{
        width: 190px; 
        height: 50px;
        position: absolute;
        display: block;
        top:73%;
        left: 19%;
        font-weight: normal;
    }
    .botaoCanvasLimpar{
        width: 190px; 
        height: 50px;
        position: absolute;
        display: block;
        top:73%;
        left: 6%;
        font-weight: normal;
    }
}y