.titulo-parceiros{
    padding: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 119, 230, 0.5), rgba(0, 119, 230, 0.753), rgb(0, 119, 230)), url(../img/projetos/proj1.jpg);
    border-radius: 0px 0px 100px 0px;
    background-size: cover;
    background-position: center;
}

.titulo-parceiros h2{
    font-size: 50pt;
    color: #fff;
}

.proj-interno{
    padding: 50px;
}

.caixa-proj{
    /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 25px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.219);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}

.caixa-proj img{
    height: 100%;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.texto-proj h3{
    color: #004381;
}

.texto-proj p{
    text-align: justify;
    width: 90%;
}

.lendo-texto{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lendo-texto button{
    border: none;
    margin-top: 20px;
    padding: 15px;
    background-color: #39baff;
    color: #fff;
    border-radius: 10px;
}