.nobackground {
	background: none !important;
	color: #fff;
}

.nobackground .icon g {
	fill: #fff;
}

.ui-card-banner-produto {
	width: 242px;
    height: 378px;
    border-radius: 5px;
    transition: 0.30s;
    margin: 0 0 20px 0;
    background: #fff;
}

.mascara-banner {
	background: rgba(0,0,0,.5);
	height: 100%;
	border-radius: 6px;
}

.ui-card-banner-produto .Nothumb span {
	font-size: 100px;
    color: #E4E4E4;
}

.ui-card-banner-produto .text-padding {
	text-align: center;
	padding: 16px 24px;
}

.ui-card-banner-produto-imagem a {
	position: relative;
    height: 100%;
    display: block;
}

.ui-card-banner-produto-imagem div.thumb-min img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ui-card-banner-produto-imagem .bar-text {
	position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 138px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-card-banner-produto-semimagem a {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	justify-content: center;
}

.ui-card-banner-produto-semimagem .bar-text {
	padding: 0 24px;
	text-align: center;
}

.ui-card-banner-produto .bar-text h2,
.ui-card-banner-produto .bar-text span {
	color: inherit;
}

.ui-card-banner-produto .bar-text span {
	display: block;
	margin-top: 4px;
}

.ui-card-banner-produto .bar-text .icon {
	margin-top: 16px;
}

li.bannerbighome {
	width: 763px;
	margin: 0;
}

.Card-Bigbanner-shop {
    width: 763px !important;
    height: 380px;
    background: #0091FF;
    margin: 0 0 20px 0;
    border-radius: 5px;
    transition: 0.30s;
}

li.Card-Bigbanner-shop h2 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 500;
	text-align: inherit;
}

li.Card-Bigbanner-shop span {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

li.Card-Bigbanner-shop-imagem {
	position: relative;
}

li.Card-Bigbanner-shop-imagem a {
	display: flex;
	align-items: center;
	height: 100%;
}

li.Card-Bigbanner-shop-imagem .thumb-min img {
	margin-top: 1px;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

li.Card-Bigbanner-shop-imagem .bar-text {
	padding: 16px;
}

li.Card-Bigbanner-shop-imagem .icon {
	position: absolute;
	bottom: 16px;
	right: 16px;
}

li.Card-banner-hero-default1 {
	width: 100% !important;
}

li.Card-banner-hero-default1 .thumb-min img {
	min-width: 200px;
	max-width: 200px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

li.Card-banner-hero-default1 h2 {
	font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

li.banner-card-imagem,
li.banner-big-imagem {
	margin: 0 0 20px 0; 
	height: inherit;
    box-shadow: none;
    border: 0;
    width: 100%;
    background: none;
}
li.banner-card-imagem:hover {
	transform: translate(0px, 0px);
	box-shadow: none;
}

li.banner-card-imagem img,
li.banner-big-imagem img {
	border-radius: 5px; 
}

.banner-imagem-mobile {
	display: none;
}

li.Card-Bigbanner-Blog {
	width: 667px;
    border: 0;
    margin: 0;
    flex-grow: 1;
    height: inherit;
    min-height: 320px;
    display: flex;
    align-items: center;
    background: #0091FF;
}

.BannerBlog {
	color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

.BannerBlog span.tit {
	font-size: 11px;
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.BannerBlog h1 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 300;
	margin-bottom: 32px;
	text-align: center;
}

.BannerBlog div.lista-produtos {
	font-size: 13px;
	line-height: 19px;
	font-weight: 300;
	margin-bottom: 42px;
	text-align: center;
}

.BannerBlog div.lista-produtos span:last-child {
	display: none;
}

.BannerBlog .bt-light-default-line {
	border: solid 1px #fff;
	color: #fff;
}

/* MOBILE [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []  */

@media ( max-width: 768px ) {
	.ui-card-banner-produto {
		width: 100%;
		height: inherit;	
	}

	.ui-card-banner-produto .icon {
	    bottom: 8px;
	    right: 8px;
	    width: 40px;
	    height: 40px;
	}

	.ui-card-banner-produto-imagem .bar-text {
		position: inherit;
		padding: 16px 0;
	}

	.ui-card-banner-produto-semimagem .bar-text {
		padding: 50px 24px;
	}

	li.Card-Bigbanner-shop h2 {
		font-size: 26px;
    	line-height: 33px;
	}

	li.Card-Bigbanner-shop span {
	    font-size: 13px;
	    line-height: 18px;
	    font-weight: 400;
	}

	li.Card-Bigbanner-shop-imagem a {
		display: block;
	}

	li.Card-Bigbanner-shop-imagem .icon {
	    bottom: 8px;
	    right: 8px;
	}

	li.Card-Bigbanner-shop-imagem .thumb-min img {
    margin-top: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
	}

	li.Card-Bigbanner-shop-imagem .bar-text {
    padding: 56px 16px;
	}
	li.bannerbighome {
		width: 100%;
	}
}

@media ( max-width: 600px ) {
	.banner-imagem-desktop {
		display: none;
	}
	.banner-imagem-mobile {
		display: block;
	}

	li.Card-Bigbanner-Blog {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.BannerBlog div.lista-produtos {
		padding: 0 32px;
	}
	li.Card-banner-hero-default1 .thumb-min img {
		min-width: inherit;
	    max-width: inherit;
	    border-top-left-radius: inherit;
	    border-bottom-left-radius: inherit;
	}
}