.projeto-item{
    text-decoration: none;
    font-size: 20pt;
    font-weight: bold;
}

.topicos{
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}

.box-projeto{
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 25px;
    position: relative;
    padding: 50px;
}

.box-projeto::after{
    position: absolute;
    content: url(../img/icones/bone.png);
    top: -30px;
    right: -10px;
}

.nossos-projetos{
    background-color: #f1f1f1;
    padding: 50px;
}

.cada-projeto{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 25px;
}

.cada-projeto img{
    border-radius: 25px 25px 0px 0px;
}

.texto-projeto{
    padding: 20px;
    text-align: center;
}

.ver-mais{
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    margin-bottom: -40px;
    font-size: 20pt;
    color: #fff ;
}

.ver-mais i{
    color: #fff;
}

.ver-mais:hover{
    background-color: #ffc847 !important;
}

.fazemos{
    padding: 50px;
}

.box-vantagens{
    background-color: #ffffff7a;
    border-radius: 25px;
    box-shadow: 0px 2px 10px #0000001e;
}

.box-proj img{
    border-radius: 0px 25px 25px 0px;
}

.box-proj{
    position: relative;
}

.desc-ativ{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 25px 0px;
    padding: 25px;
    
}

.desc-ativ h2{
    color: #fff;
}

.desc-ativ p{
    color: #fff;
}

/*Responsivo*/

@media screen and (max-width:500px) {

    .nossos-projetos{
        padding: 10px;
    }
    .cada-projeto{
        margin-bottom: 90px;
    }
}