.cards {
    border-radius: 20px;
}

.slick-slide {
    border-radius: 20px;
}

.modal-imagem {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.modal-conteudo {
  background-color: transparent;
  max-width: 90vw;
  max-height: 90vh;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.modal-conteudo img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: none;
}

.fechar-modal {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 32px;
  cursor: pointer;
  color: #ffffff;
  z-index: 10000;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 10px 20px !important;
    display: flex !important;
    align-items: center;
}

.brand-values {
    height: 450px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
.section-pontos-de-vendas h2:not(.the_title h2):not(.woocommerce-loop-product__title):not(.cart_totals h2):not(.woocommerce-tabs h2):not(.related h2):not(h2.secondaryTitle):not(.uvc-main-heading h2):not(h2.ult-responsive) {
        font-size: 28px !important;
        letter-spacing: 0px;
        margin: 0;
}
}