.contPagina .tituloPagina, , h2.titulo {
    text-align: center;
}
h2.titulo {
    font-size: 40px;
    margin: 0 0 50px;
}
.portfolioItems {
    width: 100%;
    float: left;
    background: #FFF;
    min-height: 100vh;
    max-width: 1840px;
    overflow: hidden;
}
@media(min-width:1920px) {
    .portfolioItems {
        margin: 0 auto 40px auto;
        width: 1840px;
        float: none;
        display: block
    }
}

.topo {
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    float: left;
    height: 394px;
    position: relative;
    background-image: url(../img/teste.jpg);
}
.topo .overlay {
    position: absolute;
    min-width: 100%;
    height: 100%;
    z-index: 10;    
    background: rgba(0,0,0,0.9);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 0%, rgba(59,51,70,0.9) 90%, rgba(66,57,78,0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.9)), color-stop(0%, rgba(0,0,0,0.9)), color-stop(90%, rgba(59,51,70,0.9)), color-stop(100%, rgba(66,57,78,0.9)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 0%, rgba(59,51,70,0.9) 90%, rgba(66,57,78,0.9) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 0%, rgba(59,51,70,0.9) 90%, rgba(66,57,78,0.9) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 0%, rgba(59,51,70,0.9) 90%, rgba(66,57,78,0.9) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 0%, rgba(59,51,70,0.9) 90%, rgba(66,57,78,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#42394e', GradientType=1 );
	opacity: .9;
}
.tituloBread {
    bottom: 15%;
    width: 100%;
    position: absolute;
    z-index: 12;
}
.contact, .contato {
    width: 100%;
    float: left;
    position: relative;
    background: #FFF;
}
.tituloBread * {
    text-align: center;
    color: #FFF!important;
}
.tituloBread h1 {
    font-size: 55px;
}
.tituloBread .escuro h1 {
    text-shadow: 1px 1px 2px rgba(150, 150, 150, .5);
}
.contPagina .institucional {
    padding: 0 50px;
    text-align: center;
}
@media(max-width:560px) {
    .tituloBread h1 {
    font-size: 31px;
    margin: 50px 0 20px;
}
}
.section-title {
    text-align: center;
    max-width: 600px;
    margin: 2rem auto 2rem;
}
.section-title h1 {
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 .5rem;
}
.section-title .separator {
    width: 160px;
    border-bottom: 2px solid #999;
    margin: 0 auto 2rem;
}
.section-title p {
    color: #999;
    margin: 0;
}
.list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    *zoom: 1;
}
.list-inline li {
    margin: 0 0 12px;
    padding: 0 5px;
    display: inline-block;
}
.list-inline li a {
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background-color: #e7e7e7;
    padding: 1rem 2rem;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-inline li a h5 {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600;
    margin: 0;
}
.list-inline li a.active {
    pointer-events: none;
    background-color: #000;
    color: #FFF;
}
.list-inline li a:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #18a7b9;
    color: #fff;
}
.portfolio-filters {
    text-align: center;
    margin: 4rem 0 3rem;
    float: left;
    width: 100%;
}
.portfolio {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.portfolio-item {
    float: left;
    /*width: calc(33% - 30px);*/
    /*position: relative;
    margin: 0% 0% 1%;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    z-index: 7;
    display: inline-flex;
    box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);*/
}
.portfolio-item:hover {
    box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
}
.portfolio-item .mask{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
}
.portfolio-item:hover .mask{
    background: rgba(0, 0, 0, .6);
}
.portfolio-item .mask img{
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all .3s;
    width: 150px;
    top: 50%;
    left: 50%;
}
.portfolio-item:hover .mask img{
    top: 48%;
}
.portfolio-item .portfolio-image {
    overflow: hidden;
    display: block;
    position: relative;
}
.portfolio-item .portfolio-image > img {
    transition: all .3s;
    width: 100%;
    height: auto;
    display: block;
}
.portfolio-item:hover .portfolio-image > img {
    transform: scale(1.1);
}
.portfolio-item > a {
    display: block;
}
.portfolio-item > a .project-overlay {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(10, 10, 10, 0.9); */
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio-item > a .project-overlay .project-info {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}
.portfolio-item > a .project-overlay .project-info i.fa {
    margin-bottom: 1rem;
    background-color: #fff;
    font-size: 22px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    color: #000;
    border-radius: 32px;
}
.portfolio-item > a .project-overlay .project-info .project-name {
    font-size: 19px;
    margin: 0 0 .5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.portfolio-item > a .project-overlay .project-info p {
    color: #999;
    font-size: .85rem;
    margin: 0 1rem 1rem;
}
.portfolio-item > a:hover .project-overlay {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.portfolio-item > a:hover .project-overlay .project-info {
    margin-top: -60px;
    opacity: 1;
}
.both {
    clear: both;
}
@media(max-width: 1024px) {
    .portfolio-item {
    width: 33.3333%;
}
}
@media(max-width: 767px) {
    .portfolio-item {
    width: 50%;
}
}
@media(max-width: 481px) {
    .portfolio-item > a .project-overlay .project-info .project-name {
    font-size: 15px;
}
}
@media(max-width: 450px) {
    .portfolio-item {
    width: 100%;
}
}




/* ---- grid ---- */


/* clear fix */
#Portfolio:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .portfolio-item ---- */

.grid-sizer,
.portfolio-item {
  width: 33.333333%;
}
@media (max-width: 768px){
    .grid-sizer,
    .portfolio-item {
      width: 50%;
    }
}

.portfolio-item {
  float: left;
  border: 3px solid #fff;
  display: none;
}
.portfolio-item.show{
    display: block;
}

.portfolio-item img {
  display: block;
  max-width: 100%;
}
