footer .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #2f373f;
    width: 100%;
}

footer .footercontacto {
        height: 20px;
    }
    
footer .footercontacto h6 {
        line-height: 30px;
        margin: 0px;
    }
    
footer .footercontacto h5 {
        line-height: 30px;
        margin: 0px;
    }
    
footer .footercontacto .fp1 {
        line-height: 40px;
        margin: 0px;
    }
    
footer .footersociales h5 {
        line-height: 90px;
        margin: 0px;
    }
    
footer .footersociales a {
        position: relative;
        bottom: 6px;
    }

footer h5 {
    font-size: 20px;
    color: #ffffff;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

footer .contacto h5 {
    line-height: 45px;
}

footer .fp1 {
    line-height: normal;
    font-size: 16px;
    color: #a0a0a0;
    font-family: 'Oswald', sans-serif;
    line-height: 45px;
}

footer .icon-location {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #a0a0a0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

footer .icon-phone {
    font-size: 16px;
    margin-bottom: 10px;
    color: #a0a0a0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

footer .icon-mail {
    font-size: 15px;
    margin-bottom: 10px;
    color: #a0a0a0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

footer .icon-globe {
    font-size: 15px;
    margin-bottom: 10px;
    color: #a0a0a0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

footer .contacto, .sociales {
    width: 100%;
    max-width: 575px;
    padding: 15px;
}

.sociales {
    text-align: normal;     
    margin-right: 40px;
}

.sociales h5 {
    line-height: 90px;
}

.sociales a {
    color: #a0a0a0;
    font-size: 35px;
    padding: 20px 2px;
    text-decoration: none;
}

footer .contacto h6 {
    font-size: 16px;
    color: #a0a0a0;
    display: block;
    text-decoration: none;
    line-height: 30px;
}

footer .pie {
    background: #23282e;
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
}

.pie p {
    color: #a0a0a0;
    text-align: center;
    margin-bottom: auto;
    line-height: 30px;
    min-width: 100%;
    font-size: 14px;
}

.sociales iframe {
    display: flex;
    margin: auto; 
    width: 100%;
}

@media (min-width:400px) {
    .contacto h5 {
        
    }
}

@media (min-width:1024px) {
    
    .sociales {
        text-align: center;
        padding-top: 10px;
    }
    
    .sociales a {
        padding: 20px 15px;
    }
    
    .contacto h5 {
        text-align: normal;
    }
    
    footer .pie {
        font-size: 14px;
    }
}
    