body.home #banner-principal .owl-nav,
body.home #banner-principal.owl-carousel .owl-dots,
.page-top .box-left,
.top-sellers li:before,
.top-sellers li:after,
.top-sellers li:hover .verahora:before,
.top-sellers li:hover .verahora:hover:before,
.page-top .box-left:after,
#bannerinfo .content.wts h3:after,
#bannerinfo .content h3 span.icon,
body.home18 .categ-destacados .item .content,
body.home18 .categ-destacados .item img,
body.home18 .categ-destacados .item .content:after{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*--LAYOUThome16--*/
/*--top--*/
.page-top .box-top .jcarousel-container-vertical {
    height: 345px;
}
.page-top .box-banner img{
	width:100%;
	height:auto;
}
.page-top{
	position:relative;
}
.page-top .box-left{
    float: initial;
    width: 220px;
    height:calc(100% - 10px);
    position:absolute;
    top:0;
    left:0;
    border:1px solid rgba(230,230,230,1);
    padding-top:50px;
}
.page-top .box-left:before{
	content:'M\00e1 s Vendidos';
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:45px;
	text-align:center;
	background:#4d4d4d;
	color:#f2f2f2;
	line-height:45px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:4px;
}
.page-top .box-left:after{
	content:'';
	position:absolute;
	display:block;
	top:45px;
	left:0;
	right:0;
	margin:auto;
	width:0;
	height:0;
	border:6px solid;
	border-color:#bcbcbc transparent transparent;
	transform: scale(1.75,1);

}
.top-sellers::-webkit-scrollbar {
    width:13px;
    background:#ddd;
    border:6px solid #fff;
    border-left-width:6px;
    border-right-width:6px;
}
.top-sellers::-webkit-scrollbar-thumb {
	background-color: #eee;
	border:4px solid #fff;
	border-radius:5em;
}
.top-sellers:hover::-webkit-scrollbar-thumb {
	background-color:#ccc;
}

.top-sellers{
	overflow:auto;
	height:100%;
}
.top-sellers h2{
	display:none;
}
.top-sellers li{
	padding:12px 5px;
	position:relative;
	border-bottom:1px solid rgba(230,230,230,1);
	padding-left:85px;
	min-height:90px;
}
.top-sellers ul:last-child li{
	border:0;
}
.top-sellers li:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	background: -webkit-linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.065));
	background: -o-linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.065));
	background: -moz-linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.065));
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.065));
	opacity:0;
}
.top-sellers li:hover:before{
	opacity:1;
}
.top-sellers li:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:1px;
	background:#666;
}
.top-sellers li:hover:after{
	width:100%;
}
.top-sellers li .inf h3{
	color: rgba(77,77,77,1);
    max-height: 40px;
    overflow: hidden;
	font-size: 11px;
	margin-bottom:5px;
}
.top-sellers #evaluation{
	display:none;
}
.top-sellers li .productImage{
	position:absolute;
	height:65px;
	top:0;
	bottom:0;
	left:10px;
	margin:auto;
}
.top-sellers .verahora{
	display:inline-block;
}
.top-sellers .verahora:before{
	content:'Ver ahora';
	display:inline-block;
	font-size:11px;
	padding:4px 15px;
	line-height:1;
	color:#bcbcbc;
	border-radius:2px;
	border:1px solid #ddd;
	z-index:1;
}
.top-sellers li:hover .verahora:before{
	border-color:#666;
	color:#666;
}
.top-sellers li:hover .verahora:hover:before{
	background:#333;
	border-color:#333;
	color:#fff;
}
.page-top .box-right{
	display: block;
    float: initial;
    width:100%;
	padding-left:240px;
}

.page-top .box-top{
	clear:initial;
}
/*--middle--*/
.page-middle{
	margin:5px auto;
	margin-bottom:15px;
	display:block;
}
.page-middle .box-right,
.page-middle .box-left{
	display: block;
	float: left;
	width: 540px;
}
.page-middle .box-right{
    float: right;
}
.page-middle img,
.page-middle img{
	width:100%;
	float:left;
	height:auto;
}
/*--zoom--*/
.page-middle .box-right,
.page-middle .box-left {
    width:calc(50% - 10px);
    height:;
    overflow:hidden;
    position:relative;
}
.page-middle .box-right img,
.page-middle .box-left img {
	position:absolute;
	top:-30px;
	bottom:-30px;
	left:-30px;
	right:-30px;
	margin:auto;
	-webkit-transition: width 100ms ease-in-out;
    -moz-transition: width 100ms ease-in-out;
    -o-transition: width 100ms ease-in-out;
    transition: width 100ms ease-in-out;
}
.page-middle .box-right:hover img,
.page-middle .box-left:hover img {
	width:105%;
	height:auto;
}

/*--small--*/
@media only screen and (max-width: 768px) {
	.page-top .box-left,
	.page-top .box-right,
	.page-middle .box-right,
	.page-middle .box-left{
		width: 100%;
		position:initial;
		padding:initial;
	}
	.page-top .box-left{
		margin-bottom:20px;
		display:block;
		height:initial;
		overflow:initial;
	}
	.page-middle .box-left{
		margin-bottom:20px;
	}
	.page-middle .box-right, .page-middle .box-left{
		height:auto;
	}
	.page-middle .box-right:hover img, .page-middle:hover .box-left img,
	.page-middle .box-right img, .page-middle .box-left img {
		width: 100%;
		position: initial;
		margin:0;
	}

	.page-top .box-right,
	.page-top .box-left{
		margin-top:0;
	}
	.page-top .box-top .jcarousel-container-vertical {
		height:290px;
	}

	.categ-banner {
		min-height: initial;
	}

}


/*----mainbanner----*/
body.home .container{
	width:100%;
	max-width:1100px;
}
body.home #banner-principal.owl-carousel{
    position: relative;
    text-align:center;
    box-shadow:none;
    display:flex;
}
body.home #banner-principal.owl-carousel .owl-wrapper-outer {
    width: 100%;
    max-width:initial;
}
body.home #banner-principal.owl-carousel .owl-dots{
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	margin:auto;
	max-width:320px;
	text-align:center;
	opacity:0;
}
body.home #banner-principal.owl-carousel:hover .owl-dots{
	opacity:1;
}
body.home #banner-principal.owl-carousel .owl-dot,
body.home #banner-principal.owl-carousel .owl-dot:hover{
	width:11px;
	height:11px;
	padding:0;
	margin:0 6px;
	background:rgba(188, 188, 188, 0.75);
	vertical-align:middle;
	opacity:1;
	display:inline-block;
	border-radius:100%;
}
body.home #banner-principal.owl-carousel .owl-dot.active{
	background:rgba(255,255,255,1);
}
body.home #banner-principal.owl-carousel .owl-dot span{
	color:transparent;
}
body.home #banner-principal.owl-carousel .owl-item img{
	width:100%;
	max-width:1100px;
	height:auto;
	z-index:1;
	border-radius:0;
	margin:auto;
}
body.home #banner-principal .owl-nav{
	opacity:0;
}
body.home #banner-principal .owl-prev,
body.home #banner-principal .owl-next{
    font-family: 'icomoon' !important;
    position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:1148px;
	height:48px;
	width:48px;
	margin:auto;
	font-size:0;
	transform:scaleY(1.25);
}
body.home #banner-principal:hover .owl-nav{
	opacity:1;
}
body.home #banner-principal .owl-next{
	left:1148px;
	right:0;
}
body.home #banner-principal .owl-prev:before,
body.home #banner-principal .owl-next:before{
	content: "\e991";
	margin:auto;
	cursor:pointer;
	color:rgba(0,0,0,0.75);
	text-shadow:2.5px 0 0 rgba(255,255,255,0.5);
	font-size:33px;
	line-height:48px;
}
body.home #banner-principal .owl-next:before{
    content: "\e992";
}


/*---HTML--*/
body.home #banner-principal .responsive.item-mainbanner{
	display:none;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner{
	display:block;
}

@keyframes scaleUp {
    from{
    		-ms-transform: matrix(0.9,0,0,0.9,20,20);
			-webkit-transform: matrix(0.9,0,0,0.9,20,10);
			transform: matrix(0.9,0,0,0.9,20,10);
    	}

    to	{
    		-ms-transform: matrix(1,0,0,1,0,0);
			-webkit-transform: matrix(1,0,0,1,0,0);
			transform: matrix(1,0,0,1,0,0);
    	}
}
@keyframes slideIn {
    from{
    		opacity:0;
    		margin-right:-75px;
    		margin-bottom:-10px;
    	}

    to	{
    		opacity:1;
    		margin-right:0;
    		margin-bottom:0;
    	}
}
@keyframes slideInLanding {
    from{
    		opacity:0;
    		margin-bottom:-30px;
    	}

    to	{
    		opacity:1;
    		margin-bottom:0;
    	}
}
@keyframes slideInContent {
    from{
    		opacity:0;
    		-ms-transform: translate(-75px, 0);
			-webkit-transform: translate(-75px, 0);
			transform: translate(-75px, 0);
    	}

    to	{
    		opacity:1;
    		-ms-transform: translate(0, 0);
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
    	}
}
@keyframes wobble {
	0%{
			opacity:0;
			
			-ms-transform: matrix(1,0,0,1,0,0);
			-webkit-transform: matrix(1,0,0,1,0,0);
			transform: matrix(0.5,0,0,0.5,0,0);
    	}
    20%{
			-ms-transform: matrix(1,0.25,-0.25,0,0,0);
			-webkit-transform: matrix(1,0.25,-0.25,0,0,0);
			transform: matrix(1,0.25,-0.25,0.5,0,0);
    	}

    75%{
			-ms-transform: matrix(1,0,0,1,0,0);
			-webkit-transform: matrix(1,0,0,1,0,0);
			transform: matrix(1,0,0,1,0,0);
    	}
    90%{
			-ms-transform: matrix(1,0,0,1,0,0);
			-webkit-transform: matrix(1,0,0,1,0,0);
			transform: matrix(1,0,0.05,1,0,0);
    	}
    100%{
			-ms-transform: matrix(1,0,0,1,0,0);
			-webkit-transform: matrix(1,0,0,1,0,0);
			transform: matrix(1,0,0,1,0,0);
    	}
}
.responsive.item-mainbanner.cdc .btn :after,
.responsive.item-mainbanner .btn b,
.responsive.item-mainbanner .btn rect,
.responsive.item-mainbanner.suzuki .group-pagos .desc,
.responsive.item-mainbanner.suzuki .cta .btn:after,
.responsive.item-mainbanner.suzuki .desc span,
#bannerinfo .owl-next:after,
.banner-serv li,
.banner-serv li:after,
.responsive.item-mainbanner.etour .descarga,
.responsive.item-mainbanner.etour .bases{
	-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.mosaico .mainimg li span{
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
body.home #banner-principal.owl-carousel .active .mainimg{
	animation-name: slideIn;
    animation-duration: 0.75s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
}
body.home #banner-principal.owl-carousel .active .mainimg > img{
    animation-name: scaleUp;
    animation-duration: 15s;
}
body.home #banner-principal.owl-carousel .active .panel.right .content{
	animation-name: slideInContent;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
