.grid {
	display: inline-block;
	height: 100%;
	max-width: 1366px;
	margin: 0px;
	text-align: center;
	padding: 0px;
	width: 100%;
	margin-bottom: 36px;
}

.grid li {
	border-radius: 0px;
	display: inline-block;
	float: left;
	margin-top: 36px;
	padding: 0px;
	position: relative;
	width: 47.7%;
}


.grid img {
	max-width: 100%;
	display: block;
	position: relative;
	width: 100%;
}

.description-orange {
	  /*position: absolute;*/
	  position:static;
	  bottom: 0;
	  /*background-color: #ef6c00;*/
	  background-color: #D2D3D5;
	  /*color: white;*/
	  color:#6D6E71;
	  padding-top: 18px;
	  padding-bottom: 40px;
	  padding-left: 40px;
	  padding-right: 40px;
	  text-align: left;
	/*position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	background: #ef6c00;
	color: white;
	padding: 20px;
	text-align: left;*/
}
.description-green {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	background: #7DCA2D;
	color: white;
	text-align: left;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}
.titulo-orange
{
	/*background-color: #ef6c00;*/
	background-color: #D2D3D5;
	height: 35px;
	margin: 0px;
	text-align: center;
	padding: 5px;
}
.titulo-green
{
	background-color: #7DCA2D;
	height: 35px;
	margin: 0px;
	text-align: center;
	padding: 5px;
}
/* Individual Caption Styles */


.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}


/*.description-orange {
	color: white;
	height: auto;
	top: auto;
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}*/
.description-orange p
{
	/*color: white;*/
	color: #6D6E71;
}
.description-green {
	height: auto;
	width: 99%;
	top: auto;
	bottom: 0;
	opacity: 0;
	padding: 12px;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.grid:hover figcaption
{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}


@media screen and (max-width: 1024px) {
	.grid {
		padding: 0px;
	}
	.grid li {
		float: none;
		display: inline-block;
		width: 100%;
	}
	.description-orange {
		height: auto;
		/*width: 97%;*/
	}
	.description-green {
		height: auto;
		width: 97%;
	}
}

