/* faixa info */
.footer {
  position: static;
  bottom: 0;
  width: 100%;
  background: var(--cor-footer-padrao-bg);
  display: flex;
  flex-direction: column;
  color: var(--cor-footer-padrao-texto);
  align-items: center;
  padding: 0 0 2rem;
}

.container-footer {
  background: var(--cor-footer-padrao-bg);
  color: var(--cor-footer-padrao-texto);
  display: grid;
  grid-template-columns: max-content auto minmax(300px, 25%);
  align-items: flex-start;
  padding: 2rem 0 5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-info {
  background: var(--cor-footer-info-bg);
  color: var(--cor-footer-info-texto);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 5rem;
}

.container-info {
  background: var(--cor-footer-info-bg);
  color: var(--cor-footer-info-texto);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  flex-wrap: wrap;
}

.icon-info {
  padding: 2rem;
  line-height: 4rem;
  font-size: 4rem;
  border-radius: 50%;
  background: var(--cor-footer-info-icone-bg);
  color: var(--cor-footer-info-icone);
}

.info-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.text-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info {
  font-size: 2rem;
  font-weight: 400;
}

.text-info-line__2 {
  font-weight: bold;
}

.btn-info {
  background: var(--cor-footer-info-botao-bg);
  color: var(--cor-footer-info-botao-texto);
  font-size: 2.5rem;
}

.btn-info:hover {
  background: var(--cor-footer-info-botao-bg-hover);
  color: var(--cor-footer-info-botao-texto-hover);
}

/* fim */

[class^="footer-titulo"] {
  color: var(--cor-footer-titulo);
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

[class^="footer-titulo"]::after {
  content: "";
  width: 50px;
  border-bottom: 3px solid;
}

.footer-acesso-menu {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.div-footer-imagem {
  margin: auto 0;
  display: grid;
  gap: 3rem;
}

.logo-footer {
  max-width: 250px;
  max-height: 20rem;
  width: 100%;
}

.footer-informacoes {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.p1 {
  font-size: 2rem;
}

.p1,
.p2,
.p3,
.p4 {
  padding: 1rem 0;
}

.titulo-footer {
  font-size: 2rem;
  font-weight: bold;
}

.imagem-footer,
.text-footer {}

.imagem-footer {
  margin: auto 0;
  text-align: center;
}

.text-footer {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.footer-redes-sociais {
  display: flex;
  gap: 2rem;
}

.footer-menu {
  /* display: flex; */
  /* justify-content: center; */
}

.icon-footer-redes {
  border: solid 1px;

  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}

.icon-footer-redes a {
  text-decoration: none;
  color: var(--cor-footer-info-icone);
  font-size: 1.5rem;
  width: 2rem;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-footer-redes:hover {
  background-color: var(--cor-footer-icone-hover-bg);
}

.icon-footer-redes:hover a {
  color: var(--cor-footer-icone-hover);
}

.developer {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  max-width: var(--size-width);
  flex-wrap: wrap;
  width: 100%;

  justify-content: space-around;
}

.footer-oversee {
  display: flex;
  text-align: center;
  justify-content: center;
}

.footer-logo-over {
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cor-footer-padrao-texto);
}

.footer-social {
  display: flex;
  justify-content: space-between;
}

.body-footer-informacoes {
  display: grid;
  gap: 2rem;
}

.footer-social-icon:hover {
  transform: scale(1.2);
  backface-visibility: hidden;
  /* fixa o bug de blur em texto on hover */
}

.ul-footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 1rem;
}

.ul-footer-menu li::before {
  content: "\203A";
  font-weight: bold;
}

.li-footer-menu {
  font-size: 1.5rem;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  gap: 0.5rem;
}

.li-footer-menu a {
  text-decoration: none;
  color: var(--cor-footer-padrao-texto);
}

/* endereco */
.endereco,
.contato,
.email,
.horario,
.politica,
.nome-loja {
  display: flex;
  gap: 0rem;
  align-items: center;
}

.icon-endereco,
.icon-contato,
.icon-email,
.icon-horario,
.icon-politica,
.icon-nome-loja {
  width: 4rem;
  color: var(--cor-footer-info-icone);
  font-size: 2rem;
  text-align: center;
}

.dados-endereco {
  place-self: center;
  display: grid;
  gap: 1rem;
}

.dados-horario,
.dados-politica {
  white-space: pre-wrap;
  line-height: 2rem;
}

.dados-politica a {
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
  color: var(--cor-footer-padrao-texto);
}

@media (max-width: 800px) {
  .container-footer {
    flex-direction: column;
    display: flex;
    gap: 2rem;
    align-items: center;
  }

  .container-info {
    gap: 2rem;
    justify-content: center;
  }
}