body.home #banner-principal.owl-carousel .active  .cta{
	animation-name: wobble;
    animation-duration: 0.5s;
    animation-timing-function: ease-out; 
}
body.home #banner-principal .owl-item .responsive.item-mainbanner{
	height:350px;
	overflow:hidden;
}
body.home #banner-principal.owl-carousel .feat{
	display:none;
}
body.home #banner-principal.owl-carousel .owl-item .mainimg{
	position:absolute;
	bottom:-3px;
	right:-1px;
	text-align:right;
}
body.home #banner-principal.owl-carousel .owl-item .mainimg img{
	width:auto;
	height:auto;
	max-height:450px;
	max-width:600px;
    transform-origin: bottom right;
    display:initial;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:transparent;
	background: -webkit-linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: -o-linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: -moz-linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.theme-dark:after{
	background:transparent;
	background: -webkit-linear-gradient( rgba(255, 255, 255, 0),rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05));
	background: -o-linear-gradient( rgba(255, 255, 255, 0),rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05));
	background: -moz-linear-gradient( rgba(255, 255, 255, 0),rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05));
	background: linear-gradient( rgba(255, 255, 255, 0),rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05));
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.overlay-bluered:after{
	background:transparent;
	background: -webkit-linear-gradient( to left,transparent,rgba(103, 122, 137, 0),rgba(255, 87, 99, 0.15),rgba(103, 122, 137, 0.5),rgba(103, 122, 137, 0),transparent);
	background: -o-linear-gradient( to left,transparent,rgba(103, 122, 137, 0),rgba(255, 87, 99, 0.15),rgba(103, 122, 137, 0.5),rgba(103, 122, 137, 0),transparent);
	background: -moz-linear-gradient( to left,transparent,rgba(103, 122, 137, 0),rgba(255, 87, 99, 0.15),rgba(103, 122, 137, 0.5),rgba(103, 122, 137, 0),transparent);
	background: linear-gradient( to left,transparent,rgba(103, 122, 137, 0),rgba(255, 87, 99, 0.15),rgba(103, 122, 137, 0.5),rgba(103, 122, 137, 0),transparent);
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.pago:after{
	background:transparent;
	background: -webkit-linear-gradient( to top left,transparent,transparent,rgba(205, 224, 233, 0.7),transparent);
	background: -o-linear-gradient( to top left,transparent,transparent,rgba(205, 224, 233, 0.7),transparent);
	background: -moz-linear-gradient( to top left,transparent,transparent,rgba(205, 224, 233, 0.7),transparent);
	background: linear-gradient( to top left,transparent,transparent,rgba(205, 224, 233, 0.7),transparent);
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.overlay-glow:after{
	background:transparent;
	background: -webkit-linear-gradient( to top left,transparent,transparent,rgba(255, 255, 255, 0.1),transparent);
	background: -o-linear-gradient( to top left,transparent,transparent,rgba(255, 255, 255, 0.1),transparent);
	background: -moz-linear-gradient( to top left,transparent,transparent,rgba(255, 255, 255, 0.1),transparent);
	background: linear-gradient( to top left,transparent,transparent,rgba(255, 255, 255, 0.1),transparent);
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.overlay-blue:after,
body.home #banner-principal .owl-item .responsive.item-mainbanner.pagocuota:after{
	background:transparent;
	background: -webkit-linear-gradient( to top left,transparent,transparent,rgba(55, 181, 255, 0.35),transparent);
	background: -o-linear-gradient( to top left,transparent,transparent,rgba(55, 181, 255, 0.35),transparent);
	background: -moz-linear-gradient( to top left,transparent,transparent,rgba(55, 181, 255, 0.35),transparent);
	background: linear-gradient( to top left,transparent,transparent,rgba(55, 181, 255, 0.35),transparent);
}
.owl-item .responsive.item-mainbanner .bg-texture{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:no-repeat center;
	mix-blend-mode:multiply;
	opacity:0.15;
}
body.home #banner-principal .owl-item .responsive .container{
	position:relative;
	z-index:2;
	height:100%;
}
.owl-item .responsive.item-mainbanner .panel{
	height:350px;
	width:calc(45% - 120px);
	display:table;
	position:absolute;
	top:0;
	right:120px;
	z-index:1;
}
.owl-item .responsive.item-mainbanner .panel.main{
	width:calc(55% - 20px);
	left:0;
	right:initial;
	display:initial;
}
.owl-item .responsive.item-mainbanner .panel.right .content{
	display:table-cell;
	vertical-align:middle;
}
.owl-item .responsive.item-mainbanner.theme-dark .panel.right .content{
	color:#aaa;
}
.owl-item .responsive.item-mainbanner .panel .content{
	text-align:left;
}
.owl-item .responsive.item-mainbanner .panel p{
	font-size:13px;
}
.owl-item .responsive.item-mainbanner .soloporweb{
	position:absolute;
	top:5px;
	right:5px;
	width:100px;
	height:100px;
	z-index:1;
}
.owl-item .responsive.item-mainbanner .soloporweb svg{
	position:absolute;
	top:0;
	left:0;
}
.owl-item .responsive.item-mainbanner .soloporweb svg path{
	opacity:0.15;
}
.owl-item .responsive.item-mainbanner .soloporweb svg rect{
	opacity:0.75;
}
.owl-item .responsive.item-mainbanner .soloporweb span{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	z-index:1;
	background:transparent!important;

	width:98px;
	height:98px;
	padding:12px 15px;
}
.owl-item .responsive.item-mainbanner .soloporweb h2{
	position:relative;
	line-height:1.075;
	text-align:left;
	font-weight:bold;
	font-size:25px;
	text-transform:uppercase;
	letter-spacing:-2px;
	transform:scale(0.95,1);
	z-index:1;
}
.owl-item .responsive.item-mainbanner.theme-dark .soloporweb h2{
	color:#aaa;
}
.owl-item .responsive.item-mainbanner .soloporweb h2 b{
	display:block;
	text-transform:lowercase;
	margin-top:-6px;
	font-style:italic;
}
.owl-item .responsive.item-mainbanner .logo{
	white-space:nowrap;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	display:table;
	width:100%;
}
.owl-item .responsive.item-mainbanner .logo b{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	line-height:28px;
}
.owl-item .responsive.item-mainbanner .logo.solo b{
	font-size:30px;
	margin-left:5px;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner .logo img{
	display:block;
	height:28px;
	max-width:120px;
	width:auto;
	float:left;
	text-align:left;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner .logo.solo img{
	max-width:initial;
	margin-bottom:10px;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.mabe .logo img{
	margin-top:-5px;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner .subtitle{
	margin-bottom:15px;
	font-size:22px;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.theme-dark .subtitle{
	color:#eee;
}
.owl-item .responsive.item-mainbanner .group-pagos{
	display:table;
	width:100%;
}
.owl-item .responsive.item-mainbanner .diferidos,
.owl-item .responsive.item-mainbanner .cta{
	float:left;
	width:calc(100% - 170px);
	max-width:200px;
}
.owl-item .responsive.item-mainbanner .diferidos{
	width:150px;
	margin-right:20px;
}
.owl-item .responsive.item-mainbanner .diferidos .header{
	position:relative;
}
.owl-item .responsive.item-mainbanner .diferidos .header p{
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
	width:100px;
	margin:auto;
}
.owl-item .responsive.item-mainbanner .diferidos .header p:before,
.owl-item .responsive.item-mainbanner .diferidos .header p:after{
	content:'';
	position:absolute;
	width:calc(50% - 55px);
	height:5px;
	bottom:0;
	left:0;

	border:1px solid #aaa;
	border-bottom:0;
	border-right:0;
	border-radius:3px 0 0 0;
}
.owl-item .responsive.item-mainbanner .diferidos .header p:after{
	left:initial;
	right:0;

	border:1px solid #aaa;
	border-bottom:0;
	border-left:0;
	border-radius:0 3px 0 0;
}
.owl-item .responsive.item-mainbanner .diferidos .middle{	
	border:1px solid #aaa;
	border-top:0;
	border-radius:0 0 3px 3px;

	padding:5px;
	margin:0;
}
.owl-item .responsive.item-mainbanner .diferidos .middle h3{
	position:relative;
	width:140px;
	margin:auto;
	padding-left:52px;
	text-transform:uppercase;
	font-size:11px;
	line-height:1;
}
.owl-item .responsive.item-mainbanner .diferidos .middle h3 strong{
	position:absolute;
	left:0;
	bottom:0;
	width:50px;
	height:40px;
	line-height:44px;
	font-size:42px;
	font-weight:normal;
}
.owl-item .responsive.item-mainbanner .diferidos .middle h3 b{
	display:block;
	font-size:24px;
	font-weight:normal;
}
.owl-item .responsive.item-mainbanner .diferidos .footer p{
	position:relative;
	padding-left:35px;
	font-size:10px;
	width:140px;
	margin:auto;
	line-height:1.1;
}
.owl-item .responsive.item-mainbanner .diferidos .footer p .icomoon{
	position:absolute;
	top:-1px;
	left:3px;
	font-size:20px;
}
.owl-item .responsive.item-mainbanner .info{
	position:relative;
	border:1px solid;
	border-radius:3px;
	padding:10px;
	padding-left:40px;
	max-width:280px;
}
.owl-item .responsive.item-mainbanner .info .icomoon{
	position:absolute;
	top:0;
	left:15px;
	bottom:0;
	margin:auto;
	font-size:20px;
	height:32px;
	line-height:32px;
}
.owl-item .responsive.item-mainbanner.theme-dark .info{
	color:#eee;
}
.owl-item .responsive.item-mainbanner .cta{
	text-align:center;
	-webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.owl-item .responsive.item-mainbanner .cta .precio{
	font-size:40px;
	letter-spacing:-1px;
	line-height:1.1;
	transform:scale(1.1,1);
	white-space:nowrap;
}
.owl-item .responsive.item-mainbanner .cta .precio b{
	vertical-align:65%;
	font-size:20px;
	margin-left:-5px;
}
.owl-item .responsive.item-mainbanner .btn a{
	display:block;
	line-height:45px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	position:relative;
	width:160px;
	margin:auto;
}
.owl-item .responsive.item-mainbanner.theme-dark .btn a{
	color:#eee;
}
.owl-item .responsive.item-mainbanner .btn b{
	position:relative;
	z-index:1;
}
.owl-item .responsive.item-mainbanner .btn a svg {
	height: 48px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding:4px;
}
.owl-item .responsive.item-mainbanner .btn a rect {
	fill: none;
	stroke: #666;
	stroke-width: 1;
	width:calc(100% - 4px);
	height:calc(100% - 4px);
	stroke-dasharray: 422, 0;
}
.owl-item .responsive.item-mainbanner.theme-dark .btn a rect{
	stroke:#eee;
}
.owl-item .responsive.item-mainbanner .btn a:hover {
	font-weight: 900;
	letter-spacing: 1px;
}
.owl-item .responsive.item-mainbanner .btn a:hover rect {
	stroke-width: 4;
	stroke-dasharray: 40, 305;
	stroke-dashoffset:calc(100% + 40px);
}
.owl-item .responsive.item-mainbanner .label{
	position:absolute;
	top:25px;
	left:-80px;
	width:80px;
	height:80px;
	border-radius:100%;	
	text-align:center;
	box-shadow:-2px 2px 2px rgba(0, 0, 0, 0.35);
}
.owl-item .responsive.item-mainbanner .label:before{
	content:'';
	position:absolute;
	width:45px;
	height:55px;
	right:0;
	bottom:-10px;
	border-radius:0 3px 100% 3px;
	z-index:-1;
}
.owl-item .responsive.item-mainbanner .label b{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display:table;
	width:100%;
	vertical-align:middle;
}
.owl-item .responsive.item-mainbanner .label b:before,
.owl-item .responsive.item-mainbanner .label b:after{
	display:block;
}
.owl-item .responsive.item-mainbanner .label b:before{
	font-weight:normal;
}
.owl-item .responsive.item-mainbanner .label b:after{
	text-transform:uppercase;
	font-size:18px;
}
.owl-item .responsive.item-mainbanner .label,
.owl-item .responsive.item-mainbanner .label:before{
	background:#c42043;
	color:#fff;
}
.owl-item .responsive.item-mainbanner .label.new b:before{
	content:'Producto';
}
.owl-item .responsive.item-mainbanner .label.new b:after{
	content:'Nuevo';
}
.owl-item .responsive.item-mainbanner .label.freeshipping b:before{
	content:'\e978';
	font-size:50px;
}
.owl-item .responsive.item-mainbanner .label.combo b{
	font-size:12px;
	font-weight:normal;
}
.owl-item .responsive.item-mainbanner .label.combo b span:first-child{
	display:block;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.owl-item .responsive.item-mainbanner .promo{
	position:absolute;
	bottom:10px;
	left:0;
	background:no-repeat center;
	background-size:contain;
}
.owl-item .responsive.item-mainbanner .promo.parlantes{
	background-image:url(https://comandato.vteximg.com.br/arquivos/promo-parlantesgadyet2.png);
	width:150px;
	height:96px;
}
/*--- PAREJAS PERFECTAS --*/
body.home #banner-principal .owl-item .responsive.item-mainbanner.parejasperfectas{
	background:#e97495;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.parejasperfectas:after{
	display:none;
}
.owl-item .responsive.item-mainbanner.parejasperfectas .btn a{
	color:#c80c84;
	margin:0;
}
.owl-item .responsive.item-mainbanner.parejasperfectas .btn a rect{
	stroke:#c80c84;
}
.owl-item .responsive.item-mainbanner.parejasperfectas .logo{
	margin:0;
}
.owl-item .responsive.item-mainbanner.parejasperfectas .logo b,
body.home #banner-principal .owl-item .responsive.item-mainbanner.parejasperfectas .subtitle{
	text-transform:uppercase;
	font-size:32px;
	background:#c80c84;
	padding:5px 8px;
	padding-right:20px;
	color:#fff;
	margin:0;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.parejasperfectas .subtitle{
	color:#c80c84;
	background:#fdf7d2;
	margin-bottom:16px;
	font-size:26px;
	display:inline-block;
}
@media screen and (max-width: 768px){
	.owl-item .responsive.item-mainbanner.parejasperfectas .logo b,
	body.home #banner-principal .owl-item .responsive.item-mainbanner.parejasperfectas .subtitle{
		font-size:12px;
	}
}
/*--- CDC --*/
.owl-item .responsive.item-mainbanner.mosaico .panel,
.owl-item .responsive.item-mainbanner.cdc .panel{
	width:300px;
	right:0;
	padding-right:50px;
}
.owl-item .responsive.item-mainbanner.pagocuota .panel{
	width:400px;
	right:0;
	padding-right:150px;
}
.owl-item .responsive.item-mainbanner.cdc .panel.main{
	width:calc(100% - 350px);
}
.owl-item .responsive.item-mainbanner.pagocuota .panel.main{
	width:calc(100% - 450px);
}
.owl-item .responsive.item-mainbanner.mosaico .panel.main{
	width:calc(100% - 285px);
}
.owl-item .responsive.item-mainbanner.mosaico .logo,
.owl-item .responsive.item-mainbanner.cdc .logo{
	color:#fff;
	font-size:22px;
	white-space:initial;
	margin-bottom:15px;
}
.owl-item .responsive.item-mainbanner.pagocuota .logo{
	font-size:33px;
	line-height:1;
}
.owl-item .responsive.item-mainbanner.pagocuota .content > p{
	color:rgba(255, 255, 255, 0.75);
	font-size:14px;
	line-height:1.4;
}
.owl-item .responsive.item-mainbanner.pagocuota .content > p b{
	color:#edf38b;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner .subtitle b{
	font-size:11px;
	display:block;
	position:relative;
	padding:8px 50px;
	padding-left:85px;
	margin-bottom:10px;
}
.owl-item .responsive.item-mainbanner .subtitle .icomoon,
.owl-item .responsive.item-mainbanner .icon{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	display:block;
	width:72px;
	height:50px;
	background:center no-repeat;
}
.owl-item .responsive.item-mainbanner .subtitle .icomoon{
	font-size:50px;
	line-height:50px;
	text-align:center;
}
.owl-item .responsive.item-mainbanner .icon.icn-multidispositivo{
	background-image:url(https://site.comandato.com/images/svg/icn-multidispositivo.svg);
}
.owl-item .responsive.item-mainbanner .icon.icn-247{
	background-image:url(https://site.comandato.com/images/svg/icn-247.svg);
	background-size:38px;
}
.owl-item .responsive.item-mainbanner .icon.icn-envio{
	background-image:url(https://site.comandato.com/images/svg/enviogratis-label.svg);
	background-size:38px;
}
body.home #banner-principal.owl-carousel .owl-item .mosaico .mainimg img,
body.home #banner-principal.owl-carousel .owl-item .cdc .mainimg img{
	max-width:100%;
	transform-origin:center right;
}
body.home #banner-principal.owl-carousel .owl-item .cdc .mainimg img{
	max-width:initial;
	transform-origin:bottom right;
}
body.home #banner-principal .owl-item .responsive.mosaico .logo img{
	float:initial;
	text-align:left;
	margin:0;
	max-width:initial;
	height:50px;
	margin-bottom:10px;
}
.owl-item .mosaico .mainimg li{
	width:161px;
	position:absolute;
	bottom:0;
	right:0;
	border-right:1px solid #fff;
}
.owl-item .mosaico .mainimg li:nth-child(2){
	right:333px;
}
.owl-item .mosaico .mainimg li:nth-child(3){
	right:493px;
}
.owl-item .mosaico .mainimg li:nth-child(4){
	right:653px;
}
.owl-item .mosaico .mainimg li.main{
	width:333px;
	border:0;
}
.owl-item .mosaico .mainimg li span{
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
	padding:30px;
	padding-top:100px;
	color:#253746;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:-20px;
	opacity:0;

	background:#bfdae3;
	background: -webkit-linear-gradient( rgba(191, 218, 227, 0), #bfdae3);
	background: -o-linear-gradient( rgba(191, 218, 227, 0), #bfdae3);
	background: -moz-linear-gradient( rgba(191, 218, 227, 0), #bfdae3);
	background: linear-gradient( rgba(191, 218, 227, 0), #bfdae3);
}
.owl-item .responsive.item-mainbanner.mosaico .logo{
	color:#253746;
	line-height:1.1;
}
.owl-item .responsive.item-mainbanner.mosaico .soloporweb h2{
	color:#253746;
}
.owl-item .mosaico .mainimg li:hover span{
	margin-bottom:0;
	opacity:1;
}
.owl-item .mosaico .mainimg li span img{
	position:absolute;
	top:20px;
	left:0;
	right:0;
	width:80%!important;
}
.owl-item .responsive.item-mainbanner.mosaico .soloporweb svg{
	opacity:0;
}
.owl-item .responsive.item-mainbanner.cdc .btn{
	position:relative;
}
.owl-item .responsive.item-mainbanner.cdc .btn > :after{
	content:'';
	display:block;
	position:absolute;
	bottom:-18px;
	right:10px;
	width:36px;
	height:36px;
	background:url(https://comandato.vteximg.com.br/arquivos/icn-pointer.png) no-repeat center;
	background-size:25px;
	transform:rotate(-25deg);
}
.owl-item .responsive.item-mainbanner.cdc .btn:hover :after{
	transform:initial;
	bottom:-36px;
	right:0;
	opacity:0;
}
.owl-item .responsive.item-mainbanner.mosaico .btn a,
.owl-item .responsive.item-mainbanner.cdc .btn a{
	width:initial;
}
.owl-item .responsive.item-mainbanner.mosaico .cta,
.owl-item .responsive.item-mainbanner.cdc .cta{
	float:initial;
	width:initial;
	max-width:initial;
}
.owl-item .responsive.item-mainbanner.cdc .btn a rect {
	width:100%;
	stroke:#91d000;
	fill:#91d000;
}
.owl-item .responsive.item-mainbanner.pagocuota .btn a rect {
	stroke:#edf38b;
	fill:#edf38b;
}
.owl-item .responsive.item-mainbanner.mosaico .btn a rect {
	fill: #00a9ce;
	stroke: #00a9ce;
}
.owl-item .responsive.item-mainbanner.cdc .btn b{
	z-index:1;
	position:relative;
	color:#0056b3;
}
.owl-item .responsive.item-mainbanner.mosaico .btn b{
	color:#fff;
}
.owl-item .responsive.item-mainbanner.cdc .btn a:hover b{
	color:#91d000;
}
.owl-item .responsive.item-mainbanner.pagocuota .btn a:hover b{
	color:#edf38b;
}
.owl-item .responsive.item-mainbanner.mosaico .btn a:hover b{
	color:#07365e;
}
.owl-item .responsive.item-mainbanner.mosaico .btn a:hover rect,
.owl-item .responsive.item-mainbanner.cdc .btn a:hover rect {
	stroke-width: 4;
	stroke-dasharray: 70, 500;
	stroke-dashoffset:calc(100% + 70px);
	fill:transparent;
}
/*--- paymentez --*/
body.home #banner-principal .owl-item .responsive.item-mainbanner.paymentez .subtitle{
	color:#87b44f;
	margin-bottom:5px;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.paymentez .logo img {
    height:58px;
    margin-left:-15px;
    max-width:initial;
}
.owl-item .responsive.item-mainbanner .cc-list{
	display:table;
	margin-top:10px;
}
.owl-item .responsive.item-mainbanner .cc-list li{
	float:left;
}
.owl-item .responsive.item-mainbanner .cc-list li span{
	background:url(https://site.comandato.com/images/svg/logo-visa.svg) center no-repeat;
	background-size:60px auto;
	width:70px;
	height:50px;
	display:block;
}
.owl-item .responsive.item-mainbanner .cc-list li span.cc.mc{
	background-image:url(https://site.comandato.com/images/svg/logo-mc.svg);
	background-size:auto 32px;
}
.owl-item .responsive.item-mainbanner .cc-list li span.cc.amex{
	background-image:url(https://site.comandato.com/images/svg/icn-ae.svg);
	background-size:43px;
	background-color:#1290d4;
	width:40px;
	height:40px;
	margin-top:5px;
}
/*--- aquiahorra --*/
.owl-item .responsive.item-mainbanner.aquiahorra h2{
	color:#fff100;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1;
	margin-bottom:15px;
}
body.home #banner-principal.owl-carousel .owl-item .aquiahorra .subtitle img{
	height:80px;
	width:initial;
	max-width:initial;
	display:inline;
	margin-right:5px;
}
/*-- Suzuki --*/
.owl-item .responsive.item-mainbanner .bg-texture.tx-suzuki{
	mix-blend-mode: initial;
	opacity:1;
	background-image:url(https://comandato.vteximg.com.br/arquivos/tx-suzuki-2.jpg);
}
.owl-item .responsive.item-mainbanner .bg-texture.tx-suzukifullhd{
	mix-blend-mode: initial;
	opacity:1;
	background-image:url(https://comandato.vteximg.com.br/arquivos/b-suzukifullhd-bg.jpg);
}
.owl-item .responsive.item-mainbanner .bg-texture.tx-suzuki:after,
.owl-item .responsive.item-mainbanner .bg-texture.tx-suzukifullhd:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(https://comandato.vteximg.com.br/arquivos/suzuki-pattern.png);
}
.owl-item .responsive.item-mainbanner .bg-texture.tx-suzukifullhd:after{
	opacity:0.5;
}
.owl-item .responsive.item-mainbanner.suzuki .soloporweb h2{
	color:#f2f2f2;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki .logo img{
	max-height:initial;
	margin-top:-25px;
	margin-bottom:5px;
	height:60px;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki .subtitle{
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki .subtitle b {
    font-size: 12px;
    display: inline-block;
    position: initial;
    padding:0;
    margin-bottom:0;
    color:#ea2126;
    text-transform:uppercase;
    margin-top:3px;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki.fullhd .subtitle b {
    font-size: 16px;
    display:inline-block;
    text-align:center;
    margin-bottom:0;
    color:#0056b3;
    background:#ffe500;
    text-transform:uppercase;
    margin-top:3px;
    padding:5px 8px;
    border:3px solid #78c143;
    border-width:4px 0 4px;
    position:relative;
    font-weight:bold;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki.fullhd .subtitle b:before{
	content:'';
	position:absolute;
	display:block;
	width:0;
	border:15px solid #ffe500;
	border-color:transparent #ffe500 transparent transparent;
	top:0;
	height:0px;
	bottom:0;
	margin:auto;
	left:-30px;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki.fullhd .subtitle b i{
	color:#ea2126;
	font-style:normal;
}
body.home #banner-principal .owl-item span.label.cdc{
	background:url(https://site.comandato.com/images/svg/icn-cdc.svg) no-repeat center;
	top:-70px;
	left:-90px;
	bottom:0;
	margin:auto;
	box-shadow:0 5px 3px rgba(0, 0, 0, 0.35);
}
body.home #banner-principal .owl-item span.label.cdc:before{
	display:none;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki p.legal{
	color:rgba(255, 255, 255, 0.5);
	font-size:10px;
	margin-bottom:12px;
}
.owl-item .responsive.item-mainbanner.suzuki .cta{
	width:50%;
	position:relative;
}
.owl-item .responsive.item-mainbanner.suzuki .cta .desc{
	font-size:14px;
	margin-bottom:10px;
	color:rgba(255, 255, 255, 0.5);
}
.owl-item .responsive.item-mainbanner.suzuki .cta:first-child .btn:after{
	content:'';
	width:2px;
	height:50px;
	position:absolute;
	top:0;
	bottom:0;
	right:-1px;
	margin:auto;
	background:#ea2126;
}
.owl-item .responsive.item-mainbanner.suzuki .btn a b{
	color:rgba(255, 255, 255, 0.75);
}
.owl-item .responsive.item-mainbanner.suzuki .btn a rect {
	stroke:rgba(255, 255, 255, 0.5);
}
.owl-item .responsive.item-mainbanner.suzuki .group-pagos:hover .desc,
.owl-item .responsive.item-mainbanner.suzuki .group-pagos:hover .btn a b{
	color:rgba(255, 255, 255, 0.25);
}
.owl-item .responsive.item-mainbanner.suzuki  .group-pagos:hover .btn a rect {
	stroke:rgba(255, 255, 255, 0.25);
}
.owl-item .responsive.item-mainbanner.suzuki  .group-pagos:hover .cta:first-child .btn:after{
	background:rgba(255, 255, 255, 0.15);
}
.owl-item .responsive.item-mainbanner.suzuki .btn a:hover b,
.owl-item .responsive.item-mainbanner.suzuki .group-pagos:hover .btn a:hover b,
.owl-item .responsive.item-mainbanner.suzuki .group-pagos:hover .cta:hover .desc .Icomoon{
	color:#ea2126;
}
.owl-item .responsive.item-mainbanner.suzuki .btn a:hover rect,
.owl-item .responsive.item-mainbanner.suzuki .group-pagos:hover .btn a:hover rect{
	stroke:#ea2126;
}
.owl-item .responsive.item-mainbanner.suzuki .group-pagos:hover .cta:hover .desc{
	color:#f2f2f2;
}
/*-- EMELEC --*/
.owl-item .responsive.item-mainbanner.emelec .btn a rect {
	stroke: #fff;
}
.owl-item .responsive.item-mainbanner.emelec .btn a{
	color:#fff;
}
.owl-item .responsive.item-mainbanner.emelec .btn:hover a rect {
	stroke: #3f96ff;
}
.owl-item .responsive.item-mainbanner.emelec .btn:hover a{
	color:#3f96ff;
}
.owl-item .responsive.item-mainbanner.emelec .panel.main{
	width:33.33%;
}
.owl-item .responsive.item-mainbanner.emelec .panel.right {
    width: 66.66%;
    right:0;
}
body.home #banner-principal.owl-carousel .owl-item .emelec .mainimg{
	position:initial;
}
body.home #banner-principal.owl-carousel .active .emelec .mainimg{
	animation-name: none;
    animation-duration: 0.75s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
}
body.home #banner-principal.owl-carousel .owl-item .emelec .mainimg > img{
	width:calc(100% - 20px);
	height:auto;
	max-height:initial;
	max-width:initial;
    transform-origin:center;
    display:block;
    position:absolute;
    top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.owl-item .responsive.item-mainbanner.emelec .marcador,
.owl-item .responsive.item-mainbanner.emelec .group-pagos{
	width:calc(50% - 40px);
	position:absolute;
	top:0;
	bottom:0;
	left:20px;
	margin:auto;
	height:200px;
}
.owl-item .responsive.item-mainbanner.emelec .group-pagos{
	left:initial;
	right:20px;
	height:80px;
}
.owl-item .responsive.item-mainbanner.emelec .group-pagos h2{
	color:#fff;
	text-transform:uppercase;
	margin-bottom:8px;
	font-size:30px;
	transform:scaleY(1.25);
}
.owl-item .responsive.item-mainbanner.emelec .cta{
	width:100%;
	float:initial;
	max-width:initial;
	text-align:left;
}
.owl-item .responsive.item-mainbanner.emelec .btn a{
	margin:0;
	text-align:center;
}
.owl-item .responsive.item-mainbanner.emelec .marcador h2{
	color:#fff;
	text-align:center;
	font-size:11px;
	letter-spacing:1px;
	margin-bottom:20px;
	text-transform:uppercase;
	transform:scaleY(1.25);
}
.owl-item .responsive.item-mainbanner.emelec .marcador h2 em{
	font-size:7px;
	font-style:normal;
	vertical-align:40%;
}
.owl-item .responsive.item-mainbanner.emelec .marcador ul{
	display:table;
	width:100%;
	margin-bottom:10px;
}
.owl-item .responsive.item-mainbanner.emelec .marcador ul li{
	width:calc(50% - 25px);
	float:left;
	text-align:center;
}
.owl-item .responsive.item-mainbanner.emelec .marcador ul li:nth-child(2){
	width:50px;
	line-height:60px;
	color:#fff;
	font-size:80px;
}
.owl-item .responsive.item-mainbanner.emelec .marcador ul.title{
	background:#00234d;
	color:#fff;
	text-transform:uppercase;
}
.owl-item .responsive.item-mainbanner.emelec .marcador ul.title li:nth-child(2){
	background:#fff;
	color:#00234d;
	font-weight:bold;
	font-size:14px;
	line-height:initial;
}
.owl-item .responsive.item-mainbanner.emelec .marcador ul.title li{
	padding:4px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
body.home #banner-principal.owl-carousel .owl-item .emelec .marcador img{
	width: 100%;
	max-width:72px;
	margin:0;
	display:inline-block;
}

/*-- MARCAS --*/
/*-- samsung --*/
.owl-item .responsive.item-mainbanner.samsung .subtitle{
	color:#333;
}
.owl-item .responsive.item-mainbanner.samsung .logo,
.owl-item .responsive.item-mainbanner.samsung .diferidos .middle,
.owl-item .responsive.item-mainbanner.samsung .cta .precio,
.owl-item .responsive.item-mainbanner.samsung .btn a{
	color:#1121a3;
}
.owl-item .responsive.item-mainbanner.theme-dark.samsung .logo,
.owl-item .responsive.item-mainbanner.theme-dark.samsung .diferidos .middle{
	color:#666;
}
.owl-item .responsive.item-mainbanner.theme-dark.samsung .cta .precio,
.owl-item .responsive.item-mainbanner.theme-dark.samsung .btn a{
	color:#fff;
}
.owl-item .responsive.item-mainbanner.samsung .btn a rect{
	stroke:#1121a3;
}
.owl-item .responsive.item-mainbanner.theme-dark.samsung .btn a rect{
	stroke:#fff;
}
.owl-item .responsive.item-mainbanner.tiendasamsung .btn a{
	margin:0;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.tiendasamsung:after{
	background:transparent;
	background: -webkit-radial-gradient( rgba(255, 255, 255, 0.25),rgba(0, 0, 0, 0.25));
	background: -o-radial-gradient( rgba(255, 255, 255, 0.25),rgba(0, 0, 0, 0.25));
	background: -moz-radial-gradient( rgba(255, 255, 255, 0.25),rgba(0, 0, 0, 0.25));
	background: radial-gradient( rgba(255, 255, 255, 0.25),rgba(0, 0, 0, 0.25));
}
.owl-item .responsive.item-mainbanner.samsung .group-pagos .btn a rect{
	stroke:#0077c8;
	fill:#0077c8;
}
.owl-item .responsive.item-mainbanner.samsung .group-pagos .btn:hover a rect{
	fill:transparent;
}
.owl-item .responsive.item-mainbanner.samsung .btn b,
.owl-item .responsive.item-mainbanner.theme-dark.samsung .cta .precio{
	color:#fff;
}
/*-- LG --*/
.owl-item .responsive.item-mainbanner.lg .soloporweb h2,
.owl-item .responsive.item-mainbanner.lg .cta .precio,
.owl-item .responsive.item-mainbanner.lg .btn:hover b,
.owl-item .responsive.item-mainbanner.lg .subtitle{
	color:#333;
}
.owl-item .responsive.item-mainbanner.theme-dark.lg .soloporweb h2{
	color:#ddd;
}
.owl-item .responsive.item-mainbanner.lg .diferidos .middle h3,
.owl-item .responsive.item-mainbanner.futbol.lg .soloporweb h2{
	color:#a50034;
}
.owl-item .responsive.item-mainbanner.futbol.lg .soloporweb svg path{
	opacity:0.05;
}
.owl-item .responsive.item-mainbanner.lg .group-pagos .btn a rect{
	stroke:#a50034;
	fill:#a50034;
}
.owl-item .responsive.item-mainbanner.lg .group-pagos .btn:hover a rect{
	fill:transparent;
}
.responsive.item-mainbanner.lg .btn b,
.responsive.item-mainbanner.lg .btn:hover b,
.responsive.item-mainbanner.theme-dark.lg .cta .precio{
	color:#fff;
}
body.home #banner-principal .owl-item .responsive.item-mainbanner.theme-dark.lg.oled:after{
	background:transparent;
	background: -webkit-linear-gradient( to top left,transparent,transparent,rgba(196, 27, 255, 0.1),transparent);
	background: -o-linear-gradient( to top left,transparent,transparent,rgba(196, 27, 255, 0.1),transparent);
	background: -moz-linear-gradient( to top left,transparent,transparent,rgba(196, 27, 255, 0.1),transparent);
	background: linear-gradient( to top left,transparent,transparent,rgba(255, 27, 237, 0.1),transparent);
}
.owl-item .responsive.item-mainbanner.lg.oled .diferidos .middle h3{
	color:#666;
}
.owl-item .responsive.item-mainbanner.lg.oled .soloporweb h2{
	color:#fff;
}
/*-- HP --*/
body.home #banner-principal .owl-item .responsive.item-mainbanner.hp .logo.solo img{
	height:60px;
	margin-bottom:5px;
}
.owl-item .responsive.item-mainbanner.hp .soloporweb h2,
.owl-item .responsive.item-mainbanner.hp .subtitle,
.owl-item .responsive.item-mainbanner.hp .diferidos .middle h3{
	color:#fff;
}
.owl-item .responsive.item-mainbanner.hp .cta .precio{
	color:#333;
}
.owl-item .responsive.item-mainbanner.hp .group-pagos .btn a rect{
	stroke:#333;
	fill:#333;
}
.owl-item .responsive.item-mainbanner.hp .group-pagos .btn:hover a rect{
	fill:transparent;
}
.owl-item .responsive.item-mainbanner.hp .btn b{
	color:#fff;
}


@media screen and ( max-width: 1200px ){
	body.home #banner-principal .owl-prev,
	body.home #banner-principal .owl-next{
		left:0;
		right:initial;
	}
	body.home #banner-principal .owl-next{
		left:initial;
		right:0;
	}
	/*---HTML--*/
	.owl-item .responsive.item-mainbanner .panel{
		width:calc(50% - 120px);
	}
	.owl-item .responsive.item-mainbanner .panel.main{
		width:calc(50% - 20px);
	}
}
@media screen and ( max-width: 1200px ){
	.page-container {
		padding-left: 10px; 
		padding-right: 10px; 
	}
	body.home #banner-principal .owl-next{
		left:initial;
		right:0;
	}
}
@media screen and ( max-width: 768px ){
	body.home #banner-principal.owl-carousel{
		margin:0;
		margin-bottom:30px;
	}
	body.home #banner-principal .owl-nav{
		display:none;
	}
	body.home #banner-principal.owl-carousel .owl-dots{
		display:block;
		bottom:-20px;
		opacity:1;
	}
	body.home #banner-principal.owl-carousel .owl-dot{
		background:#ddd;
		margin:0 10px!important;
	}
	body.home #banner-principal.owl-carousel .owl-dot.active{
		background:#808080;
	}
	.page-top .box-left:before{
		position:initial;
		width:initial;
		height:initial;
	}
	.page-top .box-left:after{
		display:none;
	}
	/*---HTML--*/
	body.home #banner-principal .owl-item .responsive.item-mainbanner{
		height:180px;
	}
	#banner-principal .owl-item .responsive.item-mainbanner .panel{
		height:180px;
		width:45%;
	}
	#banner-principal .owl-item .responsive.item-mainbanner .panel.main{
		width:calc(55% - 20px);
	}
	#banner-principal .owl-item .responsive.item-mainbanner .panel.right{
		padding-top:35px;
		right:0;	
	}
	.owl-item .responsive.item-mainbanner .panel.right .content{
		vertical-align:top;
	}
	body.home #banner-principal.owl-carousel .owl-item .mainimg img{
		max-height:220px;
		max-width:300px;
	}
	#banner-principal .owl-item .responsive .soloporweb,
	#banner-principal .owl-item .responsive .soloporweb span{
		background:transparent;
	}
	#banner-principal .owl-item .responsive .soloporweb{
		width:100px;
		height:20px;
	}
	#banner-principal .owl-item .responsive .soloporweb h2{
		text-align:right;
		line-height:20px;
		font-size:13px;
		letter-spacing:-1px;
	}
	#banner-principal .owl-item .responsive .soloporweb svg{
		display:none;
	}
	#banner-principal .owl-item .responsive .soloporweb span{
		position:initial;
		width:initial;
		height:initial;
		padding:initial;
	}
	#banner-principal .owl-item .responsive .soloporweb h2 b{
		display:inline;
		padding:0 5px;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner .subtitle,
	.owl-item .responsive.item-mainbanner .diferidos{
		display:none;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki .mainimg{
		opacity:0.5;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki .subtitle{
		display:block;
		text-shadow:0 2px 2px #000;
		font-size:14px;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki.fullhd .subtitle b{
		display:block;
		text-shadow:none;
		font-size:14px;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki .subtitle,
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki p.legal{
		text-align:center;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki p.legal{
		font-size:8px;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki .subtitle b{
		display:inline;
	}
	.owl-item .responsive.item-mainbanner.suzuki .cta .desc{
		display:none;
	}
	.owl-item .responsive.item-mainbanner.suzuki .cta .btn a b{
		font-size:0;
	}
	.owl-item .responsive.item-mainbanner.suzuki .cta:first-child .btn a b:before{
		content:'Motos';
		font-size:15px;
	}
	.owl-item .responsive.item-mainbanner.suzuki .cta:last-child .btn a b:before{
		content:'Accesorios';
		font-size:15px;
	}
	.owl-item .responsive.item-mainbanner .logo{
		white-space:initial;
		margin:0;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner .logo img{
		height:20px;
	}
	.owl-item .responsive.item-mainbanner .cta{
		float:initial;
		width:initial;
		margin:0;
		padding:0;
		max-width:initial;
	}
	.owl-item .responsive.item-mainbanner .cta .precio{
		text-align:left;
		transform: scale(1, 0.9);
		font-size:33px;
	}
	.owl-item .responsive.item-mainbanner .cta .precio b{
		vertical-align:40%;
	}
	.owl-item .responsive.item-mainbanner .btn a{
		line-height:45px;
		font-size:15px;
		width:160px;
		margin:0;
		margin-left:-5px;
	}
	.owl-item .responsive.item-mainbanner .label{
		border-radius:2px;
		top:5px;
		left:-120%;
		width:initial;
		height:initial;
		padding:0 5px;
		display:block;
	}
	.owl-item .responsive.item-mainbanner .label b{
		display:block;
		position:initial;
	}
	.owl-item .responsive.item-mainbanner .label b:before,
	.owl-item .responsive.item-mainbanner .label b:after{
		display:block;
		vertical-align:middle;
		font-size:12px;
		text-transform:initial;
		float:left;
		padding:2px;
	}
	.owl-item .responsive.item-mainbanner .label:before{
		content:initial;
	}
	.owl-item .responsive.item-mainbanner .label.freeshipping b:before{
		content:'\e944';
		font-size:15px;
	}
	.owl-item .responsive.item-mainbanner .label.combo b span:first-child{
		display:inline;
		font-size:12px;
		margin-right:2px;
	}
	.owl-item .responsive.item-mainbanner .promo.parlantes{
		bottom:0;
		left:-80px;
		width:100px;
		height:64px;
	}
	/*-- Landing --*/
	body.home #banner-principal.owl-carousel .active .landing .mainimg{
		animation-name: slideInLanding;
		animation-duration: 0.75s;
		animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	}
	#banner-principal .owl-item .responsive.item-mainbanner.landing .panel{
		width:calc(100% - 40px);
		left:0;
		right:0;
		margin:auto;
		max-width:350px;
	}
	#banner-principal .owl-item .responsive.item-mainbanner.pagocuota .panel.main{
		bottom:0;
		left:-400px;
	}
	#banner-principal .owl-item .responsive.item-mainbanner.pagocuota .panel.right{
		margin:auto;
		padding:0;
		max-width:250px;
		left:0;
		right:-100px;
	}
	.owl-item .responsive.item-mainbanner.pagocuota .panel.right .content{
		padding:0!important;
		vertical-align:middle!important;
	}
	.owl-item .responsive.item-mainbanner.pagocuota .cc-list{
		text-align:center;
		display:block;
	}
	.owl-item .responsive.item-mainbanner.pagocuota .cc-list li{
		float:initial;
		display:inline-block;
	}
	.owl-item .responsive.item-mainbanner.landing .panel.main{
		top:-40%;
	}
	body.home #banner-principal.owl-carousel .landing .mainimg{
		right:initial;
		text-align:center;
	}
	body.home #banner-principal.owl-carousel .landing .mainimg img{
		transform-origin:center left;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.pagocuota .logo{
		display:block!important;
		font-size:18px;
		margin:0!important;
	}
	.owl-item .responsive.item-mainbanner.pagocuota .cc-list{
		margin:0;
	}
	.owl-item .responsive.item-mainbanner.pagocuota .content > p{
		display:none;
	}
	.owl-item .responsive.item-mainbanner.landing .panel.right .content {
		vertical-align: bottom;
		padding-bottom:10px;
	}
	.owl-item .responsive.item-mainbanner.landing .cta{
		float:left;
	}
	.owl-item .responsive.item-mainbanner.landing .btn a{
		margin:auto;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.landing .logo{
		text-align:center;
		margin-bottom:15px;
	}
	/*-- CDC --*/
	.owl-item .responsive.item-mainbanner.cdc .cta{
		width:100%;
		float:initial;
	}
	.owl-item .responsive.item-mainbanner.cdc .panel{
		padding:5px 50px;
	}
	.owl-item .responsive.item-mainbanner.cdc .panel.main{
		top:-5px;
		padding:0;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.cdc .logo{
		display:none;
	}
	.owl-item .responsive.item-mainbanner.cdc .btn a rect {
		stroke:#fff;
		fill:transparent;
	}
	.owl-item .responsive.item-mainbanner.cdc .btn b{
		color:#fff;
	}
	.owl-item .responsive.item-mainbanner.cdc .btn a:hover b{
		color:#91d000;
	}
	.owl-item .responsive.item-mainbanner.cdc .btn a:hover rect {
		stroke:#91d000;
	}
	.owl-item .responsive.item-mainbanner.pagocuota .btn a b{
		color:#045bb7;
	}
	.owl-item .responsive.item-mainbanner.pagocuota .btn a rect {
		stroke:#edf38b;
		fill:#edf38b;
	}
	.owl-item .responsive.item-mainbanner.pagocuota .btn a:hover b{
		color:#edf38b;
	}
	.owl-item .responsive.item-mainbanner.mosaico .logo{
		font-size:0;
		margin:0;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.mosaico .logo img{
		height:30px;
		margin:0;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.mosaico .subtitle{
		display:block;
		margin:0;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.mosaico .subtitle b {
		font-size: 11px;
		display: block;
		position: relative;
		padding: 8px;
		padding-left: 75px;
		margin-bottom:0;
	}
	#banner-principal .owl-item .responsive.item-mainbanner.mosaico .panel.right {
		padding-right: 15px;
	}
	/*-- Suzuki --*/
	.owl-item .responsive.item-mainbanner.suzuki .cta:first-child .btn:after{
		height:45px;
		top:initial;
		bottom:5px;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki .logo{
		top:0;
		position:absolute;
		transition:none;
		margin:0;
		transform:none;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki .logo img,
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki span.label.cdc{
		position:absolute;
		margin:auto;
		padding:0;
		top:5px!important;
		bottom:initial;
		left:0;
		right:60px;
		height:30px!important;
		transition:none;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki span.label.cdc{
		width:50px;
		left:60px;
		right:0;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.suzuki .logo img{
		max-height:initial;
		height:auto;
		width:100px;
		margin:auto;
		float:initial;
	}
	.owl-item .mosaico .mainimg li:nth-child(2){
		right:209px;
	}
	.owl-item .owl-item .mosaico .mainimg li:nth-child(3){
		right:309px;
	}
	.owl-item .mosaico .mainimg li:nth-child(4){
		right:409px;
	}
	.owl-item .mosaico .mainimg li.main{
		width:209px;
	}
	/*-- EMELEC --*/
	.owl-item .responsive.item-mainbanner.emelec .panel.main{
		display:none;
	}
	#banner-principal .owl-item .responsive.item-mainbanner.landing.emelec .panel{
		padding:16px 0;
	}
	.owl-item .responsive.item-mainbanner.emelec .marcador, .responsive.item-mainbanner.emelec .group-pagos {
		width:100%;
		position: initial;
		top: 0;
		bottom: 0;
		left: 20px;
		margin: auto;
		height:initial;
	}
	body.home #banner-principal.owl-carousel .owl-item .emelec .marcador img {
		max-width:48px;
	}
	.owl-item .responsive.item-mainbanner.emelec .marcador h2 {
		display:none;
	}
	.owl-item .responsive.item-mainbanner.emelec .marcador ul {
		margin-bottom:8px;
	}
	.owl-item .responsive.item-mainbanner.emelec .marcador ul li:nth-child(2) {
		line-height: 40px;
		font-size: 60px;
	}
	.owl-item .responsive.item-mainbanner.emelec .group-pagos h2 {
		display:none;
	}
	.owl-item .responsive.item-mainbanner.emelec .btn a{
		width:240px;
	}
	.owl-item .responsive.item-mainbanner.emelec .btn a b{
		font-size:0;
	}
	.owl-item .responsive.item-mainbanner.emelec .btn a b:before{
		content:'Gana entradas';
		font-size:16px;
	}

	/*-- MARCAS --*/
	/*-- samsung --*/
	.owl-item .responsive.item-mainbanner.samsung .cta .precio{
		color:#333;
	}
	body.home #banner-principal .owl-item .responsive.item-mainbanner.tiendasamsung .subtitle{
		display:block;
		font-size:14px;
		margin:8px 0;
	}
	#banner-principal .owl-item .responsive.item-mainbanner.bluedays .panel.right{
		width:50%;
	}
	/*--- paymentez --*/
	body.home #banner-principal .owl-item .responsive.item-mainbanner.paymentez .logo img {
		height:32px;
		margin-bottom:10px;
	}
	.owl-item .responsive.item-mainbanner.paymentez p{
		font-size:11px;
	}
	.owl-item .responsive.item-mainbanner.paymentez .cc-list li span{
		background:url(https://site.comandato.com/images/svg/logo-visa.svg) center no-repeat;
		background-size:45px auto;
		width:50px;
		height:50px;
	}
	.owl-item .responsive.item-mainbanner.paymentez .cc-list li span.cc.mc{
		background-image:url(https://site.comandato.com/images/svg/logo-mc.svg);
		background-size:auto 28px;
	}
	.owl-item .responsive.item-mainbanner.paymentez .cc-list li span.cc.amex{
		background-image:url(https://site.comandato.com/images/svg/icn-ae.svg);
		background-size:40px;
		background-color:#1290d4;
		width:35px;
		height:35px;
		margin-top:8px;
	}
	/*-- Cybermonday --*/
	.owl-item .responsive.item-mainbanner.cm-promo .cm-logo{
		max-width:120px;
	}
	.owl-item .responsive.item-mainbanner.cybermonday-b .cta .precio{
		color:#fff;
	}
	.owl-item .responsive.item-mainbanner.cybermonday-b .container:before{
		left:-120px;
		transform:initial;
	}
	.owl-item .responsive.item-mainbanner.cybermonday-b .container:after{
		bottom:0;
		left:0;
		right:initial;
		z-index:1;
		width:80px;
		height:80px;
		background-size:70px;
	}
	/*-- HP --*/
	body.home #banner-principal .owl-item .responsive.item-mainbanner.hp .logo.solo img{
		height:40px;
	}

}

@media screen and ( min-width: 769px ){
	.owl-item .responsive.item-mainbanner .bg-texture.tx-1w{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx1-w.jpg);
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-2w{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx2-w.jpg);
		opacity:0.05;	
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-3w{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx3-w.jpg);
		opacity:0.75;	
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-4w{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx4-w.jpg);	
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-5w{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx5-w.jpg);	
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-1b{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx1-b.jpg);
		mix-blend-mode:screen;
		opacity:0.1;
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-2b{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx2-b.jpg);
		mix-blend-mode:screen;
		opacity:0.035;	
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-3b{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx3-b.jpg);
		mix-blend-mode:screen;
		opacity:0.1;	
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-4b{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx4-b.jpg);
		mix-blend-mode:screen;
		opacity:0.15;
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-5b{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx5-b.jpg);
		mix-blend-mode:screen;
		opacity:0.15;
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-6b{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx-6b.jpg);
		mix-blend-mode:screen;
		opacity:0.15;
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-rain{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx-rain.jpg);
		mix-blend-mode:screen;
		opacity:0.15;
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-soap{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx-foam.jpg);
		opacity:0.35;
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-cdc{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx-cdc.jpg);
		mix-blend-mode:initial;
		opacity:1;
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-cm{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx-cybermonday17.jpg);
		mix-blend-mode:initial;
		opacity:1;
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-futbol{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx-m300817-3.jpg);
		mix-blend-mode:initial;
		opacity:1;
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-bluedays{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx-bluedays.jpg);
		mix-blend-mode:initial;
		opacity:1;
	}
	.owl-item .responsive.item-mainbanner .bg-texture.tx-emelec{
		background-image:url(https://comandato.vteximg.com.br/arquivos/tx-emelec.jpg);
		mix-blend-mode:initial;
		opacity:1;
	}

	/*----Samsung----*/
	.owl-item .responsive.item-mainbanner.bluedays .panel .content{
		padding-left:120px;
	}
}
/*----Icomoon----*/
.box-right .prateleira h2:before,
.responsive.item-mainbanner .label.freeshipping b:before{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*----products----*/
.products .producto .productImage img {
	max-width: 130px;
	width:100%;
}
/*----bannerInfo----*/
#bannerinfo{
	position:relative;
}
#bannerinfo .owl-prev{
	display:none;
}
#bannerinfo .owl-next{
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:45px;
	font-size:0;
}
#bannerinfo .owl-next:after{
	content:'+';
	display:block;
	font-size:35px;
	text-align:center;
	line-height:43px;
	background:#fff;
	border-radius:100%;
	border:1px solid #4d4d4d;
	color:#4d4d4d;
	opacity:0.65;
}
#bannerinfo .owl-next:hover:after{
	opacity:1;
}
#bannerinfo .owl-item .content{
	min-height:45px;
	display:table;
	width:calc(100% - 52px);
	position:relative;
	padding:5px;
	padding-left:70px;
	border-radius:3px;
	background:#f2f2f2;
	overflow:hidden;
}
#bannerinfo .content:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:calc(50% - 2.5px);
	z-index:0;

	background:transparent;
	background: -webkit-linear-gradient( rgba(0,0,0,0.075), rgba(0,0,0,0));
	background: -o-linear-gradient( rgba(0,0,0,0.075), rgba(0,0,0,0));
	background: -moz-linear-gradient( rgba(0,0,0,0.075), rgba(0,0,0,0));
	background: linear-gradient( rgba(0,0,0,0.075), rgba(0,0,0,0));
}
#bannerinfo .owl-item h3{
	font-size:15px;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
#bannerinfo .owl-item h3 i{
	text-decoration:underline;
	font-weight:bold;
}
#bannerinfo .owl-item h3 strong{
	display:inline-block;
}
#bannerinfo .btns-overlay{
	display:inline-block;
}
/*----icons----*/
#bannerinfo .content > span.icon{
	display:block;
	width:60px;
	height:45px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:0;
	background-repeat:no-repeat;
	background-size:45px;
	background-position:right center;
}
#bannerinfo .content h3 span.icon{
	display:inline-block;
	width:35px;
	height:35px;
	vertical-align:-60%;
	margin-left:3px;
	background-repeat:no-repeat;
	background-size:30px;
	background-position:center;
	position:relative;
	cursor:pointer;
}
#bannerinfo .content > span.icon.wts{
	background-image:url(https://site.comandato.com/images/svg/wts-logo.svg);
}
#bannerinfo .content > span.icon.compraonline{
	background-image:url(https://site.comandato.com/images/svg/icn-compraonline.svg);
}
#bannerinfo .content > span.icon.bags{
	background-image:url(https://site.comandato.com/images/svg/icn-shoppingbag.svg);
	background-size:36px;
	background-position:20px 2px;
}
#bannerinfo .content > span.icon.paymentez{
	background-image:url(https://site.comandato.com/images/svg/paymentez-icon.svg);
	background-size:30px;
	/* background-position:20px 2px; */
}
#bannerinfo h3 span.icon.wts-chat{
	background-image:url(https://comandato.vteximg.com.br/arquivos/wts-chat.png);
}
#bannerinfo h3 span.icon.wts-bags{
	background-image:url(https://comandato.vteximg.com.br/arquivos/wts-shopping.png);
}
#bannerinfo h3 span.icon.wts-pointright{
	background-image:url(https://comandato.vteximg.com.br/arquivos/wts-hand.png);
}
#bannerinfo h3 span.icon.paymentez{
	background-image:url(https://comandato.vteximg.com.br/arquivos/paymentez-icon.png);
	background-size:25px;
}
#bannerinfo .content > span.icon.saldos{
	background-image:url(https://site.comandato.com/images/svg/icon-saldos.svg);
	background-size:35px;
}
#bannerinfo h3 span.icon.pacificard:after,
#bannerinfo h3 span.icon.payclub:after,
#bannerinfo h3 span.icon.telefono:after,
#bannerinfo h3 span.icon.transfer:after,
#bannerinfo h3 span.icon.pagoentrega:after{
	width:100%;
	height:100%;
	font-size:22px;
	text-align:center;
	line-height:35px;
	font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    top:0;
    left:0;
    color:#333;
}
#bannerinfo h3 span.icon.pacificard:after{
	content:'\e9cb';
}
#bannerinfo h3 span.icon.payclub:after{
	content:'\e9b5';
}
#bannerinfo h3 span.icon.telefono:after{
	content:'\e958';
}
#bannerinfo h3 span.icon.transfer:after{
	content:'\e9ca';
	font-size:25px;
}
#bannerinfo h3 span.icon.pagoentrega:after{
	content:'\e9cc';
	font-size:24px;
}

