.container-produto {
  margin-top: 75px;
}

body {
  background-color: #f1f1f1;
}

.catalogos-titulo-line {
  height: 12px !important;
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(6, 143, 19, 1) 0%,
    rgba(22, 80, 50, 1) 100%
  );
  margin: 0px;
  margin-top: -38px;
}

.catalogos-titulo {
  margin: 0px;
  margin-top: 20px;
  background: linear-gradient(
    180deg,
    rgba(6, 143, 19, 1) 0%,
    rgba(22, 80, 50, 1) 100%
  );
  color: white;
  height: 63px;
  width: 530px;
  text-align: right;
  padding: 0px;
  font-size: 47px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  clip-path: polygon(0 1%, 97% 0, 100% 100%, 0 100%);
}

.col-info h4 {
  font-size: 28px;
  color: #0b5f2b;
  margin-top: 10px;
  margin-bottom: 20px;
  margin: 0px;
  margin-top: 36px;
}

.col-info p {
  font-size: 14px;
  color: #171717;
  font-family: "Inter", sans-serif;
}

.card {
  background-color: transparent !important;
  border: none;
  padding: 20px;
}

.card-header {
  margin: 0px 30px;
  font-size: 30px;
  text-align: center;
}
.pdf-viewer {
  max-height: 260px !important;
}

.card-header.linha-varejo {
  background-color: #3bb919;
  color: white;
}

.card-header.linha_tecnica {
  background-color: #06592c;
  color: white;
}

.card-header.linha_industrial {
  background-color: #141515;
  color: #fbc002;
}

.card-header.linha_completa {
  background-color: #031141;
  color: white;
}

.list-group-item {
  background-color: transparent;
  border: none;
}

.list-group-item img {
  min-width: 60px;
}
