.banner-hero {
    background: #0fa7b8;
    height: auto;
    padding-bottom: 6%;
    height: auto;
    padding-bottom: 6%;
    position: relative;

}

.banner-title {
    padding-top: 100px;
    font-size: 2.9em;
    font-weight: normal;
    line-height: 1.2em;
    color: #ffffff;
    z-index: 2;
    text-transform: uppercase;
}
.aspas-final {
    position: absolute;
    font-size: 7rem;
    right: 0;
    bottom: -8px;
        right: inherit;
}
body {
    height: auto;
    max-height: auto;
    overflow: auto;
}
.banner-title strong {
    display: block;
    font-weight: bold;
}

.aspas {
    position: absolute;
    font-size: 7rem;
    left: -44px;
    top: 12px;
}

.familia-banner {
    position: absolute;
    top: 0;
    right: 0px;
    width: auto;
    height: 100%;
}

.img-reciclagem {
    margin-top: -150%;
}

@media(max-width: 992px) {
    .img-reciclagem {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .familia-banner {
        display: none;
    }

    .banner-title {
        font-size: 1.5em;
        padding-top: 20px;
        text-align: center;
    }

    .aspas {
        font-size: 3rem;
        left: -6px;
        top: 4px;
    }
    .aspas-final{
        right: unset!important;
    }

    .banner-hero {
        height: 40vh;
    }

    .banner-hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}