.elementor-2463 .elementor-element.elementor-element-8912a3d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-585b509 *//* ===== BASE ===== */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.6;
}

a {
  color: #e60000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ===== HEADER ===== */
.header {
  text-align: center;
  padding: 20px;
  background: #0c0c0c;
}

.header img {
  max-width: 200px;
  height: auto;
}

/* ===== CONTATO ===== */
.contato {
  padding: 70px 20px;
  background: linear-gradient(to bottom, #0c0c0c, #1a0000);
}

.contato-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.contato-col h2 {
  color: #e60000;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.divider {
  width: 50px;
  height: 3px;
  background: #e60000;
  margin: 10px 0 20px;
  border-radius: 2px;
}

.local {
  margin-bottom: 30px;
}

.local p {
  margin: 5px 0;
  color: #ccc;
}

.contato-col p {
  margin: 8px 0;
}

.contato-col i {
  margin-right: 8px;
}

/* ===== SOCIALS ===== */
.socials {
  margin-top: 15px;
}

.socials a {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.4rem;
  color: #fff;
  transition: color 0.3s;
}

.socials a:hover {
  color: #e60000;
}

/* ===== RESPONSIVO ===== */
@media (min-width: 992px) {
  .contato-container {
    grid-template-columns: 2fr 1fr; /* Endereços + Contato */
    gap: 50px;
  }
}/* End custom CSS */