.elementor-1925 .elementor-element.elementor-element-b2dd5f0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1925 .elementor-element.elementor-element-b2dd5f0{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-b2dd5f0 *//* =========================
   FOOTER ULTRA PREMIUM
========================= */

.footer-pro {
  background: linear-gradient(180deg, #020617, #000814);
  color: #fff;
  padding: 60px 0 20px 0;
  position: relative;
}

/* GRID DESKTOP */
.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* TITULOS */
.footer-col h4 {
  color: #ff6a00;
  margin-bottom: 15px;
  font-size: 16px;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #ff6a00;
  padding-left: 5px;
}

/* LOGO */
.footer-logo {
  max-width: 140px;
  margin-bottom: 15px;
}

/* SOCIAL */
.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #ff6a00;
}

/* NEWSLETTER */
.newsletter input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  margin-bottom: 10px;
}

.newsletter button {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(45deg, #ff6a00, #ff8c00);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.newsletter button:hover {
  transform: scale(1.03);
}

/* TRUST BADGES */
.trust {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.trust span {
  background: rgba(255,255,255,0.05);
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 13px;
}

/* FOOTER BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
}

/* =========================
   MOBILE PREMIUM
========================= */

@media(max-width:768px){

  .footer-container {
    display: flex !important;
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
  }

  .footer-col {
    width: 100%;
  }

  .trust {
    gap: 10px;
  }

}
/* BOTÃO NEWSLETTER (MAILCHIMP FIX) */
footer.footer-pro form input[type="submit"],
footer.footer-pro form button {

  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;

  background: linear-gradient(45deg, #ff6a00, #ff8c00);
  color: #fff;

  font-weight: bold;
  cursor: pointer;

  transition: 0.3s;
}

/* HOVER */
footer.footer-pro form input[type="submit"]:hover,
footer.footer-pro form button:hover {
  background: linear-gradient(45deg, #ff8c00, #ffaa33);
  transform: scale(1.03);
}
/* INPUT EMAIL */
footer.footer-pro input[type="email"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  margin-bottom: 10px;
}/* End custom CSS */