.bg1{
	width: 100%;
	padding: 150px 0 120px 0;
	background-image: url(../img/steamcell/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.bg2{
	width: 100%;
	padding: 50px 0 50px 0;
	background: #f4f4f4;
	border-top: 20px solid #222;
}
.bg3{
	width: 100%;
	padding: 50px 0 50px 0;
	background: #fff;
}
.bg4{
	padding: 100px 0;
	background: #222;
	border-bottom: 10px solid #f68821;
}
.bg-s{
	background-image: url('../img/steamcell/s.png');
	background-position: right -100px bottom 0;
	background-size: 350px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.bg5{
	width: 100%;
	padding: 100px 0;
	background: #f4f4f4;
}
.cont_logo{
	max-width: 550px;
	margin: 0 auto;
}
.cont_3d{
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.c1, .c2, .c3, .c4, .c5, .c6{
	position: absolute;
}
.c1{
	width: 7%;
	left: 80%;
	top: 25%;
}
.c2{
	width: 10%;
	left: 20%;
	bottom: 10%;
}
.c3{
	width: 3%;
	left: 40%;
	bottom: 10%;
}
.c4{
	width: 10%;
	right: 4%;
	top: 30%;
}
.c5{
	width: 7%;
	left: 30%;
	top: 15%;
}
.c6{
	width: 3%;
	left: 20%;
	top: 10%;
}
.cont_p1{
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
}
.cont_imgs{
	width: 100%;
	position: relative;
	padding-top: 600px;
}
.g1, .g2, .g3{
	position: absolute;
}
.g1{
	left: 0;
	width: 32%;
	top: -120px;
}
.g2{
	width: 36%;
	left: 32%;
	padding: 10px;
	top: -150px;
}
.g3{
	right: 0;
	width: 32%;
	top: -120px;
}
.box1{
	width: 40%;
}
.box2{
	width: 70%;
}
.tenis{
	position: absolute;
	right: -100px;
	width: 800px;
	top: -50px;
}
.hid{
	overflow: hidden;
}

/*** Responsive ***/

@supports (-webkit-touch-callout:  none){
	.bg1{
		background-image: url(../img/steamcell/bg1.jpg) center top no-repeat;
		background-attachment: inherit;
	}
}
@media (max-width: 1280px){
	.cont_imgs{
		padding: 0;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 40px;
	}
	.cont_imgs a{
		width: 33.3333%;
	}
	.g1, .g2, .g3{
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		padding: 15px;
		width: 100%;
	}
	.tenis{
		width: 600px;
		right: 50px;
	}
}
@media (max-width: 1080px){
	.bg1{
		padding: 130px 0 80px 0;
	}
	.tenis{
		top: -50px;
	}
	.tenis{
		width: 80%;
		position: relative;
		right: 0;
		top: 0;
		margin: 0 auto;
	}
	.bg4{
		padding: 70px 0;
	}
	.bg-s{
		background-image: none;
	}
	.bg5{
		padding: 70px 0;
	}
	.box1{
		width: 80%;
		margin: 0 auto;
		padding-bottom: 30px;
		border-bottom: 1px solid #999;
		margin-bottom: 30px;
		text-align: center;
	}
	.box2{
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.boton{
		margin: 40px auto 0 auto;
	}
}
@media (max-width: 780px){
	.g1, .g2, .g3{
		padding: 10px;
	}
}
@media (max-width: 600px){
	.box1{
		width: 100%;
	}
	.tenis{
		width: 100%;
	}
	.cont_imgs a{
		width: 100%;
	}
}
@media (max-width: 480px){
	.g1, .g2, .g3{
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 320px){
	
}