.elementor-62 .elementor-element.elementor-element-aebcb1b{--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;}.elementor-62 .elementor-element.elementor-element-0b2c983{--display:flex;}.elementor-62 .elementor-element.elementor-element-b12ac2c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a103bfa *//* ÍCONES DO FOOTER */

.footer-contact-list {
  display: grid;
  gap: 14px;
  font-style: normal;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  color: rgba(255, 250, 242, 0.76);
  text-decoration: none;
  line-height: 1.55;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-contact-item:hover {
  color: var(--paper);
  transform: translateX(4px);
}

.footer-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(199, 131, 98, 0.12);
  border: 1px solid rgba(199, 131, 98, 0.28);
  color: var(--clay);
  flex-shrink: 0;
}

.footer-icon svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-rights {
  margin-top: 4px;
  color: rgba(255, 250, 242, 0.56);
}

/* MOBILE */
@media (max-width: 640px) {
  .footer-contact-list {
    gap: 12px;
  }

  .footer-contact-item {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    font-size: 0.92rem;
  }

  .footer-icon {
    width: 38px;
    height: 38px;
  }

  .footer-icon svg {
    width: 17px;
    height: 17px;
  }
}/* End custom CSS */
/* Start custom CSS */html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

body {
  position: relative;
}

main,
.elementor,
.elementor-location-single,
.elementor-section,
.elementor-container,
.e-con,
.e-con-inner {
  max-width: 100% !important;
  overflow-x: clip;
}/* End custom CSS */