.content-breadcrumb nav .breadcrumb .breadcrumb-item:nth-child(5) {
    display: none;
}
/* nome secao */
.nome-secao{
    margin: 0 auto;
    max-width: 75%;
    position: relative;
}
.nome-secao p{
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    position: relative;
    width: max-content;
}
.nome-secao p:after{
    content: '';
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    right: -32px;
}


/* introd */
.secao.rh{
    overflow: hidden;
}
.secao.rh .cont-full{}
.secao.rh .cont-full > header{
    position: relative;
    height: 400px;
}
.secao.rh .cont-full > header:before{
    content: '';
    height: 100%;
    width: 5000px;
    left: -2000px;
    position: absolute;
    top: 0;
    background: #1A4956;
}
.secao.rh .content-intro{
    padding: 0 50px;
}
.secao.rh .content-intro .titulo{
    text-align: center;
    color: #0ff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}
.secao.rh .content-intro .titulo:before{
    content: '';
    width: 6%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 47%;
    background: #0ff;
}
.secao.rh .content-intro .gravata{}
.secao.rh .content-intro .gravata h6{
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    font-family: 'Roboto',sans-serif;
    line-height: 22px;
    text-align: center;
}
.content-compartilhe{
    text-align: center;
}
.content-compartilhe p{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 110px;
    margin: 20px auto 10px;
}
.content-compartilhe p span{
    width: 20px;
    height: 20px;
    display: block;
    /* position: absolute; */
    top: 0;
    left: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/ic-share.svg);
}
.content-compartilhe > .addthis{
    width: fit-content;
    margin: 0 auto;
}
.secao.rh .content-image-more {
    position: relative;
}
.secao.rh .content-image-more .bg-image{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 20px;
    position: relative;
}
.conteudo-texto-more{}
.conteudo-texto-more .conteudo-corpo-more{
    text-align: left !important;
    margin: 45px auto;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
}
@media(max-width:992px){
    .secao.rh .cont-full > header{
        max-width:100%;
        padding: 0;
    }
    .secao.rh .content-intro{
        position:relative;
        z-index:2;
        margin: 0 auto;
        padding: 0 30px;
    }
    .secao.rh .content-image-more{
        position:absolute;
        height:100%;
        max-width: 100%;
        flex: 0 0 100%;
        z-index:1;
        opacity:.3;
        padding: 0;
    }
    .secao.rh .content-image-more .bg-image{
        top:0;
    }
    .secao.rh .content-intro .titulo{
        font-size:24px
    }
}
/* end */

/* ver mais */
.secoes.rh-dica .intro:before{
    display: none;
}
.itens-rh-dica:before{
    display: none;
}
.content-ver-mais{background: rgb(0 35 51 / 50%);margin: 50px 0;padding: 50px 15px;}
.secoes.rh-dica .intro{
    margin-bottom: 0;
    padding: 0;
}
.secoes.list-dicas .container h3{font-family: 'Roboto',sans-serif;font-size: 28px;font-weight: 100;margin: 0;color: #fff;}
.secoes.list-dicas .container h3 span{
    width: 60px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/ic-mores.svg);
}
.secoes.rh-dica .intro a{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 135px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    padding: 8px 40px 6px 15px;
}
.secoes.rh-dica .intro a span{}
/* end */