/* latin */
@font-face {
  font-family: 'Press Start 2P';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK3nVivM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.space{
	
	 background-image: url("http://www.onelldesign.com/glyoforms/sprites/tile-space1.gif");
	 background-repeat: repeat;
}

.tableScores{
	
	margin-top: 30px;
	margin-left:40px;
	margin-right:40px;
	
}


.imageInvaders{
	
	display: block;
    margin-left: auto;
    margin-right: auto
	
}

.panelImagenes {
    display: flex;
    justify-content: center;   /* Centra horizontalmente */
    align-items: center;       /* Centra verticalmente si hay altura fija */
    gap: 20px;                 /* Espacio entre imágenes, opcional */
    margin-bottom: 20px;
}

.imagenAlineada {
    height: 200px;              /* Ajusta el alto según lo que necesites */
    width: auto;               /* Mantiene la proporción original */
    display: block;
}

.imagenManoInvaders{
	max-height: 200px;
}


/* Nombre del torneo: grande y blanco */
.titleTournament {
	font-family: 'Press Start 2P', monospace, Arial, sans-serif;
	display: block;
	color: #39d71e;
	font-size: 3em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: underline;
	margin-bottom: 30px;
	line-height: 1.5; 
	word-break: break-word;
}


/* Fecha de duración: más pequeña, blanco, debajo del nombre */
.subtitleTournament {
	 font-family: 'Press Start 2P', monospace, Arial, sans-serif;
	 display: block;
	 color: white;
	 font-size: 1.2em;
	 font-weight: normal;
	 margin-bottom: 20px;
	 text-align: center;
	 line-height: 1.3;
}

@media (max-width: 730px) {
    .titleTournament {
        font-size: 1.4em;
    }	
	.subtitleTournament {
		font-size: 1.2em;
	}
}


@media (max-width: 610px) {
	.subtitleTournament {
		font-size: 0.8em;
	}
	.imagenAlineada {
    height: 140px;              /* Ajusta el alto según lo que necesites */
    width: auto;               /* Mantiene la proporción original */
    display: block;
	}
	.imagenManoInvaders{
		max-height: 140px;
	}
}
