/*Instagram*/
div#instagram_store .owl-item {
	float: left;
}
div#instafeed {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
}
div#instafeed a {
	height: 293px;
	width: 25%;
	margin: 5px;
	position: relative;
	text-align: center;
}
div#instafeed img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
div#instafeed a:hover {
	filter: brightness(0.8);
}
div#instafeed a:after {
	content: '\f16d';
	font-family: FontAwesome;
	position: absolute;
	width: 35px;
	display: table;
	text-align: center;
	height: 35px;
	font-size: 36px;
	font-weight: 300;
	left: calc(50% - 12.5px);
	top: calc(50% - 12.5px);
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	color: #fff;
}
div#instafeed a:hover:after {
	opacity: 0.6;
	visibility: visible;
}
div#instagram_store .container.instagram div#instafeed.owl-loaded {
	display: block;
	position: relative;
	overflow: hidden;
}
div#instagram_store .container.instagram div#instafeed.owl-loaded a {
	width: auto;
	height: 100%;
	display: block;
}
div#instagram_store button {
	position: absolute;
	left: 0;
	top: calc(51% - 25px);
	font-size: 45px;
	width: 50px;
	height: 50px;
	padding-bottom: 0;
	background: rgb(238 238 238 / 82%) !important;
	border-radius: 50px;
	transition: all 0.3s;
	color: #7b7b7b;
	overflow: hidden;
	font-size: 27px;
	opacity: 1;
	z-index: 1;
	margin: 0;
}
div#instagram_store button.slick-prev {
	left: 0;
}
div#instagram_store button.slick-next {
	left: initial;
	right: 0;
	padding-left: 2px;
}
div#instagram_store .title-instagram {
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	color: #000;
	text-align: center;
	padding-bottom: 5px;
	position: relative;
}
div#instagram_store .title-instagram a {
	padding-bottom: 5px;
	padding-top: 10px;
	display: table;
	margin: 0 auto;
	border: 0;
}
div#instagram {
	display: none !important;
}
div#instagram_store ul.slick-dots {
	display: none !important;
}
@media (min-width: 768px) {
	div#instafeed > a:nth-child(n + 5) {
		display: none;
	}
}
@media (max-width: 767px) {
	div#instafeed > a:nth-child(n + 3) {
		display: none;
	}
	div#instafeed a {
		height: auto;
	}
	div#instafeed {
		flex-wrap: wrap;
	}
}

#formularioCheckout .controls input[type='checkbox'] {
	height: unset;
}
