#landing-marketplace a.linkAbso{
	position: absolute;
	/*background: rgba(53, 193, 180, 0.33);*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor:  pointer;
}
/*------------------------------------------------------------------
----------------------OWL ARROWS-------------------------
------------------------------------------------------------------*/
#landing-marketplace .arrowsModular{
	overflow: hidden;
	padding-bottom: 50px;
}
#landing-marketplace .arrowsModular .owl-item{
	position: relative;
	text-align: center;
	min-height: 390px;
}
#landing-marketplace .arrowsModular .owl-item figure a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#landing-marketplace .arrowsModular .owl-controls{
	position: absolute;
	/* width: 100%; */
	margin: inherit;
	top: 50%;
	z-index: 10;
	position: initial;
}
#landing-marketplace .arrowsModular .owl-controls .owl-pagination{
	position: absolute;
	bottom: 5px;
	height: 50px;
	width: 100%;
	text-align: center;
}
#landing-marketplace .arrowsModular .owl-controls .owl-pagination .owl-page{
	background: #cccccc;
	position: relative;
	border-radius: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 10px;
	height: 10px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	margin: 0;
	padding: 0;
	margin-right: 5px;
}
#landing-marketplace .arrowsModular .owl-controls .owl-pagination .owl-page.active{
	background: #6a6a6a;
}
#landing-marketplace .arrowsModular .owl-controls > div > div{
	background: white;
	color: #A7A7A7;
	display: inline-block;
	font-size: 35px;
	font-weight: 200;
	-webkit-transform: scaleY(2);
	    -ms-transform: scaleY(2);
	        transform: scaleY(2);
	line-height: 24px;
	padding: 5px 9px 6px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
/* #landing-marketplace .arrowsModular .owl-controls .owl-buttons{
	width: 100%;
}*/
#landing-marketplace .arrowsModular .owl-controls .owl-prev{
	/* float: left; */
	left: 0;
}
#landing-marketplace .arrowsModular .owl-controls .owl-next{
	/* float: right; */
	right: 0;
}
@media(max-width: 543px){
	#landing-marketplace .arrowsModular .owl-controls .owl-prev{
		/* float: left; */
		left: 15px;
	}
	#landing-marketplace .arrowsModular .owl-controls .owl-next{
		/* float: right; */
		right: 15px;
	}
}
/*-----------------------------------------------------
--------------------CAPTEON MODULAR--------------------
-----------------------------------------------------*/
#landing-marketplace .capteonModular{}
#landing-marketplace .capteonModular .capteon{
	text-align: left;
	display: inline-block;
	margin-top: 15px;
	padding: 10px;
	font-size: 16px;
}
#landing-marketplace .capteonModular p{
	color: #000;
	margin: 0;
	font-weight: 300;
	font-size: 0.7em;
}
#landing-marketplace .capteonModular p:first-child{
	font-size: 1.2em;
	font-weight: 300;
	line-height: 20px;
	height: 40px;
	overflow-y: hidden;
}
#landing-marketplace .capteonModular p:nth-child(2){
	font-size: 0.75em;
	height: 18px;
	overflow: hidden;
}
#landing-marketplace .capteonModular p:nth-child(3){
	font-size: 1.75em;
	color: #fc5052;
	font-weight: 400;
	line-height: 22px;
	padding: 9px 0;
}
#landing-marketplace .capteonModular p:nth-child(3):before{
	content: "$"; 
	font-size:  18px;
	font-weight:  300; 
	margin-right: 5px;		
}
/*OTAR*/
#landing-marketplace .capteonModular .otar p:nth-child(3){
    padding: 9px 0px;
}

#landing-marketplace .capteonModular .otar p:nth-child(3):after{
	content: url(../img/otar-m.png);
	position: absolute;
	margin-top: -7px;
	margin-left: 2px;
}
#landing-marketplace .capteonModular p:nth-child(4){}
#landing-marketplace .capteonModular p:nth-child(5){}
#landing-marketplace .capteonModular p:nth-child(6){}
#landing-marketplace .capteonModular p.modularPporcentaje{
	font-size: 11px;
	position: absolute;
	top: 5px;
	right: 0;
	background: #e85c62;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 3px 7px 11px 15px;
	-webkit-clip-path: polygon(100% 0%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
	clip-path: polygon(100% 0%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
/*OTAR*/
#landing-marketplace .capteonModular.otar .modularPotar{
	position: relative;
}
#landing-marketplace .capteonModular.otar .modularPotar:after{
	content: url(../img/otar-m.png);
	position: absolute;
	top: -6px;
	margin-left: 4px;
}



