body.capa{
    background: #003443;
}
.nav-link.podcast{
    font-weight: bold;
}
/* banner */
.imagens-background .banner a{
    display: block;
}
.imagens-background .banner .bg-image{
    background-position: center;
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: relative;
}
/* end banner */

/* podcasts */
.secoes.podcast{
    padding: 30px 0 0px 0;
    margin-bottom: 80px;
}
.secoes.podcast header{
    padding: 0 90px;
    position: relative;
}
.secoes.podcast .txt-introducao{
    margin: 50px auto;
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
    padding: 0;
}
.secoes.podcast .txt-introducao:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 5000px;
    left: -1500px;
    background: rgb(0 35 51 / 50%);
    display: block;
}
.secoes.podcast .txt-introducao .content-introducao{
    position: relative;
    max-width: 1143px;
    margin: 0 auto;
    }
.secoes.podcast .txt-introducao .col-esq{}
.secoes.podcast .txt-introducao .col-dir{
    padding: 50px 15px;
}
.secoes.podcast .txt-introducao .bg-image{
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.secoes.podcast .txt-introducao .txt{
    line-height: 28px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 100;
}
.secoes.podcast header h2{
    color: #00FFFF;
    font-size: 40px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    width: max-content;
}
.secoes.podcast header .ic{
    width: 45px;
    height: 45px;
    position: absolute;
    left: -60px;
    top: 0;
    background-image: url(../img/ic-microfone.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.secoes.podcast header .linha-azul{
    background: #0CDEE6;
    height: 1px;
    left: 105%;
    bottom: 0;
    width: 55px;
    position: absolute;
}

.secoes.podcast .itens-podcast{
    background: rgb(0 35 51 / 50%);
    border-bottom: 1px solid rgb(0 255 255 / 15%);
}
.secoes.podcast .item-podcast{
    border-top: 1px solid rgb(0 255 255 / 15%);
    position: relative;
    transition:all ease .3s;
}
.secoes.podcast .item-podcast:hover{
    background: rgb(10 60 74);
}
.secoes.podcast .item-podcast .title-podcast{}
.secoes.podcast .item-podcast .title-podcast a{
    text-decoration: none;
    padding: 30px 0 30px 54px;
}
.secoes.podcast .item-podcast .title-podcast .txt-title{
    position: relative;
}
.secoes.podcast .item-podcast .title-podcast .txt-title .ic-play{
    width: 45px;
    height: 45px;
    position: absolute;
    left: -41px;
    top: 0;
    background-image: url(../img/ic-play-podcast.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.secoes.podcast .item-podcast .title-podcast .txt-title .txt{}
.secoes.podcast .item-podcast .title-podcast .txt-title .txt h4{
    color: #00FFFF;
    margin: 0;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}
.secoes.podcast .item-podcast .title-podcast .txt-title .txt p{
    margin: 0;
    color: #FFFFFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
}
.secoes.podcast .item-podcast .title-podcast .data{
    color: #fff;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
}
.secoes.podcast .item-podcast .title-podcast .data span{
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/ic-calendar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    margin: 0 auto;
}
.secoes.podcast .item-podcast .title-podcast .time{
    color: #fff;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
}
.secoes.podcast .item-podcast .title-podcast .time span{
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/ic-time.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    margin: 0 auto;
}
.secoes.podcast .item-podcast .desc-podcast{}
.secoes.podcast .item-podcast .desc-podcast .txt{
    margin: 0;
    color: #FFFFFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
}
@media(max-width:992px){
    .secoes.podcast .txt-introducao .col-dir{
        position:relative;
        z-index:2;
        margin: 0 auto;

    }
    .secoes.podcast .txt-introducao .col-esq{
        position:absolute;
        left:0;
        top:0;
        z-index:1;
        height:100%;
        max-width:100%;
        flex:0 0 100%;
        padding: 0;
        opacity: .3;
    }
}
@media(max-width:768px){
    .secoes.podcast header h2{        
        margin-bottom: 0;
    }
    .secoes.podcast .txt-introducao{
        
margin-top: 20px;
    }
    .secoes.podcast .txt-introducao .txt{
        font-size:16px;
    }
    .secoes.podcast .txt-introducao .col-dir{
        max-width: 320px;
    }
    .secoes.podcast .item-podcast .title-podcast .txt-title .txt h4{
        font-size:20px
    }
    .secoes.podcast .item-podcast .title-podcast .txt-title .txt p{
        font-size:16px
    }
    .secoes.podcast .item-podcast .title-podcast .data,
     .secoes.podcast .item-podcast .title-podcast .time{
        font-size:15px;
        display: flex;
        margin-right: 30px;
        margin-top: 10px;
    }
    .secoes.podcast .item-podcast .title-podcast .data span,
    .secoes.podcast .item-podcast .title-podcast .time span{
        margin-right:10px;

    }
    .secoes.podcast .item-podcast .title-podcast a div:nth-child(2){
        justify-content: flex-start !important;
        
    }
    .secoes.podcast .item-podcast .title-podcast a{
        padding: 20px 0 20px 30px;
    }
    .secoes.podcast .item-podcast .title-podcast{
        padding-right:0
    }


}
/* end */