.custom-color {
    color: rgba(48, 61, 70,1);
}
.custom-color-button {
    background-color: rgba(48, 61, 70,1);
    color: rgba(255, 255, 255,1);
}
    .custom-color-button:hover {
        background-color: rgba(24, 30, 35,1);
        color: rgba(255, 255, 255,1);
    }
    .custom-color-button[disabled] {
        background: var(--neutral-100, rgba(230, 230, 233, 1));
        color: rgba(149, 140, 171, 1);
    }
.custom-color-button-invert {
    background-color: transparent;
    border-color: rgba(48, 61, 70,1);
    color: rgba(48, 61, 70,1);
}
    .custom-color-button-invert:hover {
        background-color: rgba(48, 61, 70,0.1);
    }
    .custom-color-button-invert[disabled] {
        background: var(--neutral-100, rgba(230, 230, 233, 1));
        color: rgba(149, 140, 171, 1);
    }

.custom-color-link {
    color: var(--Azul---link-neutro, #0073D7);
}
    .custom-color-link:hover {
        background: rgba(0, 115, 215, 0.10);
        color: var(--link-hover, #002AB3);
    }
    .custom-color-link[disabled] {
        color: rgba(115, 113, 122, 1);
    }
    .custom-color-link:hover[disabled] {
    }
.custom-bg-color {
    background-color: rgba(48, 61, 70,1);
    color: rgba(255, 255, 255,1);
}
.custom-color-fade {
    color: rgba(48, 61, 70,0.1);
}
.custom-bg-color-fade {
    background-color: rgba(48, 61, 70,0.1);
}
.custom-logo {
    content:url("https://static-us.useargo.com//images/logo_cwt_cwt_ng.gif?v=25090517");
}
.custom-color-accordion-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(48, 61, 70,1);
}
.custom-color-hover:hover {
    background-color: rgba(24, 30, 35,1);
}
.custom-color-accordion-button::after {
    color: rgba(48, 61, 70,1);
}
.menu .topicos-menu:hover {
    background-color: rgba(48, 61, 70,0.1);
    color: rgba(48, 61, 70,1);
}
.checkbox-aceite:hover {
        background-color: rgba(48, 61, 70,0.1);
        color: rgba(48, 61, 70,1);
}

.checkbox-aceite:hover .checkmark {
            border-color: rgba(48, 61, 70,1);
}

.form-check-input:checked {
    background-color: rgba(48, 61, 70,1);
    border-color: rgba(48, 61, 70,1);
}

.form-check-input:focus {
    border-color: rgba(48, 61, 70,1);
}

.checkbox-aceite:has(input:checked):hover {
    background-color: inherit;
    color: inherit;
}

.custom-checkbox input:checked + .checkmark {
    background-color: rgba(48, 61, 70,1);
    border-color: rgba(48, 61, 70,1);
}