/*infoPjes*/
.infoPjes{
    background-color: #cbcfce;
    padding: 5rem 0;
}
.infoPjes h2{
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 3rem;
}
.infoPjes .info li{
    margin-bottom: 1rem;
    font-size: 1.6rem;
   
}
.infoPjes .info li i{
    margin-right: 1rem;
    color: green;
    font-weight: 700;
}

/*inpactoPjes*/
.inpactoPjes{
    background-color: #723117;
    padding: 5rem 0;
    color: #fff;
}
.inpactoPjes h2{
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 3rem;
    font-weight: 400;
}
.areaGeral{
    display: flex;
    gap: 2rem;

}
.areaGeral .img{
    width: 600px;
    height: 400px;
    box-shadow: 0px 3px 8px #111;

}.areaGeral .img img{
    width: 100%;
    height: 100%;
}
.areaGeral .info{
    flex: 1;  
    
}
.areaGeral .info h3{
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: normal;
}
.areaGeral .info ul{
    width: 700px;
    margin-left: 2rem;
}
.areaGeral .info li{
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.areaGeral .info li i{
    margin-right: 1rem;
    color: #e2b624;
}
.areaGeral .info ul p{ 
    width: 600px;   
    margin-top: 7rem;
    font-size: 3rem;
    line-height: 3.5rem;   
}

/*legal*/
.legal{
    padding: 5rem 0;
    color: #111;
    background-color: #cbcfce;
}
.legal h2{
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 3rem;
    font-weight: 400;
}
.legal p{
    width: 600px;
    font-size: 1.6rem;
    line-height: 2.5rem;
}
/*FOOTER*/
.footer{
    margin-top: 3rem;
    border-top: 1px solid #bbb;    
    display: flex;
    justify-content: space-between;
    padding: 5rem 0;
}
.social .box{
    display: flex;
    gap: 2rem;
}
.social .box span{
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #bbb;
    transition: all .3s ease;

}
.social .box span:hover{
    border-color: #fff;
    color: #d95a2f;
}
.social .box span i{
    font-size: 2rem;
}

.area{
    display: flex;
    gap: 1rem;
    font-size: 1.2rem;
}