/* Font bebas neue */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*footer*/
.footer {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 0.85rem;
}
.footer ul,
.footer li {
  list-style: none;
}
.footer .plano-mini-logo {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
}
.footer .plano-contact {
  text-align: right;
}
.footer .plano-contato li {
  margin-bottom: 0.5rem;
}
.footer .plano-contato li:last-child {
  margin-bottom: 0;
}
.footer .plano-filiais {
  font-size: 0.75rem;
}
.footer .plano-filiais li {
  margin-top: 0.5rem;
  max-width: 30vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .plano-contato a,
.footer .plano-filiais a {
  text-decoration: none;
  color: var(--gray);
}
.footer .plano-contato a:hover,
.footer .plano-filiais a:hover {
  color: var(--red);
}
.footer .p {
  display: flex;
  align-items: center;
}
.footer .i-languages {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 1rem;
  margin-right: 0.5rem;
}
.plano-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.plano-social li {
  margin-left: 0.5rem;
}
.plano-social a {
  display: block;
}
li.tt a:hover {
  fill: var(--tt);
  color: var(--tt);
}
li.fb a:hover {
  fill: var(--fb);
  color: var(--fb);
}
li.lk a:hover {
  fill: var(--lk);
  color: var(--lk);
}
li.yt a:hover {
  fill: var(--yt);
  color: var(--yt);
}
li.it a:hover {
  fill: var(--it);
  color: var(--it);
}
.plano-social .icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transition: fill 200ms ease-out;
}
/*menu footer*/

footer {
  color: #fff;
}

.main-footer {
  background: #222;
  padding: 60px 0;
}

.main-footer h4 {
  /* font-weight: bold; */
  font-size: 24px;
  color: #e11e25;
  text-transform: uppercase;
  margin-bottom: 20px;
  /* font-family: 'Bebas Neue', cursive; */
  font-family: 'Poppins', sans-serif;

}

.main-footer ul {
  padding: 0;
}

.main-footer ul li {
  padding-bottom: 10px;
}

.main-footer ul li strong {
  display: block;
  margin-bottom: 5px;
}

.main-footer a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.main-footer a:hover {
  opacity: 1;
  color: var(--red);
}

.main-footer .plano-filiais {
  font-size: 0.75rem;
}

.footer-bottom {
  background: #000;
  text-align: center;
  padding: 25px 0 15px;
}

.footer-bottom .plano-mini-logo {
  width: 55px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
