body.capa{
    background: #003443
}
.nav-link.projetossesi{
    font-weight: bold;
}
/* podcasts */
.secoes.projetos{
    padding: 30px 0 0px 0;
    margin-bottom: 80px;
}
.secoes.projetos header{
    /* padding: 0 90px; */
}
.secoes.projetos .txt-introducao{
    margin: 50px auto;
    position: relative;
    background: rgb(0 35 51 / 50%);
}
.secoes.projetos .txt-introducao .content-introducao{
    position: relative;
    max-width: 1143px;
}
.secoes.projetos .txt-introducao .col-esq{}
.secoes.projetos .txt-introducao .col-dir{
    padding: 50px 15px;
}
.secoes.projetos .txt-introducao .bg-image{
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.secoes.projetos .txt-introducao .txt{
    line-height: 28px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 100;
}
.secoes.projetos header h2{
    color: #00FFFF;
    font-size: 40px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    /* width: max-content; */
}
.secoes.projetos header .ic{
    display: none
}
.secoes.projetos header .linha-azul{
    background: #0CDEE6;
    height: 1px;
    left: 255px;
    bottom: 10px;
    width: 55px;
    position: absolute;
}
.secoes.projetos .itens-projetos .item-projeto {
    padding: 0;
}
.secoes.projetos .itens-projetos .item-projeto a{
    display: block;
    text-decoration: none;
}
.secoes.projetos .itens-projetos .item-projeto .ic-projeto .bg-image{
    width: 175px;
    height: 175px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    margin: 0 auto;
}
.secoes.projetos .itens-projetos .item-projeto .titulo-projeto{
    height: 55px;
}
.secoes.projetos .itens-projetos .item-projeto .titulo-projeto h4{
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Roboto',sans-serif;
    margin-top: 25px;
}
.secoes.projetos .itens-projetos .item-projeto:hover .bg-image{
    background-position-y: bottom;
}
.secoes.projetos .itens-projetos .item-projeto:hover h4{
    color: #0ff;
}

@media(max-width: 992px){
    .secoes.projetos .txt-introducao > .container{
        max-width:100%;
        padding:0;
    }
    .secoes.projetos .txt-introducao .content-introducao{

    }
    .secoes.projetos .txt-introducao .col-esq{
        position: absolute;
        height: 100%;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .secoes.projetos .txt-introducao .col-dir{
        flex: 0 0 100%;
        max-width: 100%;
        background: rgb(0 35 51 / 70%);
        padding: 70px 30px;
    }
    .secoes.projetos .txt-introducao .txt{
        max-width: 50%;
        margin:0 auto;
    }
    .secoes.projetos .itens-projetos{
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .secoes.projetos .itens-projetos .item-projeto{
        max-width:33.3%;
        flex: 0 0 33.3%;
    }
}
@media(max-width:768px){
    
    .secoes.projetos header h2{
        margin-bottom: 10px;
    }
    .secoes.projetos .txt-introducao{
        margin-top: 20px;
    }
    .secoes.projetos > .container{
        max-width:330px;
        padding: 0;
    }
    .secoes.projetos .txt-introducao .txt{
        max-width:300px;
        font-size:16px
    }

    .secoes.projetos .itens-projetos .item-projeto{
        max-width:50%;
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
    .secoes.projetos .itens-projetos .item-projeto .ic-projeto .bg-image{
        width:145px;
        height:145px;
    }
    .secoes.projetos .itens-projetos .item-projeto .titulo-projeto h4{
        font-size:17px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 20px;
    }    
}

@media(max-width: 576px){
    .secoes.projetos .txt-introducao > .container{        
            padding: 0;
    }
}
/* end  */
/* projetos destaques */

.secoes.projetos-destaques{
    background: #002333;
    position: relative;
    padding: 40px 0;
}
.secoes.projetos-destaques header{
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #0ff;
}
.secoes.projetos-destaques header h2{
    padding: 0 15px;
}
.secoes.projetos-destaques .item-destaque{
    position: relative;
    /* height: 250px; */
    padding: 0 15px;
}
.secoes.projetos-destaques .item-destaque a{
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
}
.secoes.projetos-destaques .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-destaques .item-destaque .bg-image .flag{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 15px 15px 60px;
    background: rgb(0 43 58 / 80%) 0% 0% no-repeat padding-box;
    border-radius: 30px 0px 0px 0px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    max-width: 180px;
    height: 84px;
}
.secoes.projetos-destaques .item-destaque .bg-image .flag:before{
    content: '';
    position: absolute;
    width: 50px;
    left: 5px;
    top: 15px;
    height: 50px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: top center;
}
.secoes.projetos-destaques .item-destaque .bg-image .flag.empreendedorismo:before{
    background-image: url(../img/ic-projetos-empreendedorismo.svg);
}
.secoes.projetos-destaques .item-destaque .bg-image .flag.aprendizadogamificado:before{
    background-image: url(../img/ic-projetos-gamificado.svg);
}
.secoes.projetos-destaques .item-destaque .bg-image .flag.robotica:before{
    background-image: url(../img/ic-projetos-robotica.svg);
}
.secoes.projetos-destaques .item-destaque .bg-image .flag.projetosemsala:before{
    background-image: url(../img/ic-projetos-em-sala.svg);
}
.secoes.projetos-destaques .item-destaque .bg-image .flag.oficinasaprendizagem:before{
    background-image: url(../img/ic-projetos-oficinas.svg);
}
.secoes.projetos-destaques .item-destaque .bg-image .flag.acessibilidade:before{
    background-image: url(../img/ic-projetos-acessibilidade.svg);
}
.secoes.projetos-destaques .item-destaque .bg-image .flag.tecnologiaeinovacao:before{
    background-image: url(../img/ic-projetos-tecnologiaeinovacao.svg);
}
.secoes.projetos-destaques .item-destaque .bg-image .flag.sustentabilidade:before{
    background-image: url(../img/ic-projetos-sustentabilidade.svg);
}
.secoes.projetos-destaques .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-destaques .item-destaque .txt-projeto{
    position: relative;
    padding: 10px 20px 0 20px;
    z-index: 3;
}
.secoes.projetos-destaques .item-destaque .txt-projeto h4{
    color: #00FFFF;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 25px;
}
.secoes.projetos-destaques .item-destaque .txt-projeto p{
    font-size: 20px;
    color: #fff;
    font-family: 'Titillium Web',sans-serif;
    line-height: 22px;
}
.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)
    
}


@media(max-width:768px){
    .secoes.projetos-destaques  > .container{
        max-width:330px;
        padding:0
    }
    .secoes.projetos-destaques .item-destaque{
        padding:0 30px
    }
    .secoes.projetos-destaques .item-destaque a{
        padding:0
    }
    .secoes.projetos-destaques .item-destaque .txt-destaque{
        padding:20px 0;
    }
    .seta_esquerda, .seta_direita{
        left:-12px;
    }
    .seta_direita{
        left:auto;
        right:-12px;
    }
    .secoes.projetos-destaques .item-destaque .bg-image .flag{
        
    }
}