.elementor-kit-11{--e-global-color-primary:#FF6E00;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3e965b3:#1A1A1A;--e-global-color-e7ffa17:#FF6E00;--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-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h2{color:#000000;font-size:18px;font-weight:600;}.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);}.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 *//* 1. Fundo principal da janela laranja */
.fluid-cep-modal {
    background: #ff9c00 !important;
}

/* 2. Força todos os textos, links e rótulos a ficarem pretos */
.fluid-cep-modal, 
.fluid-cep-modal h1, 
.fluid-cep-modal h2, 
.fluid-cep-modal h3, 
.fluid-cep-modal p, 
.fluid-cep-modal span, 
.fluid-cep-modal a, 
.fluid-cep-modal label {
    color: #000000 !important;
}

/* 3. Arruma o campo de digitar o CEP (fundo branco, texto preto e borda preta) */
.fluid-cep-modal input {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
}

/* 4. Estiliza os botões (mantém o laranja contrastante e força texto preto) */
.fluid-cep-modal button {
    background-color: #cc7d00 !important;
    color: #000000 !important;
    border: none !important;
}

/* 5. Tira o fundo azul do ícone de cima e de outras caixas internas */
.fluid-cep-modal div {
    background-color: transparent !important;
}

/* Garante que o ícone do pino de mapa fique preto */
.fluid-cep-modal svg {
    fill: #000000 !important;
}/* End custom CSS */