.topo{
  background-image: url(images/logo-deep-linking-mobile.png); 
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 15.64%;
}

.wrapper {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
  background-size: contain;
  background: url('../images/logo_baixa.png') top center no-repeat;
  background-size:30%;
  margin: 0 auto;
  margin-top: 10px;
}

.main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: black;
  text-align: center;
}

body {
  font-size: 12px;
}

h1,h2,h3,h4,h5,h6,p {
    line-height: 1.45;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1em; }
h3 { font-size: 0.5em; }

.logoTopo {
  padding: 20px;
}

.tituloTopo {
  text-align: center;
  padding: 10px;
}

.tituloGrid {
  text-align: center;
  padding: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #d0eefd;
}

.table-striped > tbody > tr:nth-of-type(odd):hover > * {
  --bs-table-accent-bg: #f39200; /* Altere para a cor desejada */
}

.table {
  &.table-primary:hover,
  &.table-primary tr:hover {
    background-color: #f39200 !important;
  }
}

.bodyLogin {
  background: url('../images/01.jpg') top center no-repeat;
  height: 100 vh;
  padding: 20px;
}

.formLogin {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
}

table.table>tbody>tr:hover td,
table.table>tbody>tr:hover th {
  background-color: #f39200 !important;
}
