@font-face {
	font-family: 'AdihausDIN';
	src: url('assets/AdihausDIN-Regular.woff2') format('woff2'),
		url('assets/AdihausDIN-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DIN Condensed';
	src: url('assets/DINCondensed-Bold.woff2') format('woff2'),
		url('assets/DINCondensed-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AdihausDIN Cn';
	src: url('assets/AdihausDIN-Cn.woff2') format('woff2'),
		url('assets/AdihausDIN-Cn.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'DIN-LightAlternate';
    src: url('assets/DIN-LightAlternate.woff2') format('woff2'),
        url('assets/DIN-LightAlternate.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.din-cn {
	font-family: 'AdihausDIN Cn';
}

.din-light-alternate {
	font-family: 'DIN-LightAlternate';
	font-weight: 300 !important;
}


body {
	background-color: #000;
}

.mobile {
	display: none;
}


.boton-comprar {
	margin-top: 200px;
}


.legal {
	text-align: center;
	font-family: 'AdihausDIN';
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	width: 50%;
	margin: 0 auto;
}

.title {
	text-align: center;
	font-family: 'DIN Condensed';
	font-weight: bold;
	font-size: 43px;
	color: #fff;
	margin-bottom: 0px;
}

.head {
	text-align: center;
	font-family: 'DIN Condensed';
	font-weight: bold;
	font-size: 56px;
	color: #fff;
	margin-bottom: 30px;
}

.title2 {
	text-align: center;
	font-family: 'DIN Condensed';
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	margin-bottom: 550px;
}


.title3 {
	text-align: center;
	font-family: 'DIN Condensed';
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	margin-bottom: 40px;
}

.title3-mobile2 {
	text-align: center;
	font-family: 'DIN Condensed';
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	margin-bottom: 590px;
}

.button {
	text-align: center;
	font-family: 'DIN Condensed';
	font-weight: bold;
	font-size: 34px;
	color: #000;
	vertical-align: center;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 9px;
	background-color: #fff;
	border-color: #fff;
	box-shadow: none;
	margin: 0 auto;
}







.first-block {
	background-image: url("assets/background_1.jpg");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;



}

.third-block {
	background-image: url("assets/background_2.jpg");
	background-size: cover;
	background-position: center;

}




.fourth-block {
	background-image: url("assets/background_3.jpg");
	background-size: cover;

}


img.packs {
	width: 40%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 35px;
}


img.logo {
	width: 24%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 38px;
}

img.video {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 35px;
}

img.logo2 {
	width: 40%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

img.logo3 {
	width: 15%;
	text-align: left;
	padding: 20px;
	padding-top: 44px;
	margin: 0 auto;

}


@media (max-width: 992px) {
	
	
	.boton-comprar {
	margin-top: 0px;
}

	

	.mobile {
		display: block;
	}


	.first-block {
		background-image: url("assets/bk1_mobile.jpg");
		background-size: cover;
		background-position: 50% -120px;
	
		

	}
	.title {
		font-size: 30px;
	margin-bottom: 500px;
}

	
	.third-block {
		background-image: url("assets/bk2_mobile.jpg");
		background-size: cover;
		background-position: center;

	}

	.fourth-block {
		background-image: url("assets/bk3_mobile.jpg");
		background-size: cover;
		background-position: center;

	}

	img.video {
		content: url("assets/video-mobile.png");
		width: 90%;
	}


	.desktop {
		display: none;
	}

	section {
		padding-top: 10px !important;
	}

	.title2 {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 25px !important;
	}


	.title3 {
		padding-right: 30px;
		padding-left: 30px;
	}

	img.logo {
		width: 18em;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 35px;
	}

	img.logo2 {
		width: 80%;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	img.logo3 {
		width: 16em;
		text-align: left;
		padding: 20px;
		padding-top: 45px;
		margin: 0 auto;

	}
}


img{

user-drag: none;}