/* ==============================
 Footer
 ============================== */

footer {
  background: #363938 !important;
}

footer input[type="email"] {
  text-align: center;
}

footer .jet-form-builder__label-text {
  display: none;
}

footer .jet-form-builder {
  width: 100%;
  max-width: 392px;
  margin-left: auto;
  margin-right: auto;
}

.suscribe {
  background: var(--blanco-nido);
  color: var(--negre-aliats);
}

.suscribe:hover {
  background: var(--verde-parra);
  color: var(--blanco-nido);
}

.suscribe:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 16px;
  background-image: url(../images/suscribe-arrow.svg);
}

.suscribe:hover:after {
  background-image: url(../images/button-arrow.svg);
}


@media (max-width: 768px) {

  footer .elementor-widget .elementor-icon-list-item {
    display: block !important;
    margin-bottom: 6px;
  }
  
}

