.elementor-4856 .elementor-element.elementor-element-3365e7d{--display:flex;}.elementor-4856 .elementor-element.elementor-element-3365e7d:not(.elementor-motion-effects-element-type-background), .elementor-4856 .elementor-element.elementor-element-3365e7d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://masterop.com.br/wp-content/uploads/2025/07/Prancheta-1-2.png");background-size:cover;}.elementor-4856 .elementor-element.elementor-element-60484b7{--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-4856 .elementor-element.elementor-element-60484b7:not(.elementor-motion-effects-element-type-background), .elementor-4856 .elementor-element.elementor-element-60484b7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-4856 .elementor-element.elementor-element-43ab71c{--display:flex;}.elementor-4856 .elementor-element.elementor-element-7106a8b{--spacer-size:181px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4856 .elementor-element.elementor-element-876d5ac img{width:41%;}.elementor-4856 .elementor-element.elementor-element-0c6f53c.elementor-element{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4856 .elementor-element.elementor-element-dca6a36{text-align:center;}.elementor-4856 .elementor-element.elementor-element-dca6a36 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:25px;font-weight:600;mix-blend-mode:luminosity;}.elementor-4856 .elementor-element.elementor-element-2f83ec7.elementor-element{--align-self:center;}.elementor-4856 .elementor-element.elementor-element-fe9e30c{--spacer-size:181px;}.elementor-4856 .elementor-element.elementor-element-94fa347{--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-4856 .elementor-element.elementor-element-94fa347:not(.elementor-motion-effects-element-type-background), .elementor-4856 .elementor-element.elementor-element-94fa347 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF4F4;}/* Start custom CSS for html, class: .elementor-element-d2005a3 */.footer {
  background-color: #f8f8f8;
  padding: 40px 20px;
  color: #333;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.footer-box {
  flex: 1 1 200px;
}

.footer-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #00348D;
}

.footer-box p {
  margin: 6px 0;
}

.footer-box a {
  color: #333;
  text-decoration: none;
}

.footer-box a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 12px;
  color: #333;
}

.social-icons a:hover {
  color: #00348D;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */