footer  {
    background: #333;
    color: #fff;
    
}


footer .contenedor {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
   justify-content: center;
}

footer a{
      color:#fff;
    text-decoration:none;
    font-weight: bold;
}

.copyright{
    font-size: 25px;
    text-align: left;
}
.copyright2{
    font-size: 14px;
    text-align: center;
}


.sociales{
    width: 100%;
    text-align: center;
    font-size: 34px;
    
}



.sociales a{
    color:#fff;
    text-decoration: none;
}


@media(min-width:768px){
    .sociales{
        width: auto;
    }
    footer .contenedor{
        justify-content: space-between;
        
    }
}