@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 18px;
  margin: 0 auto;
  max-width: 1280px;
  
}
body {
  width: 100%;
  height: 9800px;
  background-image: url("../img/background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  alignment-baseline: center;
  margin: 0 auto;
}

/* GERAL */

@font-face {
		  font-family: "Dell Replica";
		  src: url("../fonts/DellReplica-Regular.otf") format("truetype");
}

@font-face {
		  font-family: 'DellReplicaTT-Bold';
		  src: url("../fonts/DellReplica-Bold.otf") format("truetype");
}

@font-face {
			font-family: "Dell Replica TT";
			src: url("../fonts/DellReplica-Regular.otf") format("truetype");
}

h1 {
	font-family: "Dell Replica";
	color: #282829;
	font-size: 48px;
	font-weight: 300;
	line-height: 43px;
}

h2 {
	font-family: "Dell Replica";
	color: #282829;
	font-size: 36px;
	font-weight: 300;
	line-height: 43px;
}

p {
	font-family: "Dell Replica";
	color: #282829;
	font-size: 18px;
	font-weight: 300;
}

h3 {
	font-family: "Dell Replica";
	color: #282829;
	font-size: 14px;
	font-weight: 300;
	line-height: 44.595px;
	position: absolute;
	top: 5%;
	left: 5%;
}

h4 {
	font-family: "DellReplicaTT-Bold";
	color: #282829;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	width: 33%;
	height: 100%;
	text-align: center;
}

h5 {
	font-family: "Dell Replica";
	color: #282829;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	width: 100%;
}

iframe{
    width: 100%;
    height: 600px;
}

.banner img {
	width: 100%;
	height: auto;
}

.popup {
    position: fixed;
    padding: 10px;
    width: 90%;
    height: 450px;
    border-radius: 10px;
    top: 3%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.9);
    visibility: hidden;
    opacity: 0;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 20;
  }
  .popup:target {
    visibility: visible;
    opacity: 1;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .popup-close {
    position: absolute;
    padding: 10px;
    max-width: 500px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.9);

  }
  .popup .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    color: #000;
    transition: color .3s;
    font-size: 2em;
    line-height: .6em;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
  }
  .popup .close:hover {
    color: #00E5EE;
  }
  
  .close-popup {
    background: rgba(0,0,0,.7);
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
  }
  .popup:target + .close-popup{  
    opacity: 1;
    visibility: visible;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }


/* CONTAINERS */

header {
	width: 100%;
	height: 198px;
	margin: 0 auto;
	position: relative;
}

header img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main_container {
	width: 100%;
	height: 96.25%;
	position: relative;
	margin: 0 auto;
}

