.title {
    font-size: 38px;
    font-weight: 400;
    color: #222;
    margin: 0 15px;
    vertical-align: middle
}

.title.estilo1::after {
    display: block;
    content: " ";
    margin: 10px auto 0;
    height: 5px;
    width: 40px;
    opacity: .3;
    filter: alpha(opacity=30)
}

.title.estilo7::after {
    display: block;
    content: " ";
    margin: 0 auto;
    height: 16px;
    width: 165px;
    opacity: .5;
    filter: alpha(opacity=30);
    background-size: contain;
    background-position: center;
    background-repeat: space;
    background-image: url(../img/elementos/heart-titulo.svg);
}

.estilo4_detalhes,
.title.estilo4,
.title.estilo5,
.titulosessao span.line {
    display: inline-block
}

.title.estilo1 {
    border-bottom: 0!important
}

.estilo4_detalhes {
    position: relative
}

.estilo4_detalhes span.line {
    top: 25px;
    height: 1px;
    opacity: .3;
    position: absolute;
    display: inline-block;
    max-width: 120px!important;
    vertical-align: middle
}

.title.estilo4 {
    overflow: visible;
    position: relative
}

.detalhe_site,
.shareImage,
.zoomimg {
    position: absolute
}

.title.estilo5 {
    width: auto!important
}

.estilo5_detalhes {
    width: 85%;
    display: block;
    margin: 0 auto
}

.estilo5_detalhes .title:after,
.estilo5_detalhes .title:before {
    content: " ";
    height: 15px;
    width: 15px;
    opacity: .3;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.estilo5_detalhes .title:after {
    right: -30px
}

.estilo5_detalhes .title:before {
    left: -30px
}

.titulosessao.sessao_foto .estilo7_detalhes h2{
    color: #fff;
}

.detalhe_site {
    bottom: 0;
    width: 100%;
    z-index: 100;
    height: 60px;
    display: none;
    margin-top: -30px;
    margin-bottom: -30px;
    background-size: auto 100%;
    background-position: center center;
    -webkit-mask-repeat: repeat no-repeat;
    mask-repeat: repeat no-repeat
}

.detalhe_site.detalhe_pincel {
    mask-size: 100% 115%;
    -webkit-mask-size: 100% 115%
}

@media only screen and (max-width:750px) {
    .detalhe_site.detalhe_pincel {
        mask-size: 500% auto;
        -webkit-mask-size: 500% auto
    }
}

.titulosessao:not(.sessao_foto) {
    padding: 60px 0;
}

.titulosessao.sessao_foto {
    overflow-x: hidden
}

.elemento_titulo {
    width: 40px;
    display: block;
    margin: 0 auto 5px
}
