*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}


footer{
    width: 100%;
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-color: rgba(255, 0, 0, 0.5);
    
    color: #c7c7c7  ;;
}
.container-footer-all{
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 10px;
    
    
}

.columna-footer {
    flex: 1;
    text-align: center;
    
  }

.container-body{
    display: flex;
    justify-content: space-between;
    color: white;
}


.columna1 p{
    font-size: 12px;
    color: #c7c7c7  ;
    margin-top: 20px;
    max-width: 140px;
}

.row1{
    margin-top: 10px;
    display: flex;
}
.row2{
    margin-top: 10px;
    display: flex;
}

.row1 img{
    width: 36px;
    height: 36px;
}
.row1 a{
    text-decoration: none;
    margin-top: 10px;
    margin-left: 10px;
    color: #c7c7c7;
}


.columna2 p{
    font-size: 12px;
    color: #c7c7c7  ;
    
    margin-left: 20px;
    max-width: 140px;
}


.columna3 p{
    font-size: 12px;
    color: #c7c7c7  ;
    
    margin-left: 20px;
    max-width: 400px;
}

.columna2 h1{
    font-size: 18px;
    color: #c7c7c7  ;
    margin-top: 10px;

}

.columna3 h1{
    font-size: 18px;
    color: #c7c7c7  ;
    margin-top: 10px;
}

.columna1 h1{
    font-size: 18px;
    color: #c7c7c7 ;
    margin-top: 10px;
}





.row2 img{
    width: 36px;
    height: 36px;
}

.row2 a{
    text-align: left; 
    text-decoration: none;
    margin-top: 10px;
    margin-left: 10px;
    color: #c7c7c7;
}
/* sin uso
.row2 h2{
    font-size: 11px;
    color: #c7c7c7  ;
    margin-left: 20px;
    max-width: 140px;
}
*/
.container-footer{

   width: 100%;
    background: #101010;
    
}
.footer{
    max-width: 80%;
    margin: auto;
    display: flex;
    justify-content:space-between;
    padding: 10px;
}
.copyright{
    text-decoration: none;
    color: #c7c7c7;
    font-weight: bold;
}


.facebook:hover{
    border: 4px solid #3b5998;
    box-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease;

}

.instagram:hover{
    border: 4px solid #bc2a8b;
    box-shadow: 0 0 15px #bc2a8b;
    transition: all 0.5s ease;

}

@media screen and (max-width: 960px){
    .container-body{
        flex-wrap: wrap;
        .columna1{
            max-width: 100%;
        }
    }
    .columna2, .columna3{
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    .columna-footer {
      flex-basis: 100%;
    }
  }
