.elementor-8589 .elementor-element.elementor-element-8b662f4{--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-8589 .elementor-element.elementor-element-8b662f4:not(.elementor-motion-effects-element-type-background), .elementor-8589 .elementor-element.elementor-element-8b662f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#011D34;}/* Start custom CSS for html, class: .elementor-element-8a38824 *//* Estilo general del footer */
.footer-container {
  background-color: #011d34;
  color: white;
  font-family: 'Montserrat', sans-serif;
  padding: 40px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}

/* Logo */
.footer-logo {
  max-width: 180px;
  margin-bottom: 30px;
}

/* Contenido de columnas */
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-column {
  flex: 1 1 200px;
  margin: 10px;
}

.footer-column h4 {
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-column a {
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #ffd700; /* Amarillo al hacer hover */
}

/* Redes sociales */
.footer-socials {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  margin-top: 10px;
}

.footer-socials a {
  color: #ffd700;
  transition: transform 0.3s ease;
}

.footer-socials a:hover {
  transform: scale(1.2);
}

/* Línea y texto inferior */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-logo {
    margin: 0 auto 30px;
    display: block;
  }
  .footer-socials {
    justify-content: center;
    margin-top: 20px;
  }
}/* End custom CSS */