/** Shopify CDN: Minification failed

Line 9:10 Expected identifier but found whitespace
Line 9:12 Unexpected "{"
Line 9:22 Expected ":"

**/
.sub_footer_color_txt {
    color: {{ settings.sub_texto_rodape_cor }};
}


.bandeiras-align {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bandeiras-align>p {
  margin-bottom: 0;
}

@media (max-width: 640px){
  .bandeiras-align {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }
}

/* SELOS */

.footer__selos-align {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
            
@media (max-width: 640px){
  .footer__selos-align {
    justify-content: space-evenly;
    align-items: center;
    gap: 12px;
  }
}

/* BLOCOS */

@media (max-width: 640px){
  .block_btn-title {
    background: #c8c8c812;
    padding: 14px 16px;
    border-radius: var(--border-radius-theme);
    margin-bottom: 12px;
  }
}

.sub__footer {
  background: var(--sub-footer-background);
}

.footer__align-icons {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0!important;
}

.footer__font-size {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  opacity: .8;
}

.ttl-footer {
  color: var(--footer-title-color)!important;
  text-transform: uppercase
}

.forms__input-style {
  height: 38px;
  background: #8f8f8f2b;
}

.forms__label-style {
  line-height: 38px;
  color: var(--footer-text-color);
  left: 18px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.forms__btn-style {
  line-height: 35px;
  border: 1px solid var(--footer-text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}