/******  AREA INTERNA SOBRE A IGREJA  ******/
#barraInstitucional {
    margin-top: 70px;
}

    #barraInstitucional .box {
        background: rgba(21, 105, 65,.05);
        padding: 30px;
        padding-top: 40px;
        text-align: center;
        border-radius: 0 20px 20px 20px;
        position: relative;
    }

        #barraInstitucional .box:before {
            position: absolute;
            left: 50%;
            top: -30px;
            margin-left: -30px;
            display: block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 30px;
            text-align: center;
            content: " ";
            background-color: #38AF00;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 40px;
            border-radius: 100%;
            color: #fff;
        }

    #barraInstitucional div:nth-child(1) .box:before {
        background-image: url(/img/ico_cruzCoracao.png);
    }

    #barraInstitucional div:nth-child(2) .box:before {
        background-image: url(/img/ico_visao.png);
    }

    #barraInstitucional div:nth-child(3) .box:before {
        background-image: url(/img/ico_biblia.png);
    }

    #barraInstitucional h2 {
        font-size: 2.4em;
        font-weight: 800;
        margin-bottom: 10px;
        color: #156941;
    }

#fotosSobre {
    background: rgba(21, 105, 65,.05);
    padding: 100px 10%;
    margin: 60px 0;
    position: relative;
    -webkit-box-shadow: inset 5px 5px 35px 35px rgba(0,0,0,0.5);
    box-shadow: inset 5px 5px 35px -10px rgba(0,0,0,0.5);
}

    #fotosSobre h2 {
        color: #4DA186;
    }

    #fotosSobre:after {
        content: " ";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        background-image: url(https://cdn.pixabay.com/photo/2013/09/29/12/32/church-188087_960_720.jpg);
        z-index: -1;
        background-color: red;
        opacity: .05;
    }
