footer .box_laureate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
footer .box_laureate a, 
footer .box_laureate div.c {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 2px;
}
footer .box_laureate a img, 
footer .box_laureate div.c img {
    max-width: 110px !important;
}
.box_laureate_movil {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.box_laureate_movil div,
.box_laureate_movil a {
    padding: 0 4px;
}
.box_laureate_movil div {
    padding-left: 0;
}
.box_laureate_movil a {
    padding-right: 0;
}
.box_laureate_movil a img,
.box_laureate_movil div img {
    max-width: 100px;
    width: 100%;
}
@media screen and (max-width: 420px){
    .box_laureate_movil a img,
    .box_laureate_movil div img  {
        max-width: 65px;
    } 
}
.containerConfirmation {
    margin-top: 0;
}