.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.cky-btn-accept {
    background: #c84993 !important;
    color: #ffffff;
    border: 2px solid #6939c6 !important;
    font-family:poppins!important;
}

.cky-notice .cky-title {
    color: #212121;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
}

.cky-btn-reject {
    color: #000000 !important;
    background: transparent;
    font-family: poppins;
    border: 2px solid #000000 !important;
}


 a.cky-policy
 {
    font-size: 14px;
    color: #ff067d !important;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 1px solid;
    text-decoration: underline;
}


.cky-btn-revisit-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7e40bf !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 999999;
    cursor: pointer;
}


.cky-btn-revisit-wrapper:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 999999;
    cursor: pointer;
}


.cky-btn-preferences {
    color: #166607 !important;
    background: transparent;
    border: 2px solid #0f4305 !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn {
    font-size: 14px;
    font-family: inherit;
    color: #A85189 !important;
    text-decoration: none;
    line-height: 24px;
    padding: 0;
    font-family: poppins;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    text-transform: none;
    min-height: 0;
    text-shadow: none;
    box-shadow: none;
}

.cky-preference-body-wrapper {
    padding: 0 24px;
    flex: 1;
    font-family: poppins!important;
    /* font-family: poppins; */
    overflow: auto;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    /* Força a alteração no botão do CookieYes no mobile */
    .cky-revisit-bottom-left {
        bottom: 180px !important;
        right: 19px !important;
        left: unset !important; /* "unset" é mais forte que "auto" para quebrar o CSS do CookieYes */
        opacity: 0.5 !important; /* Deixa 50% transparente */
        transition: opacity 0.3s ease !important; /* Adiciona uma transição suave */
    }

    /* Opcional: Se quiser que o botão fique 100% visível quando o usuário tocar nele */
    .cky-revisit-bottom-left:active,
    .cky-revisit-bottom-left:focus {
        opacity: 1 !important;
    }
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


@media (min-width: 1024px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
}/* End custom CSS */