.elementor-1790 .elementor-element.elementor-element-93fe4cc{--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;}/* Start custom CSS for html, class: .elementor-element-e54acaa */.aluminar-footer {
  background: #020b2d;
  padding: 56px 20px 24px;
  font-family: inherit;
}

.aluminar-footer-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.aluminar-footer-brand {
  max-width: 1180px;
  margin-bottom: 34px;
}

.aluminar-footer-brand span {
  display: inline-block;
  color: #4a97bd;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.aluminar-footer-brand h2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 14px;
  font-weight: 700;
}

.aluminar-footer-brand p {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.aluminar-footer-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.aluminar-footer-card {
  min-height: 260px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.09);
  padding: 26px 24px;
  border-radius: 0 26px 26px 26px;
  display: flex;
  flex-direction: column;
}

.aluminar-footer-card small {
  color: #4a97bd;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.aluminar-footer-card h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 700;
}

.aluminar-footer-card p {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 22px;
}

.aluminar-footer-card a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0 22px;
  background: #4a97bd;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.25s ease;
}

.aluminar-footer-card a:hover {
  background: #ffffff;
  color: #020b2d;
}

.aluminar-footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.aluminar-footer-copy,
.aluminar-footer-dev {
  color: rgba(255,255,255,0.48);
  font-size: 13px;
  line-height: 1.6;
}

.aluminar-footer-dev a {
  color: #4a97bd;
  text-decoration: none;
  font-weight: 600;
}

.aluminar-footer-dev a:hover {
  color: #ffffff;
}

@media (max-width: 900px) {
  .aluminar-footer-cards {
    grid-template-columns: 1fr;
  }

  .aluminar-footer-card {
    min-height: auto;
  }

  .aluminar-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .aluminar-footer {
    padding: 46px 18px 22px;
  }

  .aluminar-footer-brand h2 {
    font-size: 28px;
  }
}/* End custom CSS */