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

.banner-title strong {
    display: block;
    font-weight: bold;
}

.aspas {
    position: absolute;
    font-size: 7rem;
    left: -44px;
    top: 12px;
}
.aspas-final {
    position: absolute;
        font-size: 7rem;
        right: 0;
        bottom: -8px;
            right: inherit;
}
.familia-banner {
    position: absolute;
    top: 0;
    right: 0px;
    width: auto;
    height: 100%;
}

body {
    height: auto;
    max-height: auto;
    overflow: auto;
}

.section-fale-conosco {
    background-color: #f3f3f3;
}

.section-fale-conosco h2 {
    font-size: 24px;
    color: #000;
}

.section-fale-conosco p {
    font-size: 16px;
    color: #333;
}

.section-fale-conosco .form-control {
    border-radius: 8px;
    background-color: #fff;
    color: #666;
}

.section-fale-conosco button {
    background-color: #333;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    padding: 10px 20px;
}

.section-fale-conosco a {
    color: #333;
    text-decoration: underline;
}

.contato-logo {
    width: 40%;
}

.button-enviar {
    background: #595959 !important;
    border-radius: 12px;
}

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