.bg1{
	width: 100%;
	position: relative;
	padding: 100px 0;
	background-image: url(../img/recycle/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.bg2{
	width: 100%;
	background: #f5f5f5;
	padding: 100px 0;
}
.logo1{
	width: 380px;
	margin: 0 auto;
}
.logo2{
	width: 175px;
	margin: 0 auto 20px auto;
}
.bgx{
	width: 100%;
	overflow: hidden;
}
.elem{
	position: relative;
	width: 100%;
}
.elem:before,
.elem:after {
    content: "";
}
.elem:before {
	position: absolute;
	width: 50%;
	height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    padding: 30px 0;
}
.elem:after {
	position: absolute;
	width: 50%;
	height: 100%;
    right: 0;
    top: 0;
	background: url('../img/recycle/img3.jpg') no-repeat center;
	background-size: cover;
}
.cont_boxes{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.cont_boxes img{
	width: 50%;
}
.cont_boxes a{
	width: 50%;
}
.cont_boxes a img{
	width: 100%;
}
.box1{
	width: 50%;
	text-align: center;
	padding: 0 50px;
}
.box2{
	width: 50%;
	text-align: center;
	padding: 0 50px;
}
.box3{
	width: 50%;
	padding: 150px 150px 150px 0;
	float: left;
}
.bg4{
	background: #000;
	padding: 70px 0;
	position: relative;
}
.box5{
	width: 40%;
	float: right;
}
.box6{
	width: 60%;
	float: right;
}
.atleta{
	position: absolute;
	width:500px;
	left: 0;
	top: -100px;
	z-index: 1;
}
.line_verde{
	position: absolute;
	width: 150px;
	left: 500px;
	top: -50px;
}
.img3{
	display: none;
}
.cont_atleta2{
	display: none;
	height: 40vh;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.t3-3{
    font-size: 2.1em;
    line-height: 90%;
    width: 50%;
}

/*** Responsive ***/

@supports (-webkit-touch-callout:  none){
	.bg1{
		background-image: url(../img/recycle/bg1.jpg) center top no-repeat;
		background-attachment: inherit;
	}
}
@media (max-width: 1440px){
	.line_verde{
		position: absolute;
		width: 150px;
		left: 400px;
		top: -50px;
	}
}
@media (max-width: 1330px){
	.atleta{
		width: 450px;
		top: -100px;
	}
	.line_verde{
		left: 300px;
	}
	.box3{
		padding: 150px 100px 200px 100px;
	}
	.box6{
		padding:0 50px;
	}
}
@media (max-width: 1280px){
	.line_verde{
		left: 350px;
	}
}
@media (max-width: 1080px){
	.bg1{
		padding: 90px 0;
	}
	.bgx{
		background: #fff;
	}
	.logo1{
		width: 180px;
	}
	.elem::before{
		content: none;
	}
	.elem::after{
		content: none;
	}
	.img3{
		display: block;
	}
	.nou{
		display: block;
	}
	.atleta{
		width: 350px;
		top: 120px;
		left: -50px;
	}
	.line_verde{
		left: 200px;
		width: 120px;
		top: 150px;
	}
	.box3{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		box-sizing: border-box;
		padding: 50px 0;
	}
	.box3 p{
		width: 80%;
		margin: 0 auto;
	}
	.box6{
		width: 65%;
	}
}
@media (max-width: 780px){
	.line_verde{
		width: 90px;
		left: 200px;
	}
	.atleta{
		left: -90px;
	}
	.bg2{
		padding: 50px 0;
	}
	.t3-3{
		width: 80%;
	}
}
@media (max-width: 600px){
	.box6{
		width: 100%;
	}
	.atleta{
		display: none;
	}
	.line_verde{
		display: none;
	}
	.cont_atleta2{
		display: block;
	}
	.box3 p{
		width: 100%;
	}
	.bg4{
		padding: 50px 0;
	}
	.logo2{
		width: 130px;
	}
	.t3-3{
		width: 100%;
	}
}
@media (max-width: 480px){
	.box6{
		width: 100%;
		padding: 0;
	}
	.cont_boxes img{
        width: 100%;
    }
   .cont_boxes a{
		width: 100%;
	}
}
