.elementor-kit-5{--e-global-color-primary:#3186D1;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5540b79:#0799ED;--e-global-color-f3836ba:#2568FF;--e-global-color-5bacdfb:#04FFFF;--e-global-color-ffa7b85:#183362;--e-global-color-b079755:#F5F5F5;--e-global-color-bf40b4f:#EFF8FF;--e-global-color-b98ef51:#EBEEF6;--e-global-color-8d32564:#2AAA2D;--e-global-color-ac8f524:#B2DEB8;--e-global-color-80a9600:#333333;--e-global-typography-primary-font-family:"Poppins Font";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins Font";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins Font";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins Font";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-80a9600 );font-family:"Poppins", Sans-serif;}.elementor-kit-5 a{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-5 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-5 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-5 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-5 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-5 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-5 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Poppins", Sans-serif;border-style:none;}.elementor-kit-5 label{font-family:"Poppins", Sans-serif;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-family:"Poppins", Sans-serif;color:var( --e-global-color-80a9600 );}.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;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Prevenir scroll gorizontal */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Entrada pela esquerda */
.entrada-esq {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(0px) translateX(-50px) scale(1);
    transition: all 0.7s ease;
}

/* Entrada pela direita */
.entrada-dir {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(0px) translateX(50px) scale(1);
    transition: all 0.7s ease;
}

/* Entrada por cima */
.entrada-cima {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(50px) translateX(0px) scale(1);
    transition: all 0.7s ease;
}

/* Entrada por cima */
.entrada-baixo {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(-50px) translateX(0px) scale(1);
    transition: all 0.7s ease;
}

/* Exibir conteúdo */
.exibir {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px) translateX(0px) scale(1);
    transition: all 0.7s ease;
}

/* Exibir elemento no editor */
.elementor-editor-active .entrada-esq,
.elementor-editor-active .entrada-dir,
.elementor-editor-active .entrada-cima,
.elementor-editor-active .entrada-baixo {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px) translateX(0px) scale(1);
    transition: all 0.7s ease;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://onevistos.com.br/wp-content/uploads/2024/07/Poppins-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://onevistos.com.br/wp-content/uploads/2024/08/Poppins-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://onevistos.com.br/wp-content/uploads/2024/08/Poppins-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://onevistos.com.br/wp-content/uploads/2024/08/Poppins-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://onevistos.com.br/wp-content/uploads/2024/08/Poppins-ExtraBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */