@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* 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: "Open Sans", 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 4 - ASSINATURA - DECLARAÇÕES - CONSENT. INFORMADO */
#canvas-container4 {
  border: 1px solid #000;
  width: 100%;
  height: 400px;
  position: relative;
}
#canvas4 {
  position: relative;
  top: 0;
  left: 0;
  width: 450px;
  height: 331px;
}
#declaration4 {
  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: "Open Sans", 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;
  }
}
