body{
    background: #003443
}
.nav-link.projetossesi{
    font-weight: bold;
}
.content-breadcrumb nav .breadcrumb .breadcrumb-item:nth-child(6){
    display: none;
}
@media (max-width: 768px){
    .content-breadcrumb{
        top: 0;
    }
    .nome-secao{
        margin-top: 10px !important;
    }
}
/* nome secao */
.nome-secao{
    margin: 40px auto;
    margin-top: 0;
    position: relative;
}
.nome-secao .secao-projeto{
    padding-left: 50px;
    background-size: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: top left;
}
.interna.robotica .nome-secao .secao-projeto{
    background-image: url(../img/ic-projetos-robotica.svg);
} 
.interna.aprendizadogamificado .nome-secao .secao-projeto{
    background-image: url(../img/ic-projetos-gamificado.svg);
} 
.interna.empreendedorismo .nome-secao .secao-projeto{
    background-image: url(../img/ic-projetos-empreendedorismo.svg);
} 
.interna.oficinasdeaprendizagem .nome-secao .secao-projeto{
    background-image: url(../img/ic-projetos-oficinas.svg);
}
.interna.projetosemsaladeaula .nome-secao .secao-projeto{
    background-image: url(../img/ic-projetos-em-sala.svg);
}
.interna.acessibilidade .nome-secao .secao-projeto{
    background-image: url(../img/ic-projetos-acessibilidade.svg);
}
.interna.tecnologiaeinovacao .nome-secao .secao-projeto{
    background-image: url(../img/ic-projetos-tecnologia-inovacao.svg);
}
.interna.sustentabilidade .nome-secao .secao-projeto{
    background-image: url(../img/ic-projetos-sustentabilidade.svg);
}
.nome-secao p{
    color: #fff;
    font-family: 'Roboto',sans-serif;
    /* font-weight: bold; */
    font-size: 22px;
    margin: 0;
    position: relative;
    width: max-content;
}
.nome-secao p:nth-child(1){
    font-size: 15px;
}
.nome-secao p:nth-child(2){
    color: #0ff;
}
.nome-secao p:nth-child(2):after{
    display: none;
}
.nome-secao p:after{
    content: '';
    width: 30px;
    height: 1px;
    background: #0ff;
    position: absolute;
    bottom: 8px;
    right: -32px;
}

/* introd */
.secao.projetos{
    background: #003443;
    padding-bottom: 50px;
    overflow: hidden;
}
.secao.projetos .cont-full > header{
    position: relative;
    background: #1A4956;
}
.secao.projetos .cont-full header .container{
    position: relative;
    height: 400px;
}
.secao.projetos .content-intro{
    padding: 0 50px;
}
.secao.projetos .content-intro .titulo{
    text-align: center;
    color: #0ff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}
.secao.projetos .content-intro .titulo:before{
    content: '';
    width: 6%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 47%;
    background: #0ff;
}
.secao.projetos .content-intro .gravata h6{
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    font-family: 'Roboto',sans-serif;
    line-height: 22px;
    text-align: center;
}
.content-compartilhe{
    text-align: center;
}
.content-compartilhe p{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    position: relative;
    width: 90px;
    margin: 5px auto;
}
.content-compartilhe p span{
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/ic-share.svg);
}
.content-compartilhe > .addthis{
    width: fit-content;
    margin: 0 auto;
}
.secao.projetos .content-image-more {
    position: relative;
}
.secao.projetos .content-image-more .bg-image{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 20px;
    position: relative;
}
.conteudo-texto-more .conteudo-corpo-more{
    text-align: left !important;
    margin: 45px auto;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
}
@media(max-width: 992px){
    .secao.projetos .cont-full header .container{
        padding: 0
    }
    .secao.projetos .content-intro{
        flex: 0 0 100%;
        max-width: 100%;
        background: rgb(0 35 51 / 70%);
        padding: 70px 30px;
        z-index: 2;
    }
    .secao.projetos .content-image-more{
        position: absolute;
        height: 100%;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        left: 0;
    }
    .secao.projetos .content-image-more .bg-image{        
        bottom: 0;
    }
    .secoes.intro-projeto .item .conteudo .bg-image{
        height: 100%;
    }
    .secoes.projetos .item-destaque{
        flex: 0 0 50%;
        max-width: 100%
    }
    .conteudo-texto-more .conteudo-corpo-more{
        margin: 30px auto;
        flex: 0 0 95%;
        max-width: 100%;
    }
}

@media(max-width: 576px){
    .secoes.intro-projeto .intro.container{        
            padding: 0;
    }
}
/* end */

/* ver mais */
.secoes.projetos .intro:before{
    display: none;
}
.itens-projetos:before{
    display: none;
}
.content-ver-mais{background: rgb(0 35 51 / 50%);margin: 50px 0;padding: 0;}
.secoes.projetos .intro{
    margin-bottom: 0;
    padding: 0;
    position: relative;
    margin-bottom: 30px;
}
.secoes.projetos .intro h3{font-family: 'Roboto',sans-serif;font-size: 28px;font-weight: 100;color: #fff;margin: 0 15px;}
.secoes.projetos .intro h3 span{
    width: 60px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/ic-mores.svg);
}
.secoes.projetos .ver-todos{
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    padding: 8px 40px 6px 15px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(../img/ic-seta-azul.svg);
    background-position: 90% center;
}
.secoes.projetos .item-destaque{
    padding: 0 15px;
}
/* end */

.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 .ver-todos{
        position: relative;
        margin: 0 auto;
        display: block;
    }
    .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{
        
    }
    .secoes.projetos .item-destaque .txt-podcast h4{        
        height: auto;
    }
}