

.titulo-principal{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:20%;
    padding: 100px 10% 50px 10%;

}

.imagemProjeto{
    max-width: 500px;
}
.tituloPrejto{
    max-width: 480px;
}
.tituloetexto{
    display: flex;
    flex-direction: column;
    max-width: 70%;
    gap: 20px;
    color: var(--white);
}

.conhecaProjeto{
    background-color: var(--secondary-color);
    padding: 20px 10%;
    align-items: center;
    

}
.borda {
    max-width: 100%;
    overflow: hidden; 
}
.bordadecima {
  
    min-width: 100%;
    width: 110%;
    display: block; 
    margin: 0 -10px; 
    padding: 0;
}

.tituloprojeto{
    text-align: center;
    color: var(--white);
}

.texto-sobreprojeto{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.textoprojeto{
    text-align: justify;
}


.imagemdoprojeto{
    max-width: 500px;
    max-height: 350px;

}
.objetivoprojeto{
    display: flex;
    flex-direction: column;
    background-color: var(--secondary-color);
    padding: 20px 10%;
}

.tituloobjetivo{
    text-align: center;
    color: var(--white);
}

.textosobjetivo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.imagemobjetivo{
    max-width: 500px;
    max-height: 350px;
    z-index: 1;
}

.importancia{
    background-color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 10%;
}

.textosimportancia{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.tituloimportancia{
    text-align: center;
    color: var(--white);
}

.textoimportancia{
    text-align: justify;
}

.bordadebaixo{
    min-width: 100%;
    width: 110%;
    display: block; 
    margin: 0 -10px; 
    padding: 0;
}
.objetivos{
    padding: 50px 10% 50px 10%;
    display: flex;
    flex-direction: column;
    gap:50px;

}
.titulocards{
    text-align: center;
    color: var(--primary-color);
}

.cardsobjetivos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}
.cardobjetivo{
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: calc(33.333% - 20px);
    color: var(--black);
    
}
.titulocard{
    width: 100%;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    
}
.logocardobjetivo{
    flex-grow: 1;
    max-width: 50%;
    max-height: 150px;
    object-fit: contain;
}
.titulodoobjetivo{
    text-align: center;
    align-items: center;
    color: var(--primary-color);
}
.textodoobjetivo{
    text-align: justify;
    color: var(--primary-color);
}
.instituicoes{
    display: flex;
    flex-direction: column;
    padding: 50px 10%;
    gap: 50px;
}

.tituloinstituicao{
    text-align: center;
    color: var(--primary-color);
}

.cardsinstituicoes{
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.cardinstituicao{
    display: flex;   
    gap:50px;
    align-items: center;
}

.logoinstituicao{
    max-height: 150px;
    max-width: 300px;
    min-width: 300px;
    text-decoration: none;
}

.textoinstituicao{
    text-align: justify;
    width: 100%;
    display: block;
    flex-grow: 1;
    color: var(--primary-color);

}

.nomelogo{
    font-size: 60px;
    text-align: center;
    color: var(--black);
}

@media (max-width: 999px) {
    .titulo-principal{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 20px 30px;
    }

    .imagemProjeto{
        max-width:300px;
    }
    .tituloetexto{
        max-width: 100%;
    }

    .tituloPrejto{
        max-width:300px;
    }

    .conhecaProjeto{
        display: flex;
        flex-direction: column;
        padding: 20px 30px;
        gap: 20px;
    }

    .texto-sobreprojeto{
        flex-direction: column;
    }

    .textoprojeto{
        padding: 0 30px;
        text-align: justify;
        max-width: 100%;
    }
    
    .objetivoprojeto{
        padding: 20px 30px;
        gap: 20px;
    }
    
    .textosobjetivo{
        gap: 20px;
        flex-direction: column-reverse;
    }
    .textoobjetivo{
        max-width: 100%;
        text-align: justify;
    }
    .importancia{
        flex-direction: column;
        padding: 20px 30px;
        gap: 20px;
        min-height:700px;
    }
    .textosimportancia{
        gap: 20px;
        flex-direction: column;
    }
    .textoimportancia{
        max-width: 100%;
        text-align: justify;
    }

    .objetivos{
        padding: 20px 30px;
        gap: 20px;
    }

    .cardsobjetivos{
        flex-direction: column;
        gap: 20px;
    }
    .cardobjetivo{
        width: 100%;
        align-items: flex-start;
        padding: 30px;
    }
    .titulocard{
        
        flex-direction: row;
        align-items: center;
        width: 100%;
        min-height: 100px;
        gap:20px;
        justify-content: none;
    }

    .logocardobjetivo{
        max-width: 20%;
    }
   
    .titulodoobjetivo{
        flex-grow:1 ;
        text-align: center;
    }

    .instituicoes{
        padding: 20px 30px;
        gap: 50px;
    }
    .cardsinstituicoes{
        gap: 50px;
    }
    .cardinstituicao{
        flex-direction: column;
        gap: 20px;
    }

}
@media (max-width: 450px) {
    .conhecaProjeto{
        width: 100%;
    }  
    .imagemdoprojeto{
        width: 100%;
    }
    .objetivoprojeto{
        width: 100%;
    }
    .imagemobjetivo{
        width: 100%;
    }
    .importancia{
        width: 100%;
    }
    .imagemimportancia{
        width: 100%;
    }
}