*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

footer{
    width: 100%;
    background: #202020;
    color: white;  
    position: relative;
    top: 20em;
    
}

.container-footer-all{
    width: 100%;
    padding: 30px;
}

.container-body{
    display: flex;
 
}


.columna2{
    
    margin-left:-20em;
    
}

.columna2 h1{
    font-size: 22px;
}

.row{
    margin-top: 20px;
    display: flex;

}

.row img{
    width: 36px;
    height: 36px;
}

.row label{
    margin-top: 10px;
    margin-left: 20px;
    color: #C7C7C7;
}

.columna3{
  left: 500px;
  display: block;
  position: relative;




}

.columna3 h1{
    font-size: 22px;
}

.row2{
    margin-top: 20px;
    display: flex;
}

.row2 img{
    width: 36px;
    height: 36px;
}

.row2 label{
    margin-top: 10px;
    margin-left: 20px;
    max-width: 300px;
}

.container-footer1{
    width: 100%;  
    background: #101010;
    position: absolute;
}

.footer1{
    margin: auto;
    display: flex;
    justify-content: space-between;  
    padding: 10px;

    
}

.copyright{
    color: #C7C7C7;
}

.copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.information a{
    text-decoration: none;
    color: #C7C7C7;
}


@media screen and (max-width: 991px){
   footer{
    width: 100%;
    background: #202020;
    color: white;  
    position: relative;
    top: 40em;
    
}

.columna2{
    
    margin-left:-30em;
    
}
.columna3{
  left: 300px;
  display: block;
  position: relative;

}
}

@media screen and (max-width: 920px){
   footer{
    width: 100%;
    background: #202020;
    color: white;  
    position: relative;
    top: 40em;
    
}

.columna2{
    
    margin-left:-30em;
    
}
.columna3{
  left: 200px;
  display: block;
  position: relative;

}
}

@media screen and (max-width: 767px){
   footer{
    width: 100%;
    background: #202020;
    color: white;  
    position: relative;
    top: 20em;
    
}

.columna2{
    
    margin-left:10em;
    
}
.columna3{
  left: 100px;
  display: block;
  position: relative;

}
}

@media screen and (max-width: 530px){
   footer{
    width: 100%;
    background: #202020;
    color: white;  
    position: relative;
    top: 20em;
    
}

.columna2{
    
    margin-left:3em;
    
}
.columna3{
  left: 100px;
  display: block;
  position: relative;

}
}

@media screen and (max-width: 430px){
   footer{
    width: 100%;
    background: #202020;
    color: white;  
    position: relative;
    top: 20em;
    
}

.columna2{
    
    margin-left:0em;
    
}
.columna3{
  left: 100px;
  display: block;
  position: relative;

}
}