/*----wts----*/
#bannerinfo .content.wts{
	background: #e5ddd5;
	text-align:left;
}
#bannerinfo .content.wts:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(https://comandato.vteximg.com.br/arquivos/wts-defaultbg-2.png) bottom left;
	z-index:0;
	opacity: 0.06;
}
#bannerinfo .content.wts h3{
	position:relative;
	text-align:left;
	display:inline-block;
	padding: 6px 0 8px 0;
    padding-left: 9px;
	padding-right:50px;
	z-index:10;
	border-radius:0 7.5px 7.5px 7.5px;
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
    font-size: 13.6px;
    line-height: 19px;
    word-wrap: break-word;
    color: #262626;
    margin-right:10px;

	background:#fff;
    background: -webkit-linear-gradient(#fff, #f2f2f2);
	background: -o-linear-gradient(#fff, #f2f2f2);
	background: -moz-linear-gradient(#fff, #f2f2f2);
	background: linear-gradient(#fff, #f2f2f2);
}
/*#bannerinfo .content.wts h3:after*/
#bannerinfo .content.wts h3:before{
	content:'10:00';
	position:absolute;
	bottom: 3px;
    right: 7px;
	font-size: 11px;
    color: rgba(0,0,0,0.45);
    line-height: 15px;
    height: 15px;
    /*padding-right:18px;*/
}
/*
#bannerinfo .content.wts h3:after{
	content:'';
	background:url(http://www.servcomandato.com/sitecomandato/images/svg/icn-doblecheck.svg) no-repeat center right;
	background-size:15px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity:0.5;
}
#bannerinfo .owl-item:hover .content.wts h3:after{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity:1;
}*/
#bannerinfo .content.wts h3 span.icon{
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:3px;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
	cursor:initial;
}
#bannerinfo .content.wts h3 span.icon.tail{
    position: absolute;
    left: -15px;
    top: 0px;
    width: 12px;
    height: 19px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
}
/*----formas de pago----*/
#bannerinfo .content.fpago{
	background:#3dbc93;
	color:#fff;
}
#bannerinfo .content.fpago b{
	line-height:25px;
	margin-right:5px;
}
#bannerinfo .content.fpago h3 span.icon{
	border-radius:4px;
	margin-left:8px;
}
#bannerinfo .content.fpago h3 span.icon:hover{
    background-color:#fff;
    box-shadow:2px 2px 0 rgba(0, 0, 0, 0.15);
}
/*----Diferidos----*/
#bannerinfo .content.meses{
	background:#f6c455;
	color:#382730;
}
#bannerinfo .content.meses.bcogquil{
	background:#C71066;
	color:#fff;
}
#bannerinfo .content.meses b{
	line-height:25px;
	margin-right:5px;
}
#bannerinfo .content .btns-overlay.cc-ani{
	vertical-align:50%;
	height:35px;
}
#bannerinfo .content .btns-overlay.cc-ani span.icon{
	border-radius:3px;
	width:40px;
	height:28px;
	vertical-align:-90%;
	margin-left:10px;
	box-shadow:2px 2px 0 rgba(0, 0, 0, 0.15);
}
#bannerinfo .content:hover .btns-overlay.cc-ani span.icon{
	-ms-transform: matrix(0.8, -0.3, 0.3, 0.8, 0, 0);
    -webkit-transform: matrix(0.8, -0.3, 0.3, 0.8, 0, 0);
    transform: matrix(0.8, -0.3, 0.3, 0.8, 0, 0);
}
#bannerinfo .content .btns-overlay.cc-ani:hover span.icon:hover{
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
#bannerinfo .content h3 span.icon.visa{
	background-color:#234FB3;
	background-image:url(https://site.comandato.com/images/svg/icn-visa.svg);
}
#bannerinfo .content h3 span.icon.mc{
	background-color:#2E3949;
	background-image:url(https://site.comandato.com/images/svg/icn-mc.svg);
}
#bannerinfo .content h3 span.icon.ae{
	background-color:#1290D4;
	background-image:url(https://site.comandato.com/images/svg/icn-ae.svg);
	background-size:38px;
}
#bannerinfo .content h3 span.icon.diners{
	background-color:#2183CB;
	background-image:url(https://site.comandato.com/images/svg/icn-diners.svg);
	background-size:22px;
}
#bannerinfo .content h3 span.icon.discover{
	background-color:#fff;
	background-image:url(https://site.comandato.com/images/svg/icn-discover.svg);
	background-size:35px;
}
#bannerinfo .content h3 span.icon.cdc{
	background-color:#004da0;
	background-image:url(https://site.comandato.com/images/svg/icn-creditocomandato.svg);
	background-size:35px;
}
#bannerinfo .content h3 span.icon.cedula{
	background-color:#edf291;
	background-image:url(https://site.comandato.com/images/svg/icn-cedula.svg);
	background-size:40px;
}
/*----Paymentez----*/
#bannerinfo .content.paymentez{
	background:#8bc34a;
	color:#fff;
}
/*----Saldos----*/
#bannerinfo .content.saldos{
	background:#468FFB;
	color:#fff;
}
#bannerinfo .owl-item h3 i{
	color:#edf291;
	font-weight:normal;
	font-style:normal;
}
/*----box-right----*/
.box-right .prateleira h2{
	font-weight:700;
}
.box-right .prateleira h2:before {
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	content: "\e9a3";
	margin-right: 5px;
	margin-top: -4px;
	font-size: 14px;
}

