@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.bg-site{
  background-color: #0c172b !important;
}

.font-azul {color: #0c172b !important;}
.font-default {color: #198754 !important;}  

.titulo {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fundo-sobre-nos {
  background-image: url('../images/bg_sobre-nos.jpg');
  background-size: cover;
  background-position: center;
}

.fundo-home {
  background-image: url('../images/foto_home.jpg');
  background-size: cover;
  background-position: center;
}

.fundo-carreiras {
  background-image: url('../images/bg_carreiras.jpg');
  background-size: cover;
  background-position: center;
}

.btn-produtos {
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 250px;
  height: 80px;
  border: 3px solid #198754;
  margin: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}

.bg_escuro{
  background-color: #0c172b;
}

.border-suporte{
  border: 3px solid #198754;
  margin: 8px;
}

.border-left-produtos{
  border-left: 2px solid white;
}

.area-imagem-produto{
  height: 400px;
}

.area-imagem-produto img{
  height: 100%;
  width: 100%;
}

.produto p{
  line-height: 1.3;
  font-size: 12pt;
  font-weight: 200;
}

@media (max-width: 768px) {
  .area-imagem-produto{
    height: 300px;
  }

  .border-left-produtos{
    border-left: none;
  }

  .produto-descricao p{
    line-height: 1.4;
  }
  .produto-descricao{
    border-bottom: 1px solid white;
  }
}