* {
	box-sizing: border-box;
}

@font-face {
	font-family: "Samsung Font";
	src: url("SamsungSharpSans-Regular.ttf");
}

@font-face {
	font-family: "Samsung Font Bold";
	src: url("SamsungSharpSans-Bold.ttf");
}


body {
	width: 100%;
	max-width: 570px !important;
	height: auto;
	max-height: 280px !important;
	margin: 0;
	background-image: url("./background-min.jpg");
	background-size: cover;
	background-color: white;
	background-repeat: no-repeat;
}

#section1 {
	position: relative;
	top: 0vw;
	left: 0vw;
}

#bannerCyber {
	width: 100%;
	height: auto;
}

#icon {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	border-radius: 0px;
}

p {
	text-align: center;
	font-family: "Samsung Font Bold";
}

#time {
	display: flex;
	gap: 15px;
	color: white;
	align-items: center;
	justify-content: center;
	font-family: "Samsung Font Bold";
	text-align: center;
	padding: 5px;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.load {
	display: flex;
	justify-content: center;
	align-items: center;
}

.spin {
	height: 40px;
	width: 40px;
	border-radius: 100px;
	font-family: "Samsung Font Bold";
}

#spin1 {
	animation: spin 60s linear infinite;
}

#spin2 {
	animation: spin 40s linear infinite;
}

#spin3 {
	animation: spin 20s linear infinite;
}

#spin4 {
	animation: spin 10s linear infinite;
}

.titleh1 {
	color: black;
	text-align: center;
	font-family: "Samsung Font Bold";
}

.titlep {
	color: black;
	text-align: center;
	font-family: "Samsung Font Bold";
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(90deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loading {
	position: absolute;
	color: white;
	font-family: "Samsung Font Bold";
	font-size: .45rem;
}

.loading div {
	font-family: "Samsung Font Bold";
	font-size: .9rem;
}

.btnMas {
	font-family: "Samsung Font Bold";
	border-radius: 10px;
	border: #00de84 2px;
	border-style: solid;
	width: 100px;
	height: 18px;
	background-color: white;
	color: black;
	font-size: .5rem;
	position: relative;
	top: 5vw;
	left: 33vw;
}

@media only screen and (min-width: 375px) {


	#section1 {
		top: 65vw;
		left: 0vw;
	}

	.loading {
		font-size: .60rem;
	}

	.loading div {
		font-size: 1rem;
	}

	#time {
		gap: 15px;
	}

}

@media only screen and (min-width: 425px) {
	body {
		background-image: url("./background.jpg");
		background-size: cover;
		background-color: white;
		background-repeat: no-repeat;
	}

	#section1 {
		top: 38vw;
		left: -28vw;
	}

	.loading {
		font-size: .40rem;
	}

	.loading div {
		font-size: .6rem;
	}

	.btnMas {
		height: 24px;
		font-size: .6rem;
		top: 10vw;
		left: 32%;
	}

	.spin {
		height: 40px;
		width: 30px;
		border-radius: 100px;
		font-family: "Samsung Font Bold";
	}

	#time {
		gap: 5px;
	}

}

@media only screen and (min-width: 525px) {
	#section1 {
		top: 40vw;
		left: -28vw;
	}

	#time {
		gap: 16px;
	}

	.loading {
		font-size: .60rem;
	}

	.loading div {
		font-size: .8rem;
	}

	.btnMas {
		width: 150px;
		height: 32px;
		font-size: .8rem;
		top: 4vw;
		left: 35vw;
	}
}

@media only screen and (min-width: 533px) {
	#section1 {
		top: 40vw;
		left: -27vw;
	}

	#time {
		gap: 16px;
	}

	.loading {
		font-size: .60rem;
	}

	.loading div {
		font-size: .8rem;
	}

	.btnMas {
		width: 150px;
		height: 32px;
		font-size: .8rem;
		top: 3vw;
		left: 35vw;
	}
}

@media only screen and (min-width: 570px) {
	#section1 {
		top: 38vw;
		left: -28vw;
	}

	#time {
		gap: 16px;
	}

	.loading {
		font-size: .50rem;
	}

	.loading div {
		font-size: .7rem;
	}

	.btnMas {
		width: 150px;
		height: 32px;
		font-size: .8rem;
	}
}