.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/projetolereaprender/sarau-3.jpg);
    border-radius: 0px 0px 100px 0px;
    background-size: cover;
    background-position: center;
}

.titulo-parceiros h2{
    font-size: 50pt;
    color: #fff;
}

.parceirosint img{
    max-width: 50% !important;
}

.parceirosint hr{
    opacity: 0.1;
    color: #383838;
}

.parceirosint{
    padding: 50px;
}

.parceirosint p{
    width: 80%;
    text-align: justify;
}

.box-texto{
    background-color: #ebebeb;
    padding: 50px;
    border-radius: 10px;
}

.box-texto h2{
    color: #383838;
    font-size: 40pt;
}

.box-texto button{
    padding: 10px;
    border: none;
    margin-top: 10px;
    background-color: #0066ce;
    color: #fff;
    border-radius: 6px;
}

.box-texto button:hover{
    background-color: #59c1fa;
    transition: .5s;
}

.alinha{
    display: flex;
    align-items: center;
    justify-content: center;
}

.botao-voltar{
    width: 200px;
    margin: 20px auto;
}

.botao-voltar button{
    width: 100%;
    border: none;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    background-color: #59c1fa;
}


.botao-voltar button:hover{
    background-color: #0066ce;
    transition: .5s;
}

.galeria img{
    aspect-ratio: 3/2;
    object-fit: cover;
    box-shadow: 1px 1px 5px #0000002d;
}

.galeria img:hover{
    transform: scale(1.1);
    transition: .5s;
}

.cards{
    height: 450px;
}

.projeto-mestre{
    background: linear-gradient(rgba(0, 119, 230, 0.5), rgba(0, 119, 230, 0.753), rgb(0, 119, 230)), url(../img/projetos/projetogentileza/img-1.jpg) no-repeat !important;
    background-size: cover !important;
    flex-direction: column;
}

.projeto-mestre h3{
    color: #fff;
}

.foto-horta{
    background: linear-gradient(rgba(0, 119, 230, 0.5), rgba(0, 119, 230, 0.753), rgb(0, 119, 230)), url(../img/projetos/projetohorta/img2.jpg) no-repeat !important;
    background-size: cover !important;
}


.projeto-catavento{
    background: linear-gradient(rgba(0, 119, 230, 0.5), rgba(0, 119, 230, 0.753), rgb(0, 119, 230)), url(../img/projetos/projetocatavento/img1.png) no-repeat !important;
    background-size: cover !important;
    flex-direction: column;
}