/* Spanish Home2 only. Override Vexora's global !important button colors. */
body.page-template-home2-es .vx-header .wp-block-button__link.has-cpp-white-color {
    color: #ffffff !important;
}

body.page-template-home2-es .cpp-button-row .wp-block-button:nth-child(1) .wp-block-button__link {
    background: #8e2b10 !important;
    background-color: #8e2b10 !important;
    border-color: #8e2b10 !important;
    color: #ffffff !important;
}

body.page-template-home2-es .cpp-button-row .wp-block-button:nth-child(2) .wp-block-button__link {
    background: #0e304e !important;
    background-color: #0e304e !important;
    border-color: #0e304e !important;
    color: #ffffff !important;
}

body.page-template-home2-es .cpp-button-row .wp-block-button:nth-child(3) .wp-block-button__link {
    background: #481515 !important;
    background-color: #481515 !important;
    border-color: #481515 !important;
    color: #ffffff !important;
}

body.page-template-home2-es .cpp-final-cta .cpp-dark-button .wp-block-button__link {
    background: #bc3930 !important;
    background-color: #bc3930 !important;
    border-color: #bc3930 !important;
    color: #ffffff !important;
}

body.page-template-home2-es .cpp-final-cta .cpp-dark-outline-button .wp-block-button__link {
    background: #102c82 !important;
    background-color: #102c82 !important;
    border-color: #102c82 !important;
    color: #ffffff !important;
}

body.page-template-home2-es .cpp-button-row .wp-block-button__link:hover,
body.page-template-home2-es .cpp-final-cta .wp-block-button__link:hover {
    filter: brightness(1.12);
}

