/** Shopify CDN: Minification failed

Line 36:21 Expected ")" to end URL token
Line 42:21 Expected ")" to end URL token

**/
/* SUA ESTAMPA - Estilos customizados */
.content-sua-estampa {
  padding: 2rem 0;
}

.content-sua-estampa p { 
  margin-bottom: 1rem; 
}

.content-sua-estampa .passo {
  border-top: 1px solid #dcdcdc;
  margin-top: 2rem;
  padding-top: 2rem;
}

.content-sua-estampa .destaque { 
  color: #592d5b; 
  font-size: 1.25rem;
}

.content-sua-estampa h2 {
  margin-bottom: 1rem;
}

.content-sua-estampa h4 {
  margin: 1.5rem 0 1rem;
}

.content-sua-estampa .passo h3 { 
  background: url({{ 'tit-passo-ponta.png' | asset_url }}) no-repeat right 3px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.content-sua-estampa .passo h3 span.num {
  background: url({{ 'tit-passo-num.png' | asset_url }}) no-repeat;
  color: #a991a9;
  float: left;
  font-size: 30px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  width: 51px;
}

.content-sua-estampa .passo h3 span.txt {
  display: block;
  margin: 3px 32px 0 82px;
  background: #592d5b;
  border-radius: 3px;
  height: 48px;
  color: #fff;
  text-indent: 20px;
  line-height: 50px;
  font-size: 1.5rem;
}

.content-sua-estampa ul {
  margin: 1rem 0 1rem 2rem;
}

.content-sua-estampa ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

.content-sua-estampa a.button {
  background: #592d5b;
  color: #fff !important;
  text-decoration: none;
  margin-right: 20px;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: background 0.2s ease;
}

.content-sua-estampa a.button:hover {
  background: #6b3a6e;
}

.content-sua-estampa a.button.large {
  padding: 16px 32px;
  font-size: 1.125rem;
}

/* Responsivo */
@media only screen and (max-width: 767px) {
  .content-sua-estampa .passo h3 span.txt {
    font-size: 1rem;
    margin-left: 64px;
  }
  
  .content-sua-estampa .passo h3 span.num {
    font-size: 24px;
    width: 45px;
    height: 48px;
    line-height: 48px;
  }
}