.elementor-18443 .elementor-element.elementor-element-614da47{padding:75px 0px 70px 0px;}.elementor-18443 .elementor-element.elementor-element-1a08f3b .section-title{text-align:center;}.elementor-18443 .elementor-element.elementor-element-1a08f3b .section-title .subtitle{color:#C9A24A;font-family:"Cormorant", Sans-serif;}.elementor-18443 .elementor-element.elementor-element-1a08f3b .section-title .description{color:#4E4E4E;font-family:"Inter", Sans-serif;font-size:14px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-18443 .elementor-element.elementor-element-163fcdb{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:justify;font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-163fcdb *//* =========================================
   POLÍTICA DE PRIVACIDADE — JR GROUP
========================================= */

.politica-privacidade {
    max-width: 920px;
    margin: 0 auto;
    color: #4C5563;
    font-size: 16px;
    line-height: 1.8;
}


/* TÍTULO PRINCIPAL */
.politica-privacidade h1 {
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #101828;
    margin: 0 0 14px;
    font-weight: 700;
}


/* DATA DA ÚLTIMA ATUALIZAÇÃO */
.politica-privacidade h1 + b {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    margin-bottom: 32px;
    
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    
    color: #8A641E;
    background: rgba(232, 139, 25, 0.09);
    border: 1px solid rgba(232, 139, 25, 0.18);
    border-radius: 100px;
}


/* PARÁGRAFOS */
.politica-privacidade > span,
.politica-privacidade p {
    display: block;
    margin-bottom: 18px;
    color: #5D6673;
}


/* TÍTULOS DAS SEÇÕES */
.politica-privacidade h2 {
    position: relative;
    
    margin-top: 52px;
    margin-bottom: 20px;
    padding-top: 26px;
    
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-weight: 700;
    
    color: #182230;
    
    border-top: 1px solid #EAECF0;
}


/* DETALHE DOURADO */
.politica-privacidade h2::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    
    width: 44px;
    height: 2px;
    
    background: linear-gradient(
        90deg,
        #FACB57 0%,
        #E88B19 100%
    );
}


/* SUBTÍTULOS */
.politica-privacidade h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    
    font-size: 18px;
    line-height: 1.4;
    font-weight: 650;
    
    color: #253044;
}


/* TEXTOS EM NEGRITO */
.politica-privacidade b,
.politica-privacidade strong {
    color: #273240;
    font-weight: 650;
}


/* LISTAS */
.politica-privacidade ul {
    margin: 20px 0 28px;
    padding: 0;
    
    list-style: none;
}

.politica-privacidade ul li {
    position: relative;
    
    margin-bottom: 10px;
    padding-left: 25px;
    
    color: #5D6673;
}


/* BULLET PERSONALIZADO */
.politica-privacidade ul li::before {
    content: "";
    
    position: absolute;
    left: 2px;
    top: 11px;
    
    width: 6px;
    height: 6px;
    
    background: #E88B19;
    border-radius: 50%;
    
    box-shadow: 0 0 0 4px rgba(232, 139, 25, 0.10);
}


/* LINKS */
.politica-privacidade a {
    color: #D67B10;
    font-weight: 600;
    text-decoration: none;
    
    border-bottom: 1px solid rgba(214, 123, 16, 0.30);
    
    transition: all .25s ease;
}

.politica-privacidade a:hover {
    color: #A95C00;
    border-color: #A95C00;
}


/* SELEÇÃO DE TEXTO */
.politica-privacidade ::selection {
    background: rgba(232, 139, 25, .18);
    color: #182230;
}


/* RESPONSIVO */
@media (max-width: 767px) {

    .politica-privacidade {
        font-size: 15px;
        line-height: 1.75;
    }

    .politica-privacidade h1 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .politica-privacidade h2 {
        margin-top: 42px;
        padding-top: 22px;
        font-size: 22px;
    }

    .politica-privacidade h3 {
        font-size: 17px;
    }

    .politica-privacidade ul li {
        padding-left: 23px;
    }
}/* End custom CSS */