/* 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 6 - Pesquisa do Guia de Tratamento */
#canvas-container6 {
    border: 1px solid #000;
    width: 100%;
    height: 400px;
    position: relative;
}
#canvas6 {
    position: relative;
    top: 0; 
    left: 0;
    width: 450px;
    height: 331px;
}
#declaration6 {
    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 (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 2 - ASSINATURA - ANAMNESE PEDIÁTRICO */
#canvas-container2 {
    border: 1px solid #000;
    width: 100%;
    height: 400px;
    position: relative;
}
#canvas2 {
    position: relative;
    top: 0; 
    left: 0;
    width: 450px;
    height: 331px;
}
#declaration2 {
    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;
    }
}