
footer{
    width: 100%;
    background: linear-gradient(45deg, rgba(3,3,3,1) 0%, rgba(65,159,222,1) 100%);"    
    color: white;   
  	position: absolute;    
}

.container-footer-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}

.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
    max-width: 400px;
}

.colum1 h1{
    font-size: 14px;
    color: #ffffff;
}

.colum1 p{
    font-size: 12px;
    color: #C7C7C7;
    margin-top: 10px;
}

.colum2{
    max-width: 400px;
    
}

.colum2 h1{
    font-size: 12px;
    color: #ffffff;
}

.ban img{
    width: 40px;
    height: 33px;
}




.row{
    margin-top: 10px;
    display: flex;
  grid-gap: 5px;
}

.row img{
    width: 35px;
    height: 29px;
}

.row label{
    font-size: 12px;
    margin-top: 10px;
    margin-left: 20px;
    color: #C7C7C7;
}

.colum3{
    max-width: 400px;
}

.colum3 h1{
    font-size: 12px;
    color: #ffffff;
}

.row2{
    margin-top: 10px;
    display: flex;
}

.row2 img{
    width: 15px;
    height: 15px;
}

.row2 label{
    font-size: 12px;
    margin-top: 8px;
    margin-left: 8px;
    max-width: 140px;
}

.container-footer{
    width: 100%;  
    background: #101010;
}

.footer{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;  
    padding: 10px;
}


.auspicio{
    font-size: 12px;
    color: #000000;
    margin: 10px;
    margin-left: 10px;
}

.auspicio img{
    width: 120px;
    height: 100px;
}

.copyright{
    font-size: 12px;
    color: #C7C7C7;
    margin: auto;
}

.copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.information a{
    text-decoration: none;
    color: #C7C7C7;
}


@media screen and (max-width: 1100px){
    
    .container-body{
        flex-wrap: wrap;
    }
    
    .colum1{
        max-width: 100%;
    }
    
    .colum2,
    .colum3{
        margin-top: 8px;
    }


.auspicio img{
    width: 110px;
    height: 92px;
}
}













