.elementor-kit-5{--e-global-color-primary:#F5A81C;--e-global-color-secondary:#156E04;--e-global-color-text:#1858AC;--e-global-color-accent:#FFFFFF;--e-global-color-5d90299:#000000;--e-global-color-093e6ad:#F1F1F1;--e-global-color-ad893a2:#FECD0D;--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-page-transition-entrance-animation:e-page-transition-fade-out-up;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:93px;--e-preloader-rotate:0deg;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{color:var( --e-global-color-accent );background-color:var( --e-global-color-primary );}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{color:var( --e-global-color-accent );background-color:var( --e-global-color-ad893a2 );}.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);}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.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 *//* Estilos para telas menores que 768px (telefones, por exemplo) */
@media screen and (max-width: 767px) {
    /* Defina o tamanho máximo que deseja para essas telas */
    .container {
        max-width: 100%;
    }
}

/* Estilos para telas maiores ou iguais a 768px (tablets, desktops, etc.) */
@media screen and (min-width: 768px) {
    /* Defina o tamanho máximo que deseja para essas telas */
    .container {
        max-width: 960px; /* Por exemplo, você pode definir o tamanho máximo como 960px */
    }
}/* End custom CSS */