.spark-detalhes {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.spark-detalhes-container {
  width: min(100% - 7%, 1366px);
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.spark-detalhes-pacote {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2em;
}

.spark-detalhes-render {
  width: min(100% - 7%, 1366px);
  height: fit-content;
  display: flex;
}

.spark-detalhes-r-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  gap: 4em;
}

.spark-detalhes-r2-card {
  padding: 12px;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 14px;
  transition: transform 0.26s linear, box-shadow 0.26s ease;
  will-change: transform, box-shadow;
  background: var(--cor-spark-card) center/cover no-repeat;
  gap: 1em;
}

.spark-detalhes-r2-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.spark-detalhes-r2-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 14px 0 0 14px;
  background: var(--corDestaqueCard, transparent);
}

.spark-detalhes-r3-imagem {
  margin-bottom: 10px;
  width: 100%;
  height: 367px;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: var(--cor-spark-card-imagem) center/cover no-repeat;
}

.spark-detalhes-r3-titulo {
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cor-spark-card-titulo);
}

.spark-detalhes-r3-descricao {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  opacity: .85;
  color: var(--cor-spark-card-descricao);
}

.spark-detalhes-r3-rotulo {
  padding: 6px 10px;
  width: fit-content;
  border: 1px solid var(--corDestaqueCard, rgba(255,255,255,.18));
  border-radius: 999px;
  color: var(--corDestaqueCardText, #fff);
}

.spark-detalhes-r3-botao {
  padding: 14px;
  font-weight: bold;
  border-radius: 7px;
  transition: filter 0.26s ease;
  color: var(--corDestaqueCardText);
  background: var(--corDestaqueCard);
}

.spark-detalhes-r3-botao:hover {
  filter: brightness(110%);
}

.spark-detalhes-r3-cupom-bloco {
  padding: 14px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 7px;
  transition: filter 0.26s ease;
  color: var(--corDestaqueCardText);
  background: var(--corDestaqueCard);
}

.spark-detalhes-r2-info {
  width: 100%;
  max-width: 367px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2em;
}

.spark-detalhes-r3-ficha {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.spark-detalhes-r3-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  gap: 1em;
}

.spark-detalhes-r4-linha {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  gap: 1em;
}

.spark-detalhes-r5-image {
  width: 56px;
  height: 56px;
  max-width: fit-content;
  max-height: fit-content;
}

.spark-detalhes-r5-rotulo {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  gap: 1em;
}

.spark-detalhes-r5-rotulo strong {
  font-weight: bold;
}

.spark-detalhes-r5-rotulo span {
  line-height: 1.3;
}

@media (max-width:1024px) {
    
}

@media (max-width:768px) {
  .spark-detalhes-r-item {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width:480px) {
    
}

.spark-detalhes-r3-imagem {
  position: relative;
  overflow: hidden;
}

.spark-detalhes-r3-imagem .spark-cards-selo {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.spark-detalhes-r3-imagem .spark-cards-selo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

@media (max-width:480px) {
  .spark-detalhes-r3-imagem .spark-cards-selo {
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
  }
}

.spark-detalhes-r3-cupom-bloco {
  cursor: pointer;
  transition: all .3s ease;
}

.spark-detalhes-r3-cupom-bloco:hover {
  /* transform: scale(1.02);
  opacity: .9; */
  filter: brightness(110%);
}

.spark-detalhes-r3-cupom-bloco.copiado {
  background: #2e7d32 !important;
  color: #fff !important;
}
