/* Footer */

footer {
  background-color: #C4D7B2;
  padding-top: 60px;
  padding-bottom: 40px;
}
.redes-footer{
  gap: 25px;
}
.redes-footer img.social{
  height: 25px;
  width: auto;
}
.heard-content{
  align-items: baseline;
  margin-bottom: 5px;
}
img.heard{
  height: 10px;
  width: auto;
  margin-right: 15px;
}
footer span{
  font-family: "Delfino", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #3F3F41;
  margin-bottom: 40px;
  text-align: left;
}
footer a{
  font-family: "Delfino", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #3F3F41;
  text-align: left;
}
footer ul{
  list-style: none;
  padding-left: 0px;
}
.container-img-logo{
  display: flex;
}
.logo-footer{
  height: 110px;
  width: auto;
}