html.tenant-turisforma {
    --main-color: rgb(0, 159, 227);
    --main-color-hover: rgb(0, 184, 255);
    --cor-brgb05: rgba(0, 159, 227, 0.05);
    --cor-brgb25: rgba(0, 159, 227, 0.25);
    --cor-brgb50: rgba(0, 159, 227, 0.50);
    --background-color: #f4f9fc;
    --tp-theme-1: var(--main-color);
    --tp-theme-2: var(--background-color);
    --tp-heading-secondary: var(--main-color);
    --tp-border-2: var(--main-color);
    --aedl-2: var(--main-color);
    --aedl-3: #007bb3;
    --aedl-alternativo: #005a85;
    --aedl-laranja: var(--main-color);
    --aedl-laranja-claro: var(--cor-brgb05);
    --aedl-laranja-escuro: #006699;
    --bs-primary: var(--tp-theme-1);
    --bs-info: var(--tp-theme-1);
    --white-text: #fdfdfd 

}

html.tenant-turisforma .tp-btn,
html.tenant-turisforma .btn-primary {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1)
}

html.tenant-turisforma .tp-btn:hover,
html.tenant-turisforma .btn-primary:hover {
    background-color: var(--main-color-hover);
    border-color: var(--main-color-hover)
}

html.tenant-turisforma a,
html.tenant-turisforma .custom-link {
    color: var(--tp-theme-1)
}

html.tenant-turisforma a:hover,
html.tenant-turisforma .custom-link:hover {
    color: var(--main-color-hover)
}

html.tenant-turisforma .theme-bg {
    background-color: var(--tp-theme-1)
}

html.tenant-turisforma .progress-wrap {
    box-shadow: inset 0 0 0 2px var(--cor-brgb25)
}

html.tenant-turisforma .or-divide {
    border-top: 2px solid var(--tp-theme-1)
}

html.tenant-turisforma .breadcrumb__list {
    color: var(--aedl-2)
}

html.tenant-turisforma .header-sticky {
    background: var(--tp-theme-2)
}

html.tenant-turisforma .btn {
    color: var(--white-text) !important;
} 
