.bicitec-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #0d2c5a;
  color: white;
  padding: 2rem;
  font-family: 'Montserrat', sans-serif;
  flex-wrap: wrap;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  min-width: 250px;
  margin: 1rem;
  margin-top: -1.5rem;
  justify-content: center;
}


.footer-left h2 {
  /* font-size: 1.5rem; */
  text-align: center;
  font-size: 22px;
  margin-bottom: 1rem;

}

.footer-left p {
  font-size: 1rem;
  margin-bottom: -0.5rem;
  text-align: center;
}

.logo {
  text-align: center;
}

.logo img {
  width: 190px;
  margin-bottom: -3rem;
}

.footer-center h3 {
  color: #ffcc00;
  font-size: 22px;
  margin-bottom: 0.5rem;
}

.footer-center li a{
  list-style: none;
  text-decoration: none;
  color: white;
  padding: 0;
}

.footer-center li a:hover{
  list-style: none;
  text-decoration: none;
  color: #ffcc00;
  padding: 0;
}

.footer-center li {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}


.footer-right img {
  width: 24px;
  margin-right: 0.5rem;
}

.footer-center img {
  width: 70px;
  margin-right: 0.5rem;
}

.footer-center .tiktok {
  margin-left: 1rem;
  width: 25px;
  margin-right: 2rem;
}


.footer-right  p a{
text-decoration: none;
color: white;
}


.btn-contacto {
  display: inline-block;
  background-color: #4caf50;
  color: white;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}