.fondoFooter {
    background-color: white;
}

.divisorFoot {
    width: 100%;
    height: 20px;
    background-color: #01225f;
}


.icons {
    width: 6%;
}

.iconNitrance {
    width: 20%;
    margin-top: -20%;
    margin-left: 20%;
}

.textIcons {
    font-size: x-small;
    color: #3c5685;
    margin-left: 2%;
}

.containerFlex {
    display: flex;
    align-items: center;
}

.footerIconMovil {
    width: 100%;
}

.textIconsflex {
    flex: 1;
}

.logoFoot {
    width: 30%;
    margin-left: 10%;
}

.centerLogo {
    display: relative;
}

.brFoot::after {
    content: "";
    display: block;
}

.brFootweb {
    content: "";
    display: block;
    margin-top: 1em;
}

.mxAutoBlock {
    display: relative;
}

.centrado {
    text-align: left;
}

.mtFooter {
    margin-top: 0%;
}

@media (max-width:1000px) {
    .icons {
        width: 10%;
    }

    .textIcons {
        font-size: x-small;
        color: #3c5685;
        margin-left: 1%;
    }

    .textIconsflex {
        color: red
    }

    .logoFoot {
        width: 50%;
        margin-left: 0%;
    }

    .icons {
        width: 25%;
    }

    .centerLogo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .containerFlex {
        display: inline-block;
        align-items: center;
    }

    .brFoot {
        content: "";
        display: block;
        margin-top: 1em;
    }

    .mxAutoBlock {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .centrado {
        text-align: center;
    }

    .mtFooter {
        margin-top: 3%;
    }

}

@media (max-width:575px) {
    .textIcons {
        font-size: x-small;
        color: #3c5685;
        margin-left: 1%;
    }

    .textIconsflex {
        border-radius: none;
    }

    .logoFoot {
        width: 50%;
        margin-left: 0%;
    }

    .icons {
        width: 25%;
    }

    .iconNitrance {
        width: 20%;
        margin-top: -5%;
        margin-left: 2%
    }

    .centerLogo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .containerFlex {
        display: inline-block;
        align-items: center;
    }

    .brFoot {
        content: "";
        display: block;
        margin-top: 1em;
    }

    .brFootweb {
        content: "";
        display: inline;
    }

    .mxAutoBlock {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .centrado {
        text-align: center;
    }

    .mtFooter {
        margin-top: 3%;
    }

}