.nav-link.projetossesi{
    font-weight: bold;
}
/* introducao */
.secoes.intro-projeto .intro{
    position: relative;
    padding: 30px 0;
    padding-bottom: 90px;
    background: #003443;
}
.secoes.intro-projeto .intro .conteudo{
    position: relative;
}
.secoes.intro-projeto header{
    padding: 0 0 0  90px;
    position: relative;
    margin: 0 15px;
}
.secoes.intro-projeto header .icon{
    width: 85px;
    height: 85px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 85px;
    left: 0;
    top: 0;
}
.secoes.intro-projeto header .flag-secao{
    position: relative;
    font-size: 19px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    color: #fff;
}
.secoes.intro-projeto header .flag-secao span{
    width: 35px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 5px;
    right: -40px;
}
.secoes.intro-projeto header h1{
    color: #00FFFF;
    font-size: 40px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}

.secoes.intro-projeto .item .conteudo .txt{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 29px;
    text-align: left !important;
    font-weight: 100;
}
.secoes.intro-projeto .item .conteudo .bg-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
}
@media(max-width: 768px){
    .secoes.intro-projeto .intro{
        
padding-top: 15px;
    }
}
@media(max-width: 576px){
    .secoes.intro-projeto header h1{
        font-size: 22px
    }
}
/* end */

/* projetos */
.secoes.projetos{
    background: #002333;
    position: relative;
    padding: 40px 0;
}
.secoes.projetos article.container{
    position: relative;
}
.secoes.projetos .item-destaque{
    position: relative;
    /* height: 250px; */
    margin-bottom: 30px;
}
.secoes.projetos .item-destaque a{
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
}
.secoes.projetos .item-destaque .bg-image{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
}
.secoes.projetos .item-destaque:hover .bg-image:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 35 51 / 50%);
}
.secoes.projetos .item-destaque .txt-podcast{
    position: relative;
    padding: 10px 20px 0 20px;
    z-index: 3;
}
.secoes.projetos .item-destaque .txt-podcast h4{
    color: #00FFFF;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    height: 50px;
}
.secoes.projetos .item-destaque .txt-podcast p{
    font-size: 18px;
    color: #fff;
    font-family: 'Titillium Web',sans-serif;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
/* end */

@media(max-width: 992px){
    .secoes.intro-projeto .col-direita{
        position: absolute;
        height: 100%;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        /* z-index: -1; */
    }
    .secoes.intro-projeto .col-esquerda{
        flex: 0 0 100%;
        max-width: 100%;
        background: rgb(0 35 51 / 70%);
        padding: 70px 30px;
        z-index: 2;
    }
    .secoes.intro-projeto .item .conteudo .bg-image{
        height: 100%;
    }
    .secoes.projetos .item-destaque{
        flex: 0 0 50%;
        max-width: 100%
    }
}
@media(max-width:768px){
    .secoes.projetos .item-destaque{
        padding: 0 30px !important;
        flex: 0 0 100%;
    }   
    .secoes.projetos .item-destaque .txt-podcast h4{        
        height: auto;
    }
}

@media(max-width: 576px){
    .secoes.projetos article.container{
        max-width: 360px;
    }
    .secoes.intro-projeto .intro.container{        
            padding: 0;
    }
}