@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;
}

body,
.v-application {
  font-family: 'Lato' !important;
}

body {
  padding-top: 98px;
}

.descricao {
  font-size: 1.2rem;
  font-weight: 700;
}

.titulo {
  color: #00484B;
  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-verde-turquesa {
  background-color: #058288;
  height: 100%;
  min-height: 100vh;
}
.bg-verde-turquesa {
  background-color: #058288;
  height: 100%;
  min-height: 100vh;
}
.bg-cinza {
  background-color: #ebebeb !important;
  height: 100%;
  min-height: 100vh;
  padding: 0;
}
.corpo {
  height: 100vh;
  padding: 0;
}

.altura {
  height: 100vh;
}

.conteudo {
  padding: 155px 255px 0 100px;
}

.botao {
  margin-top: 10%;
  color: #ffffff !important;
  width: 200px;
}

.bg-footer {
  background-color: #00484B;
  padding: 20px;
  font-size: .75rem;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #ffffff !important;
}

[v-cloak] {
  display: none;
}

.swal.text {
  font-size: .9rem !important;
}

.btn-benner {
  background-color: #058288;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  body {
    padding-top: 77px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  body {
    padding-top: 77px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  body {
    padding-top: 77px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 77px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1240px) {
  body {
    padding-top: 77px;
  }
}
