.destacados-home {
	width: 100%;
  height: auto;
	display: block;
	clear: both;
	position: relative;
	margin: -100px 0 60px 0;
  z-index: 9;
}
.destacados-home a.item {
  display: block;
  position: relative;
  background: #000;
}
.destacados-home img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.destacados-home a:hover img {
  opacity: 0.6;
}
.destacados-home h2 {
  color: #fff;
  font-family: 'din-bold';
  font-size: 20px;
  line-height: 22px;
  display: block;
  position: absolute;
  bottom: 40px;
  z-index: 2;
  padding: 0 15px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.destacados-home p {
  color: #fff;
  font-family: 'din-medium';
  font-size: 15px;
  line-height: 20px;
  display: block;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  padding: 0 15px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.destacados-home a:hover h2,
.destacados-home a:hover p {
  opacity: 1;
}


.destacados-home .flech {
  background: url("assets/ic-flecha-home.png") center center no-repeat;
  width: 52px;
  height: 52px;
  position: absolute;
  top: -65px;
  left: 50%;
  margin: 0 0 0 -26px;
  display: block;
  cursor: pointer;
  cursor: hand;
}
@media (max-width: 1200px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 767px) {
  .destacados-home {
    margin: 20px 0 30px 0;
  }
  .destacados-home .flech {
    display: none;
  }
  .destacados-home a.item {
    margin: 0 -15px;
  }
  .destacados-home a h2,
  .destacados-home a p {
    opacity: 1;
    text-shadow: 0 1px 3px #4F4F4F;
  }
  .destacados-home a:hover img {
    opacity: 1;
  }
}





