.elementor-kit-17{--e-global-color-primary:#6300FA;--e-global-color-secondary:#939199;--e-global-color-text:#C5C3CC;--e-global-color-accent:#FFFFFF;--e-global-color-310e1e8:#000000;--e-global-color-a5d2ead:#93929A;--e-global-color-dacef54:#1E1D22;--e-global-typography-primary-font-family:"TT Interphases Pro";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"TT Interphases Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"TT Interphases Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"TT Interphases Pro";--e-global-typography-accent-font-weight:500;background-color:#000000;color:var( --e-global-color-secondary );}.elementor-kit-17 button,.elementor-kit-17 input[type="button"],.elementor-kit-17 input[type="submit"],.elementor-kit-17 .elementor-button{background-color:var( --e-global-color-primary );font-family:"TT Interphases Pro", Sans-serif;font-weight:bold;text-transform:uppercase;color:var( --e-global-color-secondary );border-radius:10px 10px 10px 10px;}.elementor-kit-17 button:hover,.elementor-kit-17 button:focus,.elementor-kit-17 input[type="button"]:hover,.elementor-kit-17 input[type="button"]:focus,.elementor-kit-17 input[type="submit"]:hover,.elementor-kit-17 input[type="submit"]:focus,.elementor-kit-17 .elementor-button:hover,.elementor-kit-17 .elementor-button:focus{background-color:var( --e-global-color-dacef54 );color:var( --e-global-color-primary );border-radius:10px 10px 10px 10px;}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.elementor-kit-17 a{color:var( --e-global-color-primary );}.elementor-kit-17 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-17 h1{color:var( --e-global-color-secondary );}.elementor-kit-17 h2{color:var( --e-global-color-secondary );}.elementor-kit-17 h3{color:var( --e-global-color-secondary );}.elementor-kit-17 h4{color:var( --e-global-color-secondary );}.elementor-kit-17 h5{color:var( --e-global-color-secondary );}.elementor-kit-17 h6{color:var( --e-global-color-secondary );}.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);}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-text-color:var( --e-global-color-primary );font-family:"TT Interphases Pro", Sans-serif;font-weight:bold;}body.e-wc-message-notice .woocommerce-message .restore-item, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, body.e-wc-message-notice .woocommerce-message a:not([class]), body.e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){font-family:"TT Interphases Pro", Sans-serif;font-weight:bold;}.e-wc-info-notice .woocommerce-info, .e-wc-info-notice .wc-block-components-notice-banner.is-info{--info-message-text-color:var( --e-global-color-primary );font-family:"TT Interphases Pro", Sans-serif;--info-buttons-normal-text-color:var( --e-global-color-primary );}body.e-wc-info-notice .woocommerce-info .button, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button{font-family:"TT Interphases Pro", Sans-serif;}.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 */SCROOL DOWN MOUSE 

.hero-mouse {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  z-index: 100;
  font-size: 12px;
  text-transform: uppercase;
  color: #6300fa; /* Cor do texto */
  font-weight: 300;
  letter-spacing: 1px;
}

.hero-mouse h3 {
  margin-left: -14px;
  padding-top: 15px;
}

.mouse-icon {
  width: 25px;
  height: 45px;
  border-radius: 15px;
  position: relative;
  border: 2px solid #6300fa; /* Cor da borda */
  text-align: center;
}

.mouse-icon span {
  width: 3px;
  height: 8px;
  margin: 2px auto 0;
  display: block;
  background: #707070; /* Cor do elemento interno */
  border-radius: 5px;
  -webkit-animation: 1.2s ease infinite wheel-up-down;
          animation: 1.2s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}





ANIMACAO SETA


.scroll-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
}

.arrow {
  display: block;
  font-size: 12px; /* Tamanho da seta */
  color: #6300fa; /* Cor da seta */
  font-family: "TT Interphases Pro", sans-serif; /* Fonte personalizada */
  -webkit-animation: arrow-bounce 1.2s ease infinite;
          animation: arrow-bounce 1.2s ease infinite;
}

@-webkit-keyframes arrow-bounce {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes arrow-bounce {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'TT Interphases Pro';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://artqa.com.br/wp-content/uploads/2025/01/TT-Interphases-Pro-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'TT Interphases Pro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://artqa.com.br/wp-content/uploads/2025/01/TT-Interphases-Pro-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'TT Interphases Pro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://artqa.com.br/wp-content/uploads/2025/01/TT-Interphases-Pro-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'TT Interphases Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://artqa.com.br/wp-content/uploads/2025/01/TT-Interphases-Pro-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'TT Interphases Pro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://artqa.com.br/wp-content/uploads/2025/01/TT-Interphases-Pro-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'TT Interphases Pro';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://artqa.com.br/wp-content/uploads/2025/01/TT-Interphases-Pro-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'TT Interphases Pro';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://artqa.com.br/wp-content/uploads/2025/01/TT-Interphases-Pro-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'TT Interphases Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */