.elementor-kit-9{--e-global-color-primary:#0098EB;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#0098EB;--e-global-color-8e0cde1:#FFFFFF;--e-global-color-cfe9aff:#000515;--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;font-family:"Poppins", Sans-serif;}.elementor-kit-9 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 */::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #0098eb;
    border-radius: 0;
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
    outline: none !important;
}

body, html {
    overflow-x: hidden;
}

:focus {
    outline: none !important;
}


.scroll-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 1.5s, transform 1.5s;
}

.scroll-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.2s, transform 0.2s;
}

.scroll-bottom {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.5s, transform 0.5s;
}

.scroll-top {
    opacity: 0;
    transform: translateY(-80px);
    transition: opacity 0.5s, transform 0.5s;
}

.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-bottom,
.ativo {
    opacity: 1;
    transform: translateX(0);
}

.barra {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #ffffff20;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out
}

@media (min-width: 768px) {
    .barra {
        opacity: 0;
        transform: translateX(120%)
    }

    .barra.show {
        transform: translateX(0);
        opacity: 1
    }
}

@media (max-width: 767px) {
    .barra {
        left: 50%;
        opacity: 0;
        transform: translateX(120%)
    }

    .barra.show {
        transform: translateX(-50%);
        opacity: 1
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../images/Poppins-Regular.svg#Poppins') format('svg');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../images/Poppins-Bold.svg#Poppins') format('svg');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('../fonts/Poppins-ExtraBold.eot');
	src: url('../fonts/Poppins-ExtraBold.eot#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraBold.woff') format('woff'),
		url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
		url('../images/Poppins-ExtraBold.svg#Poppins') format('svg');
}
/* End Custom Fonts CSS */