/*----banner-expand----*/
.banner-expand .bg,
.banner-expand .bg:before,
.banner-expand .bg:after,
.banner-expand .wrapper,
.banner-expand .img img,
.banner-expand .marca,
.banner-expand .btn{
	-webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@-webkit-keyframes slidetounlock {
	0% {
		background-position: -540px center;
	}
	100%{
		background-position:540px center;
	}
}
.banner-expand{
	margin-bottom:20px;
	position:relative;
}
.banner-expand .bg{
	width:100%;
	height:200px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:-1;
}
.banner-expand .bg:before,
.banner-expand .bg:after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
}
.banner-expand .bg:after{
	content:'';
	opacity:1;
	background:#222;
	background: -webkit-radial-gradient(at bottom, #333, #111);
	background: -o-radial-gradient(at bottom, #333, #111);
	background: -moz-radial-gradient(at bottom, #333, #111);
	background: radial-gradient(at bottom, #333, #111);
}
.banner-expand .bg:before{
	background:transparent;
	background: -webkit-radial-gradient(to bottom right, #202B69,#536EB3, #3E559B);
	background: -o-radial-gradient(to bottom right, #202B69,#536EB3, #3E559B);
	background: -moz-radial-gradient(to bottom right, #202B69,#536EB3, #3E559B);
	background: linear-gradient(to bottom right, #202B69,#536EB3, #3E559B);
}
.banner-expand .wrapper{
	position:relative;
	display:table;
	width:100%;
	max-width:700px;
	height:250px;
	padding:20px;
	padding-left:250px;
	margin:auto;
}
.banner-expand .content{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.banner-expand .content h2{
	font-size:14px;
	font-weight:bold;
	transform:scaleY(1.2);
	color:#3F5398;
}
.banner-expand .content h3,
.banner-expand .content h4{
	font-size:20px;
	transform:scaleY(1.2);
	padding:3px 0;
	color:#fff;
}
.banner-expand .content p{
	background: -moz-linear-gradient(left, #4d4d4d, 0.4, #4d4d4d, 0.5, white, 0.6, #4d4d4d, #4d4d4d); 
	background: -webkit-gradient(linear,left top,right top,color-stop(0, #4d4d4d),color-stop(0.4, #4d4d4d),color-stop(0.5, white),color-stop(0.6, #4d4d4d),color-stop(1, #4d4d4d)); 
	-moz-background-clip: text;
	-webkit-background-clip: text;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	padding: 0;
	-webkit-text-size-adjust: none;

	animation-name: slidetounlock;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}
.banner-expand .content h3{
	font-size:14px;
	margin-bottom:5px;
	color:rgba(255, 255, 255, 0.45);
}
.banner-expand .img img,
.banner-expand .marca{
	position:absolute;
}
.banner-expand .img img{
	top:0;
	bottom:0;
	margin:auto;
	left:20px;
	opacity:1;
}
.banner-expand .img img:first-child{
	width:250px;
}
.banner-expand .img img:last-child{
	width:450px;
	bottom:10px;
}
.banner-expand .btn{
	display:inline-block;
	padding:16px 40px;
	border-radius:3px;
	font-weight:bold;
	text-transform:uppercase;
	background:#fff;
	color:#3F5398;
}
.banner-expand .btn:hover{
	background:#202B69;
	color:#fff;
}
.banner-expand .precio{
	margin-bottom:8px;
	color:#fff;
	font-size:20px;
}
.banner-expand .marca{
	right:20px;
	bottom:40px;
	width:38px;
	height:38px;
}
/*--hover--*/
.banner-expand .content .datos,
.banner-expand .img img:last-child,
.banner-expand:hover .content .promo,
.banner-expand:hover .img img:first-child{
	opacity:0;
	height:0;
}
.banner-expand:hover .content .datos,
.banner-expand:hover .img img:last-child{
	opacity:1;
	height:initial;
}
.banner-expand:hover .bg{
	height:250px;
}
.banner-expand:hover .bg:before{
	opacity:1;
}
.banner-expand:hover .bg:after{
	opacity:0;
}
.banner-expand:hover .wrapper{
	padding:20px;
	padding-right:450px;
	max-width:800px;
}
.banner-expand:hover .content{
	text-align:left;
}
.banner-expand:hover .content h2{
	margin-bottom:5px;
	font-size:25px;
	transform:scaleY(1.1);
	color:#fff;
}
.banner-expand:hover .img img{
	left:initial;
	right:20px;
}
.banner-expand:hover .marca{
	bottom:10px;
}


@media screen and ( max-width: 768px ){
	#bannerinfo .owl-item .content{
		padding-left:50px;
		padding-right:35px;
		width:100%;
	}
	#bannerinfo .owl-next{
		position:absolute;
		top:0;
		right:0;
		margin:auto;
		width:35px;
		height:100%;
		font-size:0;
		background:rgba(0, 0, 0, 0.15);
		border-radius:0 3px 3px 0;
	}
	#bannerinfo .owl-next:after{
		position:absolute;
		font-size:30px;
		background:transparent;
		border-radius:0;
		color:#fff;
		width:35px;
		height:35px;
		top:0;
		bottom:0;
		margin:auto;
		border:0;
		line-height:33px;
	}
	#bannerinfo .owl-item h3{
		font-size:12px;
	}
	#bannerinfo .content.wts h3{
		padding-right:60px;
		font-size: 11px;
		line-height: 12px;
	}
	#bannerinfo .content > span.icon{
		width:40px;
		height:80px;
		background-size:35px;
	}
	#bannerinfo .content h3 span.icon{
		display:inline-block;
		width:20px;
		height:25px;
		background-size:20px;
	}
	#bannerinfo .content > span.icon.paymentez,
	#bannerinfo .content > span.icon.bags{
		background-size:32px;
		background-position:right center;
	}
	#bannerinfo .content > span.icon.paymentez{
		background-size:28px;
	}
	#bannerinfo .content .btns-overlay.cc-ani span.icon{
		width:33px;
		height:20px;
		vertical-align:-90%;
		margin-left:8px;
		box-shadow:2px 2px 0 rgba(0, 0, 0, 0.15);
	}
	#bannerinfo h3 span.icon.pacificard:after,
	#bannerinfo h3 span.icon.payclub:after,
	#bannerinfo h3 span.icon.telefono:after,
	#bannerinfo h3 span.icon.transfer:after,
	#bannerinfo h3 span.icon.pagoentrega:after{
		font-size:16px;
		line-height:25px;
	}
	#bannerinfo .content .btns-overlay.cc-ani{
		height:30px;
	}
	#bannerinfo .content h3 span.icon.ae,
	#bannerinfo .content h3 span.icon.cedula{
		background-size:30px;
	}
	#bannerinfo .content h3 span.icon.diners{
		background-size:18px;
	}
	#bannerinfo .content h3 span.icon.discover,
	#bannerinfo .content h3 span.icon.cdc{
		background-size:25px;
	}
	/*----products----*/
	.products .producto .productImage img {
		max-width: 110px;
	}
	.page-services p,
	.page-services .subtitle,
	.products .producto h3 {
		font-size: 11px;
	}
	.page-services p{
		padding:0 8px;
	}
	.page-services .boxs .box:last-child{
		padding:0;
		margin:0;
	}
	/*----banner-expand----*/
	.banner-expand .wrapper{
		position:relative;
		display:table;
		width:100%;
		max-width:initial;
		height:300px;
		padding:20px;
		padding-top:140px;
		margin:auto;
	}
	.banner-expand .img img {
		bottom:initial;
		left:0;
		right:0;
	}
	.banner-expand .content{

	}
	.banner-expand .bg{
		height:240px;
	}
	/*--hover--*/
	.banner-expand:hover .bg{
		height:280px;
	}
	.banner-expand:hover .wrapper{
		padding:20px;
		max-width:initial;
	}
	.banner-expand:hover .img img{
		left:250px;
		right:0;

	}
	.banner-expand:hover .marca{
		bottom:20px;
	}
}

