

.border {
    border: 2px solid #ccc;
}


.escudo {
    width: 170px;
}

.subtitleSection{
	margin-top: 15px;
}

#submitButton {
	margin-top: 10px;
	margin-bottom: 10px;
}


.jugados-como {
    width: 160px;
}

.data {
	width: 60px
}

.border, .estadisticas, .matches{
		margin-bottom: 20px;
}
	
.partidos{
    width: 25px !important;
}
.fecha{
	width: 120px;
}
.result {
	width: 100px;
}
.asistencia{
	width: 90px;
}
.arbitro{
	width: 200px;
}
.club-local, .club-visitante{
	width: 200px;
}

.competicion {
	width: 150px;
}



@media screen and (min-width: 1150px) {
	
	.grid-container {
	  display: grid;
	  grid-template-columns: 100%;
	}
	
	
	
}

@media screen and (min-width: 1000px) {
	
	.ficha {
		    display: grid;
		    grid-template-columns: 25% 25% 25% 25%;
	}

	.marco {
	    display: flex;
	    justify-content: center; /* Centra horizontalmente */
	    align-items: center; /* Centra verticalmente */
	}
}


