.imagem-header{
  background: linear-gradient(rgba(71,204,149,0.75), rgba(71,204,149,1)),
    url(https://images.unsplash.com/photo-1534322869500-14fc9f5f5767?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=edbdf7bf9be18bbb172602d7f392f239&auto=format&fit=crop&w=750&q=80);
    
    background-repeat: no-repeat;
    background-size: cover; 
}

.imagem-header-gray{
	background: linear-gradient(rgba(218,249,237,0.85), rgba(218,249,237,1)),
    url(https://images.unsplash.com/photo-1534322869500-14fc9f5f5767?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=edbdf7bf9be18bbb172602d7f392f239&auto=format&fit=crop&w=750&q=80);
    
    background-repeat: no-repeat;
    background-size: cover; 
}


.action-button{
    background: #56c6c6;
    border-radius: 10px;
    color: #fff;
    box-shadow: none;
    border: none;
    text-shadow: none;
    padding: .5rem 1rem;
    transition: background-color 0.25s;
    font-size: inherit;
}


figure.snip1253{
	font-family:Raleway,Arial,sans-serif;
	position:relative;
	display: inline-table;
	overflow:hidden;
	margin:10px 1%;
	min-width:250px;
	max-width:310px;
	width:100%;
	background-color:#fff;
	color:#000;
	text-align:left;
	font-size:16px;
	box-shadow:0 0 5px rgba(0,0,0,.15)
}
figure.snip1253 *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease;transition:all .3s ease}
figure.snip1253 .image{max-height:220px;overflow:hidden}
figure.snip1253 img{max-width:100%;vertical-align:top;position:relative}
figure.snip1253 figcaption{margin:-40px 15px 0;padding:15px;position:relative;background-color:#fff}

figure.snip1253 .date{
	background-color:#30cc9b;
	top:15px;
	color:#fff;
	left:15px;
	min-height:48px;
	min-width:48px;
	position:absolute;
	text-align:center;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase
}

figure.snip1253 .date span{display:block;line-height:24px}
figure.snip1253 .date .month{font-size:14px;background-color:rgba(0,0,0,.1)}
figure.snip1253 h3,figure.snip1253 p{margin:0;padding:0}
figure.snip1253 h3{min-height:50px;margin-bottom:10px;margin-left:60px;display:inline-block;font-weight:600;text-transform:uppercase}
figure.snip1253 p{font-size:.8em;margin-bottom:20px;line-height:1.6em}

figure.snip1253 footer{padding:0 25px;background-color:#30cc9b;color:#ffffff;font-size:.8em;line-height:30px;text-align:right}

figure.snip1253 footer>div{display:inline-block;margin-left:10px}
figure.snip1253 footer i{color:rgba(255,255,255,.2);margin-right:5px}
figure.snip1253 a{left:0;right:0;top:0;bottom:0;position:absolute;z-index:1}
figure.snip1253.hover img,figure.snip1253:hover img{-webkit-transform:scale(1.15);transform:scale(1.15)}
img{border-radius:5px}.projects-horizontal{color:#313437;background-color:#fff}.projects-horizontal p{color:#7d8285}.projects-horizontal h2{font-weight:700;margin-bottom:40px;padding-top:40px;color:inherit}@media (max-width:767px){.projects-horizontal h2{margin-bottom:25px;padding-top:25px;font-size:24px}}.projects-horizontal .intro{font-size:16px;max-width:500px;margin:0 auto 10px}.projects-horizontal .projects{padding-bottom:40px}.projects-horizontal .item{padding-top:60px;min-height:160px}@media (max-width:767px){.projects-horizontal .item{padding-top:40px;min-height:160px}}.projects-horizontal .item .name{font-size:18px;font-weight:700;margin-top:10px;margin-bottom:15px;color:inherit}@media (max-width:991px){.projects-horizontal .item .name{margin-top:22px}}.projects-horizontal .item .description{font-size:15px;margin-bottom:0}



.coffer {
	background-color: #49cc96
}

/*
	breadcumb - blog
*/
	
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}
