/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap'); */
html, body {
  height: 100%;
}
.version {
  display: flex;
  text-align: left;
  padding: 0 0 5px 5px;
  font-size: 0.7rem;
  color: #CCC;
}

body {
  font-family: 'Inter', sans-serif !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.title-icon {
  width: 30px;
  margin-left: 10px;
}

.v-center {
  display: flex;
  align-items: center;
}

.v-baseline {
  display: flex;
  align-items: baseline;
}

.container-fluid, .navbar-brand {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.logado {
  display: flex;
  justify-content: end;
}

.column, .column > span {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: end;
  text-align: end;
}

.h-full {
    min-height: 100%;
}

.background-radial-gradient {
  background: url(../img/back3.jpg);
  background-size: cover;
    /*background-color: hsl(218, 41%, 15%);
    background-image: radial-gradient(650px circle at 0% 0%,
        hsl(218, 41%, 35%) 15%,
        hsl(218, 41%, 30%) 35%,
        hsl(218, 41%, 20%) 75%,
        hsl(218, 41%, 19%) 80%,
        transparent 100%),
      radial-gradient(1250px circle at 100% 100%,
        hsl(218, 41%, 45%) 15%,
        hsl(218, 41%, 30%) 35%,
        hsl(218, 41%, 20%) 75%,
        hsl(218, 41%, 19%) 80%,
        transparent 100%);*/
  }

  /*#radius-shape-1 {
    height: 220px;
    width: 220px;
    top: -60px;
    left: -130px;
    background: radial-gradient(#44006b, #ad1fff);
    overflow: hidden;
  }

  #radius-shape-2 {
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    bottom: -60px;
    right: -110px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#44006b, #ad1fff);
    overflow: hidden;
  }*/