.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;color:#363636;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a:hover{text-decoration:underline;}.elementor-kit-8 h1{color:#000000;font-family:"Playfair Display", Sans-serif;font-weight:700;}.elementor-kit-8 h2{color:#000000;font-family:"Playfair Display", Sans-serif;font-weight:600;}.elementor-kit-8 h3{color:#000000;font-family:"Playfair Display", Sans-serif;}.elementor-kit-8 h4{color:#000000;}.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 *//* ESTILO UNIVERSAL DE CITAÇÃO - ALINHADO AO TEXTO */
blockquote {
    font-family: "Times New Roman", Times, serif !important;
    font-style: normal !important;
    font-size: 21px; 
    line-height: 1.5;
    color: #000000;
    
    /* Estilo de Papel A4 */
    background-color: #ffffff !important;
    padding: 30px 40px 30px 25px; /* Reduzimos a margem interna esquerda de 50px para 25px */
    margin: 40px 0; /* Removido o 'auto' para alinhar à esquerda com o resto do conteúdo */
    width: 100%; /* Ocupa a largura total do container de texto */
    max-width: 100%;
    
    /* Borda e Sombreado */
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08); /* Sombra levemente mais sutil */
    
    /* Detalhe em Vermelho b70000 */
    border-left: 6px solid #b70000 !important; 
    
    position: relative;
    text-align: justify;
    box-sizing: border-box; /* Garante que o padding não estoure a largura */
}

/* Aspas decorativas - Ajustadas para a nova margem */
blockquote::before {
    content: "\201C"; 
    font-family: "Times New Roman", Times, serif;
    font-size: 70px;
    color: #b70000;
    opacity: 0.08;
    position: absolute;
    left: 10px;
    top: -10px;
}

/* Ajuste para Mobile */
@media (max-width: 768px) {
    blockquote {
        padding: 20px 20px 20px 15px;
        font-size: 19px;
    }
}/* End custom CSS */