.footer-empresa {
  background: rgba(221, 221, 221, 0.3);
  font-size: .88rem;
  color: #707070;
}

.footer-empresa #menu-rodape > li {
  margin-bottom: 1.2rem;
  clear: both;
}

.footer-empresa #menu-rodape > li > a {
  display: block;
  color: #707070;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 1.6rem;
  font-size: .88rem;
  transition: color .4s ease;
}

.footer-empresa #menu-rodape > li > a:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.48rem;
  background-image: url("../../images/__menu-footer-1.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 0.4rem);
  left: 0;
}

.footer-empresa #menu-rodape > li > a.dropdown-toggle::after {
  display: none;
}

.footer-empresa #menu-rodape > li > a:hover {
  color: #CC212A;
}

.footer-empresa #menu-rodape > li > .dropdown-menu {
  display: block !important;
  position: unset !important;
  transform: unset !important;
  background-color: transparent !important;
  border: 0 none;
  margin: 0.4rem 0.96rem 1.2rem;
  padding: 0;
}

.footer-empresa #menu-rodape > li > .dropdown-menu > li {
  margin-bottom: .4rem;
}

.footer-empresa #menu-rodape > li > .dropdown-menu > li > a {
  display: block;
  color: #707070 !important;
  background-color: transparent !important;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 1.12rem;
  font-size: .88rem;
  transition: color .4s ease;
}

.footer-empresa #menu-rodape > li > .dropdown-menu > li > a:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.48rem;
  background-image: url("../../images/__menu-footer-2.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 0;
}

.footer-empresa #menu-rodape > li > .dropdown-menu > li > a:hover {
  color: #CC212A !important;
}

.footer-empresa .descricao {
  font-size: .88rem;
  color: #707070;
  text-align: center;
  line-height: 1.6rem;
}

.footer-empresa .separador {
  height: 1px;
  background: #CC212A;
}

.footer-empresa .link-logo-img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footer-empresa .logo-rodape {
  max-height: 3.2rem;
}

.footer-empresa .info-rodape li {
  margin-bottom: .8rem;
}

.footer-empresa .info-rodape img {
  display: inline-block;
  height: auto;
  width: 1.44rem;
  margin-right: 0.64rem;
}

.footer-empresa .info-rodape span, .footer-empresa .info-rodape p {
  font-size: .88rem;
  line-height: 1.44rem;
  color: #707070;
}

.footer-empresa #redes-sociais a {
  width: 2.48rem;
  height: 2.48rem;
  background: #CC212A;
  transition: background-color .4s ease;
}

.footer-empresa #redes-sociais a:hover {
  background-color: #86161c;
}

.footer-empresa #redes-sociais img {
  max-height: 1.2rem;
}

.footer-creditos {
  background: #FFFFFF;
  font-size: 0.8rem;
  color: #707070;
}

.footer-creditos p {
  margin: 0;
}

.footer-creditos svg {
  fill: #CC212A;
  width: .96rem;
  height: .96rem;
}

.footer-creditos a {
  color: #707070;
  border-bottom: 1px solid #FFFFFF;
  transition: all 0.4s ease-in-out;
}

.footer-creditos a:hover {
  border-color: #CC212A;
  color: #CC212A;
}
