/*.combustible-destacados .tag {
  background: url('../../assets/ic-tag-blue.png') left center no-repeat;
  color: #48b4e7;
  font: 18px/22px 'din-bold';
  font-weight: 400;
  padding: 0 20px 0 15px;
  margin: 0 0 4px 0;
  display: block;
  text-transform: uppercase;
}*/
.combustible-destacados .tag {
  color: #888;
  font: 18px/22px 'din-bold';
  font-weight: 400;
  padding: 0 20px 0 0;
  margin: 0 0 4px 0;
  display: block;
}
.combustible-destacados h1 {
	display: block;
	color: #48b4e7;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-family: "din-bold";
	margin: 0 0 5px 0;
	padding: 0;
}
.combustible-destacados .video-area {
	display: block;
}
.combustible-destacados p {
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 22px;
	font-family: "din-regular";
	margin: 10px 0;
}
.combustible-destacados .leer {
	display: block;
	color: #48b4e7;
    font-family: "din-bold";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0;
    padding-left: 20px;
    background: url('../../assets/mas.png') left center no-repeat;
}
.combustible-destacados .leer.in {
	background: url('../../assets/menos.png') left center no-repeat;
}
.combustible-destacados .leer .menos,
.combustible-destacados .leer.in .mas {
	display: none;
}
.combustible-destacados .leer.in .menos,
.combustible-destacados .leer .mas {
	display: inline;
}
.combustible-destacados .texto-box {
	overflow: hidden;
	position: relative;
}
.combustible-destacados .texto-box .gradient {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url('../../assets/gradient-text.png') top center repeat;
}
.combustible-destacados .texto-box.large .gradient {
	display: none;
}
.combustible-destacados .texto-box.large {
	height: auto;
}
/*******************/


/*******************/
.descripcion h3 {
	display: block;
	color: #888;
    font-family: "din-bold";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: -55px 0 0 0;
    padding-top: 65px;
}
.descripcion ul.items {

}
.descripcion ul.items li {
  background: url('../../assets/ic-tag-blue.png') left center no-repeat;
  padding: 0 0 0 15px;
  margin: 0;
  display: block;
	color: #888;
	font-size: 14px;
	line-height: 22px;
	font-family: "din-medium";
	margin: 3px 0;
}
.descripcion ul.items li a {
	color: #888;
}
.descripcion ul.items.combus li a {
	color: #48b4e7;
	font-family: 'din-bold';
	font-size: 16px;
}

/**************/
.items-destacados h4.sep-tit {
	display: block;
	background: #d8d8d8;
	color: #fff;
    font-family: "din-bold";
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 9px 10px 5px 10px;
}
.items-destacados h4.sep-tit a {
	float: right;
	color: #3b3b39;
	background: url('../../assets/dropdown_menu_arrows.png') right -1px no-repeat;
	padding-right: 15px
}
.items-destacados {
	display: block;
	padding: 10px 0
}
.items-destacados.mtop {
	margin-top: 20px;
}
.items-destacados.bd {
	border-bottom: 4px solid #e1e1e1;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.items-destacados .item {
	display: block;
	text-align: center;
}
.items-destacados .item img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
} 
.items-destacados .item strong {
	font-weight: 400;
	color: #48b4e7;
	font-size: 16px;
	display: block;
	padding: 10px 0 5px 0;
	font-family: "din-bold";
}
.items-destacados .item strong.mini {
	font-size: 13px;
	text-align: left;
}
.items-destacados .item span {
	font-weight: 400;
	color: #888;
	font-size: 14px;
	display: block;
	font-family: "din-medium";
}


@media (max-width: 991px) {

}
@media (max-width: 750px) {
	.items-destacados .item span {
		margin-bottom: 20px;
	}
	
}

@media (max-width: 480px) {
	.items-destacados .item img {
		width: 100%;
	}
}

