* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }

.aux-footer{
  width: 100%;
  background-color: #238FAA;
}

.footer{
  background-color: #238FAA;
  width: 100%;
  color: #FFFFFF;
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 2em;
}

.foot-izq p{
  margin-top:0.5em;
}

.redes{
  display: flex;
  justify-content: space-around;
  width: 30%;
  margin: auto;
  margin-top: 1em;
}

.redes img{
  width: 3em;
}

.footer-important p{
  margin-top: 1em;
  font-weight: bold;
}

.normal{
  margin-top: 1.5em;
}


@media only screen and (min-width: 916px) {
  .footer{
    flex-direction: row;
    text-align: left;
    justify-content: space-around;
    width: 80%;
    margin: auto;
  }
  .foot-izq{
    width: 30%;
  }

  .foot-der{
    width: 30%;
  }

  .redes{
    margin:0; 
  }
  .redes img{
    margin-top: 1em;
    margin-bottom: 1em;
    width: 2.5em;
  }

  .ig{
    margin-left: 1em;
  }

  .ig img{
    height: 2.6em;
  }

  .footer-important p{
    margin-top: 0.5em;
    line-height: 1.4em;
  }

  .normal{
    margin-top: 2em;
    line-height: 1.4em;
  }
}

@media only screen and (min-width: 1550px) {
  .footer{
    font-size: 23px;
  }

  .footer-important p{
    margin-top: 0;
  }
}