#footer {
    background-color: #073A59;
    padding: 5% 15%;
}

#footer section.logo-footer img {
    width: 230px;
    padding: 5%;
}

#footer p {
    color: #fafafa;
    font-family: "Montserrat";
    font-size: 1em;
    font-weight: lighter;
}

#footer ul {
    list-style: none;
    justify-content: space-around;
    align-items: baseline;
}

#footer section.redes-footer p {
    text-align: center;
    padding: 10%;
}

#footer section.footer-nav {
    font-family: "montserrat";
    font-size: 1em;
    font-weight: normal;
}

#footer section.footer-nav ul a {
    color: #fafafa;
}

#footer section.footer-nav ul a:hover {
    color: #12A2FA;
}

#footer section.footer-nav ul li {
    padding: 3%;
}

/*bottom-footer*/

#bottom-footer {
    padding: 1% 15%;
    text-align: center;
    font-size: 0.8em;
}
#bottom-footer a {
    color: #12A2FA;    
}

#bottom-footer a:hover {
    color: #12A2FA;
}

#bottom-footer .codemate {
    margin-top: 5px;
    width: 2%;

}

@media only screen and (max-width: 1600px) {

}
  
@media only screen and (max-width: 1400px) {


}
@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1000px) {
    #footer section.logo-footer {
        width: 100%;
        text-align: center;
        padding: 3%;
    }

    #footer section.redes-footer {
        width: 100%;
        text-align: center;
        padding: 3%;
    }

    #footer section.footer-nav {
        display: none;
    }
}
 

@media only screen and (max-width: 600px) {
    #footer section.logo-footer {
        width: 100%;
        text-align: center;
        padding: 3%;
    }

    #footer section.redes-footer {
        width: 100%;
        text-align: center;
        padding: 3%;
    }

    #footer section.footer-nav {
        display: none;
    }
    
}

