@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.inner-banner{
    width: 100%;
    padding: 150px 0;
    background: url("../img/bg-abouts.png") no-repeat bottom center;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset rgba(0,0,0,0.4) 0 0 15px;
}

.projeto-inn{
    background: #ffffff;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding: 10px;
}
.title-missao{
    font-size: 2.3em;
    text-transform: uppercase;
    font-weight: bolder;
    color: #585858;
}
.icon-mission p{
    font-size: 0.95em;
    color: #686868;
    font-family: 'Lato' !important;
}
.icon-mission i{
    font-size: 4em;
    border-radius: 50%;
    border: solid 15px #dfdfdf;
    padding: 50px 50px;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #585858;
    background-color: rgb(228, 228, 228);
}
.missao-block{
    width: 100%;
    padding: 100px 0;
    background-color: rgb(236, 236, 236);
}