@media screen and (min-width : 1px) {
	.device1 .swiper-slide img{
		width: 72%;
	}

	.arrow-left1, .arrow-right1{
	  width: 20px;
	  height: 47px;
	}

	#header_bottom{
		height:124px;
	}

	div.logo_movel{
		bottom: 60px;
	}
}

@media screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
	div.logo_movel {
		bottom: 36px;
	}

	#header_bottom {
		height: 100px;
	}
}

@media screen and (min-width : 569px) and (max-width : 800px) and (orientation : landscape) {
	div.logo_movel {
		bottom: 56px;
	}

	#header_bottom {
		height: 120px;
	}
}

@media screen and (min-width : 480px){
	.arrow-left1, .arrow-right1{
	  width: 27px;
	  height: 62px;
	}
}

@media screen and (min-width : 480px) and (max-width : 767px) {
	.device1 .swiper-slide img{
		width:80%;
	}
}

@media screen and (min-width : 640px) and (max-width : 960px) {
	.device1 .swiper-slide img{
		width:62%;
	}
}

/* Desktops and laptops ----------- */
@media screen and (min-width : 768px) {
	.header_img_esq{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}

	.header_img_dir{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}

	.device1 .swiper-slide img{
		width:50%;
	}
}

@media screen and (min-width : 1025px){
	#header_bottom{
		height:144px;
	}
}

@media screen and (min-width : 1500px) {
	#header_bottom{
		height: 300px;
	}
	div.logo_movel{
		bottom: 161px;
	}
}


@media screen and (min-width : 320px) and (max-width : 800px) and (orientation : landscape) {
	.header_img_esq, .header_img_dir{
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}

	.header_img_esq{
		left: 0;
	}
	.header_img_dir{
		right: 0;
	}

	.device1 .swiper-slide img{
		width:50%;
	}
}


@media screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait) {	
	.device1 .swiper-slide img {
		width: 80%;
	}
}

@media screen and (min-width : 360px) and (max-width : 640px) and (orientation : portrait) {
	.device1 .swiper-slide img {
		width: 99%;
	}
}