.elementor-kit-10 {
    --e-global-color-primary: #EBB7C3; /* rosa-cartão-esmeralda*/
    --e-global-color-secondary: #D87289; /* rosa-escurecido - cor antiga: #564E58; */
    --e-global-color-text: #000000; /* escrita preta */
    --e-global-color-accent: #EBB7C3; /* rosa-cartão-esmeralda #E2E2B6; */
    --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-global-typography-c28b708-font-family: "Cardo";
    --e-global-typography-c28b708-font-size: 25px;
    --e-global-typography-c28b708-font-weight: 700;
    --e-global-typography-c28b708-text-transform: none;
    --e-global-typography-c28b708-font-style: normal;
    --e-global-typography-c28b708-text-decoration: none;
    --e-global-typography-c28b708-line-height: 1.2em;
    --e-global-typography-c28b708-letter-spacing: 0px;
    --e-global-typography-c28b708-word-spacing: 0em;
    --e-global-typography-3c5468f-font-family: "Poppins";
    --e-global-typography-3c5468f-font-size: 15px;
    --e-global-typography-3c5468f-font-weight: 300;
    --e-global-typography-3c5468f-text-transform: none;
    --e-global-typography-3c5468f-font-style: normal;
    --e-global-typography-3c5468f-text-decoration: none;
    --e-global-typography-3c5468f-line-height: 1.5em;
    --e-global-typography-3c5468f-letter-spacing: 0px;
    --e-global-typography-3c5468f-word-spacing: 0em;
}

.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);
}

@media(max-width:1024px) {
    .elementor-kit-10 {
        --e-global-typography-c28b708-font-size: 45px;
        --e-global-typography-3c5468f-font-size: 14px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-kit-10 {
        --e-global-typography-c28b708-font-size: 22px;
        --e-global-typography-c28b708-line-height: 1.1em;
        --e-global-typography-3c5468f-font-size: 15px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}