body {
  background-color: #111111;
}

.full-h {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
 
#cont-geral{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url(../img/desken.webp);
  background-size: cover;
  background-position: center center;
  background-color: #111111;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 750px;
}

#img-fundo {
  width: 100%;
  height: 100%;
}

.swal2-styled.swal2-confirm {
  background-color: #38A1C0!important;
}

.swal2-container.swal2-center.swal2-backdrop-show {
  background-color: rgba(0, 0, 0, .8);
}