.elementor-468 .elementor-element.elementor-element-120d5cbe{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.7;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:320px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-468 .elementor-element.elementor-element-120d5cbe:not(.elementor-motion-effects-element-type-background), .elementor-468 .elementor-element.elementor-element-120d5cbe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-468 .elementor-element.elementor-element-120d5cbe::before, .elementor-468 .elementor-element.elementor-element-120d5cbe > .elementor-background-video-container::before, .elementor-468 .elementor-element.elementor-element-120d5cbe > .e-con-inner > .elementor-background-video-container::before, .elementor-468 .elementor-element.elementor-element-120d5cbe > .elementor-background-slideshow::before, .elementor-468 .elementor-element.elementor-element-120d5cbe > .e-con-inner > .elementor-background-slideshow::before, .elementor-468 .elementor-element.elementor-element-120d5cbe > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-e1c97df );--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-468 .elementor-element.elementor-element-15aef33a{text-align:center;}.elementor-468 .elementor-element.elementor-element-15aef33a .elementor-heading-title{font-family:"Campton", Sans-serif;font-size:70px;font-weight:700;line-height:75px;color:#FFFFFF;}.elementor-468 .elementor-element.elementor-element-19480312{text-align:center;}.elementor-468 .elementor-element.elementor-element-19480312 .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-cd13d16 );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-468 .elementor-element.elementor-element-17b19f37 .elementor-button{background-color:#922A8C00;font-family:"Campton", Sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;line-height:15px;fill:var( --e-global-color-cd13d16 );color:var( --e-global-color-cd13d16 );border-style:none;border-radius:5px 5px 5px 5px;padding:20px 80px 20px 80px;}body.elementor-page-468:not(.elementor-motion-effects-element-type-background), body.elementor-page-468 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-b726c52 );}@media(max-width:1024px){.elementor-468 .elementor-element.elementor-element-15aef33a .elementor-heading-title{font-size:50px;line-height:50px;}.elementor-468 .elementor-element.elementor-element-19480312 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-468 .elementor-element.elementor-element-17b19f37 .elementor-button{padding:18px 80px 18px 80px;}}@media(min-width:768px){.elementor-468 .elementor-element.elementor-element-120d5cbe{--content-width:1140px;}}@media(max-width:767px){.elementor-468 .elementor-element.elementor-element-120d5cbe{--min-height:100vh;--gap:15px 15px;--row-gap:15px;--column-gap:15px;}.elementor-468 .elementor-element.elementor-element-15aef33a{text-align:center;}.elementor-468 .elementor-element.elementor-element-15aef33a .elementor-heading-title{font-size:35px;line-height:40px;}.elementor-468 .elementor-element.elementor-element-19480312 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-468 .elementor-element.elementor-element-17b19f37{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-468 .elementor-element.elementor-element-17b19f37.elementor-element{--align-self:stretch;}.elementor-468 .elementor-element.elementor-element-17b19f37 .elementor-button{padding:15px 10px 15px 10px;}}/* Start custom CSS for button, class: .elementor-element-17b19f37 *//* Seleciona o botão pelo ID ou classe */
#botao1, .sua-classe {
    background: linear-gradient(45deg, #592B75, #922A8C, #592B75);
    background-size: 300% 300%;
    animation: trocarCores 6s infinite;
    text-align: center;
    cursor: pointer;
    border-radius: 5px; /* Borda arredondada */

}

/* Animação para alternar entre as cores */
@keyframes trocarCores {
    0% {
        background-position: 0% 50%;
    }
    33% {
        background-position: 100% 50%;
    }
    66% {
        background-position: 200% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Campton';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Thin.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Thin.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Thin.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Thin.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Thin.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Thin.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLight.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLight.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLight.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLight.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLight.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Light.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Light.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Light.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Light.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Light.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Light.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Book.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Book.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Book.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Book.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Book.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Book.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Medium.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Medium.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Medium.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Medium.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Medium.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBold.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBold.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBold.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBold.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBold.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Bold.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Bold.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Bold.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Bold.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Bold.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBold.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBold.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBold.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBold.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBold.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Black.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Black.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Black.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Black.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Black.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-Black.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ThinItalic.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ThinItalic.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ThinItalic.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ThinItalic.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ThinItalic.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLightItalic.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLightItalic.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLightItalic.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLightItalic.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraLightItalic.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-LightItalic.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-LightItalic.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-LightItalic.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-LightItalic.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-LightItalic.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BookItalic.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BookItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BookItalic.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BookItalic.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BookItalic.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BookItalic.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-MediumItalic.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-MediumItalic.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-MediumItalic.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-MediumItalic.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-MediumItalic.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBoldItalic.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBoldItalic.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBoldItalic.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBoldItalic.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-SemiBoldItalic.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BoldItalic.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BoldItalic.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BoldItalic.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BoldItalic.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BoldItalic.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBoldItalic.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBoldItalic.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBoldItalic.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBoldItalic.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-ExtraBoldItalic.svg#Campton') format('svg');
}
@font-face {
	font-family: 'Campton';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BlackItalic.eot');
	src: url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BlackItalic.woff2') format('woff2'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BlackItalic.woff') format('woff'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BlackItalic.ttf') format('truetype'),
		url('https://www.novo.platech.site/wp-content/uploads/2025/07/Campton-BlackItalic.svg#Campton') format('svg');
}
/* End Custom Fonts CSS */