@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: 2850px;
  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/DellReplicaTT-Light.ttf") format("truetype");
}

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

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

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

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

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

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

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


/* CONTAINERS */

header {
	width: 97.8%;
	height: 3.4%;
	margin: 0 auto;
	position: relative;
}

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

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

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

.mod_b_plus {
	width: 100%;
	height: 600px;
	position: relative;
	display: inline-flex;
}

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

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


/* CONTENT */

.headline_01 {
	width: 25%;
	height: 19%;
	position: absolute;
	top: 10%;
	right: 5%;
}

.mod_b img {
	width: 55%;
	position: absolute;
	top: 8%;
	left: 3%;
}

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

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

.f1 p {
	width: 90%;
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, 0);
}

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

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

.f2 p {
	width: 90%;
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, 0);
}

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

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

.f3 p {
	width: 90%;
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, 0);
}

.mod_c img {
	width: 60%;
	height: auto;
	position: absolute;
	right: 2%;
	bottom: 0;
}

.headline_02 {
	width: 30%;
	height: 75%;
	position: absolute;
	left: 5%;
	top: 8%;
}

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

.box_03 {
	width: 80%;
	height: 16%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}


@media (min-width: 880px) and (max-width: 1080px) {
	
	.f1 {
		top: -45%;
	}
	
	.f2 {
		top: -45%;
	}
	
	.f3 {
		top: -45%;
	}
	
	.mod_c {
		top: -8%;
	}
	
	.box_03 {
		width: 95%;
		bottom: 5%;
	}
	
}

@media (min-width: 540px) and (max-width: 879px) {
	
	h1 {
		font-size: 28px;
	}
	
	p {
		font-size: 16px;
		line-height: 16px;
	}
	
	.mod_b img {
		top: 22%;
	}
	
	.f1 {
		top: -50%;
	}
	
	.f2 {
		top: -50%;
	}
	
	.f3 {
		top: -50%;
	}
	
	.mod_c img {
		width: 50%;
	}
	
	.headline_02 {
		top: -20%;
		width: 40%;
	}
		
	.box_03 {
		width: 95%;
		bottom: 5%;
	}
}

@media (min-width: 480px) and (max-width: 539px) {
	
	body {
		height: 3250px;
		background-size: 100% 120%;
	}
	
	h1 {
		font-size: 24px;
		line-height: 24px;
	}
	
	p {
		font-size: 14px;
		line-height: 14px;
	}
	
	.headline_01 {
		top: 3%;
		right: 15%;
	}
	
	.headline_01 h1 {
		width: 140%;
	}
	
	.headline_01 p {
		width: 145%;
	}
	
	.mod_b img {
		top: 20%;
	}
	
	h4 {
		font-size: 10px;
	}
	
	.feature {
		width: 100%;
		bottom: 45%;
	}
	
	.mod_b_plus {
		display: block;
		top: -5%;
	}
	
	.f1 {
		width: 100%;
	}
	
	.f2 {
		width: 100%;
	}
	
	.f3 {
		width: 100%;
	}
	
	.mod_c {
		top: 48%;
	}
	
	.mod_c img {
		width: 78.4%;
		height: auto;
		position: absolute;
		bottom: 120%;
	}
	
	.headline_02 {
		width: 70%;
		height: 75%;
		position: absolute;
		right: 10%;
		top: -10%;
	}
	
	.slots {
		top: 35%;
	}
	
	.slots img {
		width: 80%;
		top: 30%;
	}
	
	.slots p {
		line-height: 18px;
	}
	
	.box_03 {
		bottom: 5%;
		width: 95%;
		height: 40%;	
	}
}
	
@media (min-width: 320px) and (max-width: 479px) {
	
	body {
		height: 3250px;
		background-size: 100% 120%;
	}
	
	h1 {
		font-size: 24px;
		line-height: 24px;
	}
	
	p {
		font-size: 14px;
		line-height: 14px;
	}
	
	.headline_01 {
		top: 3%;
		right: 15%;
	}
	
	.headline_01 h1 {
		width: 140%;
	}
	
	.headline_01 p {
		width: 145%;
	}
	
	.mod_b img {
		top: 20%;
	}
	
	h4 {
		font-size: 10px;
	}
	
	.feature {
		width: 100%;
		bottom: 45%;
	}
	
	.mod_b_plus {
		display: block;
		top: -15%;
	}
	
	.f1 {
		width: 100%;
	}
	
	.f2 {
		width: 100%;
	}
	
	.f3 {
		width: 100%;
	}
	
	.mod_c {
		top: 40%;
	}
	
	.mod_c img {
		width: 78.4%;
		height: auto;
		position: absolute;
		bottom: 120%;
	}
	
	.headline_02 {
		width: 70%;
		height: 75%;
		position: absolute;
		right: 10%;
		top: -10%;
	}
	
	.slots {
		top: 35%;
	}
	
	.slots img {
		width: 80%;
		top: 30%;
	}
	
	.slots p {
		line-height: 18px;
	}
	
	.box_03 {
		bottom: 5%;
		width: 95%;
		height: 40%;	
	}
	
}