@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .responsivo {
    width: 32%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .responsivo {
    width: 100%;
  }
}

body,
.btn,
a {
  color: #656565 !important;
  text-decoration: none !important;
  font-family: AlexisMarie !important;
  font-size: 21px !important;
  display: unset;
  margin: 0px;
}
table,
tr,
td {
  border-spacing: 0px;
}

.tabelaToda {
  width: 100%;
  height: 100vh;
}
.responsivo{
  border-right: 1px solid gainsboro;
  text-align: center;
}
.botao {
  padding:3px;
  border: 2px solid grey;
  border-color: gray;
  border-radius: 5px;
  font-size: smaller !important;
}
.tabelaTopo {
  background-color: #0d2050;
  min-height: 60px;
}

.tabelaCorpo {
  height: 100%;
}

.logo-img {
  width: 100%;
  max-width: 230px;
  padding: 10px 0px 10px 10px;
}
.footer {
  background: #272626;
  color: #fff;
  font-size: 14px;
}
.titulo {
  font-family: SaoGeraldo !important;
  font-size: 36px !important;
  padding-left: 20px;
}
@font-face {
  font-family: "AlexisMarie";
  src: url("AlexisMarie.ttf");
}
@font-face {
  font-family: "SaoGeraldo";
  src: url("SaoGeraldo.ttf");
}
input {
  padding: 2px;
}