#footer {
    background-color: #0033ca;
     background-repeat: repeat-x;
     height: 170px;
     margin-left: auto;
     margin-right: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     display: -webkit-flex;
     -webkit-justify-content: center;
     -webkit-align-items: center;
     -webkit-flex-wrap: wrap
 }
 
 #links-footer {
     width: 20%;
     height: 105px;
     margin-left: auto;
     margin-right: auto;
     display: flex;
     justify-content: space-around;
     align-items: center;
     flex-wrap: wrap;
     display: -webkit-flex;
     -webkit-justify-content: space-around;
     -webkit-align-items: center;
     -webkit-flex-wrap: wrap
 }
 
 .footer-link {
     width: 100%;
     padding-left: 80px
 }
 
 .footer-link a {
     font-size: 12px;
     color: #FFF
 }
 
 .footer-link a:hover {
     color: #30C202
 }
 
 #direccion-footer-1 {
     width: 40%;
     height: 100px;
     display: flex;
     justify-content: space-around;
     align-items: flex-start;
     display: -webkit-flex;
     -webkit-justify-content: space-around;
     -webkit-align-items: flex-start;
 }
 
 #direccion-footer-1 p {
     font-size: 13px;
     font-family: "Helvetica Neue Std", sans-serif;
     color: #FFF
 }
 
 #lasallistas {
     width: 40%;
     height: 100px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     display: -webkit-flex;
     -webkit-justify-content: center;
     -webkit-align-items: center;
     -webkit-flex-wrap: wrap
 }
 
 #direccion-footer-2 {
     display: none
 }
 
 .medio-footer {
     display: none
 }
 
 .mobile-footer {
     display: none
 }
 
 @media (max-width: 1062px) {
     #footer {
         background-color: #0033ca;
         background-repeat: repeat-x;
         height: 300px
     }
 
     #links-footer {
         width: 100%;
         height: 70px
     }
 
     .footer-link {
         width: 160px;
         padding-left: 0;
         text-align: center
     }
 
     #direccion-footer-1 {
         width: 100%;
         height: 100px
     }
 
     #lasallistas {
         width: 100%;
         height: 100px
     }
 }
 
 @media (max-width: 850px) {
     .medio-footer {
         display: block
     }
 
     .desktop-footer {
         display: none
     }
 }
 
 @media (max-width: 749px) {
     .medio-footer {
         display: none
     }
 
     .mobile-footer {
         display: block;
         margin-left: auto;
         margin-right: auto
     }
 }
 
 @media (max-width: 628px) {
     #footer {
         background-color: #0033ca;
         background-repeat: repeat-x;
         height: 370px
     }
 
     #links-footer {
         width: 50%;
         height: 130px
     }
 
     .footer-link {
         width: 100%;
         display: flex;
         justify-content: flex-start;
         align-items: center;
         display: -webkit-flex;
         -webkit-justify-content: flex-start;
         -webkit-align-items: center;
         text-align: left
     }
 
     #lasallistas {
         width: 50%;
         height: 130px
     }
 
     #lasallistas a {
         width: 100%;
         text-align: center
     }
 
     #direccion-footer-2 {
         width: 318px;
         height: 70px;
         text-align: center;
         margin-left: auto;
         margin-right: auto;
         display: flex;
         align-items: center;
         justify-content: center;
         display: -webkit-flex;
         -webkit-justify-content: center;
         -webkit-align-items: center
     }
 
     #direccion-footer-1 {
         display: none
     }
 
     #direccion-footer-2 p {
         font-size: 13px;
         font-family: "Helvetica Neue Std", sans-serif;
         color: #FFF;
         text-align: center
     }
 }