/*--- HOME 18 ---*/
body.home18 .categ-destacados,
body.home18 .servicios{
	display:table;
	width:100%;
}
body.home18 .servicios{
	display:none;
}
body.home18 .categ-destacados{
	width:calc(100% + 20px);
	margin-left:-10px;
}
body.home18 .categ-destacados .item{
	float:left;
	width:33.33%;
	padding:10px;
}
body.home18 .categ-destacados .item .content{
	height:250px;
	background:#eee;
	position:relative;
	padding:30px 20px;
	z-index:1;
	overflow:hidden;
}
body.home18 .categ-destacados .item:hover .content{
	background:#ccc;
}
body.home18 .categ-destacados .item.innova .content{
	background:#73b8ff;
}
body.home18 .categ-destacados .item.xtrem .content{
	background:#000;
}
body.home18 .categ-destacados .item h3,
body.home18 .categ-destacados .item h2{
	text-transform:uppercase;
	font-weight:bold;
	line-height:1;
	margin-bottom:5px;
	letter-spacing:1px;
}
body.home18 .categ-destacados .item h2{
	color:#0056b3;
	text-shadow:0 2px 2px rgba(255, 255, 255, 0.3);
}
body.home18 .categ-destacados .item p{
	font-style:italic;
}
body.home18 .categ-destacados .item h3{
	font-size:13px;
}
body.home18 .categ-destacados .item img{
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
}
body.home18 .categ-destacados .item:hover img{
	opacity:0.5;
}
body.home18 .categ-destacados .item span{
	position:absolute;
	right:20px;
	bottom:15px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
body.home18 .categ-destacados .item:hover span{
	color:#0056b3;
}
body.home18 .categ-destacados .item .content:after{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	opacity:0.75;

	background:transparent;
	background: -webkit-linear-gradient(to bottom right, transparent, transparent, #fff);
	background: -o-linear-gradient(to bottom right, transparent, transparent, #fff);
	background: -moz-linear-gradient(to bottom right, transparent, transparent, #fff);
	background: linear-gradient(to bottom right, #fff, transparent);
}
body.home18 .categ-destacados .item:hover .content:after{
	opacity:1;
}
body.home18 .servicios .item{
	float:left;
	width:25%;
	padding:30px 10px;
}
body.home18 .servicios .item p{
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}
body.home18 .servicios .item:hover p{
	color:#0056b3;
}
#banner-principal,
#banner-info,
body.home18 .categ-destacados,
body.home18 .servicios,
body.home18 .categ-destacados,
body.home18 .slick-vitrina,
body.home18 .slick-vitrina-xs{
	margin-bottom:20px;
}

#banner-principal.slick-slider .item.suzuki .content:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:-50px;
	margin:auto;
	background:#f8ea34;
	width:380px;
	height:500px;
	z-index:-1;
	transform:skewX(-20deg);
}
#banner-principal.slick-slider .item.suzuki360 .content:before{
	background:#002c42;	
}
#banner-principal.slick-slider .item.suzuki:nth-child(even) .content:before{
	right:initial;
	left:-35px;
}
#banner-principal.slick-slider .item.suzuki .content{
	color:#111;
}
#banner-principal.slick-slider .item.suzuki360 .content p{
	max-width:300px;
	opacity:1;
}
#banner-principal.slick-slider .item.suzuki360:nth-child(odd) .content p,
#banner-principal.slick-slider .item.suzuki360:nth-child(odd) .content span.btn{
	float:right;
	clear:both;
}
#banner-principal.slick-slider .item.suzuki360 .content{
	color:#fff;
}

