.elementor-578 .elementor-element.elementor-element-f6ba1f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-578 .elementor-element.elementor-element-f6ba1f8.e-con{--align-self:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5583f88 */.frevo-footer {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  color: #222;
}

.frevo-footer__wrap {
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
}

.frevo-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.frevo-footer__title {
  font-weight: 700;
  margin-bottom: 12px;
}

.frevo-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.frevo-footer__links li {
  margin-bottom: 8px;
}

.frevo-footer__links a {
  color: #333;
  text-decoration: none;
}

.frevo-footer__links a:hover {
  text-decoration: underline;
}

.frevo-whats a {
  font-weight: 700;
  color: #111;
  text-decoration: none;
}

.frevo-instagram {
  margin-top: 15px;
}

.frevo-ig-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
}

.frevo-igicon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 110%,
    #fdf497 0%,
    #fd5949 45%,
    #d6249f 60%,
    #285AEB 90%);
}

.frevo-igicon svg {
  fill: #fff;
}

.frevo-pay-img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

.frevo-footer__bottom {
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
}

.frevo-footer__bottom a {
  font-weight: 700;
  color: #111;
  text-decoration: none;
}

@media (max-width: 900px) {
  .frevo-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .frevo-footer__grid {
    grid-template-columns: 1fr;
  }
}
/* Centraliza o rodapé inteiro dentro da largura */
.frevo-footer__wrap{
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* (Opcional) Centraliza a imagem de pagamentos dentro da coluna */
.frevo-footer__pay img,
.frevo-pay-img{
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}/* End custom CSS */