* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

html, body {
	color: #333;
	font-family: Tahoma, sans-serif;
	width: 100%;
	min-height: 100%;
	text-align: center;
}

body {
	background-image: url('../img/background.webp');
	background-position: center center;
	background-size: cover;
	font-size: 0.8rem;
}

body .terms { display: none; }
body[lang='es'] .lang-es { display: block; }
body[lang='en'] .lang-en { display: block; }

.terms {
	text-align: left;
	width: 100%;
	padding: 40px;
}

.terms h1 {
	font-size: 1.5rem;
	margin-bottom: -10px;
}

.terms a {
	font-size: inherit;
}

.terms hr {
	height: 1px;
	border: none;
	background-color: #333;
	margin: 20px;
}

.terms ul {
	padding: 10px 0px 10px 20px;
}

.main {
	height: 100%;
	max-width: 320px;
	margin: 0px auto ;
}

.logo {
	width: 200px;
	height: 200px;
	background-image: url('../img/kwota-logo.webp');
	background-position: center center;
	background-size: 200px 200px;
	background-repeat: no-repeat;
	padding: 20px;
	margin: 0px auto 0px auto;
}

h1 {
	font-size: 1rem;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 1.2rem;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.copyrights {
	display: block;
	margin-top: 100px;
	font-size: 0.6rem;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.spacer {
	height: 30px;
}