.elementor-kit-16{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#202020;--e-global-color-accent:#F15D2C;--e-global-color-2867c99:#76C14E;--e-global-color-d30b90b:#68A846;--e-global-color-53b0df5:#000000;--e-global-color-1b81a3a:#FFFFFF;--e-global-color-c239078:#F6F6F6;--e-global-color-3e000b7:#F15D2C;--e-global-color-957abe2:#D0532A;--e-global-color-517aa27:#FFFFFF;--e-global-color-8e16e5c:#5FA7F3;--e-global-color-ec1d820:#B9AEAB;--e-global-color-789dee3:#F9AB10;--e-global-color-8e7ec89:#FCE6E4;--e-global-color-5cc7409:#453B38;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-ae172bc-font-family:"Inter";--e-global-typography-ae172bc-font-size:44px;--e-global-typography-ae172bc-font-weight:200;--e-global-typography-ae172bc-text-transform:none;--e-global-typography-ae172bc-line-height:52px;--e-global-typography-f5b63ab-font-family:"Inter";--e-global-typography-f5b63ab-font-size:18px;--e-global-typography-f5b63ab-font-weight:300;--e-global-typography-f5b63ab-line-height:24px;background-color:var( --e-global-color-1b81a3a );}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-kit-16 a{color:var( --e-global-color-accent );}.elementor-kit-16 a:hover{color:var( --e-global-color-957abe2 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end: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:1367px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@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 *//*botão verde*/
.botao-verde {
	border-radius: 10rem;
	transition: all 0.3s;
	overflow: hidden;
	z-index:1;
	background-color:#76c14e;
}

.botao-verde::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 10rem;
	z-index: -2;
}

.botao-verde::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #68a846;
	transition: all 0.3s;
	border-radius: 10rem;
	z-index: -1;
}

.botao-verde:hover {
	color: #fff;
}

.botao-verde:hover::before {
	width: 100%;
}

/*botão verde dark*/
.botao-verde-dark {
	border-radius: 10rem;
	transition: all 0.3s;
	overflow: hidden;
	z-index:1;
	background-color:#fff;
}

.botao-verde-dark::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 10rem;
	z-index: -2;
}

.botao-verde-dark::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #F34D05;
	transition: all 0.3s;
	border-radius: 10rem;
	z-index: -1;
}

.botao-verde-dark:hover {
	color: #fff;
}

.botao-verde-dark:hover::before {
	width: 100%;
}

/*botão laranja*/
.botao-laranja {
	border-radius: 10rem;
	transition: all 0.3s;
	overflow: hidden;
	z-index:1;
	background-color:#f15d2c;
}

.botao-laranja::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 10rem;
	z-index: -2;
}

.botao-laranja::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #cf5228;
	transition: all 0.3s;
	border-radius: 10rem;
	z-index: -1;
}

.botao-laranja:hover {
	color: #fff;
}

.botao-laranja:hover::before {
	width: 100%;
}

/*botão laranja dark*/
.botao-laranja-dark {
	border-radius: 10rem;
	transition: all 0.3s;
	overflow: hidden;
	z-index:1;
	background-color:#fff;
}

.botao-laranja-dark::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 10rem;
	z-index: -2;
}

.botao-laranja-dark::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #cf5228;
	transition: all 0.3s;
	border-radius: 10rem;
	z-index: -1;
}

.botao-laranja-dark:hover {
	color: #fff;
}

.botao-laranja-dark:hover::before {
	width: 100%;
}

/* botão azul */
.botao-azul {
	border-radius: 10rem;
	transition: all 0.3s;
	overflow: hidden;
	z-index: 1;
	background-color: #5fa7f3;
}

.botao-azul::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 10rem;
	z-index: -2;
}

.botao-azul::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #236de8;
	transition: all 0.3s;
	border-radius: 10rem;
	z-index: -1;
}

.botao-azul:hover {
	color: #fff;
}

.botao-azul:hover::before {
	width: 100%;
}

/*botão verde Transparent*/
.botao-verde-transp {
	border-radius: 10rem;
	transition: all 0.3s;
	overflow: hidden;
	z-index:1;
	background-color:transparent;
}

.botao-verde-transp::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 10rem;
	z-index: -2;
}

.botao-verde-transp::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #76C14F;
	transition: all 0.3s;
	border-radius: 10rem;
	z-index: -1;
}

.botao-verde-transp:hover {
	color: #fff;
}

.botao-verde-transp:hover::before {
	width: 100%;
}

/**/
/**/
/**/

/*botão Cinza*/
.botao-cinza {
	border-radius: 10rem;
	transition: all 0.3s;
	overflow: hidden;
	z-index:1;
	background-color:#d8d2d1;
}

.botao-cinza::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 10rem;
	z-index: -2;
}

.botao-cinza::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #bab5b4;
	transition: all 0.3s;
	border-radius: 10rem;
	z-index: -1;
}

.botao-cinza:hover {
	color: #202020;
}

.botao-cinza:hover::before {
	width: 100%;
}/* End custom CSS */