.w3-content-quadrado {
	width: 100%;
	max-width: 700px;
	height: 0;
	max-height: 700px;
	padding-bottom: 100%;
}
.w3-content {
	position: relative;
	overflow: hidden;
}
.w3-content-imagem {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #F7F7F7;
	overflow: hidden;
}
.w3-content:hover .product-left-arrow {
	left: 0;
}
.w3-content:hover .product-right-arrow {
	right: 0;
}
.w3-content-imagem img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
}
.w3-section {
	display: table;
	width: 100%;
	margin-top: 5px;
}
.s4-quadrado {
	width:calc(16.6666666% - 5px);
	height: 140px;
	padding-bottom: calc(16.6666666% - 5px);
	margin-left: 6px;
	float: left;
}
.s4-quadrado:first-child {
	margin-left:0px;
}
.s4 {
	background: #F7F7F7;
	position: absolute;
	width: calc(16.6666666% - 10px);
	height: calc(16.6666666% - 13px);
	cursor: pointer;
}
.s4 img{
	max-width: 100%;
	max-height: 100%;
	top: 0;
	right:0;
	left: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}
.s4 input{
	position: absolute;
	z-index: 1;
	top: 0px;
	margin-left: calc(100% - 15px);
	margin-top: 3px;
	height: 12px;
	width: 12px;
	padding: 0px;
	border: 0;
	min-height: 0;
}
.sale-label.w3-content-sale {
	right: 30px;
}


div.Contacto table button {
	position: relative;
	height: 
42px;
}
div.Contacto table button div.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0px;
}
div.Contacto table button div.loading div.retangulo div.barra {
	height: 35px;
	width: 15%;
	margin-left: 3px;
	-webkit-animation: sk-wave 1.2s infinite ease-in-out;
	animation: sk-wave 1.2s infinite ease-in-out;
	background: #fff;
}
div.Contacto table button div.loading div.retangulo div.barra:nth-child(1) {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
	margin-left: 0px;
}
div.Contacto table button div.loading div.retangulo div.barra:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
div.Contacto table button div.loading div.retangulo div.barra:nth-child(3) {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
div.Contacto table button div.loading div.retangulo div.barra:nth-child(4) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-wave { 
	0%,40%,100% {
		-webkit-transform: scaleY(0.4);
		transform:scaleY(0.4);
	}
	20% {
		-webkit-transform:scaleY(1);transform:scaleY(1);
	}
}
div.Contacto table button div.loading div.retangulo {
    position: relative;
	width: 40px;
	height: 100%;
	white-space: nowrap;
	display: flex;
	align-items: center;
	margin: auto;
}