@media only screen and (max-width: 768px) {
	
	#banner-principal.slick-slider .slick-slide .wrapper .desktop {
    display: none !important;
	}
	#banner-principal.slick-slider .slick-slide .wrapper .mobile {
    display: block !important;
	}	
	
	#banner-principal.slick-slider .slick-slide{
		height:250px;
	}
	#banner-principal.slick-slider .wrapper img{
		left:-254px;
	}
	#banner-principal.slick-slider .content{
		width:48%;
		top:-8%;
	}
	.content .bannersecadora{
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.wrapper .content{
	 width: 69%;
	}
	#banner-principal.slick-slider .slick-slide:nth-child(odd) .wrapper img{
		
		left:0;
	}
	#banner-principal.slick-slider .slick-cloned:nth-child(odd) .wrapper img{
		right:0;
		left:-200px;
	}
	#banner-principal.slick-slider .content h2,
	#banner-principal.slick-slider .content .dto{
		font-size:17px;
		display:block;
		margin-bottom:8px;
	}
	#banner-principal.slick-slider .content h3{
		font-size:18px;
	}
	#banner-principal.slick-slider .content p{
		font-size:12px;
		margin-bottom:8px;
	}
	body.home18 .categ-destacados .item{
		float:initial;
		width:initial;
		padding:0 10px;
	}
	body.home18 .categ-destacados .item .content{
		height:150px;
		padding:30px 20px;
	}
	body.home18 .content .btn{
		display:block;
		padding:14px;
		font-size:14px;
		text-align:center;
	}
	#banner-principal.slick-slider .content .btn{
		transform:scale(0.75);
		transform-origin:bottom left;
		margin-top:-10px;
	}
	#banner-principal.slick-slider .item:nth-child(odd) .content .btn{
		/* transform-origin:bottom right; */
	}

	#banner-principal.slick-slider .item.suzuki .wrapper img {
		position: absolute;
		left:0;
		right: 0;
		margin: auto;
		height: 100%;
		width: auto;
	}
	body.home18 .item.suzuki .content .btn{
		font-size:0;
	}
	body.home18 .item.suzuki .content .btn:before{
		content:'Nuevos Modelos';
		font-size:14px;
	}
	body.home18 .item.suzuki .content h3,
	body.home18 .item.suzuki .content h2,
	body.home18 .item.suzuki .content p{
		display:none!important;
	}
	#banner-principal.slick-slider .item.suzuki .content {
		width:100%;
		max-width:280px;
		right: 0;
		left:0;
		top: initial;
		bottom: 0;
		color:#fff;
	}
	#banner-principal.slick-slider .item.suzuki .content:before{
		content:initial;
	}
}

