body {
  background-color: #2B669C;
  /* background-repeat: no-repeat; */
}

.btn {
  width: 180px !important;
  height: 60px !important;
  text-align: center;
  vertical-align: middle;
  margin-left: 100px;
  border-radius: 20px;
}

.resultados {
  color: red;
}

.card {
  position: relative;
}

.filtrar,
.btnExport,
.btnInserir {
  border-radius: 10px;
  background-color: green;
  color: white;
  cursor: pointer;
  border: 0px;
  box-shadow: 3px 4px grey;
}

h2 {
  font-family: fantasy;
  color: #666666;
}

img {
  float: left;
  margin-top: 5px;
}

.input-prat {
  border-radius: 10px;
  border: 0px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

.btnExport {
  float: right;
  margin-left: 20px;
}

.btn-usuario {
  border-radius: 20px;
}

.select {
  border-radius: 20px;
  margin-bottom: 1rem;
}

.input-usu {
  border-radius: 10px;
  border: 0px;
  width: 300px;
  height: 50px;
  margin-left: 50px;
  margin-bottom: 5px;

}

.input-usu2 {
  border-radius: 10px;
  border: 0px;
  width: 300px;
  height: 50px;
  margin-left: 50px;
  margin-bottom: 5px;
}

.td-usu {
  margin-left: 100px;
}

.hidden-print {
  display: inline-block;
}

.op {
  float: right;
}

.prat {
  float: left;
}

.btnInserir {
  float: right;
  margin-left: 10px;
  background-color: orange;
  color: black;
}

.deletar {
  float: left;
  border-radius: 10px;
  background-color: red;
  color: white;
  cursor: pointer;
  border: 0px;
  box-shadow: 3px 4px grey;
}

.deletarProd {
  border-radius: 10px;
  background-color: red;
  color: white;
  cursor: pointer;
  border: 0px;
  box-shadow: 3px 4px grey;
}

.voltar-fil {
  border-radius: 10px;
  background-color: green;
  color: white;
  cursor: pointer;
  border: 0px;
  box-shadow: 3px 4px grey;
  float: right;
}

.prat-oper {
  display: inline-block;
  float: none;
}

.btn-voltar {
  background-color: #0000CD;
  color: white;
  border-radius: 10px;
  text-decoration: none;
  float: right;
  border: 0px;
  box-shadow: 3px 4px #ccc;
  display: flex;
  margin-right: 10px;
  margin-top: 10px;
}

.divBtn {
  display: flex;
  flex-wrap: wrap;
}