.spiner-loading {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  z-index: 1000000 !important;
	  background: url("../images/fondo/cargando.gif") no-repeat 50% 50%;
	  background-color: rgba(255,255,255,0.7);
}

.torneo__item .nonelink {
	width: 100%;
}

.torneo__item h3 {
	font-size: 18px;
	line-height: 75px;
}

.torneo__item img {
	object-fit: contain;
}

#detalle-equipo {
	padding-top: 50px;
	padding-bottom: 50px;
}

#detalle-equipo .descriptor {
	font-size: 13.5px;
	margin-top: 10px;
}

#detalle-equipo .escudo-equipo {
	margin-top: 10px;
	max-height: 70px;
}

.nav-tabs {
	margin-bottom: 20px;
}

.nav-tabs .nav-link {
	background-color: #EDEDED;
	border-radius: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: white;
	background-color: #4F5858;
}

.contain-docs {
	background-color: white;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	padding: 20px 15px 15px;
	text-align: center;
}

.contain-docs:hover {
	background-color: #F7F7F7;
}

.contain-docs img {
	max-width: 60px;
}

.contain-docs h3 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.contain-docs a {
	color: black;
	display: block;
	width: 100%;
	height: 100%;
}

.contain-docs a:hover,
.contain-docs a:focus,
.contain-docs a:active {
	opacity: 0.7;
	text-decoration: none;
}

#topbar {
	background-color: #163563;
	padding: 5px 0;
	color: white;
}

#topbar p,
#topbar li {
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 0;
}

#topbar .name-torneo {
	display: block;
	text-align: right;
	font-family: 'rawson_promedium_it','Source Sans Pro', sans-serif;
}

#topbar .name-torneo a {
	color: #ffffff;
}

#topbar .bx-controls-direction {
	display: none;
}

.wtopbar {
	padding-top: 116px;
}

/*
.navbar-brand img {
	max-height: 100px;
	width: auto;
}
*/

#resultado {
	background-color: #3C3B49;
	background: url('http://gestionatuliga.cl/extra-images/bg-call.jpg') no-repeat center center #3C3B49;
	background-attachment: fixed;
	padding: 30px 0;
	color: white;
	text-align: center;
}

.name-equipo,
.img-equipo {
	display: inline-block;
	color: white;
}

.name-equipo {
	line-height: 70px;
	letter-spacing: -0.4px;
	font-size: 19px;
	margin: 0 20px;
	text-transform: uppercase;
}

.name-equipo,
.estado-partido {
	margin-bottom: 0;
}

.img-equipo {
	max-width: 50px;
	max-height: 50px;
	/*height: auto;*/
}

.resultado-partido {
	font-weight: bold;
}

.formacion-list li { background: #e6e6e6;    padding: 5px; }
.formacion-list li:nth-child(odd) { background: #f2f2f2;    padding: 5px; }

#formacion {
	padding-top: 30px;
	padding-bottom: 30px;
}

.formacion-list {
	/*background-color: #ededdc;*/
	list-style: none;
	padding: 20px;

}

.formacion-list li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 10px;
}

.formacion-list li .tarjeta {
	/*float: left;*/
	display: inline-block;
	height: 20px;
	margin: 7px 5px;
	width: 15px;
}

.der li * {
	float: left;
	display: initial;
}

.izq li * {
	float: right;
	display: initial;
}

.formacion-list li p {
	line-height: 35px;
	margin-bottom: 0;
}

.formacion-list li .goles {
	font-weight: bold;
	line-height: 35px;
}

.formacion-list li .tarjeta.amarilla {
	background-color: yellow;
	box-shadow: 0 0 4px #000;
}

.formacion-list li .tarjeta.roja {
	background-color: red;
	box-shadow: 0 0 4px #000;
}

