@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@font-face {
    font-family: 'Neo';
    src: url('/assets/fonts/NEO\ SANS\ ARABIC\ REGULAR.TTF') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  }
@font-face {
font-family: 'Neo-Black';
src: url('/assets/fonts/NEOSANS\ BLACK.OTF') format('opentype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body {
    font-family: 'Montserrat', sans-serif;
}


.banner {
    background-image: url(/assets/imagens/BGs/banner-projetos-sociais.png);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    height: 400px;
}

ul {
    list-style-type: none;
}

.texto-banner {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    width: 50%;
    margin-left: -20%;
    margin-top: 0%;
}

.projetos {
    font-size: 40px;
    font-weight: 800;
}

.sociais {
    font-family: 'Neo-Black';
    font-weight: 800;
    font-size: 90px;
    margin-left: -50px;
}

.saiba {
    font-size: 20px;
}

.atua {
    font-size: 20px;
}

.vida {
    font-size: 20px;
}


.banner-projects {
    background-image: url(/assets/imagens/BGs/banner-projetos-ambientais.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 465px;
    min-width: 1333px;
}

.white-text {
    color: white;
}

.bold-text {
    font-weight: 900;
}

.blue-text {
    color: #063380;
}

.green-text {
    color: #037728;
}

.upper-text {
    text-transform: uppercase;
}

.italic-text {
    font-style: italic;
}

.text-paragraph {
    color: #595958;
}

.banner-projects-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.banner-projects-title {
    font-family: Neo-Black;
    font-size: 40px;
    margin: 0;
}

.banner-projects-subtitle {
    font-family: Neo-Black;
    font-size: 60px;
    margin: 0;
}

.banner-projects-container p {
    margin-left: 21%;
    font-size: 20px;
}

.responsability {
    background-image: url(/assets/imagens/BGs/bg-fundo-items.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 310px;
    min-width: 1333px;
    margin: 5% 0px;
}

.resp-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    margin: auto;
    margin-right: 10%;
}

.resp-container p {
    width: 50%;
    margin: 0;
    text-align: left;
}

.resp-title {
    font-size: 30px;
    font-family: Neo-Black, montserrat;
}
.kop-title{
    text-align: center;
}
.cards-container{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2%;
    margin: 50px 0;
}
.card{
    width: 15%;
    text-align: center;    
}
.card img{
    width: 80%;
    margin: auto;
}
.card p{
    font-weight: 400;
    color: #595958;
}
.card button{
    background-color: transparent;
    color: #063380;
    font-weight: 800;
    border: 3px solid #063380;
    border-radius: 5px;
    width: 80%;
    margin: auto;
    padding: 10px 15px;
    margin-top: 50px;
}
.card button:hover{
    cursor: pointer;
    color: white;
    background-color: #063380;
    transition: 0.2s;
}
.pattern{
    background-color: #E5E6E7;
    padding: 2% 0px;
}
.pattern-icon{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pattern-icon img{
    width: 50%;
}
.pattern-container{
    display: flex;
    justify-content: center;
}
.pattern-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
}
.pattern-container p{
    margin: 20px 0px 0px 0px;
    width: 70%;
}
.pattern-content button{
    margin-top: 20px;
    color: white;
    padding: 10px 0px;
    border: 0;
    border-radius: 5px;
    font-weight: 800;
    width: 15%;
}
.pattern-content button:hover{
    cursor: pointer;
}
.pattern a{
    text-decoration: none;
    color: white;
}
.btn-abrinq{
    background-color: #00A651 ;
}
.btn-pano{
    background-color: #2D2D2D ;
}
.btn-junta{
    background-color: #27AAE1;
}
.btn-reino{
    background-color: #DA241B;
}
.pattern-galery{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: -150px;
}
.pattern-galery img{
    width: 20%;
}

.espacamento{
    margin-top: 200px;
}

.last-buttons{
    margin: auto;
    margin-top: 150px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    width: 600px;
}
.project-buttons{
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.last-buttons img{
    width: 100%;
}