body {
	margin: 0;
	padding: 0;
}

.cont {
	margin: 0 auto;
	width: 936px;
	display: flex;
	font-family: 'Source Sans 3', sans-serif;
}

.cont_secundario,
.cont_tercero {
	width: 312px;
}

.juego_1,
.juego_2,
.juego_3,
.juego_4 {
	margin-left: 10px;
	width: 290px;
	height: 165px;
}

.juego_principal {
	width: 252px;
	display: inline;
	margin: 0 auto;
	text-align: center;
	border-right: 1px solid #e9e9e9;
	padding: 30px;
}

.image_container {
	position: relative;
	display: inline-block;
}

.image_tag {
	background-color: #D20000;
	transform: translate(0, -60%);
	--tw-translate-y: -50%;
	right: 0;
	top: 50%;
	position: absolute;
	color: #f4f4f4;
	font-weight: 600;
	padding: .25rem 1.25rem;
}

.cont_secundario {
	border-right: 1px solid #e9e9e9;
}

.juego_1 {
	border-bottom: 1px solid #e9e9e9;
}

.juego_3 {
	border-bottom: 1px solid #e9e9e9;
}

.tit_entrenamentes {
	text-align: left;
	font: normal normal 600 22px/36px 'Source Sans 3';
	letter-spacing: 0px;
	color: #202020;
	opacity: 1;
}

.txt_entrenamentes {
	font-weight: 400;
	color: #707070;
}

.btn_entrenamentes {
	color: #202020;
	background-color: #ffb700;
	border: 1px solid #d59900;
	border-radius: 4px;
	padding: 10px 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.btn_entrenamentes:hover {
	color: #f4f4f4;
	background-color: #D20000;
	border: 1px solid #bf0000;
	border-radius: 4px;
	padding: 10px 18px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
}

.btn_play {
	display: block;
	text-align: right;
	text-align: -moz-right;
	margin-right: 40px;
}

.btn_principal {
	color: #f4f4f4;
	background-color: #D20000;
	border: 1px solid #bf0000;
	border-radius: 4px;
	padding: 10px 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.btn_entrenamentes_mob {
	display: none;
}

.btn_principal:hover {
	cursor: pointer;
	animation: zoom-in-zoom-out 1s ease;
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.5, 1.5);
	}

	100% {
		transform: scale(1, 1);
	}
}

.info {}

.cta {
	width: 182px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.cont_secundario img,
.cont_tercero img {
	max-width: 100%;
	max-height: 72px;
	grid-row: 2;
	padding: 6px;
}

@media (max-width:920px) {

	.cont_secundario img,
	.cont_tercero img {
		max-width: 100%;
		max-height: 55px;
		grid-row: 2;
		padding: 6px;
	}

	.cont {
		width: 320px;
		display: block;
	}

	.cta {
		width: 162px;
		padding: 0;
	}

	.juego_principal {
		display: block;
		border-bottom: 1px solid #e9e9e9;
		border-right: none;
		width:300px;
		padding:10px 0;
	}

	.juego_principal img {
		width: 120px;
		display: inline-block;
	}

	.info {
		height: 30px;
	}

	.juego_1,
	.juego_2,
	.juego_3,
	.juego_4 {
		margin-left: 5px;
		width: 155px;
		height: 88px;
		padding: 5px 0;
	}

	.cont_secundario .cta,
	.cont_tercero .cta {
		width: 74px;
		padding: 4px;
	}

	.txt_entrenamentes {
		display: none;
	}

	.cont_secundario,
	.cont_tercero {
		display: inline-block;
		width: 150px;
	}

	.btn_entrenamentes {
		display: none;
	}

	.btn_entrenamentes_mob {
		display: block;
		width: 35px;
		height: 35px;
		margin: -5px 0 0 75px;
	}

	.juego_principal .tit_entrenamentes {
		font: normal normal 600 20px/30px Source Sans Pro;
	}

	.cont_secundario .tit_entrenamentes,
	.cont_tercero .tit_entrenamentes {
		font: normal normal 600 16px/24px Source Sans Pro;
	}
	.image_tag {
		transform: translate(0, -64%);
		padding: .06rem .25rem;
		font-size: 14px;
	}
}


.app .tit_entrenamentes {
	color: var(--primary-color);
}

.app .txt_entrenamentes {
	color: var(--secondary-color);
}

.app .juego_principal,
.app .cont_secundario,
.app .juego_1,
.app .juego_3 {
	border-color: var(--border-color);
}


@media (prefers-color-scheme: light) {
	:root {
		--primary-bg: #FFFFFF;
		--primary-color: #202020;
		--secondary-color: #707070;
		--border-color: #e9e9e9;
	}
}

@media (prefers-color-scheme: dark) {
	:root {
		--primary-bg: #000000;
		--primary-color: #dfdfdf;
		--secondary-color: #8f8f8f;
		--border-color: #161616;
	}
}