.footer-div-contenedor{
  height: 150px;
  background-color: #E5EBEE;
}
.footer-letra-gris{
  color: #5E5E5E;
}
.footer-align-right{
  text-align: right;
}
.footer-align-left{
  text-align: left;
}
.footer-div{
  width: 75%;
  height: 100%;
  margin-left: 12.5%;
  padding-top: 50px;
}
.footer-div-redes{
  padding-bottom: 10px;
}
.footer-width-auto{
  width: 5% !important;
}
.footer-span{
  width: 85% !important;
}
.footer-align-center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 30% !important;
}
.footer-span-small{
  width: 35% !important;
}
.footer-width-redes-small{
/*  width: 10% !important;*/
}
.footer-div-small{
  padding-top: 30px;
  display: flex;
  align-items: center;
  font-size: smaller;
}
.footer-text-12{
  font-size: 12px;
}
.footer-text-14{
  font-size: 14px;
}
.footer-div-small-cell{
  width: 30%;
  text-align: center;
}
.footer-div-small-copyright{
  background-color: #242424;
  text-align: center;
  height: 25px;
  font-size: 12px;
}

@media (max-width: 378px) {
  .footer-div-contenedor{
    height: 160px;
    margin-top: 3%;
  }
  .footer-div-small-cell  img{
    width: 60%;
  }
}
