body#startForFree main section:nth-of-type(1) {
    position: relative;
}

body#startForFree main section:nth-of-type(1)>div {
    padding: 1rem 0;
}

body#startForFree main section:nth-of-type(1)>div .content {
    display: grid;
    justify-items: center;
    position: relative;
    z-index: 2;
}



@media (min-width: 1276px) {
    body#startForFree main section:nth-of-type(1)>div .content {
        grid-template-columns: 1.0fr 1.0fr;
        /* 100% - form_c2c_hero (width) */
        width: calc(100% - 20rem);
        margin-bottom: 3.00rem;
    }
}

@media (min-width: 801px) and (max-width: 1275px) {
    body#startForFree main section:nth-of-type(1)>div .content {
        grid-template-columns: 1.0fr 1.0fr;
        /* 100% - form_c2c_hero (width) */
        width: calc(100% - 20rem);
        margin-bottom: 3.75rem;
    }
}

@media (min-width: 668px) and (max-width: 800px) {
    body#startForFree main section:nth-of-type(1)>div .content {
        grid-template-columns: 1.0fr;
        /* 100% - form_c2c_hero (width) */
        width: calc(100% - 20rem);
        gap: 1rem;
        margin-bottom: 6.5rem;
    }
}

@media (max-width: 667px) {
    body#startForFree main section:nth-of-type(1)>div .content {
        grid-template-columns: 1.0fr;
        gap: 1rem;
        width: 100%;
        margin-bottom: 4.0rem;
    }
}



@media (min-width: 1276px) {
    .startForFree_01 {
        width: 82%;
        margin-right: -5rem;
    }

    .startForFree_02 {
        width: 52%;
        margin-left: -5rem;
    }
}

@media (min-width: 801px) and (max-width: 1275px) {
    .startForFree_01 {
        width: 90%;
        width: 100%;
    }

    .startForFree_02 {
        width: 58%;
        width: 63%;
    }
}

@media (min-width: 668px) and (max-width: 800px) {
    .startForFree_01 {
        width: 100%;
    }

    .startForFree_02 {
        width: 63%;
    }

    .startForFree_02 {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .startForFree_01 {
        width: 100%;
    }

    .startForFree_02 {
        width: 63%;
    }

    .startForFree_02 {
        display: flex;
        justify-content: center;
    }
}










body#startForFree .shape02 img {
    /* Centrar */
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    /* Centrar */
    width: 100%;
    bottom: 0;
    object-fit: cover;
}

@media (min-width: 801px) {
    body#startForFree .shape02 img {
        height: 38rem;
        object-position: 40% 100%;
        transform: scaleX(-1);
        left: 0;
    }
}

@media (min-width: 668px) and (max-width: 800px) {
    body#startForFree .shape02 img {
        height: 28rem;
        object-position: 100% 100%;
    }
}

@media (max-width: 667px) {
    body#startForFree .shape02 img {
        height: 21rem;
        object-position: 75% 100%;
    }
}










section:nth-of-type(2) {
    background: var(--firstColor);
}

section:nth-of-type(2) .startForFree_03 {
    padding: 0.5rem;
}

@media (max-width: 667px) {
    section:nth-of-type(2) .startForFree_03 {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 1276px) {
    section:nth-of-type(2) .startForFree_03 img {
        width: 12rem;
        position: absolute;
        right: 7.5rem;
        top: -16.0rem;
    }
}

@media (min-width: 801px) and (max-width: 1275px) {
    section:nth-of-type(2) .startForFree_03 img {
        width: 9rem;
        position: absolute;
        right: 15.5rem;
        top: -10rem;
    }
}

@media (min-width: 668px) and (max-width: 800px) {
    section:nth-of-type(2) .startForFree_03 img {
        width: 11rem;
        position: absolute;
        right: 14.5rem;
        top: -12rem;
    }
}

@media (max-width: 667px) {
    section:nth-of-type(2) .startForFree_03 img {
        width: 8rem;
        position: relative;
        right: inherit;
        top: inherit;
        margin-top: -4rem;
    }
}






@media (min-width: 1415px) {

}

@media (max-width: 1414px) {

}