.bg-footer {
  width: 100%;
  display: block;
  padding: 45px 0 70px 0;
  background: #c61843;
}
.bg-footer .bg-footer-top {
  width: 100%;
  display: block;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 2px solid #b31139;
}
@media screen and (max-width: 768px) {
  .bg-footer .bg-footer-top .content {
    display: block;
    text-align: center;
  }
}
.bg-footer .bg-footer-top .content h4 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bg-footer .bg-footer-top .content h4 {
    margin-top: 20px;
  }
}
.bg-footer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bg-footer .content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bg-footer .content p a {
  color: #fff !important;
}
.bg-footer .content .contact-footer li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.bg-footer .content .contact-footer li .icon-contact {
  width: 27px;
  height: 27px;
  display: block;
  margin-right: 15px;
  background: url(../assets/icons/sprites-contact.png) no-repeat;
}
.bg-footer .content .contact-footer li .info-contact-footer {
  color: #fff;
}
.bg-footer .content .contact-footer li .info-contact-footer span {
  display: block;
  font-size: 10px;
  font-weight: 700;
}
.bg-footer .content .contact-footer li .info-contact-footer p {
  margin: 0;
  font-size: 10px;
  color: #fff;
}
.bg-footer .content .contact-footer li .info-contact-footer p strong {
  font-size: 14px;
}
.bg-footer .content .contact-footer li .info-contact-footer a {
  color: #fff;
}
.bg-footer .content .contact-footer li.whatsapp .icon-contact {
  background-position: 0 0;
}
.bg-footer .content .contact-footer li.telefone .icon-contact {
  background-position: 0 -50px;
}
.bg-footer .content .contact-footer li.facebook .icon-contact {
  background-position: 0 -100px;
}
.bg-footer .content .contact-footer li.instagram .icon-contact {
  background-position: 0 -152px;
}
.bg-footer .content .pages-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bg-footer .content .pages-footer {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.bg-footer .content .pages-footer ul {
  width: 120px;
  margin-left: 45px;
}
@media screen and (max-width: 768px) {
  .bg-footer .content .pages-footer ul {
    width: 100%;
    margin-left: 0;
  }
}
.bg-footer .content .pages-footer ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 31px;
}
.footer-address {
  width: 100%;
  padding: 45px 0 40px 0;
  display: block;
}
.footer-address .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-address .content {
    display: block;
    text-align: center;
  }
}
.footer-address .content p {
  margin: 0;
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer-address .content p {
    margin-bottom: 15px;
  }
}
