.section--bannertexto {
    position: relative;
    padding: 55px 0;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section--bannertexto::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(52, 103, 53, 0.9) 0%, rgba(91, 166, 84, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.section--bannertexto::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(52, 103, 53, 0.9) 0%, rgba(91, 166, 84, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    height: 256px;
    width: 100%;
}

.bannertexto-discount {
    font-size: 500px;
    font-weight: 900;
    line-height: 1;
    left: 54%;
    top: 0;
    width: 500px;
    height: auto;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: absolute;
}

.bannertexto-container {
    max-width: 666px;
    background: white;
    padding: 45px 55px 85px 35px;
    border-radius: 45px;
}

.bannertexto-container .titulo {
    font-size: 55px;
    font-family: 'BauhausBuglerBold';
    margin-bottom: 35px;
}

.bannertexto-container .texto {
    max-width: 540px;
}

.bannertexto__img {
    max-width: 1005px;
    max-height: 500px;
    width: 100%;
    margin: -170px auto 0;
    transform: translateX(16.5%);
    position: relative;
}

.bannertexto-img img {
    display: block;
    width: 100%;

}

.bannertexto__img svg {
    position: absolute;
    bottom: 0;
    transform: translateY(23.5%);
    z-index: -2;
}

.bannertexto-btn-container {
    display: flex;
    justify-content: center;
}


.book-bannertexto-btn {
    line-height: 1;
    padding: 15px 40px;
    color: var(--green3);
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--titleFont);
    border-radius: 7.5px;
    box-shadow: 0px 1px 2px 0px #000000bf;
    overflow: hidden;
    position: relative;
    transition: 0.2s;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-top: 15px;
    min-width: 320px;
}

.book-bannertexto-btn::before {
    background: var(--black);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.book-bannertexto-btn.white-bg::before {
    background: var(--white);
}

.book-bannertexto-btn::after {
    background: var(--green3);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: 0.2s;
    z-index: -1;
}

.book-bannertexto-btn:hover {
    color: white;
}

.book-bannertexto-btn:hover::after {
    width: 100%;
}

.break-line {
    display: block;
}

@media(max-width: 1280px) {

    .bannertexto-discount {
        font-size: 400px;
        left: 58%;
        width: 400px;
        line-height: 500px;
    }

    .bannertexto__img {
        margin: -140px auto 0;
    }
}

@media(max-width: 1100px) {
    .bannertexto-discount {
        font-size: 300px;
        width: 300px;
        left: initial;
        right: 0;
    }

    .bannertexto-container {
        width: 70%;
        max-width: 666px;
    }

    .bannertexto__img {
        max-width: 800px;
        margin: -115px auto 0;
        transform: translateX(13.5%);
    }

    .bannertexto__img svg {
        width: 85%;
        transform: translateY(28%);
    }

    .break-line {
        display: inline;
    }


}

@media(max-width: 1023px) {
    .bannertexto-discount {
        font-size: calc(220px + 10vw);
        width: calc(220px + 10vw);
    }

    .bannertexto-container .titulo {
        font-size: calc(32.5px + 1vw);
        margin-bottom: 25px;
    }

    .bannertexto-container {
        width: 62%;
        padding: 45px 35px 85px 35px;
    }

    .bannertexto__img {
        max-width: 700px;
        margin: -85px auto 0;
    }
}


@media(max-width: 768px) {
    .bannertexto-discount {
        font-size: calc(100px + 70vw);
        width: calc(100px + 70vw);
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -50px;
    }

    .section.section--bannertexto {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bannertexto-discount {
        position: relative;
        order: 2;
    }

    .bannertexto-container .titulo {
        font-size: 55px;
        margin-bottom: 25px;
        text-align: center;
    }

    .section__wrapper {
        order: 1;
    }

    .bannertexto-container {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 35px calc(10px + 4vw);
    }

    .bannertexto-container .texto {
        max-width: 100%;
    }

    .bannertexto-container .texto p {
        text-align: center;
    }

    .bannertexto__img {
        order: 3;
    }

    .bannertexto-btn-container {
        order: 4;
    }
    .bannertexto__img {
        max-width: 125%;
        width: 125%;
        margin: calc(-25px - 20vw) auto 0;
        transform: initial;
        position: relative;
        left: 55%;
        transform: translateX(-50%);
    }
}