/*message only mobile and tablet*/
@font-face {
    font-family: 'poppins-regular';
    src: url('../../assets/fonts/MPLUSRounded1c-Regular.woff2') format('woff2'),
    url('../../assets/fonts/MPLUSRounded1c-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
.d-none{
    display: none;
}
.message_mobile{
	background-image: url("../assets/images/bg/bg-mobile.png");
    background-size: cover;
    width: 100%;
    margin: 0px;
    padding-bottom: 2rem;
	min-height: 100%;
}
.container{
	padding: 6rem 3rem 0rem 3rem;
	margin: auto;
}
@media (min-width:767.9px) {
	.container{
		padding: 12rem 6rem 6rem 6rem;
		margin: auto;
	}
}
.text-center{
	text-align: center;
}
.text_message{
	padding-top: 2rem;
	color: white;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 2rem;
	font-family: 'poppins-regular';
}
.absolute{
	position: absolute;	
    z-index: 10000;
	height: 100%;
	top: 0px;
}
.logo_end{
	bottom: 1rem;
	margin-top: 2rem;
}

/*end message*/

* {
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
	body{
		background-image: url("../../assets/images/bg/bg-mobile.png");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hidden{
		display: none!important;
	}
	canvas{
		width: 0px!important;
		z-index: 0!important;
	}
	.message_mobile{
		background-image: url("../../assets/images/bg/bg-mobile.png");
		background-size: cover;
		width: 100%;
		margin: 0px;
		padding-bottom: 2rem;
		min-height: 100%;
	}
	.message_mobile p{
		font-size: 1.2rem!important;
		font-weight: 700;
		font-family: 'poppins_bold';
	}
	
	.ruleta .message_mobile p{
		font-size:4rem!important;
		font-weight: 700;
		font-family: 'poppins_bold';
		line-height: 4rem;
	}
}
@media (min-width: 992px) {
	.bg-inicio {
		background-image: url(../images/bg/bg_inicio.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: 100vh;
	}
}