.mod_b {
	width: 100%;
	height: 900px;
	position: relative;
	top: 0.32%;
	background-image: url("../img/platinum_silver.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.mod_b_plus {
	width: 100%;
	height: 600px;
	position: relative;
}

.mod_c {
	width: 100%;
	height: 2400px;
	position: relative;
}

.model01 {
	width: 100%;
	height: 600px;
	position: relative;
}

.model01_left {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.model01_right {
	width: 50%;
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
}

.model01_right p {
	width: 90%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.model02 {
	width: 100%;
	height: 600px;
	position: relative;
}

.model02_left {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.model02_right {
	width: 50%;
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
}

.model02_left p {
	width: 90%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mod_d {
	width: 100%;
	height: 800px;
	position: relative;
}

.mod_d_l {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mod_d_l img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mod_d_r {
	width: 50%;
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
}

.mod_d_r p {
	width: 90%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}



.dell_cinema {
	width: 100%;
	height: 600px;
	position: relative;
}

.ACC {
	width: 100%;
	height: 750px;
	position: relative;
}

.acc_l {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.acc_l img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.acc_r {
	width: 50%;
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
}

.acc_r p {
	width: 90%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.dmc {
	width: 100%;
	height: 360px;
	position: relative;
}

.box05 {
	width: 100%;
	height: 200px;
	position: relative;
}

.box04 {
	width: 100%;
	height: 200px;
	position: relative;
}

.box06 {
	width: 100%;
	height: 300px;
	position: relative;
}

.box02 {
	width: 100%;
	height: 450px;
	position: relative;
}

.slots {
	width: 100%;
	height: 420px;
	position: relative;
}

.disclaimer {
	width: 100%;
	height: 160px;
	position: relative;
}

/* CONTENT */

.headline_01 {
	width: 40%;
	height: 19%;
	position: absolute;
	top: -7%;
	left: 5%;
}

.headline_01 img {
	width: 130%;
	height: auto;
}

.feature {
	width: 80%;
	height: 8%;
	display: inline-flex;	
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

.plus_left {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.plus_left img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 5%;
}

.plus_right {
	width: 50%;
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
	text-align: right;
	margin-top: 5%;
	margin-right: 16%;
}

.gamerconfig {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

.gamerconfig img {
	width: 100%;
	height: auto;
}

.slider-holder
        {
            width: 100%;
            height: 100%;
             margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            text-align: center;
            overflow: hidden;
        }
        
        .image-holder
        {
            width: 800%;
            height: 100%;
            clear: both;
            position: relative;
            
            -webkit-transition: left 2s;
            -moz-transition: left 2s;
            -o-transition: left 2s;
            transition: left 2s;
        }

		.image-holder img {
			width: 12.5%;
			height: auto;
		}
        
        .slider-image
        {
            float: left;
            margin: 0px;
            padding: 0px;
            position: relative;
        }
        
        #slider-image-1:target ~ .image-holder
        {
            left: 0px;
        }
        
        #slider-image-2:target ~ .image-holder
        {
            left: -100%;
        }
        
        #slider-image-3:target ~ .image-holder
        {
            left: -200%;
        }

#slider-image-4:target ~ .image-holder
        {
            left: -300%;
        }

		#slider-image-5:target ~ .image-holder
        {
            left: -400%;
        }

		#slider-image-6:target ~ .image-holder
        {
            left: -500%;
        }

		#slider-image-7:target ~ .image-holder
        {
            left: -600%;
        }

		#slider-image-8:target ~ .image-holder
        {
            left: -700%;
        }
    
        .button-holder
        {
            position: absolute;
            bottom: -2%;
			left: 50%;
			transform: translate(-50%);
        }
        
        .slider-change
        {
            display: inline-block;
            height: 10px;
            width: 15px;
            border-radius: 5px;
            background-color: #ff0000;
        }
		
		.slider-change p {
			color: white;
}

.mod_c img {
	width: 100%;
	height: auto;
	max-height: 600px;
	position: absolute;
	top: 0;
	left: 0%;
	z-index: 1;
}

.headline_02 {
	width: 45%;
	height: 75%;
	position: absolute;
	right: 10%;
	top: 8%;
}

.badge01 {
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.badge01 img {
	width: auto;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge02 {
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 20%;
}

.badge02 img {
	width: 90%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge03 {
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 40%;
}

.badge03 img {
	width: auto;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge04 {
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 60%;
}

.badge04 img {
	width: auto;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge05 {
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 80%;
}

.badge05 img {
	width: auto;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dmc_r {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	padding: 3%;
}

.dmc_r img {
	width: 70.6%;
	height: auto;
}

.dmc_l {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
}

.dmc_l img {
	width: 87.7%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dmc_plus {
	width: 100%;
	height: 300px;
	position: relative;
	display: inline-flex;
	text-align: center;
}

.dmc_icon_01 {
	height: 100%;
	width: 25%;
	position: relative;
}

.dmc_icon_01 img {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dmc_icon_01 p {
	width: 100%;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
}

.dmc_icon_02 {
	height: 100%;
	width: 25%;
	position: relative;
}

.dmc_icon_02 img {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dmc_icon_02 p {
	width: 90%;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
}

.dmc_icon_03 {
	height: 100%;
	width: 25%;
	position: relative;
}

.dmc_icon_03 img {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dmc_icon_03 p {
	width: 90%;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
}

.dmc_icon_04 {
	height: 100%;
	width: 25%;
	position: relative;
}

.dmc_icon_04 img {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dmc_icon_04 p {
	width: 90%;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
}

.box_05_l {
	width: 50%;
	height: 100%;
	position: relative;
	left: 0;
}

.box_05_l img {
	width: 39.2%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box_05_r {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.box_05_r p {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}


.box_02_l {
	width: 50%;
	height: 100%;
	position: relative;
	left: 0;
}

.box_06_l {
	width: 50%;
	height: 100%;
	position: relative;
	left: 0;
}

.box_06_l img {
	width: 90%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fallen {
	width: 100%;
	height: auto;
	position: relative;
}

.fallen img {
	width: 100%;
	height: auto;
}

.lifestyle {
	width: 100%;
	height: auto;
	position: relative;
}

.lifestyle img {
	width: 100%;
	height: auto;
}

.video {
	width: 100%;
	height: 100%;
	position: relative;
}

.box_06_r {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.box_06_r p {
	width: 95%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.win_icon_01 {
	height: 100%;
	width: 33.3%;
	position: relative;
}

.win_icon_02 {
	height: 100%;
	width: 33.3%;
	position: relative;
}

.win_icon_02 {
	height: 100%;
	width: 33.3%;
	position: relative;
}

.box_02_l img {
	width: 42.4%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box_02_r {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.box_02_r p {
	width: 95%;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

.mactext1 {
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 0);
}

.mactext2 {
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 0);
}

.slots img {
	width: 60%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box_03 {
	width: 80%;
	height: auto;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%);
}

.disclaimer p {
	width: 85%;
	font-size: 14px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider{
    overflow: hidden;
	width: 100%;
	height: auto;
	
}

.slider-content img {
	width: 100%;
	height: auto;
}

.slider > .slider-content{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transition: all 500ms ease;
	}

.slider > .slider-content > .slider-item {
    flex: 0 0 auto;
    width: 100%;
}

.slider > input:nth-child(1):checked ~ .slider-content{
    transform: translateX(0%);
}

.slider > input:nth-child(2):checked ~ .slider-content{
    transform: translateX(-100%);
}
.slider > input:nth-child(3):checked ~ .slider-content{
    transform: translateX(-200%);
}

.slider > input:nth-child(4):checked ~ .slider-content{
    transform: translateX(-300%);
}

.nvidia_button {
	width: 20px;
	height: 30px;
	background-color: green;
	position: relative;
	top: 0;
	left: 47%;
	transform: translate(-50%, 0);
}

.box{
    width: 48%;
    float: left;
    margin: 0 1%;
	position: relative;
}

.box p{
    
	max-width: 90%;
}

.box h5{
    color: #666;
    font-size: 1.1em;
    padding-bottom: 6px;
    padding-top: 60px;
}

.separa{
    width: 100%;
    clear: both;
}

.gif {
	width: 100%;
	height: auto;
	position: relative;
}

.game_shift {
	width: 100%;
	height: 300px;
	position: relative;
}

.game_shift p {
	width: 80%;
	height: auto;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%); 
}

.box-garantia {
    width: 100%;
	height: 300px;
	position: relative;
}



.box-garantia h5{
    
    font-size: 1.1em;
    padding-bottom: 6px;
    padding-top: 60px;
}

.g-left {
	width: 40%;
	position: absolute;
	left: 0;
}

.g-left img {
	position: absolute;
	margin-top: 6%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20%);
}

.g-right {
	width: 56%;
	position: absolute;
	right: 0;
}

.g-right p {
	margin-top: -5%;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
}

@media (min-width: 768px) and (max-width: 959px) {
	
	.headline_01 {
		top: 0;
		left: 2%;
	}
	
	.feature {
		width: 93%;
		bottom: 20%
	}
	
	.plus_left img {
		left: 5%;
	}
	
	.plus_right {
		margin-right: 10%;
	}
	
	.headline_02 {
		right: 20%;
		top: -10%;
	}
	
}

@media (min-width: 768px) and (max-width: 959px) {
	
	body {
		height: 9500px;
	}
	
	.mod_b {
		height: 600px;
	}
	
	
	
	.headline_01 h1 {
		position: absolute;
		top: -20%;;
		font-size: 30px;
		line-height: 33px;
	}
	
	.headline_01 h2 {
		font-size: 24px;
		width: 120%;
	}
	
	
	
	
	
	.headline_01 p {
		position: absolute;
		top: 280%;
		width: 140%;
	}
	
	.feature {
		bottom: 5%;
	}
	
	.button-holder {
		bottom: 28%;
	}
	
	.mod_c img {
		width: 50%;
		height: auto;
		left: -8%;
	}
	
	.headline_02 {
		width: 60%;
		right: 6%;
	}
	
	.mod_c {
	height: 2900px;
}

.mod_c img {
	width: 100%;
	height: auto;
	top: 15%;
}

.model02_left {
	width: 45%;
}
.model02 {
	height: 800px;
}
	
	.mod_d_l img {
		width: 100%;
		height: auto;
	}
	
	.mod_d {
		height: 1500px;
	}
	
	.lifestyle {
	top: 0;
}

	
	.badge01 img {
	width: 60%;
	height: auto;
	}
	
	.badge02 img {
	width: 75%;
	height: auto;
	}
	
	.badge03 img {
	width: 75%;
	height: auto;
	}
	
	.badge04 img {
	width: 60%;
	height: auto;
	}
	
	.badge05 img {
	width: 60%;
	height: auto;
	}
	
	.dmc_r p {
		font-size: 16px;
	}
	
	.dmc_plus {
		height: 400px;
	}
	
	.box_02_r p {
		font-size: 16px;
	}
	
	.slots img {
		width: 65%;
	}
	
	.disclaimer p {
		font-size: 12px;
	}
	
}

@media (min-width: 540px) and (max-width: 767px) {
	
		body {
		height: 9800px;
	}
	
	h1 {
		font-size: 20px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	.mod_b {
		top: 0.5%;
		background-size: 100% auto;
	}
	
	.headline_01 {
		top: -13%;
		width: 90%;
	}
	
	.model01 {
		height: 1000px;
	}
	
	.model02 {
		height: 1000px;
	}
	
	
	
	.model01_left {
		width: 100%;
		top: 0;
		left: 0;
	}
	
	.model01_left img {
		width: 480px;
		height: auto;
	}
	
	.mobile_img {
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.mobile_img img {
		width: 10%;
		position: absolute;
		top: -5%;
		left: 0;
	}
	
	.mod_c img {
		height: auto;
		width: 480px;
		top: -30%;
		position: relative;
		top: -8%;;
	}
	
	.mod_c {
		top: -5%;
		height: 3500px;
	}
	
	.model01_right {
		width: 100%;
		bottom: 0;
	}
	
	.model02_right {
		width: 100%;
		top: 0;
		left: 0;
	}
	
	.model02_left {
		width: 100%;
		top: 5%;
		bottom: -5%;
	}
	
	.mod_c img {
		width: 480px;
		height: auto;
	}
	
	.slider {
		display: none;
	}
	
	.feature {
		display: block;
		width: 90%;
		height: auto;
		bottom: 0;
	}
	
	.feature h4 {
		width: 100%;
	}
	
	.plus_left img {
		display: none;
	}
	
	.plus_right {
		width: 100%;
		margin-right: 3%;
		margin-top: 40%;
	}
	
	.gamerconfig {
		display: none;
	}
	
	.mod_c img {
		width: 320px;
		height: auto;
		top: 0;
	}
	
	.headline_02 {
		width: 95%;
		top: 25%;
		right: 3%;
	}
	
	.headline_02 h1 {
		font-size: 24px;	
		line-height: 24px;
	}
	
	.badges {
	width: 100%;
	height: 900px;
	position: relative;
	top: 3.3%;
	}
	
	.badge01 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 0;
	left: 0;
}

.badge01 img {
	width: auto;
	height: 70%;
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge02 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 20%;
	left: 0;
}

.badge02 img {
	width: 60%;
	height: auto;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge03 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 40%;
	left: 0;
}

.badge03 img {
	width: auto;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge04 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 60%;
	left: 0;
}

.badge04 img {
	width: auto;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge05 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 80%;
	left: 0;
}

.badge05 img {
	width: auto;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
}
	
	iframe {
		height: 50%;
		position: absolute;
		bottom: 10%;
	}
	
	.dmc_r {
		width: 95%;
		top: 0;
	}
	
	.dmc_r img {
		width: 100%;
		height: auto;
	}
	
	.dmc_r p {
		width: 80%;
	}
	
	.dmc_l {
		width: 100%;
		top: 110%;
	}
	
	.dmc_l img {
		width: 95%;
		height: auto;
	}
	
	.dmc_plus {
		display: none;
	}
	
	.box05 {
		top: 2%;
	}
	
	.box_05_l {
		width: 100%;
		top: 80%;
	}
	
	.box_05_l img {
		width: 75%;
		height: auto;
	}
	
	.box_05_r {
		width: 90%;
		top: 180%;
	}
	
	.box_05_r p {
		width: 90%;
	}
	
	.box06 {
		top: 3%;
	}
	
	.box_06_l {
		width: 100%;
		top: 85%;
	}
	
	.box_06_l img {
		width: 90%;
		height: auto;
	}
	
	.box_06_r {
		width: 90%;
		top: 180%;
	}
	
	.box_06_r p {
		width: 90%;
	}
	
	.box02 {
		top: 6%;
	}
	
	.box_02_l {
		width: 100%;
		top: 80%;
	}
	
	.box_02_l img {
		width: 75%;
		height: auto;
	}
	
	.box_02_r {
		width: 90%;
		top: 200%;
	}
	
	.box_02_r p {
		width: 90%;
	}
	
	.slots {
		top: 17%;
	}
	
	.slots img {
		width: 90%;
		top: 40%;
	}
	
	.box_03 {
		bottom: -10%;
	}
	
	.disclaimer {
		top: 17.5%;
	}
	
	.gif {
		top: -2%;
	}
	
	.gif img {
		max-width: 480px;
	
	}
	
	.lifestyle {
		display: none;
	}
	
	.acc_l {
		width: 100%;
	}
	
	.acc_r {
		width: 100%;
	}
	
	.acc_l img {
		top: 27%;
	}
	
	.acc_r {
		top: 25%;
	}
	
	.g-left {
		width: 100%;
	}
	
	.g-right {
		width: 100%;
	}
	
	.g-right p {
		margin-top: 80%;
	}
	
	.g-left img {
		top: 10%;
	}
	
	.dell_cinema {
		top: 13%;
	}
	
	.box-garantia {
		top: 0;
	}
}

@media (min-width: 480px) and (max-width: 539px) {
	
	body {
		height: 9800px;
	}
	
	h1 {
		font-size: 20px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	.mod_b {
		top: 0.5%;
		background-size: 100% auto;
	}
	
	.headline_01 {
		top: -13%;
		width: 90%;
	}
	
	.model01 {
		height: 1000px;
	}
	
	.model02 {
		height: 1000px;
	}
	
	
	
	.model01_left {
		width: 100%;
		top: 0;
		left: 0;
	}
	
	.model01_left img {
		width: 480px;
		height: auto;
	}
	
	.mobile_img {
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.mobile_img img {
		width: 10%;
		position: absolute;
		top: -5%;
		left: 0;
	}
	
	.mod_c img {
		height: auto;
		width: 480px;
		top: -30%;
		position: relative;
		top: -8%;;
	}
	
	.mod_c {
		top: -5%;
		height: 3500px;
	}
	
	.model01_right {
		width: 100%;
		bottom: 0;
	}
	
	.model02_right {
		width: 100%;
		top: 0;
		left: 0;
	}
	
	.model02_left {
		width: 100%;
		top: 5%;
		bottom: -5%;
	}
	
	.mod_c img {
		width: 480px;
		height: auto;
	}
	
	.slider {
		display: none;
	}
	
	.feature {
		display: block;
		width: 90%;
		height: auto;
		bottom: 0;
	}
	
	.feature h4 {
		width: 100%;
	}
	
	.plus_left img {
		display: none;
	}
	
	.plus_right {
		width: 100%;
		margin-right: 3%;
		margin-top: 40%;
	}
	
	.gamerconfig {
		display: none;
	}
	
	.mod_c img {
		width: 320px;
		height: auto;
		top: 0;
	}
	
	.headline_02 {
		width: 95%;
		top: 25%;
		right: 3%;
	}
	
	.headline_02 h1 {
		font-size: 24px;	
		line-height: 24px;
	}
	
	.badges {
	width: 100%;
	height: 900px;
	position: relative;
	top: 3.3%;
	}
	
	.badge01 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 0;
	left: 0;
}

.badge01 img {
	width: auto;
	height: 70%;
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge02 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 20%;
	left: 0;
}

.badge02 img {
	width: 60%;
	height: auto;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge03 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 40%;
	left: 0;
}

.badge03 img {
	width: auto;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge04 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 60%;
	left: 0;
}

.badge04 img {
	width: auto;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge05 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 80%;
	left: 0;
}

.badge05 img {
	width: auto;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
}
	
	iframe {
		height: 50%;
		position: absolute;
		bottom: 10%;
	}
	
	.dmc_r {
		width: 95%;
		top: 0;
	}
	
	.dmc_r img {
		width: 100%;
		height: auto;
	}
	
	.dmc_r p {
		width: 80%;
	}
	
	.dmc_l {
		width: 100%;
		top: 110%;
	}
	
	.dmc_l img {
		width: 95%;
		height: auto;
	}
	
	.dmc_plus {
		display: none;
	}
	
	.box05 {
		top: 2%;
	}
	
	.box_05_l {
		width: 100%;
		top: 80%;
	}
	
	.box_05_l img {
		width: 75%;
		height: auto;
	}
	
	.box_05_r {
		width: 90%;
		top: 180%;
	}
	
	.box_05_r p {
		width: 90%;
	}
	
	.box06 {
		top: 3%;
	}
	
	.box_06_l {
		width: 100%;
		top: 85%;
	}
	
	.box_06_l img {
		width: 90%;
		height: auto;
	}
	
	.box_06_r {
		width: 90%;
		top: 180%;
	}
	
	.box_06_r p {
		width: 90%;
	}
	
	.box02 {
		top: 6%;
	}
	
	.box_02_l {
		width: 100%;
		top: 80%;
	}
	
	.box_02_l img {
		width: 75%;
		height: auto;
	}
	
	.box_02_r {
		width: 90%;
		top: 200%;
	}
	
	.box_02_r p {
		width: 90%;
	}
	
	.slots {
		top: 13%;
	}
	
	.slots img {
		width: 90%;
		top: 40%;
	}
	
	.box_03 {
		bottom: -10%;
	}
	
	.disclaimer {
		top: 17.5%;
	}
	
	.gif {
		top: -2%;
	}
	
	.gif img {
		max-width: 480px;
	
	}
	
	.lifestyle {
		display: none;
	}
	
	.acc_l {
		width: 100%;
	}
	
	.acc_r {
		width: 100%;
	}
	
	.acc_l img {
		top: 27%;
	}
	
	.acc_r {
		top: 25%;
	}
	
	.g-left {
		width: 100%;
	}
	
	.g-right {
		width: 100%;
	}
	
	.g-right p {
		margin-top: 80%;
	}
	
	.g-left img {
		top: 10%;
	}
	
	.dell_cinema {
		top: 13%;
	}
	
	.box-garantia {
		top: 0;
	}
	
}
		


@media (min-width: 320px) and (max-width: 479px) {
	
	body {
		height: 9800px;
	}
	
	h1 {
		font-size: 20px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	.mod_b {
		top: 0.5%;
		background-size: 100% auto;
	}
	
	.headline_01 {
		top: -13%;
		width: 90%;
	}
	
	.model01 {
		height: 1000px;
	}
	
	.model02 {
		height: 1000px;
	}
	
	
	
	.model01_left {
		width: 100%;
		top: 0;
		left: 0;
	}
	
	.model01_left img {
		width: 320px;
		height: auto;
	}
	
	.mobile_img {
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.mobile_img img {
		width: 10%;
		position: absolute;
		top: -5%;
		left: 0;
	}
	
	.mod_c img {
		height: auto;
		width: 320px;
		top: -30%;
		position: relative;
		top: -8%;;
	}
	
	.mod_c {
		top: -5%;
		height: 3500px;
	}
	
	.model01_right {
		width: 100%;
		bottom: 0;
	}
	
	.model02_right {
		width: 100%;
		top: 0;
		left: 0;
	}
	
	.model02_left {
		width: 100%;
		top: 5%;
		bottom: -5%;
	}
	
	.mod_c img {
		width: 320px;
		height: auto;
	}
	
	.slider {
		display: none;
	}
	
	.feature {
		display: block;
		width: 90%;
		height: auto;
		bottom: 0;
	}
	
	.feature h4 {
		width: 100%;
	}
	
	.plus_left img {
		display: none;
	}
	
	.plus_right {
		width: 100%;
		margin-right: 3%;
		margin-top: 40%;
	}
	
	.gamerconfig {
		display: none;
	}
	
	.mod_c img {
		width: 320px;
		height: auto;
		top: 0;
	}
	
	.headline_02 {
		width: 95%;
		top: 25%;
		right: 3%;
	}
	
	.headline_02 h1 {
		font-size: 24px;	
		line-height: 24px;
	}
	
	.badges {
	width: 100%;
	height: 900px;
	position: relative;
	top: 3.3%;
	}
	
	.badge01 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 0;
	left: 0;
}

.badge01 img {
	width: auto;
	height: 70%;
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge02 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 20%;
	left: 0;
}

.badge02 img {
	width: 60%;
	height: auto;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge03 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 40%;
	left: 0;
}

.badge03 img {
	width: auto;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge04 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 60%;
	left: 0;
}

.badge04 img {
	width: auto;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge05 {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 80%;
	left: 0;
}

.badge05 img {
	width: auto;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
}
	
	iframe {
		height: 50%;
		position: absolute;
		bottom: 10%;
	}
	
	.dmc_r {
		width: 95%;
		top: 0;
	}
	
	.dmc_r img {
		width: 100%;
		height: auto;
	}
	
	.dmc_r p {
		width: 80%;
	}
	
	.dmc_l {
		width: 100%;
		top: 110%;
	}
	
	.dmc_l img {
		width: 95%;
		height: auto;
	}
	
	.dmc_plus {
		display: none;
	}
	
	.box05 {
		top: 2%;
	}
	
	.box_05_l {
		width: 100%;
		top: 80%;
	}
	
	.box_05_l img {
		width: 75%;
		height: auto;
	}
	
	.box_05_r {
		width: 90%;
		top: 180%;
	}
	
	.box_05_r p {
		width: 90%;
	}
	
	.box06 {
		top: 3%;
	}
	
	.box_06_l {
		width: 100%;
		top: 100%;
	}
	
	.box_06_l img {
		width: 90%;
		height: auto;
	}
	
	.box_06_r {
		width: 90%;
		top: 180%;
	}
	
	.box_06_r p {
		width: 90%;
	}
	
	.box02 {
		top: 6%;
	}
	
	.box_02_l {
		width: 100%;
		top: 80%;
	}
	
	.box_02_l img {
		width: 75%;
		height: auto;
	}
	
	.box_02_r {
		width: 90%;
		top: 170%;
	}
	
	.box_02_r p {
		width: 95%;
	}
	
	.slots {
		top: 17%;
	}
	
	.slots img {
		width: 90%;
		top: 40%;
	}
	
	.box_03 {
		bottom: -10%;
	}
	
	.disclaimer {
		top: 17.5%;
	}
	
	.gif {
		top: -2%;
	}
	
	.gif img {
		max-width: 320px;
	
	}
	
	.lifestyle {
		display: none;
	}
	
	.acc_l {
		width: 100%;
	}
	
	.acc_r {
		width: 100%;
	}
	
	.acc_l img {
		top: 27%;
	}
	
	.acc_r {
		top: 25%;
	}
	
	.g-left {
		width: 100%;
	}
	
	.g-right {
		width: 100%;
	}
	
	.g-right p {
		margin-top: 60%;
		width: 90%;
	}
	
	.g-left img {
		top: 0%;
	}
	
	.dell_cinema {
		top: 13%;
	}
	
	.box-garantia {
		top: 2%;
	}
	
}