.copy {
    background-color: black;
    color: white;
    height: 65px !important;
}

.iconRedes{
    margin-right: 25px !important;
}
@media (max-width:700px) {

    .divnone{
        display: none !important;
    }
    .divicons{
        margin-left: 20px !important;
    }
}
@media (max-width:950px) {
    .textFooter {
 font-size: small;
}
}
@media (max-width:610px) {
    .copy {

    height: 75px !important;
}
}
@media (max-width:500px) {

    .divnone{
        display: none !important;
    }
    .divicons{
        margin-left: 50px !important;
    }
}