#banner-principal.slick-slider .content.oster {
		width: 51%;  
	}
	#banner-principal.slick-slider .content.oster h3.osterpromot{
		font-size: 24px;     
	}
	#banner-principal.slick-slider .content.oster h2.osterpromo {
		font-size: 32px;
	}
	#banner-principal.slick-slider .content.oster .osterpromo span.osterpromog {
		color:#ee383b;   
		font-size: 32px;
	}
	
@media only screen and (max-width: 768px) {
	#banner-principal.slick-slider .wrapper.oster img{
		left: -223px;
	}
	#banner-principal.slick-slider .content.oster {
		width: 51%;  
	}
	#banner-principal.slick-slider .content.oster h3.osterpromot{
		font-size: 12px;     
	}
	#banner-principal.slick-slider .content.oster h2.osterpromo {
		font-size: 11px;
	}
	#banner-principal.slick-slider .content.oster .osterpromo span.osterpromog {
		color:#ee383b;   
		font-size: 12px;
	}
}

@media only screen and (max-width: 320px) {
	#banner-principal.slick-slider .wrapper.oster img{
		left: -140px;
	}
	#banner-principal.slick-slider .content.oster {
		width: 51%;  
	}
	#banner-principal.slick-slider .content.oster h3.osterpromot{
		font-size: 12px;     
	}
	#banner-principal.slick-slider .content.oster h2.osterpromo {
		font-size: 11px;
	}
	#banner-principal.slick-slider .content.oster .osterpromo span.osterpromog {
		color:#ee383b;   
		font-size: 12px;
	}
}
@media only screen and (max-width: 384px) {
	
	#banner-principal.slick-slider .content .baneralia h3{
		font-size: 15px;
	}
	#banner-principal.slick-slider .content{
		width:52%;
		top:-8%;
	}
	
}


