.elementor-kit-5{--e-global-color-primary:#ED6610;--e-global-color-secondary:#CE3229;--e-global-color-text:#333333;--e-global-color-accent:#61CE70;--e-global-color-2f470ea:#666666;--e-global-color-86cf84f:#FEFEFE;--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:300;font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#FEFEFE;}.elementor-kit-5 a:hover{color:#FEFEFEBA;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */body {
    overflow-x: hidden;
}

.fit{
    width: fit-content
}

.orange-gradient-text {
  background: linear-gradient(to right, #FF7B4D 0%, #FFA74D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* fallback */
  color: transparent;
}

::selection {
  background: #ED6610;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #ED6610;
  color: white;
  text-shadow: none;
}


/* FadeInUp */
@keyframes kgFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInUp {
    animation-name: kgFadeInUp !important;
}

/* FadeInLeft */
@keyframes kgFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(14px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInRight {
    animation-name: kgFadeInLeft !important;
}

/* FadeInRight */
@keyframes kgFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(-14px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInLeft {
    animation-name: kgFadeInLeft !important;
}

.linkArrow {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.linkText {
  color: #ED6610;
  transition: color 0.4s ease;
}

.arrowIcon {
  display: inline-block; funcionar */
  transition: transform 0.4s ease;
}

.linkArrow:hover .linkText {
  color: #FC7F30;
  text-decoration: underline;
}

.linkArrow:hover .arrowIcon {
  transform: rotate(40deg);
}


/* Formulário Fale Conosco */

.fluent_form_4 {
    font-family: Inter;
    font-size: 16px;
    color: #3F3F46;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    color: #ED6610;
}

.ff-default .ff-el-form-control:focus {
    border-color: rgba(237, 102, 16, 0.3);
}

input[type='checkbox']:checked {
    accent-color: #ED6610;
}

form.fluent_form_4 .wpf_has_custom_css.ff-btn-submit:hover {
    background-color: #ED6610 !important;
    color: white !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-display: auto;
	src: url('https://agvengenharia.com.br/wp-content/uploads/2025/09/Inter-VariableFont_opszwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */