.conteudo8 {
    position: relative;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.conteudo8.capa {
    padding-bottom: 0 !important;
}

.conteudo8 .titulosessao {
    padding: 120px 0px 0px 0px;
    text-align: left;
}

.conteudo8 .titulosessao h2 {
    padding-left: 0;
    margin-left: 0;
}

.conteudo8 .titulo .overlay {
    display: none;
}

.conteudo8 .subtitle {
    margin: 0px 0px 10px 0px;
}

.conteudo8 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.conteudo8 .conteudo-texto {
    position: relative;
    z-index: 10;
    padding: 0 30px;
}

.conteudo8 a,
.conteudo8 .corTxt,
.conteudo8 a.btn,
.conteudo8 .TxtGaleriaDesc {
    color: #fff;
}

.conteudo8 .titulosessao.titulo {
    text-align: left;
}

.conteudo8 .title,
.conteudo8 .subtitle {
    text-align: left!important;
    margin-left: 0!important;
    margin-right: 0!important;
    color: #fff!important;
}

@media(max-width:767px) {
    .conteudo8 {
        background-attachment: initial;
    }
    .conteudo8 .titulosessao {
        padding: 60px 0px 0px 0px;
    }
    .conteudo8 {
        background-size: cover;
    }
    .conteudo8 .titulosessao.titulo {
        text-align: center;
    }
    .conteudo8 .title,
    .conteudo8 .subtitle {
        text-align: center!important;
    }
}