v-app {
  font-family: 'Lato' !important;
}

.bg-principal {
  background-color: #058288;
  height: 80px;
}

.navegador {  
  width: 100%;
  font-size: .75rem;
  text-transform: capitalize !important;
}

.voltar_faturamento {
  color: #00484B !important;
  text-decoration: none;
}

.separator {
  margin: 0 5px;
}

.btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
  padding: 0 20px;
  max-width: 1300px;
  width: 100%;
}

.cards-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 16px;
}

.titulo-cards {
  color: #00484B;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  word-break: keep-all !important;
  line-height: 22px;
  padding: 0;
}

.texto-cards {
  font-size: 14px;
  color: #707070;
  text-align: center;
  padding: 0;
}

.card-faturamento {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 400px !important;
  height: 170px !important;
  padding: 20px;
}

.card-faturamento {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-faturamento:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3) !important;
}

.text-container{
  margin-top: 10px;
}

.v-expansion-panel-content__wrap {
  padding: 0 !important;
}

.v-expansion-panel-content {
  flex-direction: column !important;
}

.logo-impressao {
  max-width: 35%;
}

.div-logo {
  display: flex;
  justify-content: center;
  padding: 40px 0px;
}

.container-conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 1300px;
  width: 100%;
}

.tipo-pagina {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  line-height: 1;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.tipo-pagina span {
  font-size: 2rem;
}

.alinhamento-div {
  width: 100% !important;
  margin-bottom: 30px;
}

.texto-botao {
  font-size: 0.7rem !important;
  color: #000000;
  opacity: 1;
  font: normal normal normal;
  font-weight: bold;
}

.card-faturamento {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 400px !important;
  height: 200px !important;
}

.pesquisa-faturamento {
  max-width: 400px;
  display: flex;
  justify-content: center;
}

.content-container{
  padding: 20px;
  border-radius: 8px;
  background-color:rgb(224, 224, 224);
  color:rgba(48, 48, 48, 1);
}

.v-expansion-panel-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px 30px;
}

#video {
  max-width: 854px;
}

.boas-vindas {
  width: 100%;
  margin-bottom: 20px;
}

.bg-footer {
  padding: 20px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #ffffff !important;
}

.content {
  box-sizing: border-box;
}

.video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .cards-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
  }

  .card-faturamento {
    width: 350px !important;
  }

  .tipo-pagina {
    font-size: 1.7rem;
  }

  .container-conteudo {
    padding: 30px 20px;
  }

  .coluna {
    padding: 10px 0;
  }

  #video {
    max-width: 754px;
    width: 100%;
  }

  .boas-vindas {
    width: 100%;
  }

  .tipo-pagina {
    width: 90%;
  }

  .btn-container {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .tipo-pagina {
    font-size: 1.7rem;
  }

  .container-conteudo {
    padding: 30px 20px;
  }

  .coluna {
    padding: 10px 0;
  }

  #video {
    max-width: 754px;
    width: 100%;
  }

  .boas-vindas {
    width: 100%;
  }

  .tipo-pagina {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .tipo-pagina {
    font-size: 1.7rem;
  }

  .container-conteudo {
    padding: 30px 20px;
  }

  .coluna {
    padding: 10px 0;
  }

  #video {
    max-width: 754px;
    width: 100%;
  }

  .boas-vindas {
    width: 100%;
  }

  .tipo-pagina {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tipo-pagina {
    font-size: 1.7rem;
  }

  .container-conteudo {
    padding: 30px 20px;
  }

  .coluna {
    padding: 10px 0;
  }

  #video {
    max-width: 754px;
    width: 100%;
  }

  .boas-vindas {
    width: 100%;
  }

  .tipo-pagina {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1240px) {
  .tipo-pagina {
    padding: 0 20px;
  }

  .container-conteudo {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1333px) {
  .tipo-pagina {
    padding: 0 60px;
  }

  .container-conteudo {
    padding: 30px 60px;
  }
}

@media screen and (min-width: 1333px) {
}