/*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;
}

.main-inicio {
	display: flex;
    justify-content: center;
    align-items: center;
}

.main-inicio-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    max-height: 525px;
	max-width:1100px;
    width: 100%;
	height:100%;
    padding: 3rem 4rem;
}

.card-game-container{
	padding:1rem 2rem;
}

.card-game{
	/*background-color:white;*/
	border-radius: 15px;
	height: 100%;
	width:100%;
	/*opacity:0.75;*/
	overflow:hidden;
	transition:all 500ms;
	max-height: 230px;
	
}

.card-game:hover{
	opacity:1;
}
.card-header{
	height:175px;
}

.card-header > img{
	height: 100%;
	width:100%
}

.card-body{
	display:flex;
	align-items: center;
	justify-content: center;
	height: calc(100% - 175px) ;
}

.card-body > a{
	outline:none;
	text-decoration:none;
	text-align:center;
	border:none;
	cursor:pointer;
	padding:0.5rem 1rem;
	color:white;
	border-radius: 10px;
	/*max-width: 150px;*/
	width:70%;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	background-color:  #FF1065 ;
	border-color: #1c2f74;
	border-style: solid;
	border-width: 0px 3px 3px 0px;
}
.card-body a:hover{
	background-color:  #db0a53 ;
	border-color: #122466;
	border-style: solid;
	border-width: 0px 3px 3px 0px;
}
@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%;
	}
}
@media (min-width: 992px) {
	.bg-inicio {
		background-image: url('../images/bg/bg-index.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		min-height: 100vh;
	}
}
.d-block{
	display: block!important;
}
.title{
	color: white;
	text-align: center;
	justify-content: center;
    align-items: center;
	margin-top: 2rem;
}
.container-main{
	display: flex;
	margin: auto;
	min-height: 100vh;
	height: 100%;
}
.container-center{
	margin: auto;
	align-items: center;
	vertical-align: middle;
}
@media (min-width: 1600px) {
	.title{
		color: white;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
}

.formulario-info-global{
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.formulario-title{
	font-family: 'poppins-regular';
}
.goback{
	color: #fff;
	text-decoration: none;
	margin: 2rem;
	position: absolute;
	height: auto;
	display: block;
}
.goback i{
	margin-right: 0.5rem;
}