/* Footer */
.commerce-footerV2 {
    background-color: #FFFFFF;
    padding: 10px;
}

    .commerce-footerV2 a:link {
        font-size: 16px;
        font-weight: 700;
        color: #475A96;
        text-decoration: underline;
    }

    .commerce-footerV2 a:visited {
        font-size: 16px;
        font-weight: 700;
        color: #475A96;
        text-decoration: underline;
    }

    .commerce-footerV2 a:hover {
        color: #475A96;
        padding: 5px;
        background-color: transparent;
    }

.commerce-footer-titulos {
    font-weight: 700;
    color: #475A96;
    font-size: 18px;
}

.commerce-footer-texto {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

.commerce-footer-section {
    padding: 20px;
}

.commerce-footer-separator {
    margin-top: 20px;
    height: 42px;
    line-height: 42px;
    color: white;
    text-align: right;
    vertical-align: middle;
    background-color: #475A96;
}

/* End Footer */