@font-face {
	font-family: 'Abel'; /* Copyright (c) 2011, Matthew Desmond (http://www.madtype.com | mattdesmond@gmail.com), with Reserved Font Name Abel. */
	src: url("../fonts/Abel-Regular.ttf");
	font-display: swap;
}

@font-face {
	font-family: 'Courier Prime'; /* Copyright 2015 The Courier Prime Project Authors (https://github.com/quoteunquoteapps/CourierPrime) */
	src: url("../fonts/CourierPrime-Regular.ttf");
	font-display: swap;
}



body {
	background: #00511F;
	background-image: url("../img/tapete.png");

	font-family: 'Tahoma', sans-serif;
	font-weight: bold;
}

::selection {
	background-color: transparent;
}

a {
	color: #001307;
}

#movilPortrait {
	display: none;
}

#contenido {
	position: relative; /* Anclaje para posiciones ABSOLUTAS */
	top: 0px;

	width: 1047px;
	margin: auto;
}

#areaNavegacion {
	position: absolute; /* Fila 1 */
	top: 0px;

	width: 100%;
}

#seccionBotones, #seccionMazo, #informacionA {
	display: inline-block;
	vertical-align: top;

	position: relative;
	top: 0px;
	left: 0px;

	width: 43%;
}

button {
	background: #CCCCCC;

	font-family: 'Tahoma', sans-serif;
	font-size: 25px;

	text-align: center;
}

#seccionTitulo, #seccionPalos, #informacionB {
	display: inline-block;
	vertical-align: top;

	position: relative;
	top: 0px;
	left: 0.5%;

	width: 56%;
}

#seccionTitulo {
	font-family: 'Abel', sans-serif;

	text-align: right;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #196235;
}

#seccionPalos {
	text-align-last: justify;
}

h1 {
	margin-top: 0px;
}

#areaJuego {
	position: absolute; /* Fila 2 */
	top: 50px;

	width: 100%;
}

#mazoMezclado, #cartaVolteada {
	display: inline-block;
	vertical-align: top;

	position: relative;
	top: 0px;

	background-position: center;
}

#mazoMezclado {
	left: 0px;
	background-image: none;
}

#cartaVolteada {
	left: 4px;
	background-image: none;
}

 #textoMazo {
 	display: none;

	position: relative;
	top: 26%;

	width: 100%;

	color: #00270C;
	font-size: 16px;

	text-align: center;
	text-shadow: 0px 0px 3px #196235;
}

.espacio, .bordeCarta {
	height: 177px;
	width: 117px;

	border: 7px solid;
	border-radius: 10px;
}

.espacio {
	border-color: #003815;
}

.bordeCarta {
	border-color: #FFFFFF;
	box-shadow: 1px 1px 2px #000000;
}

.carta {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#palo1, #palo2, #palo3, #palo4 {
	display: inline-block;
	vertical-align: top;

	position: relative;
	top: 0px;
	left: 0px;
}

#palo1 {
	background-image: none;
}

#palo2 {
	background-image: none;
}

#palo3 {
	background-image: none;
}

#palo4 {
	background-image: none;
}

#areaInformacion {
	display: inline-block;
	vertical-align: top;

	position: absolute; /* Fila 3 */
	top: 260px;

	width: 100%;
}

#seccionInstrucciones, #seccionPuntos {
	position: relative;

	margin: auto;
	padding: 30px;
	padding-bottom: 15px;

	border: 2px solid #003812;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #000000;

	background-size: cover;

	color: rgba(0, 0, 0, 0.75);
	font-family: 'Courier Prime', monospace;
	font-size: 18px;
}

#seccionInstrucciones {
	top: 0px;
	width: 275px;
	background-image: url("../img/papelA.jpg"); /* Imagen: https://pixabay.com/es/illustrations/papertexture-textura-papel-2061710/ */
}

#seccionPuntos {
	top: 25px;
	width: 390px;
	background-image: url("../img/papelB.jpg"); /* Imagen: https://pixabay.com/es/illustrations/papertexture-textura-papel-2061710/ */
}

.titulo {
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.subtitulo {
	margin-top: 10px;
	text-transform: uppercase;
}

.listaSegundoNivel {
	margin-left: 22px;
}

#seccionEstadisticas {
	position: relative;
	top: 0px;

	width: 400px;
	margin: auto;

	color: #001307;
	font-size: 24px;
}

#puntosNegativos {
	color: #330000;
}

#autor {
	position: relative;
	top: 50px;

	text-align: center;
}

#ko-fi {
	font-size: 14px;
	font-weight: 400;
}

#copyright {
	position: relative;
	top: 5px;
	
	color: #001307;
	font-size: 12px;
}



@media screen and (max-width: 1046px) and (orientation: portrait) {
	#movilPortrait {
		display: block;

		margin-top: 40px;

		color: #FFFF00;
		font-size: 24px;
		text-align: center;
	}
	#contenido {
		display: none;
	}
}