.formacion-list li .gol {
	background: url(http://cordep.gestionatuliga.cl/images/iconos/pelota.png) center no-repeat;
	display: inline-block;
	height: 20px;
	margin: 7px 5px;
	width: 20px;
}

.formacion-list li .autogol {
	background: url(http://cordep.gestionatuliga.cl/images/iconos/autogol.png) center no-repeat;
	display: inline-block;
	height: 20px;
	margin: 7px 5px;
	width: 20px;
}

.formacion-list li .nro_camiseta {
	display: inline-block;
    height: 24px;
    margin: 7px 5px;
    width: 24px;
    background-color: #78c1ac;
    border-radius: 50%;
    text-align: center;
}


.formacion-list li .capitan {
	display: inline-block;
    height: 20px;
    margin: 7px 10px;
    width: 24px;
    background-color: #78c1ac;
    /*border-radius: 50%;*/
    text-align: center;
    box-shadow: 0 0 4px #000;
    line-height: normal;
}

.formacion-list li .icon-jugador {
    max-width: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    object-fit: cover;
}

.formacion-list.izq li .icon-jugador {
	margin: 0 0 0 10px;
}

.name-formacion {
	/*background-color: #ededdc;*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	padding: 20px;
	margin: 0;
}

.izq {
	text-align: right;
}

.izq .tarjeta {
	/*float: left !important;*/
	margin: 0 10px;
}

.der .tarjeta {
	/*float: right !important;*/
	margin: 0 10px;
}

.der {
	text-align: left;
}

#jugadordestacado {
	background-color: #000;
	padding-top: 30px;
	padding-bottom: 30px;
}

#jugadordestacado .section-heading {
	color: white;
}

#jugadordestacado .marca {
	max-width: 200px;
	margin-top: 15px;
}

#jugadordestacado .primary {
	border-color: white !important;
}

#jugadordestacado .avatar {
	max-width: 150px;
	border-radius: 50% !important;
}

#jugadordestacado h3,
#jugadordestacado p,
#jugadordestacado h4 {
	color: white;
	margin: 0;
}

#jugadordestacado h3 {
	margin-top: 20px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-weight: bold;
}

#jugadordestacado h4 {
	margin-top: 20px;
	font-style: oblique;
}

.bx-controls-auto {
	display: none;
}

.posiciones-item {
	background-color: white;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	padding: 20px 15px 15px;
	text-align: center;
}

.posiciones-item .lugar {
	color: #FFBD00;
	display: block;
	font-size: 28px;
	margin-bottom: 5px;
}

.posiciones-item h3 {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.posiciones {
	padding-top: 30px;
	padding-bottom: 30px;
}

.jugador-item {
	background-color: white;
	border: 1px solid #EDEDED;
	border-radius: 0;
	padding: 20px 15px 15px;
	text-align: center;
}

.jugador-item h5 {
	font-size: 18px;
	font-weight: bold;
}

.mejor {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: black;
}

.jugadorespartido {
	padding-top: 50px;
	padding-bottom: 50px;
}

.jugadores-item {
	border: 1px solid #EDEDED;
	background-color: white;
	border: 1px solid #EDEDED;
	border-radius: 0;
	text-align: center;
	padding-bottom: 10px;
}

.jugadores-item h4,
.jugadores-item h5,
.jugadores-item p {
	margin: 0 15px 5px 15px;
}

.jugadores-item h4 {
	font-size: 18px;
	font-weight: bold;
}

.jugadores-item h5 {
	font-size: 15px;
}

.fi-mu-list__list a:hover,
.fi-mu-list__list a:active,
.fi-mu-list__list a:focus {
	text-decoration: none;
	background-color: #F7F7F7;
}

#share {
	background-color: black;
	color: white;
	padding: 5px;
}

#share p {
	margin: 0;
}

#share p,
#share a {
	display: inline-block;
	color: white;
	margin-right: 10px;
}

#share a {
	font-size: 16px;
}

#share a:hover,
#share a:active,
#share a:focus {
	opacity: 0.7;
}

#comprakit {
	background-color: #ffffff;
	padding-bottom: 10px;
	margin-top: 40px;
}

#comprakit .kd-counter {
	color: white;
	text-align: center;
}

#comprakit .kd-counter .fa {
	display: block;
	font-size: 36px;
	margin-bottom: 15px;
	/* color: #78c1ac; */
}

#comprakit .kd-counter .word-count {
	/* font-size: 28px; */
	/* font-weight: bold; */
	/* margin-top: 15px; */
	/* color: #69af98; */
	font-size: 50px;
	font-weight: bold;
	margin-top: 15px;
	color: #262626;
	/* text-decoration: underline; */
	line-height: unset;
}

#comprakit .kd-counter p {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 23px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #2d343d;
	font-family: 'rawson_promedium_it','Source Sans Pro', sans-serif;
}