.footer{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #581C4F;
}

.logo-footer{
  width: 120px;
}

.texto-footer{
  color: #fff;
  margin-bottom: 5px;
}

.texto-footer a{
  color: inherit;
}

.titulo-footer{
  color: #CF9A3A;
  font-weight: 900;
}

.social-footer{
  margin-top: 10px;
}

.fb-footer{
  margin-right: 10px;
}

.legales{
  background-color: #CF9A3A;
  color: #000;
  padding: 5px;
  font-size: 12px;
}

@media only screen and (max-width: 767px){
  .columna-footer{
    margin-bottom: 30px;
  }
}
