*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
}
.fondo{
    background:#00205b;
}

footer{
    background:0039a2;
    margin: auto;
    max-width: 1100px;
    width: 100%;
    color: #e9e9e9;
    
    
}
hr.v{
width: 1px;
height: 110px;
    margin-top: 30px;
    margin-bottom: 10px
}

.footer-container-all{
    width: 100%;
    max-width: 100%;
    
}

.container-body{
    display: flex;
    justify-content: center;
}

.colum1{
    max-width:;
    margin: 30px;
}

.colum1 img{
  height: 100px;
    
}


.colum2{
    max-width: ;
    margin: 30px;
    margin-left: 50px;
    margin-right: 50px
}

.colum2 img{
    height: 100px;
    bottom: ;
    
}

.colum3{
    margin:30px;
    text-align: center; 
}
    
.colum4{
    margin: 30px;
    text-align: right;
    
}

.colum4 h4{
    font-size: 12px;
    margin-bottom: 3px;

}


.colum3 a{
    text-decoration: none;
}
.colum3 .g1 a{
    background: white;
    color: #00205b;
    border-radius: 50%;
    padding: 2px;
    margin-left: 5px;
    
}

.colum3 .g2 a{
    color: white;
    font-size: 14px
}

.colum3 .g2 h4{
    margin-top: 10px;
}




.container-footer{
    font-size: 12px;
    text-decoration: none;
    list-style: none;
    justify-content: space-between;
    display: flex;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #01002a;
    padding-right: 12px;
    border-radius: 10px 10px 0px 0px;
    
}

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

.informacion a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    
}

@media (max-width:768px){
    .container-body h4{
        font-size:16px;
    }
    .container-body p{
        font-size:12px;
    }
    footer label{
        font-size: 11px;
    }
    
    .container-footer a{
        font-size: 10px;
    }
    .copyright{
        font-size: 10px;
    }
}


@media (max-width:900px){
    .container-body{
        flex-wrap: wrap;
    }
    .container-body .v{
        display: none;
    }
    
    .container-body .colum4{
        text-align: center;
    }
    .container-body .colum4 h4{
        font-size: 12px;
    }
    .container-body .colum1 img{
        height: 60px;
    }
    .container-body .colum2 img{
        height: 60px;
    }
}
