.elementor-1918 .elementor-element.elementor-element-d68ab9f{--display:flex;}.elementor-1918 .elementor-element.elementor-element-d68ab9f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-80903e5 */.footer-legal {
  background-color: #0f172a; /* azul oscuro elegante */
  color: #e5e7eb;
  font-family: 'Open Sans', 'Times New Roman', serif;
  padding-top: 50px;
  border-top: 3px solid #c9a14a; /* dorado sutil */
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 40px;
  gap: 30px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
}

.footer-section h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-section h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #c9a14a;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5f5;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #cbd5f5;
  transition: all 0.3s ease;
}

.footer-section ul li a:hover {
  color: #c9a14a;
  padding-left: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 15px 10px;
  font-size: 13px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */