.container-banner_planos {
    width: 100%;
    height: 370px;
    background-image: url("/assets/img/banner-planos.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--laranja);
}

.fs-titulo {
    font-size: 80px;
    font-weight: 400;
    line-height: 66px;
}

.fs-titulo-h2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 35.4px;
}

.fs-texto {
    font-size: 17px;
    font-weight: 400;
    line-height: 22.4px;
}

.my-55 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.bg-green {
    /*background-color: var(--verde);*/
    background-image: url('/assets/img/Group_7.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fs-texto-2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.w-844 {
    width: 844px;
    padding: 0px 120px;
}

.btn-green {
    width: 178px;
    height: 58px;
    border: 1px solid var(--preto);
    padding: 1rem;
    font-size: 14px;
    border-radius: 20px;
}

.text-preto {
    color: var(--preto);
}

.box-plano {
    position: relative;
}

.img-fundo-left {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 37%;
    height: 100%;
    background-image: url("/assets/img/fundo-planos-left.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.img-fundo-right {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 37%;
    height: 80%;
    background-image: url("/assets/img/fundo-planos-right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.z-index-1 {
    z-index: 2;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {

    .w-844 {
        width: 281px;
        padding: 0px 0px;
    }

    .container-banner_planos {
        width: 100%;
        height: 368px;
        background-image: url("/assets/img/banner-planos-mobile.png");
    }

    .fs-titulo-h2 {
        font-size: 40px;
        line-height: 38.4px;
        padding: 0 50px;
    }

    .fs-texto {
        font-size: 14px;
        line-height: 22.4px;
    }

    .my-55 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .fs-texto-2 {
        font-size: 18px;
        font-weight: 300;
        line-height: 21.78px;
    }

    .btn-green {
        width: 121px;
        height: 39px;
        border: 1px solid var(--preto);
        padding: 0.4rem;
        font-size: 12px;
        z-index: 2;
    }

    .img-fundo-left {
        display: none;
    }

    .img-fundo-right {
        width: 100%;
    }

}