.elementor-kit-28{--e-global-color-primary:#ED1C24;--e-global-color-secondary:#58585A;--e-global-color-text:#7A7A7A;--e-global-color-accent:#ED1C24;--e-global-color-433728e:#C1151B;--e-global-color-1f15fad:#FFFFFF;--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;}.elementor-kit-28 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 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* O restante do código CSS virá abaixo desta linha */

/* Carrega a fonte Inter (coloque esta linha no topo do seu CSS Adicional) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Aplica a fonte Inter a todos os elementos de texto e títulos principais */
body,
h1, h2, h3, h4, h5, h6,
p, li, a, span, div,
blockquote, figcaption,
label, input, select, textarea, button,
.site-title,         /* Título do site */
.site-description,   /* Descrição do site */
.main-navigation a,  /* Links do menu principal */
.widget-title,       /* Títulos dos widgets */
.entry-title,        /* Títulos de posts/páginas */
.entry-content,      /* Conteúdo principal de posts/páginas */
.comment-body,       /* Corpo dos comentários */
.comment-reply-link, /* Links de resposta de comentários */
.wp-caption-text,    /* Legendas de imagens */
.button, .wp-block-button__link /* Botões padrão e de blocos Gutenberg */
 {
    font-family: 'Inter', sans-serif !important;
}


body, html {
overflow-x: hidden !important;
}

/* Corrigir escrollamento no Mobile */
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}/* End custom CSS */