.elementor-382 .elementor-element.elementor-element-5901364a{--display:flex;--margin-top:0px;--margin-bottom:-50px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-3294c3fc */.footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #0b2c5f;
  color: white;
  padding: 40px 20px;
  margin-bottom: 0px;
}

.footer_container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

/* IZQUIERDA */
.footer_left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_logo {
  width: 60px;
  height: auto;
}

.footer_left h4 {
  font-size: 0.9rem;
  margin: 0;
  color: #cbd5e1;
}

.footer_left p {
  font-size: 0.8rem;
  margin: 0;
  color: #cbd5e1;
}

/* CENTRO */
.footer_center {
  text-align: center;
  font-size: 0.85rem;
  color: #cbd5e1;
}

/* DERECHA */
.footer_right {
  text-align: right;
  font-size: 0.85rem;
}

.footer_right p {
  margin: 3px 0;
}

.footer_right a {
  color: #60a5fa;
  text-decoration: none;
}

.footer_right a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer_container {
    flex-direction: column;
    text-align: center;
  }

  .footer_right {
    text-align: center;
  }
}/* End custom CSS */