@font-face {
  font-family: 'Lato';
  src: url('./resources/fonts/Lato-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Secular';
  src: url('./resources/fonts/SecularOne-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Lato-black';
  src: url('./resources/fonts/Lato-Black.ttf');
  font-weight: bold;
}

.html {
  height: 100vh !important;
}

body,
.v-application {
  font-family: 'Lato' !important;
  min-height: 100vh;
  overflow: hidden;  
}

body {
  padding-top: 98px;
  overscroll-behavior: contain !important;
}

.descricao {
  font-size: 1.2rem;  
}

.titulo {
  color: #3a4668;
  font-family: 'Lato-black';
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.bg-petrol {
  background-color: #404758;
  height: 100%;
  min-height: 100vh;
}

.bg-cinza {
  background-color: #ebebeb !important;
  height: 100%;
  padding: 0;
}

.corpo {
  min-height: 100vh;
  padding: 0;
}

.altura {
  height: 100vh;
}

.conteudo {
  padding: 155px 255px 0 100px;
}

.botao {
  margin-top: 30px;
  color: #ffffff !important;
  width: 200px;
}

.bg-footer {
  background-color: #252B3C;
  min-height: 60px;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

[v-cloak]{
  display: none;
}

@media screen and (max-width: 575px) {
  body {
    padding-top: 70px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  body {
    padding-top: 70px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  body {
    padding-top: 70px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 70px;
  }
}
