.elementor-kit-8 {
    --e-global-color-primary: #2FDCDF;
    --e-global-color-secondary: #25CED1;
    --e-global-color-text: #000000;
    --e-global-color-white-text: #FFFFFF;
    --e-global-color-accent: #2FDCDF;
    --e-global-typography-primary-font-family: "Montserrat";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Montserrat";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Red Hat Display";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Red Hat Display";
    --e-global-typography-accent-font-weight: 500;
}

.elementor-kit-8 h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
}

.elementor-kit-8 h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
}

.elementor-kit-8 h3 {
    font-family: "Montserrat", Sans-serif;
}

.elementor-kit-8 h4 {
    font-family: "Montserrat", Sans-serif;
}

.elementor-kit-8 h5 {
    font-family: "Montserrat Subrayada", Sans-serif;
}

.elementor-kit-8 h6 {
    font-family: "Montserrat", Sans-serif;
}

.elementor-kit-8 button, .elementor-kit-8 input[type="button"], .elementor-kit-8 input[type="submit"], .elementor-kit-8 .elementor-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    color: var(--e-global-color-secondary);
    background-color: #D6FBFC;
    border-radius: 36px 36px 36px 36px;
    padding: 15px 15px 15px 15px;
}

.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-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;
    }
}