.efeito__5 {
    position: absolute;
    margin: 530px 0 0 0;
}
.efeito__5_en {
    margin: 530px 0 0 -90px;
}
.retangulo_sobre {
    position: absolute;
    margin: -350px 0 0 470px;
}
.retangulo_sobre img {
    border-radius: 0.5rem;
}
.efeito_palavra_sobre {
    position: absolute;
    margin: -350px 0 0 470px;
}
.sobre_nos {
    position: absolute;
    margin: -365px 0 0 510px;
}
.efeito_palavra_sobre2 {
    position: absolute;
    margin: -335px 0 0 745px;
}
.efeito_acento {
    position: absolute;
    margin: -360px 0 0 720px;
}
.sobre_nos_efeito {
    font-family: "Nanum Brush Script";
    font-style: normal;
    font-weight: 400;
    font-size: 81px;
    line-height: 92px;
    color: #000000;
    transform: rotate(-3.86deg);
    width: 250px;
}

.section_5_altura {
    height: 690px;
}
.img_section5 {
    background-image: url("../../img/site/banner/bg_section_5.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.texto_section_5 {
    padding: 175px 0 0 0px;
}
.txt_section5_p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.txt_section5 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 69px;
    line-height: 81px;
    color: #000000;
}
.section_6_altura {
    height: 650px;
}
.img_section6 {
    background-image: url("../../img/site/banner/bg_section_6.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.titulo_section6 {
    padding-top: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.efeito_sobre {
    position: absolute;
    margin: -500px 0 0 180px;
}
.efeito_sobre2 {
    position: absolute;
    margin: -390px 0 0 990px;
}
.txt_section6_titulo {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 69px;
    text-align: center;
    color: #ffffff;
}
.txt_section6_p {
    padding: 0 270px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}
.txt_section6_subtitulo {
    padding: 80px 0 0 0px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
}
.img_logo_parceiro {
    padding: 5px 300px;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}
.texto_section6 {
    width: 620px;
}
.btn_portfolio {
    margin: 50px 0;
    text-align: center;
}
.veja_portfolio {
    padding: 12px 40px;
    color: #9ada08;
    background: #000000;
    border: 2px solid #9ada08;
    border-radius: 30px;
}
.mobile_off_sobre {
    display: none;
}
@media screen and (orientation: portrait), (max-width: 1214px) {
    .efeito_3,
    .efeito_4,
    .efeito_sobre,
    .efeito_sobre2 {
        display: none;
    }
}
@media screen and (orientation: portrait), (max-width: 1000px) {
    .efeito__5 {
        margin: 610px 0 0 -450px;
    }
}
@media screen and (orientation: portrait), (max-width: 952px) {
    .section_5_altura {
        height: 800px;
    }
    .txt_section6_p {
        padding: 0 10px;
    }
    .img_logo_parceiro {
        padding: 0 10px;
    }
    .txt_section6_titulo {
        font-size: 40px;
        line-height: 55px;
    }
}
@media screen and (orientation: portrait), (max-width: 574px) {
    .section_5_altura {
        height: 1200px;
    }
    .img_logo_parceiro {
        padding: 0 10px;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
        flex-direction: column;
    }
    .logo_parceiro img {
        margin: 15px 0;
    }
    .section_6_altura {
        height: 960px;
    }
}
@media screen and (orientation: portrait), (max-width: 470px) {
    .efeito__5 {
        margin: 605px 0 0 -460px;
    }
    .txt_section5 {
        font-size: 45px;
        /* line-height: 48px; */
    }
}
