html,
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

p {
  margin-bottom: 16px;
}

.__contrato {
  padding-top: 20px;
  background-color: #F8F9FA;
}

.__contrato-content {
  width: 95%;
  margin: auto;
  padding: 40px;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
}

.__motorista h1 {
  text-transform: uppercase;
  color: #8e8e8e;
  font-size: 16px;
  text-align: center;
}

.__motorista p, .__motorista ol, .__motorista ul {
  font-size: 14px;
  text-align: justify;
}

.__m-1 {
  margin-left: 20px;
}

.__m-2 {
  margin-left: 40px;
}

.__m-3 {
  margin-left: 60px;
}

.__m-4 {
  margin-left: 80px;
}

.__title {
  font-weight: bold;
}

.__input-day {
  width: 40px;
}
