.contact-footer {
  display: none;
}

.logoFooter {
  width: 228px;
  height: 171px;
}
.linkFooter {
  border-left: 1px solid #eee;
}
.border-left-none {
  border-left: none !important;
}

.form-control-personalizado {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(62 62 62 / 70%);
  border-radius: 10px;
  color: #404040;
  font-size: 16px;
  line-height: 18px;
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  transition: all 0.5s;

  &:hover,
  &:focus,
  &:focus-visible {
    border-color: #143b5c;
    box-shadow: none;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  border: 1px solid rgb(62 62 62 / 70%);
  -webkit-text-fill-color: #3e3e3e;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

footer {
  hr {
    height: 1px;
    border: 0;
    opacity: 0.8;
    background: #eee;
  }

  .alt-down {
    @media (max-width: 576px) {
      line-height: 24px;
    }
  }
}

@media (max-width: 1399px) {
  .logoFooter {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .linkFooter {
    margin: 10px 0;
    border: 0;
  }
}
