/* Nossos Trabalhos */
.trabalhos {
    display: inline-flex;
}

.impacto {
    width: 1010px;
    height: 350px;
    margin-left: -50px;
    margin-top: 70px;
    background-color: #1c3d5c;
}

.impacto h2 {
    color: #fff;
    padding-top: 40px;
    padding-left: 100px;
    font-weight: bold;
}

.impacto p {
    padding: 10px 50px 0px 100px;
    color: #fff;
    font-size: 1.1em;
}

.fotografia {
    margin-top: 30px;
    width: auto;
}

.fotografia img {
    width: 100%;
}

/* Nossos projetos */
.onde {
    background-color:
}

.onde h4 {
    text-transform: uppercase;
    color: #1c3d5c;
    padding-top: 50px;
    font-weight: 700;
}

.projetos {
    margin-top: 20px;
    border: 2px solid #1c3d5c;
    height: 310px;
    text-align: center;
    background-color: #f2f6f9;
    border-radius: 10px;
}

.projetos p {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 12px;
}

.projetos .titulox {
    margin-top: 20px;
    padding-bottom: 10px;
    color: #1c3d5c;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 25px;
}

.projetos a {
    background-color: #1c3d5c;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
}

.projetos a:hover {
    text-decoration: none;
    color: #fff;
}

.projetos i {
    color: green;
    font-weight: 700;
}


.projetos_andamento {
    margin-top: 20px;
    border: 2px solid #1c3d5c;
    height: 310px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
}

.projetos_andamento p {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 12px;
}

.projetos_andamento .titulox {
    margin-top: 20px;
    padding-bottom: 10px;
    color: #1c3d5c;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 25px;
}

.projetos_andamento a {
    background-color: #1c3d5c;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
}

.projetos_andamento a:hover {
    text-decoration: none;
    color: #fff;
}

.projetos_andamento i {
    color: #376fa8;
    font-weight: 700;
}


/* Responsive Tela Smartphone */
@media (max-width: 768px) {

    /* Nossos Trabalhos */
    .trabalhos {
        display: grid;
    }

    .impacto {
        width: auto;
        height: auto;
        margin-left: -50px;
        margin-top: 0px;
        background-color: #1c3d5c;
    }

    .impacto h2 {
        color: #fff;
        padding-top: 30px;
        padding-left: 70px;
        font-weight: bold;
    }

    .impacto p {
        margin-left: 0px;
        padding: 10px 20px 20px 70px;
        color: #fff;
        font-size: 1em;
    }

    .fotografia {
        margin-top: 1px;
        width: auto;
    }

    .fotografia img {
        width: 100%;
    }


    /* Nossos projetos */
    .onde {
        background-color:
    }

    .onde h4 {
        text-transform: uppercase;
        color: #1c3d5c;
        padding-top: 50px;
        font-weight: 700;
    }

    .projetos {
        margin-top: 50px;
        border: 2px solid #1c3d5c;
        height: auto;
        text-align: center;
        background-color: #f2f6f9;
        border-radius: 10px;
    }

    .projetos p {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 12px;
    }

    .projetos .titulox {
        margin-top: 20px;
        padding-bottom: 10px;
        color: #1c3d5c;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 25px;
    }

    .projetos a {
        background-color: #1c3d5c;
        padding: 10px;
        color: #fff;
        font-weight: 600;
        border-radius: 8px;
    }

    .projetos a:hover {
        text-decoration: none;
        color: #fff;
    }

    .projetos i {
        color: green;
        font-weight: 700;
    }


    .projetos_andamento {
        margin-top: 20px;
        border: 2px solid #1c3d5c;
        height: auto;
        text-align: center;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .projetos_andamento p {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 21px;
    }

    .projetos_andamento .titulox {
        margin-top: 20px;
        padding-bottom: 10px;
        color: #1c3d5c;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 25px;
    }

    .projetos_andamento a {
        background-color: #1c3d5c;
        padding: 10px;
        color: #fff;
        font-weight: 600;
        border-radius: 8px;
    }

    .projetos_andamento a:hover {
        text-decoration: none;
        color: #fff;
    }

    .projetos_andamento i {
        color: #376fa8;
        font-weight: 700;
    }



}