/*body {
	background: url(../img/backgrounds/about1200.png)no-repeat 0 0;
	opacity: .6;
}*/

.site-content {
	padding-top: 120px;
}

#welcome-image {
	height: 510px;
}

#welcome-image .big-headline {
	margin-top: 20px;
}

#welcome-image .icon-play {
	margin-top: 22px;
	width: 74px;
}

.video-box {
	margin-top: 0;
	text-align: center;
}

.video-box .photo {
	background-size: cover !important;
	display: inline-block;
	margin: 22px 0px 0px;
	text-align: center;
	width: 295px;
	height: 196px;
	position: relative;
}

.video-box .icon-play {
	display: none;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	width: 51px;
	height: 51px;
}

.video-box .med-subtitle-galano {
	margin-top: 6px;
}

.video-box .video-date {
	margin-top: 18px;
	text-transform: uppercase;
}

.owl-nav {
	position: absolute;
	width: 100%;
	top: 36%;
}

.owl-prev {
	position: absolute;
}

.owl-next {
	position: absolute;
}

.video-duration-box {
	background: #6E1FFF;
	padding: 7px 16px;
	display: inline-block;
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
}
section#video-productos {
	padding-bottom: 102px;
}
#instagram {
	padding: 77px 0 102px;
	background: #F4F4F7;
	margin-top: 80px;
}

#instagram .header .btn-line {
	float: right;
	vertical-align: baseline;
}

#instagram .header .med-headline {
	display: inline-block;
}

.instagram-pic {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 19px;
	background-size: cover !important;
	background-repeat: no-repeat;
	margin-top: -2px;
}

.instagram-pic img {
	width: 18px;
}

.instagram-pic span {
	margin-left: 10px;
	vertical-align: middle;
}

.instagram-row:first-child {
	margin-top: 44px;
}

.owl-nav img {
	width: 34px;
	padding: 14px 0;
}

.owl-next{
	height: 40px;
	cursor: pointer;
}
.owl-prev{
	height: 40px;
	cursor: pointer;
}
@media (max-width: 1080px) {
	.site-content {
		padding-top: 60px;
	}
}
@media (max-width: 991px) {
	/*body {
		background: url(../img/backgrounds/comunidad768.png)no-repeat 0 0;
		opacity: .6;
	}*/

	.site-content {
		padding-top: 60px;
	}

	#instagram {
		 margin-top: 100px;
	 }

	.product-grid {
		padding-top: 75px;
	}

	.product-box-row {
		padding: 29px 0 0;
		text-align: center;
	}

	.video-box .photo {
		background-size: cover;
		display: inline-block;
		margin: 22px 0px 0px;
		text-align: center;
		width: 214px;
		height: 143px;
		position: relative;
	}

	.instagram-pic {
		width: 33.333%;
		display: inline-block;
		vertical-align: top;
		padding: 19px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.instagram-pic:nth-child(n+7) {
		display: none;
	}

	.owl-nav {
		top: 33%;
	}
	.owl-nav img {
		width: 11px;
		padding: 14px 0;
	}
	.owl-prev {
		position: absolute;
		left: -24px;
	}

	.owl-next {
		position: absolute;
		right: -24px;
	}
}

@media (max-width: 767px) {
	/*body {
		background: url(../img/backgrounds/comunidad320.png)no-repeat 0 0;
		opacity: .6;
	}*/

	.site-content {
		padding-top: 60px;
	}
	#welcome-image .icon-play {
		width: 66px;
	}

	#instagram {
		margin-top: 80px;
		padding-top: 70px;
		padding-bottom: 70px;
		text-align: center !important;
	}
	#instagram .header {
		text-align: center;
	}

	#welcome-image .big-headline {
		margin-top: 12px;
	}

	.product-grid {
		padding-top: 51px;
	}

	.product-box-row {
		padding: 9px 0 0;
	}

	.owl-nav {
		top: 33%;
	}

	.owl-prev {
		left: -5px;
		height: 40px;
		width: 40px;
	}

	.owl-next {
		right: -5px;
		width: 40px;
		height: 40px;
	}

	.product-grid .header {
		border-bottom: 0;
	}

	.product-grid .header .line-gray {
		display: block;
		height: 1px;
		margin: 7px 0 25px;
		width: 100%;
	}

	.product-grid .header a.ver-todos {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 73px;
	}

	.video-box .med-subtitle-galano {
		width: 214px;
		display: inline-block;
		text-align: center;
	}

	.instagram-pic {
		width: 80%;
		display: inline-block;
		vertical-align: top;
		padding: 19px;
		background-size: cover;
		background-repeat: no-repeat;
		text-align: left;
	}

	.instagram-row .instagram-pic:last-child {
		display: inline-block;
	}

	.instagram-row {
		text-align: center;
	}

	#instagram 	.owl-nav {
		position: absolute;
		top: 50%;
		width: 100%;
	}

	#instagram 	.owl-prev {
		position: absolute;
		left: -5px;
	}

	#instagram 	.owl-next {
		position: absolute;
		right: -5px;
	}

	#instagram .header .btn-line {
		float: none;
		vertical-align: baseline;
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {


}