body{
    background: #003443
}
.nav-link.rhdaadica{
    font-weight: bold;
}
/* header */
.secao.rh{
    overflow-x:hidden;
    padding-top: 20px;
}
.secoes.rh-dica > article{
    padding: 0 20px;
}
.secoes.rh-dica .intro{
    position: relative;
    padding: 30px 0;
}
/* .secoes.rh-dica .intro:before{
    content: '';
    left: -2000px;
    height: 100%;
    top: 0;
    width: 5000px;
    background: #003443;
    position: absolute;
} */
.secoes.rh-dica header{
    padding: 0;
}
.secoes.rh-dica header h2{
    color: #00FFFF;
    font-size: 40px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    width: max-content;
    padding-left: 15px;
}
.secoes.rh-dica header .linha-azul{
    background: #0CDEE6;
    height: 1px;
    left: 105%;
    bottom: 0;
    width: 55px;
    position: absolute;
}
/* end  */

/* destaque */
.item-destaque a{
    display: block;
    text-decoration: none;
}
.item-destaque .tipo-destaque h2{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    width: max-content;
    line-height: 25px;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 35px;
}
.item-destaque .tipo-destaque h2 span{
    background: #0CDEE6;
    height: 1px;
    left: 100%;
    bottom: 0;
    width: 55px;
    position: absolute;
}
.item-destaque .conteudo-destaque .col-esquerda{
    padding-left: 0;
}
.item-destaque .conteudo-destaque .col-esquerda .bg-image{
    background-position: center;
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: relative;
}
.item-destaque .conteudo-destaque .col-esquerda .txt-banner-destaque{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    overflow-y: hidden;
    background: rgb(0 0 0 / 40%) 0% 0% no-repeat padding-box;
}
.item-destaque .conteudo-destaque .col-esquerda .txt-banner-destaque .episodio{
    width: 100%;
    margin: 0 180px;
    text-align: center;
    color: #00FFFF;
    font-family: 'Titillium Web',sans-serif;
    font-size: 26px;
    font-weight: bold;
}
.item-destaque .conteudo-destaque .col-esquerda .txt-banner-destaque .ic-destaque{
    position: absolute;
    right: 0;
    top: 0;
}
.item-destaque .conteudo-destaque .col-esquerda .txt-banner-destaque .ic-destaque img{
    height: 130px;
    width: auto;
    top: 15px;
    position: relative;
}
.item-destaque .conteudo-destaque .col-direita .titulo-destaque{
    color: #fff;
    font-size: 30px;
}
.item-destaque .conteudo-destaque .col-direita .gravata-destaque{
    color: #fff;
    font-size: 22px;
}
.item-destaque .conteudo-destaque .col-direita .botao-destaque{
    text-align: right;
}
.item-destaque .conteudo-destaque .col-direita .botao-destaque div{
    margin: 0;
    color: #006595;
    font-size: 22px;
    line-height: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    display: table;
    text-align: center;
    background: #0ff;
    padding: 15px 21px;
    border-radius: 35px;
    text-decoration: none;
    position: relative;
    width: auto;
}
.item-destaque .conteudo-destaque .col-direita .botao-destaque div .icon{
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
}
.item-destaque .conteudo-destaque .col-direita .botao-destaque div .icon{
    background-image: url(../img/ic-play.svg);
}
.item-destaque .conteudo-destaque .col-direita .botao-destaque p{
    margin: 0;
    color: #006595;
    font-size: 22px;
    line-height: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    text-align: left;
}
/* end  */

/* list rh-dica  */
.secoes.list-dicas{
    /* background: rgb(0 35 51 / .5); */
}
.secoes.list-dicas .container{
    position:relative
}
.itens-rh-dica{
    position: relative;
    padding: 30px 0 60px 0;
}
/* .itens-rh-dica:before{
    content: '';
    left: -2000px;
    height: 100%;
    top: 0;
    width: 5000px;
    background: rgb(0 35 51 / 50%);
    position: absolute;
} */
.item-rh-dica{
    padding: 0 10px;
    margin-bottom: 50px;
}
.item-rh-dica a{
    display: block;
    height: 100%;
    background: #002333;
    text-decoration: none;
    height: 460px;
    overflow-y: hidden;
    position: relative;
}
.item-rh-dica .bg-image{
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-rh-dica .txt-rh-dica{
    padding: 0 15px;
    max-height: 200px;
    overflow: hidden;
}
.item-rh-dica .txt-rh-dica h4{
    height: auto;
    margin: 15px 0 10px 0;
    color: #00FFFF;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 22px;
}
.item-rh-dica .txt-rh-dica p{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 22px;
}
.item-rh-dica .button-saiba-mais{
    text-align: right;
    padding: 0px 15px 25px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.item-rh-dica .button-saiba-mais button{
    cursor: pointer;
    background: #00FFFF 0% 0% no-repeat padding-box;
    border-radius: 16px;
    width: 140px;
    text-align: center;
    border: none;
    padding: 0px 15px;
    color: #002333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.seta_esquerda, .seta_direita{
    position:absolute;
    width:40px;
    height:80px;
    left:-25px;
    top:50%;
    margin-top:-40px;
    background:url(../img/ic-seta-circulo.svg) no-repeat center;
    z-index:5;
}
.seta_direita{
    left:auto;
    right:-25px;
    transform:rotate(180deg)
    
}
a.ver-todos{
    position:absolute;
    width:130px;
    height:40px;
    top: 0px;
    right: 22px;
    color:#fff;
    font-size:15px;
    border:1px solid rgb(255 255 255 / .2);
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:20px;
}
a.ver-todos:after{
    content:"";
    width:14px;
    height:14px;
    background:url(../img/ic-seta-azul.svg) no-repeat;
    background-size:contain;
    margin-left:10px
}
@media (max-width:768px){
    .item-rh-dica{
        padding: 0 30px;
    }
    .conteudo-destaque{
        padding:0
    }
    .item-destaque .conteudo-destaque .col-esquerda{
        padding:0
    }
    a.ver-todos{
        position:relative;
        right: 0;
        margin: 20px auto 0;
    }
}
/* end */