.elementor-kit-5{--e-global-color-primary:#9E61C2;--e-global-color-secondary:#6D0767;--e-global-color-text:#67367D;--e-global-color-accent:#6D0767;--e-global-color-3b38257:#330230;--e-global-color-5ca5582:#F0E8F5;--e-global-color-ae5df96:#6D0767;--e-global-color-71d60fe:#6D0767;--e-global-color-982939a:#F4EEF7;--e-global-color-9e23dbb:#BCA9BD;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;letter-spacing:0.4px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#6D0767;font-family:"Manrope", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-5 a:hover{color:var( --e-global-color-3b38257 );font-size:16px;font-weight:500;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:44px;font-weight:400;}.elementor-kit-5 h2{font-family:"Manrope", Sans-serif;font-size:50px;}.elementor-kit-5 h3{font-family:"Manrope", Sans-serif;}.elementor-kit-5 h4{font-family:"Manrope", Sans-serif;}.elementor-kit-5 h6{font-family:"Manrope", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-5 h1{font-size:40px;}.elementor-kit-5 h2{font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */p {
    margin-bottom: 0px;
}

::-webkit-scrollbar {
    width: 7px;
    background: #4384bd;
}

::-webkit-scrollbar-track{
    background: #f1e7f7;
}

::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 20px;
    border: 1px solid #dfcee9;
}

*::selection {
    color: #0b152c;
    background-color: #fcba30;
}

.border-bottom {
    border-width: 0 0 02px 0;
    border-style: solid;
    border-image: linear-gradient(90deg, rgba(117,20,111, 0), rgba(117,20,111, 1), rgba(117,20,111, 1), rgba(117,20,111, 0)) 1;
}
/*Pulsar do Botão CTA*/
.btn-pulse {
    border-radius: 999px;
    animation: pulseGlow 2.5s infinite ease-in-out;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(80, 0, 60, 0);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 8px 25px rgba(80, 0, 60, 0.25);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(80, 0, 60, 0);
    }
}/* End custom CSS */