.nav-link.webseries{
    font-weight: bold;
}
/* introducao */
/* header */
.secoes.webseries .intro{
    position: relative;
    padding: 30px 0;
}
.secoes.webseries header{
    padding: 0 90px;
}
.secoes.webseries header h2{
    color: #00FFFF;
    font-size: 40px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    width: max-content;
}
.secoes.webseries header .ic{
    width: 45px;
    height: 45px;
    position: absolute;
    left: -60px;
    top: 0;
    background-image: url(../img/ic-camera.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.secoes.webseries header .linha-azul{
    background: #0CDEE6;
    height: 1px;
    left: 105%;
    bottom: 0;
    width: 55px;
    position: absolute;
}
@media(max-width: 768px){
    .secoes.webseries header h2{
        margin-bottom: 15px;
    }
}
/* end  */

/* destaque */
.secoes.noticia-destaque{
    padding: 50px 0;
    position: relative;
    background: #002333;
}
.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 175px 0 0;
    text-align: center;
    color: #00FFFF;
    font-family: 'Titillium Web',sans-serif;
    font-size: 26px;
    line-height: 24px;
    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 .flag-destaque{
    color:#fff;
    font-size:14px;
}
.item-destaque .conteudo-destaque .col-direita .flag-destaque:before{
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background:#00fffe; 
    margin-right:5px
}
 .titulo-destaque{
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    max-width: 400px;
}
.item-destaque .conteudo-destaque .col-direita .gravata-destaque{
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Titillium Web', sans-serif;
    max-width: 400px;
}
.item-destaque .conteudo-destaque .col-direita .botao-destaque{
    /* text-align: right; */
    position: relative;
}
.item-destaque .conteudo-destaque .col-direita .botao-destaque a{
    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 a .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 a.webserie .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;
    padding-left: 31px;
}
@media(max-width: 992px){
    .titulo-destaque{
        font-size: 26px;
        line-height: 25px;
    }
    .item-destaque .conteudo-destaque .col-direita .gravata-destaque{
        font-size: 20px;
    }
}
@media(max-width:768px){

    .secoes.noticia-destaque *{}
    .item-destaque{
        max-width:330px;
        margin:0 auto
    }
    .item-destaque .conteudo-destaque .col-direita{
        padding:20px 0 0 0
    }
    .item-destaque .conteudo-destaque .col-esquerda{
        padding:0
    }
    .item-destaque .conteudo-destaque .col-direita .gravata-destaque,
    .item-destaque .conteudo-destaque .col-direita .titulo-destaque{
        max-width:100%;
    }
    .item-destaque .conteudo-destaque .col-esquerda .txt-banner-destaque .episodio{
        padding: 0 190px 0 15px;
        margin:0;
        text-align: left;
    }
}
/* end  */
/* end  */

/* list webserie  */
.itens-webserie{
    padding: 80px 0 90px 0;
    position: relative;
    overflow: hidden;
    background: rgb(0 35 51 / .5);
}
.itens-webserie .item-webserie{
    position: relative;
    max-height: 350px;
    padding: 0 15px;
    margin-bottom: 30px;
    cursor: pointer;
}
.itens-webserie .item-webserie .content-item{    
    display: block;    
    position: relative;    
    width: 100%;    
    height: 100%;
}
.itens-webserie .item-webserie .bg-image{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0 35 51 / .5);
    z-index: 1;
}
.itens-webserie .item-webserie .bg-image:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 35 51 / 50%);
}
.itens-webserie .item-webserie .bg-image:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/ic-camera-branco.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.itens-webserie .item-webserie:hover .bg-image:after{
    opacity: 0;
}
.itens-webserie .item-webserie .txt-webserie{
    position: relative;
    padding: 10px 15px;
    z-index: 3;
    width: 100%;
    height: 110px;
}
.itens-webserie .item-webserie .txt-webserie h4{
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
}
.itens-webserie .item-webserie .txt-webserie .gravata{
    display: none;
}
@media(max-width: 992px){
    .itens-webserie .item-webserie{
        flex: 0 0 50%;
        max-width: 100%;
    }
}
@media(max-width: 550px){
    .itens-webserie .item-webserie{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* end */

/* modal  */
#modal-webserie{
    display: none;
    background: rgb(0 52 67 / 90%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999;
    overflow-y: scroll;
}
#modal-webserie.show{
   /* display: block !important; */
}
#modal-webserie > .content{
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    height: 100%;
}
#modal-webserie .conteudo-geral{
    height: auto;
    max-width: 900px;
    width: 100%;
    height: 510px;
    border: none;
    box-shadow: 0px 9px 26px #00011E6B;
}
#modal-webserie .conteudo-geral .btn-fechar-modal{
    position: absolute;
    right: 0;
    height: 30px;
    top: -30px;
    padding-right: 30px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    cursor: pointer;
}
#modal-webserie .conteudo-geral .btn-fechar-modal span{
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/ic-fechar-popup.svg);
}
#modal-webserie .conteudo-geral iframe{
    width: 100%;
    height: 100%;
}
@media(max-width: 992px){
    #modal-webserie .conteudo-geral{        
        max-width: 95%;        
        margin: 0 auto;
    }
    #modal-webserie .conteudo-geral .btn-fechar-modal{        
        right: 2.5%;
    }
}
@media(max-width: 550px){
    #modal-webserie .conteudo-geral{        
        height: 360px;
    }
}