.footer .linha-amarela {
  width: 100%;
  height: 5px;
  background-color: #ffc53a;
}

footer {
  width: 100%;
  height: 260px;
  background-color: #1c1c1c;
  display: flex;
  justify-content: center;
}

.rua {
  font-size: 20px;
  font-weight: 500;
  /* max-height: 20px; */
}

.bairro {
  font-size: 16px;
  font-weight: 50;
}

.end {
  margin: 0;
  align-items: center;
}

.end p {
  margin: 0;
  padding: 0;
}

footer i {
  font-size: 25px;
  margin-right: 10px;
}

.info ul {
  list-style: none;
  padding: 0;
}

.info ul li {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  font-size: 20px;
  font-weight: 500;
}

.telefone {
  margin-bottom: 0px;
}

.info {
  width: 100%;
  color: white;
  font-family: "Kanit", sans-serif;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.underfooter {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 95px;
  background-color: black;
}

.underfooter p {
  font-weight: 100;
  font-size: 11px;
  color: white;
  margin: 0;
}

@media (max-width:1300px) {
  .info {
    height: 220px;
    margin-right: 50px;
  }

  footer {
    height: 220px;
  }

  .imagem-footer {
    transform: scale(0.8);
  }
}

@media (max-width:1024px) {
  .info {
    height: 220px;
    margin-right: 50px;
    font-size: -10%;
  }

  footer {
    height: 220px;
  }

  .imagem-footer {
    transform: scale(0.6);
  }
}

@media (max-width:767px) {

  footer {
    height: 380px;
  }

  .info {
    margin: 0;
    width: 500px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

}

@media (max-width:550px) {
  .info {
    width: 350px;
  }

  .rua {
    font-size: 15px;
  }

  .bairro {
    font-size: 13px;
    font-weight: 50;
  }
  
  .end {
    margin: 0;
    align-items: center;
  }
  
  .end p {
    margin: 0;
    padding: 0;
  }
  
  footer i {
    font-size: 25px;
    margin-right: 10px;
  }
  
  .info ul {
    list-style: none;
    padding: 0;
  }
  
  .info ul li {
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
  }
  
  .telefone {
    margin-bottom: 0px;
  }
  

}

@media (max-width:320px) {

  footer{
    height: 280px;
    align-items: center;
  }
  footer img{
    max-width: 220px;
    max-height: 85px;
  }
  .info {
    width: 300px;
    height: 280px;
  }
}