/**
 * Rodapé do site (LP) — isolado dos estilos da landing page
 */
footer a {
  color: #b1b1b1;
  text-decoration: none;
  line-height: 25px;
}

footer .container {
  @media (min-width: 991px) {
    max-width: 100%;
  }
}

footer.text-light {
  background-color: #333230;
  color: #b1b1b1 !important;
}

footer.text-light p {
  font-size: 12px !important;
  color: #b1b1b1 !important;
}

footer.text-light h6 {
  font-size: 12px !important;
  color: #e9e4e4 !important;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

footer.text-light li {
  line-height: 25px;
}

footer.text-light li a {
  font-size: 12px !important;
  color: #b1b1b1 !important;
}

footer.text-light .area-menu-footer {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 0 10px;
}

@media (min-width: 768px) {
  footer.text-light .area-menu-footer {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (min-width: 991px) {
  footer.text-light .area-menu-footer {
    gap: 0 20px;
    justify-content: space-between;
  }
}

footer.text-light .area-menu-footer .area-com-menu {
  padding: 0;
  width: max-content;
}

footer.text-light .parceiros img {
  width: 120px;
  background-color: #474746 !important;
  margin: 5px;
}

#privacy {
  position: fixed;
  z-index: 9999;
  background: #fff;
  bottom: 0;
  width: 350px;
  left: 15%;
  padding: 20px;
  border-radius: 8px 8px 0 0;
}

#privacy .btn {
  background: #000;
  margin-left: 10px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

#btn-flutuante-contato .btn-flutuante {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #52b7c3;
  color: #fff;
  font-size: 35px;
  width: 70px;
  height: 70px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: all 0.3s ease;
}

.btn-flutuante-contato-menu {
  position: fixed;
  bottom: 30px;
  right: 105px;
  background: #52b7c3;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  display: none;
  z-index: 999;
  min-width: 200px;
}

.btn-flutuante-contato-menu ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.btn-flutuante-contato-menu.active {
  display: block;
}

.btn-flutuante-contato-menu .menu-item a {
  padding: 12px;
  cursor: pointer;
  transition: 0.2s;
  color: #fff !important;
  font-size: 15px !important;
  list-style: none;
  display: block !important;
}

.btn-flutuante-contato-menu .menu-item a:hover {
  color: #032a64 !important;
}

@media (max-width: 768px) {
  #privacy {
    left: 10%;
    width: 80%;
    z-index: 999999;
  }

  #btn-flutuante-contato .btn-flutuante {
    right: 10px;
  }

  .btn-flutuante-contato-menu {
    right: 85px;
  }
}
