/*!
    Theme Name: HCOR
    Theme URI: https://hcor.com.br
    Description: Tema desenvolvido para site HCOR.
    Author: HCOR
    Author URI: https://hcor.com.br
    Version: 2.4.1
    Stable tag: 2.4.1
    Requires at least: 4.7
    Tested up to: 5.6
    Requires PHP: 5.6
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Text Domain: hcor
    Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

html, body {
    scroll-behavior: smooth;
}

body {
    font-family: var(--e-global-typography-text-font-family);
    margin: 0;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}


#cookie-law-info-bar {
    left: 0;
    right: 0;
    padding: 40px 75px !important;
    max-width: 1236px;
    border-radius: 0px 40px 0px 0px;
    background-image: url('img/bg-cookie-popup.png');
    background-repeat: no-repeat;
    background-position: left 75px bottom;
}

.wt-cli-accept-all-btn {
    display: inline-flex;
    padding: 13px 40px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background-color: #43A19B !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 140% !important;
}

.cli-plugin-main-button.cli_settings_button,
.cli_settings_button {
    padding: 13px 40px;
    border-radius: 8px;
    background-color: #C51B53 !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 140% !important;
}

.cli-bar-message {
    color: #7A7786;
    font-size: 16px;
    line-height: 150%;
}

.cli-plugin-main-link {
    font-weight: 800 !important;
    text-decoration: none !important;
}