.elementor-116 .elementor-element.elementor-element-01b62f8{--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-116:not(.elementor-motion-effects-element-type-background), .elementor-116 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}/* Start custom CSS for html, class: .elementor-element-202adf6 *//* ===== Footer Container ===== */
.cdc-footer {
  background: #141414;
  padding: 60px 20px 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.cdc-footer-inner {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* ===== LOGO ===== */
.footer-logo {
  width: 180px;
  margin-bottom: 15px;
}

/* ===== Textos ===== */
.footer-col h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #d71920; /* Vermelho da marca */
}

.footer-col p {
  font-size: 15px;
  line-height: 1.5;
  opacity: .8;
  padding-left: 12px;
}
.footer-col ul {
padding: 0;
}

.footer-col ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
  opacity: .9;
}

.footer-col ul li i {
  margin-right: 8px;
  color: #d71920;
}

/* ===== Newsletter ===== */
.newsletter-form {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.newsletter-form input {
  flex: 1;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #444;
  background: #1e1e1e;
  color: #fff;
}

.newsletter-form button {
  padding: 10px 20px;
  background: #d71920;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: .2s;
}

.newsletter-form button:hover {
  background: #a50f18;
}

/* ===== Bottom ===== */
.cdc-footer-bottom {
  text-align: center;
  padding: 25px 10px;
  margin-top: 40px;
  border-top: 1px solid #333;
  font-size: 14px;
  opacity: .7;
}

/* ===== Redes Sociais ===== */
.footer-social p {
  font-size: 15px;
  opacity: .8;
  padding: 0;
}


.social-links {
  margin-top: 18px;
  display: flex;
  gap: 15px;
}

.social-links a {
  width: 42px;
  height: 42px;
  background: #1f1f1f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #333;
}

.social-links a i {
  font-size: 18px;
  color: #d71920; /* Vermelho da marca */
}

.social-links a:hover {
  background: #d71920;
  transform: translateY(-3px);
}

.social-links a:hover i {
  color: #fff;
}


/* ===== Responsivo ===== */
@media(max-width: 900px) {
  .cdc-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .cdc-footer-inner {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */