.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#FFB500;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFC434;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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-image:url("https://v7cursostecnicos.com.br/wp-content/uploads/2023/12/background-v7cursos-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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 *//* Engrenagens fixas nas bordas da página */
.engrenagem1, .engrenagem2 {
    position: fixed;
    width: 100px; /* ajuste o tamanho se necessário */
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999;
    pointer-events: none; /* evita que interfira em cliques */
    animation: girar 20s linear infinite; /* rotação contínua */
}

/* Posicionamento das engrenagens */
.engrenagem1 {
    top: 20px;
    left: 20px;
    background-image: url('http://v7cursostecnicos.com.br/wp-content/uploads/2025/09/engrenagem1.png');
}

.engrenagem2 {
    bottom: 20px;
    right: 20px;
    background-image: url('http://v7cursostecnicos.com.br/wp-content/uploads/2025/09/engrenagem2.png');
    animation-direction: reverse; /* gira no sentido contrário */
}

/* Animação de rotação */
@keyframes girar {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}/* End custom CSS */