.elementor-kit-6{--e-global-color-primary:#15284F;--e-global-color-secondary:#9B3236;--e-global-color-text:#0D1930;--e-global-color-accent:#314C82;--e-global-color-31e44bb:#FFFFFF;--e-global-color-6e5129a:#E9EAEF;--e-global-color-f410cb5:#C2C5CD;--e-global-color-4d30bfa:#333645;--e-global-color-464777f:#628B48;--e-global-color-2192125:#F0A202;--e-global-color-4aef465:#D7263D;--e-global-color-404afe5:#8F95A5;--e-global-color-8a978d9:#8F95A5;--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;--e-global-typography-9b81370-font-family:"Oswald";--e-global-typography-9b81370-font-size:20px;--e-global-typography-9b81370-font-weight:500;--e-global-typography-9b81370-text-transform:uppercase;--e-global-typography-9b81370-line-height:30px;--e-global-typography-8f3837b-font-family:"Oswald";--e-global-typography-8f3837b-font-size:64px;--e-global-typography-8f3837b-font-weight:700;--e-global-typography-8f3837b-text-transform:uppercase;--e-global-typography-8f3837b-line-height:72px;--e-global-typography-19eff70-font-family:"Oswald";--e-global-typography-19eff70-font-size:48px;--e-global-typography-19eff70-font-weight:700;--e-global-typography-19eff70-text-transform:uppercase;--e-global-typography-19eff70-line-height:56px;--e-global-typography-522dee0-font-family:"Oswald";--e-global-typography-522dee0-font-size:32px;--e-global-typography-522dee0-font-weight:600;--e-global-typography-522dee0-text-transform:uppercase;--e-global-typography-522dee0-line-height:40px;--e-global-typography-833692d-font-family:"Oswald";--e-global-typography-833692d-font-size:24px;--e-global-typography-833692d-font-weight:600;--e-global-typography-833692d-text-transform:uppercase;--e-global-typography-833692d-line-height:32px;--e-global-typography-b3f3a7a-font-family:"Oswald";--e-global-typography-b3f3a7a-font-size:24px;--e-global-typography-b3f3a7a-font-weight:400;--e-global-typography-b3f3a7a-text-transform:uppercase;--e-global-typography-b3f3a7a-line-height:32px;--e-global-typography-50f2d8f-font-family:"Oswald";--e-global-typography-50f2d8f-font-size:18px;--e-global-typography-50f2d8f-font-weight:400;--e-global-typography-50f2d8f-text-transform:uppercase;--e-global-typography-50f2d8f-line-height:30px;--e-global-typography-4e77d1e-font-family:"Open Sans";--e-global-typography-4e77d1e-font-size:16px;--e-global-typography-4e77d1e-font-weight:400;--e-global-typography-4e77d1e-line-height:28px;--e-global-typography-9c7f196-font-family:"Open Sans";--e-global-typography-9c7f196-font-size:16px;--e-global-typography-9c7f196-font-weight:400;--e-global-typography-9c7f196-line-height:28px;--e-global-typography-f0588fd-font-family:"Open Sans";--e-global-typography-f0588fd-font-size:16px;--e-global-typography-f0588fd-font-weight:400;--e-global-typography-f0588fd-text-transform:uppercase;--e-global-typography-f0588fd-line-height:17.6px;--e-global-typography-4fdb09f-font-family:"Open Sans";--e-global-typography-4fdb09f-font-size:14px;--e-global-typography-4fdb09f-font-weight:300;--e-global-typography-4fdb09f-line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 8px;--widgets-spacing-row:24px;--widgets-spacing-column:8px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1600px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}}@media(max-width:1280px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:900px;}.e-con{--container-max-width:900px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}}/* Start custom CSS *//* Para esconder a bandeira do reCAPTCHA. */

.grecaptcha-badge { 
	visibility: hidden; 
}

/* Para suavizar e melhorar as animações do Elementor. */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/* Para personalizar a barra de navegação. */

body::-webkit-scrollbar {
    
    width: 10px;
    
}

body::-webkit-scrollbar-track {
    
    background: #F7F7F7;
    
}

body::-webkit-scrollbar-thumb {
    
    background-color: #D9D9D9;
    border-radius: 0px;
    
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/Oswald-Regular.woff') format('woff'),
		url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/Oswald-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/Oswald-Medium.woff') format('woff'),
		url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/Oswald-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/Oswald-SemiBold.woff') format('woff'),
		url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/Oswald-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/Oswald-Bold.woff') format('woff'),
		url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/Oswald-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/OpenSans-Light.woff') format('woff'),
		url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/OpenSans-Regular.woff') format('woff'),
		url('https://afenge.olastudio.com.br/wp-content/uploads/2024/03/OpenSans-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */