.elementor-kit-5235{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-881233c:#D62C33;--e-global-color-e136062:#525151;--e-global-color-46264f1:#CECDCD;--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-5235 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5235 .ha-reading-progress-bar{visibility:visible;opacity:1;}.elementor-kit-5235 .hm-hrp-bar-container{top:0px;bottom:unset;height:8px;}.elementor-kit-5235 .hm-hrp-bar-container .hm-hrp-bar{background-color:#e2498a;}.elementor-kit-5235 .ha-reading-progress-bar .hm-hrp-bar .hm-tool-tip{visibility:visible;opacity:1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5235 .hm-hrp-bar-container{height:8px;top:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5235 .hm-hrp-bar-container{height:8px;top:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */body { 
            font-family: Arial, sans-serif; 
            margin: 0; 
            padding: 0; 
            color: #333; 
            background: #f4f4f4; 
        }
        header { 
            background: #d00; 
            color: white; 
            text-align: center; 
            padding: 40px 20px; 
        }
        nav { 
            background: #333; 
            padding: 10px; 
            text-align: center; 
        }
        nav a { 
            color: white; 
            margin: 0 15px; 
            text-decoration: none; 
        }
        section { 
            padding: 40px 20px; 
            text-align: center; 
        }
        .servicos { 
            display: flex; 
            flex-wrap: wrap; 
            justify-content: center; 
            gap: 20px; /* Adiciona espaço entre os cards */
        }
        .servico { 
            width: 300px; 
            background: white; 
            padding: 20px; 
            border-radius: 8px; 
            box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
        }
        footer { 
            background: #333; 
            color: white; 
            text-align: center; 
            padding: 20px; 
            margin-top: 40px; /* Espaço antes do rodapé */
        }
        button { 
            background: #d00; 
            color: white; 
            border: none; 
            padding: 10px 20px; 
            cursor: pointer; 
            border-radius: 5px; /* Bordas arredondadas */
        }
        form {
            margin-top: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        form input, form textarea {
            width: 80%;
            max-width: 500px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        @media (max-width: 768px) { 
            .servicos { 
                flex-direction: column; 
                align-items: center;
            } 
        }/* End custom CSS */