.elementor-kit-6{--e-global-color-primary:#492226;--e-global-color-secondary:#F40522;--e-global-color-text:#0E0E0E;--e-global-color-accent:#E1FFFC;--e-global-color-6454ae5:#12D36B;--e-global-color-49f12e6:#CACACA;--e-global-color-ba451bd:#FF6000;--e-global-color-d61bb94:#D50D26;--e-global-color-d18eb8e:#F1C073;--e-global-color-406a14f:#A47938;--e-global-color-6066f27:#FFFFFF;--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;font-family:"SF_PRO_DISPLAY", Sans-serif;}.elementor-kit-6 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 */html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    text-wrap: balance;
}

b, strong {
    font-weight: 600 !important;
}

.textoVermelho {
    color: #F1C073;
}

.textoPreto {
    background: linear-gradient(90deg, #151515, black) ;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.destaqueVermelho {
background: linear-gradient(60deg, #F1C073 0%, #A47938 100%); color:white;padding: 1px 4px;
color: #151515;
}

p .destaqueVermelho {
    font-weight: 600;
}

.destaquePreto {
    background: #ff6000;
background: linear-gradient(60deg, #591523 0%, black 100%); color:white;padding: 1px 4px;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}


.luz-esq:after {
        content: "";
        position: absolute;
        z-index: 5;
        top: -240px;
        left: -50vw;
        bottom: 0;
        border-radius: 50%;
        background: linear-gradient(to left, #D50D26 50%, transparent 100%);
        width: 400px;
        height: 400px;
        filter: blur(200px);
        mix-blend-mode: screen;
        pointer-events: none;
}

.luz-dir:after {
        content: "";
        position: absolute;
        z-index: 5;
        top: -240px;
        right: -50vw;
        bottom: 0;
        border-radius: 50%;
        background: linear-gradient(to left, #D50D26 50%, transparent 100%);
        width: 400px;
        height: 400px;
        filter: blur(200px);
        mix-blend-mode: screen;
        pointer-events: none;
}

.divisoria {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-image: linear-gradient(to right, transparent 0%, #F40522 50%, transparent 100%) 1;
}

.torn-paper {
    pointer-events: none;
    display: none;
}


/* Defina a animação de piscar */
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Aplicar a animação ao elemento de texto */
.elementor-kit-6 .pisca {
    animation: blink 1.5s infinite; /* 1s de duração, repetição infinita */
}

.post-tags {
    display: none;
    opacity: 0;
    pointer-events: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SF_PRO_DISPLAY';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'SF_PRO_DISPLAY';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('../fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'SF_PRO_DISPLAY';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */