.elementor-kit-6{--e-global-color-primary:#F6F6F6;--e-global-color-secondary:#003F34;--e-global-color-text:#7A7A7A;--e-global-color-accent:#35B235;--e-global-typography-primary-font-family:"Rethink Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rethink Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rethink Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rethink Sans";--e-global-typography-accent-font-weight:500;}.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;--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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child{
    margin-bottom:0px;
}

html, body{width:100%;overflow-x:hidden;}

		.gradiente1{
		
		   background: linear-gradient(90deg, #35B235 0%, #53E553 100%);
		    -webkit-background-clip: text;
		    -webkit-text-fill-color: transparent;
		    background-clip: text;
		    box-decoration-break: clone;
		    -webkit-box-decoration-break: clone;
		    padding-bottom: 10px; /*utilize caso a palavra esteja cortada*/
		}
		
		.gradiente2{
		
		   background: linear-gradient(90deg, #8EFF8E 0%, #D2FFD2 100%);
		    -webkit-background-clip: text;
		    -webkit-text-fill-color: transparent;
		    background-clip: text;
		    box-decoration-break: clone;
		    -webkit-box-decoration-break: clone;
		    padding-bottom: 10px; /*utilize caso a palavra esteja cortada*/
		}

html::before{
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 3px 3px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.025;
    mix-blend-mode: plus-lighter;
}

*::selection{
    color: #003F34; /*cor do texto selecionado*/
    background: #83E883; /*cor do Bg selecionado*/
}/* End custom CSS */