.imgCarousel, .responsive-hotspot-wrap .img-responsive {
	max-width: 100%
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:.9
}
45% {
-webkit-transform:scale(.85);
transform:scale(.85);
opacity:.1
}
}
@keyframes pulsate {
0% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:.9
}
45% {
-webkit-transform:scale(.85);
transform:scale(.85);
opacity:.1
}
}
.responsive-hotspot-wrap {
	background-color: #ededed;
	background-size: cover;
	background-position: center center;
	position: relative
}
.responsive-hotspot-wrap .hot-spot {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 5px;
	left: 5px;
	text-align: center;
	background-color: rgba(0,0,0,0);
	color: #fff;
	border-radius: 100%;
	transition: all .6s;
	z-index: 10
}
.responsive-hotspot-wrap .hot-spot:hover .bgX {
	width: 35px;
	height: 35px;
	top: -5px;
	left: -5px;
	opacity: 1;
	background-color: rgba(241,241,241,1)
}
.responsive-hotspot-wrap .hot-spot .bgX {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(241,241,241,0);
	opacity: 1;
	color: #fff;
	border-radius: 100%;
	cursor: pointer;
	transition: all .3s ease-in-out
}
.maxIndex {
	z-index: 9999
}
.closestMaxIndex {
	z-index: 9998
}
.bgX:after {
	font-family: LatoWebThin;
	content: '+';
	display: block;
	position: absolute;
	-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;
	font-size: 20px;
	left: 26%;
	top: 2.5%;
	color: #fff
}
.responsive-hotspot-wrap .hot-spot .tooltip .caixaInfo, .responsive-hotspot-wrap .hot-spot .tooltip.esconder .caixaInfo {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	overflow: hidden
}
.hot-spot:hover .bgX:after {
	transform: rotate(-225deg);
	color: #000;
	font-size: 24px;
	top: 1px;
	left: 9px
}
.goBackTemp {
	background-color: rgba(241,241,241,0)!important
}
.goBackTemp:after {
	font-size: 20px!important;
	left: 33.25%!important;
	top: 3px!important;
	color: #fff!important;
	transform: rotate(0)!important
}
.responsive-hotspot-wrap .hot-spot .circle {
	display: block;
	position: absolute;
	top: 45%;
	left: 45%;
	width: 2em;
	height: 2em;
	margin: -1em auto auto -1em;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 50%;
	border: 1px solid #FFF;
	opacity: 0;
	-webkit-animation: pulsate 4s ease-out infinite;
	animation: pulsate 4s ease-out infinite
}
.responsive-hotspot-wrap .hot-spot .tooltip {
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=100);
	color: #fff;
	/*display: none;*/
	font-size: 12px;
	opacity: 1;
	position: absolute;
	text-align: left;
	max-width: 150px;
	left: 16px;
	z-index: 999;
	overflow: hidden;
	font-family: latoWeb
}
.responsive-hotspot-wrap .hot-spot .tooltip .caixaInfo {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	opacity: 0;
	max-width: 150px;
	transition: all .3s ease-in-out
}
@media(max-width:767px) {
.responsive-hotspot-wrap .hot-spot .tooltip.mostrar .caixaInfo {
	opacity: 1;
	max-width: 150px;
	overflow: hidden;
	-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;
	transform: scale(1)!important
}
}
@media(min-width:768px) {
.responsive-hotspot-wrap .hot-spot .tooltip.mostrar .caixaInfo {
	opacity: 1;
	max-width: 150px;
	overflow: hidden;
	-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;
	transform: translate(0, 0)!important
}
}
.responsive-hotspot-wrap .hot-spot .tooltip.esconder .caixaInfo {
	opacity: 0;
	transition: all .3s ease-in-out
}
.responsive-hotspot-wrap .hot-spot .hotSpotShowUnder.hotSpotShowRight .caixaInfo {
	transform: translate(-30%, -30%)
}
.responsive-hotspot-wrap .hot-spot .hotSpotShowOver.hotSpotShowRight .caixaInfo {
	transform: translate(-30%, 30%)
}
.responsive-hotspot-wrap .hot-spot .hotSpotShowUnder.hotSpotShowLeft .caixaInfo {
	transform: translate(30%, -30%)
}
.responsive-hotspot-wrap .hot-spot .hotSpotShowOver.hotSpotShowLeft .caixaInfo {
	transform: translate(30%, 30%)
}
.responsive-hotspot-wrap .hot-spot .showMobile .caixaInfo {
	transform: scale(.5);
	opacity: 0
}
.responsive-hotspot-wrap .hot-spot .tooltip .img-row {
	padding: 10px;
	text-align: center
}
.responsive-hotspot-wrap .hot-spot .tooltip .text-row {
	padding: 0 10px 10px;
	text-align: left
}
.responsive-hotspot-wrap .hot-spot .tooltip .text-row p {
	text-align: left
}
.responsive-hotspot-wrap .hot-spot .tooltip h3, .responsive-hotspot-wrap .hot-spot .tooltip h4 {
	margin-bottom: -2px;
/*	margin-top: 8px;*/
	margin-top: 12px;
	text-align: center;
	/*color: #a1a1a1*/
	color: #fff;
}
.responsive-hotspot-wrap .hot-spot .tooltip span {
	text-align: left;
	font-weight: 700;
	font-size: 12px
}
.responsive-hotspot-wrap .hot-spot .tooltip p {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 10px
}
.responsive-hotspot-wrap .hot-spot .tooltip p:last-child {
	margin-bottom: 0
}
.hotSpotShowUnder {
	top: 16px;
	bottom: auto
}
.hotSpotShowOver {
	bottom: 16px;
	top: auto
}
.animacaoAll300ms {
	-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
}
@-webkit-keyframes pulseB {
0% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:.8
}
85% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:0
}
}
@keyframes pulseB {
0% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:.8
}
85% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:0
}
}
@-webkit-keyframes pulseBsmall {
0%, 15% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:.8
}
100% {
-webkit-transform:scale(1.3);
transform:scale(1.3);
opacity:0
}
}
@keyframes pulseBsmall {
0%, 15% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:.8
}
100% {
-webkit-transform:scale(1.3);
transform:scale(1.3);
opacity:0
}
}
.responsive-hotspot-wrap .hot-spot .bgPulse:after, .responsive-hotspot-wrap .hot-spot .bgPulse:before {
	display: block;
	position: absolute;
	opacity: 0;
	border-radius: 50%;
	content: ""
}
.responsive-hotspot-wrap .hot-spot .bgPulse {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px auto auto -15px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 50%;
	background: 0 0
}
.responsive-hotspot-wrap .hot-spot .bgPulse:after {
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	background: #ccc;
	-webkit-animation: pulseBsmall 3s ease-in-out infinite;
	animation: pulseBsmall 3s ease-in-out infinite;
	animation-delay: 0s
}
.responsive-hotspot-wrap .hot-spot .bgPulse:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-animation: pulseB 3s ease-in-out infinite;
	animation: pulseB 3s ease-in-out infinite;
	animation-delay: 0s
}
.contemHotspots .row, .row-no-margins {
	margin-left: 0!important;
	margin-right: 0!important
}
.hot-spot:nth-of-type(2n+0) .bgPulse:after, .hot-spot:nth-of-type(2n+0) .bgPulse:before {
	animation-delay: .3s
}
.hot-spot:nth-of-type(3n+0) .bgPulse:after, .hot-spot:nth-of-type(3n+0) .bgPulse:before {
	animation-delay: .6s
}
.hot-spot .caixaInfo .carousel-control {
	border-radius: 50%;
	height: 32px;
	margin-top: auto;
	margin-bottom: auto;
	background: rgba(256,256,256,.8)
}
.hot-spot .caixaInfo .glyphicon-chevron-left {
	position: initial;
	margin-top: 4px;
	margin-left: 3px
}
.hot-spot .caixaInfo .glyphicon-chevron-right {
	position: initial;
	margin-top: 4px;
	margin-right: 3px
}
.hot-spot .carousel-indicators {
	bottom: 0;
	margin-bottom: 0
}
.hot-spot .carousel-control .btnAntes:after {
	transform: rotate(135deg);
	content: "";
	margin-right: auto;
	border: solid #000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 6px;
	margin-top: 9px;
	margin-left: 6px
}
.hot-spot .carousel-control .btnDepois:after {
	content: "";
	border: solid #000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg);
	float: right;
	margin-top: 10px;
	margin-right: 12px
}
.hot-spot .carousel-indicators .active {
	width: 7px;
	height: 7px;
	margin: 0;
	background-color: #fff
}
.hot-spot .carousel-indicators li {
	width: 5px;
	height: 5px;
	cursor: pointer;
	background-color: rgba(256,256,256,.3);
	border: 1px solid #fff
}
.hot-spot .caixaInfo .text-row {
	overflow: hidden
}
.hot-spot .caixaInfo .text-row h3 {
	text-align: left;
/*	text-overflow: ellipsis;*/
/*	white-space: nowrap;*/
	overflow: hidden;
	position: relative;
	text-indent: 0;
	display: inline-block;
	width: 100%
}
.hot-spot .caixaInfo .text-row h3:hover {
	text-overflow: clip!important;
	width: auto
}
.hotSpotMobile {
	position: fixed!important;
	z-index: 99999!important;
	padding-top: 14px
}
.veuNegroMobile .veuAtivo {
	opacity: 1;
	width: 100%;
	height: 130%
}
.veuNegroMobile {
	position: fixed;
	background-color: rgba(0,0,0,.4);
	float: left;
	left: 0;
	top: 0;
	opacity: 0;
	width: 00px;
	height: 00px;
	transition: opacity .2s 2ms, width 1ms 0s, height 1ms 0s
}
.bodyBloqueado {
	position: static!important;
	width: 100%;
	height: initial;
	overflow-y: hidden!important
}
#safeguard {
	z-index: 9999999999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: 0 0;
	display: none
}
.viewProductBtn {
	background: #2d372e;
	width: 100%;
	margin-bottom: 0;
	margin-top: 10px;
	color: rgba(256,256,256,1);
	display: block;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 48px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	border: 1px solid #f1f1f1
}
.viewProductBtn:hover {
	cursor: pointer;
	color: rgba(256,256,256,.8);
	background: #2d372e
}
.produtoIndisponivel:hover {
	color: rgba(256,256,256,1);
	cursor: default
}
.hot-spot h3 {
	font-size: 12px
}
.hot-spot * {
	font-family: LatoWeb, sans-serif!important
}
.tempLowerIndex {
	z-index: 1000!important
}
.refPriceOriginal {
	/*color: #7a7a7a*/
/*	color: #f2f2f2;*/
	color: #aaa;
}
.refPriceDestaque {
	/*color: red*/
	color:#fff;
}
.imgCarousel {
	max-height: 265px;
	margin: auto
}
.hot-spot .carousel.slide {
	width: 100%!important
}
@media screen and (min-width:0) and (min-resolution:.001dpcm) {
.hot-spot .left.carousel-control, .hot-spot .right.carousel-control {
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0 )
}
}


.isDisp{margin: auto auto auto 3px;text-align:right;display:inline-block; color: #aaa;}
.noDisp{text-align:left;display:block; color: #aaa;font-weight:normal;    font-style: italic;}

.refPrice{color: #aaa;white-space: nowrap;margin-top:12px!important;}

@media(max-width:768px){
	.isDisp{
		text-align: left;
		display: block;
		width: 100%;
	}
	.responsive-hotspot-wrap .hot-spot .tooltip{
/*		width: 90px;*/
	}
}
