.elementor-kit-4{--e-global-color-primary:#FFC000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FFC000;--e-global-color-32eab4b:#ECEAE8;--e-global-color-1d8bc2b:#E2E2E2;--e-global-color-229eeaf:#F7F7F763;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--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;background-color:#FFFFFF;font-size:20px;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;color:#000000;border-style:solid;border-width:0px 0px 0px 0px;border-radius:5px 5px 5px 5px;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:0.9rem;}.elementor-kit-4 h1{color:#000000;font-size:19px;}.elementor-kit-4 h2{color:#000000;font-family:"Montserrat", Sans-serif;font-size:21px;}.elementor-kit-4 h3{color:#000000;font-size:20px;}.elementor-kit-4 h4{font-size:20px;}.elementor-kit-4 h5{font-size:20px;}.elementor-kit-4 h6{font-size:20px;}.elementor-kit-4 label{font-family:"Montserrat", Sans-serif;font-size:7px;}.elementor-kit-4 input:not([type="button"]):not([type="submit"]),.elementor-kit-4 textarea,.elementor-kit-4 .elementor-field-textual{border-style:solid;border-width:0px 0px 0px 0px;border-color:#FFFFFF;border-radius:1px 1px 1px 1px;}.elementor-kit-4 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-4 textarea:focus,.elementor-kit-4 .elementor-field-textual:focus{border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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: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{
    overflow-x: hidden;
}


.semi-bold {
    font-weight: 600; /* Semi-bold */
    color: #976AFF;   /* Cor roxa */
}

.scroll-bottom{
    opacity: 0;
    transition: 0.8s;
    transform: translate(0px, 30px);
}

.scroll-top{
    opacity: 0;
    transition: 0.8s;
    transform: translate(0px, -30px);
}

.scroll-left{
    opacity: 0;
    transition: 0.8s;
    transform: translate(-30px, 0px);
}

.scroll-right{
    opacity: 0;
    transition: 0.8s;
    transform: translate(30px, 0px);
}

.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.ativo{
    opacity: 1;
    transition: 0.8s;
    transform: translatey(0px);
}

/* Chrome, Edge e Safari */
body::-webkit-scrollbar {
  width: 10px; /*largura da barra*/
}

body::-webkit-scrollbar-track {
  background: #1a1a1a; /*cor do fundo*/
}

body::-webkit-scrollbar-thumb {
  background: #976AFF; /*cor do controle do scroll*/
  border-radius: 0px; /*arredondamento*/
  border: 2px solid #1a1a1a; /*borda*/
}

/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 5px;
    scrollbar-color:
                    #C8F0A5 /*cor do controle do scroll*/
                    #1a1a1a; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://ecommerceverso.com.br/wp-content/uploads/2023/02/Sora-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('https://ecommerceverso.com.br/wp-content/uploads/2023/02/Sora-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */