.footer{
  background: #5A883A;
  padding: 60px 10px 20px 10px;
}
.footer .footer-box{
  border-top: 1px solid #FFFFFF;
  padding-top: 20px;
}
.footer p{
  display: inline-block;
  margin: 0 10px;
}
.footer p > a{
  font-family: 'GandhiSans-Regular';
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .redes-sociales{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .redes-sociales > li{
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.footer .redes-sociales > li::after{
  content: "";
  position: absolute;
  background: #F8C84F;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  top: 40%;
  right: 110%;
}
.footer .redes-sociales > li > a{
  font-family: 'GandhiSans-Regular';
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
