#html-body .page-footer {
  padding: 62px 0;
  background: linear-gradient(90deg, #222222 20.21%, #4b4b4b 100%);
}

#html-body .footer.content {
  max-width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
#html-body .footer.content .links {
  padding: 0;
  display: block;
}

.footer__row,
.footer-bottom__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.footer__col {
  width: 100%;
}
.footer__col.footer__col-logo-contact {
  max-width: 255px;
}
.footer__col.footer__col-nav {
  display: flex;
  gap: 64px;
  padding: 10px;
  max-width: 476px;
}
#html-body .footer.content .footer__col.footer__col-nav a {
  color: white;
}
.footer__section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ed1c24;
  margin-bottom: 2.4rem;
}
#html-body .footer.content ul {
  padding: 0;
}

#html-body .footer.content .links a {
  color: #ece8e5;
}
#html-body .footer.content .links a,
#html-body .footer.content .links strong {
  padding: 0;
}
#html-body .footer.content .links a:hover {
  color: #b8b6b4 !important;
}

#html-body .footer__contact {
  margin: 1.6rem 0 3.2rem;
}
#html-body .footer__contact-item {
  display: flex;
  align-items: center;
  line-height: 16px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
#html-body .footer__contact-item:last-child {
  margin-bottom: 0;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ffffff4d;
  color: #9a9a9a;
  font-size: 1.2rem !important;
}
.footer__contact-item i {
  color: #ed1c24;
}
#html-body .footer__contact-item .footer__nav-link {
  margin-left: 6px;
}

.social-medias__box .footer__section-title {
  margin-bottom: 1.6rem;
}
#html-body .social-medias__box .footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #666666 !important;
  color: #ece8e5 !important;
  text-align: center;
}
#html-body .footer__social-link + .footer__social-link {
  margin-left: 16px;
}
#html-body .social-medias__box .footer__social-link:hover,
#html-body .footer.content .social-medias__box .footer__social-link:hover {
  background: #a2a2a2 !important;
  color: #ece8e5 !important;
}

.footer-bottom__row {
  margin-top: 3.3rem;
  padding-top: 3.3rem;
  border-top: 1px solid #ece8e54d;
}

.footer-bottom {
  font-size: 1.2rem;
  line-height: 1.4;
}

.footer-bottom__info {
  color: #f1f1f1;
  margin: 0;
}

.footer-bottom__credit {
  color: #ccc;
  margin: 0;
  font-weight: 400;
}

#html-body .footer-bottom__link {
  color: #fff;
}
#html-body .footer-bottom__link span {
  display: inline-block;
  margin-right: 16px;
}

#html-body .footer-bottom__link:hover,
#html-body .footer-bottom__link:focus {
  color: #d31d1d;
}

.whatsapp-fixo .midleNome {
  display: none;
}

body .footer.content .block {
  float: unset !important;
}

@media (max-width: 991px) {
  .footer__col.footer__col-logo-contact {
    max-width: 100%;
  }
  .footer__logo {
    text-align: center;
  }
  #html-body .footer__contact ul {
    display: flex;
    flex-direction: column;
  }

  .footer__col.footer__col-nav {
    padding: 0;
    gap: 16px;
    justify-content: space-between;
  }

  .footer-bottom__row {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .footer__col.footer__col-nav {
    flex-wrap: wrap;
  }
}
