.dtc-pagamentos {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dtc-pagamentos span {
  color: #ffffff;
  font-size: 13px;
  margin-right: 6px;
  white-space: nowrap;
}

.dtc-pagamentos img {
  height: 24px !important;
  width: auto;
}
.dtc-pagamentos svg {
  height: 24px;
  width: auto;
  fill: #ffffff; /* branco no fundo escuro */
}

/* Mobile */
@media (max-width: 768px) {
  .dtc-pagamentos img {
    height: 20px;
  }
}
.dtc-site-seguro {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dtc-selos {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dtc-selos img {
  width: 90px;
  height: auto;
  display: block;
}

.dtc-cnpj {
  font-size: 11px;
  color: #b8b7d1;
  line-height: 1.4;
}
