/* 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 5 - ASSINATURA - DECLARAÇÕES - PLANOS DE SAÚDE*/
#canvas-container5 {
    border: 1px solid #000;
    width: 100%;
    height: 400px;
    position: relative;
}
#canvas5 {
    position: relative;
    top: 0; 
    left: 0;
    width: 450px;
    height: 331px;
}
#declaration5 {
    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: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;
    }
}