@charset "utf-8";
/* CSS Document */


/* clases del mismo campo */

.contenedor_campo 
{
	margin-bottom:20px; padding: 10px 0px 20px 0px;  min-width:300px;max-width:450px;min-height: 550px;
}

.color_campo_verde{
    background-color:#0e8f41;
}

.color_campo_tipo
{
	background-color:#026a8c;
}

.cuerpo_campo
{
    width: 100%;
    background-image: url(/images/campo-2025-26.jpg);
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 300px;
    min-height: 540px;
    margin: 0px;
    padding: 0px 10px 0px 10px;
}

.cuerpo_campo_tipo
{
    width: 100%;
    background-image: url(/images/campo2026_tipo.jpg);
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 300px;
    min-height: 540px;
    margin: 0px;
    padding: 20px 10px 0px 10px;
}

.cuerpo_campo_confirmado
{
    width: 100%;
    background-image: url(/images/campo2026_confirmado.jpg);
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 300px;
    min-height: 540px;
    margin: 0px;
    padding: 20px 10px 0px 10px;
}

.cuerpo_campo_finalizado
{
    width: 100%;
    background-image: url(/images/campo2026_finalizado.jpg);
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 300px;
    min-height: 540px;
    margin: 0px;
    padding: 20px 10px 0px 10px;
}


.footer_campo{

    padding: 10px;
    font-size: 18px;
    color: white;
    height: 40px;
    line-height: 15px;
}





.cuerpo_campo_tipo .footer_campo
{
    height: 80px !important; 
}

.footer_campo .previa{
    color: #000;
    font-weight: bold;
    background-color: #0ad45d;
    padding: 4px 10px;
    border-radius: 5px;
}

.footer_campo .finalizado{
    color: #ffffff;
    font-weight: bold;
    background-color: #080808;
    padding: 4px 10px;
    border-radius: 5px;
}

.footer_campo .enjuego{
    color: #fff;
    font-weight: bold;
    background-color: #fb7a00;
    padding: 4px 10px;
    border-radius: 5px;
}

/* clases de fichas de los jugadores en el campo */

.nomarginpadding
{
	margin:0px !important;
	padding:0px !important;
}

#delanteros
{
	text-align: center;
    height: 130px;
    padding: 0px;
    display: inline;
	padding:0px !important;
	z-index:95;
    margin: 20px 0px 0px 0px;
}

#medios
{
	text-align: center;
    height: 130px;
    padding: 0px;
    display: inline;
	padding:0px !important;
	z-index:89;
    margin: 10px 0px 0px 0px;
}

#defensas
{
	text-align: center;
    height: 110px;
    padding: 0px;
    display: inline;
	padding:0px !important;
	z-index:79;	
    margin: 10px 0px;
}

#portero
{
	text-align: center;
    height: 90px;
    padding: 0px;
    display: inline;
	padding:0px !important;
	z-index:69;	
}



#delanteros_puntos
{
	text-align: center;
    height: 120px;
    padding: 0px;
    display: inline-flex;
	padding:0px !important;
	z-index:99;
}

#medios_puntos
{
	text-align: center;
    height: 150px;
    padding: 0px;
    display: inline-flex;
	padding:0px !important;
	z-index:89;
}

#defensas_puntos
{
	text-align: center;
    height: 120px;
    padding: 0px;
    display: inline-flex;
	padding:0px !important;
	z-index:79;	
}



.cara_jugador{
	width:60px;
	display: inline-block; 
	position:relative;
}

.cara_jugador img{
    border-radius: 0px 0px 10px 10px;
}


.cara_jugador img:hover{
	/*width: 150px;*/
	-webkit-filter: drop-shadow(1px -1px 5px #5bff00);
	filter: drop-shadow(1px -1px 5px #0cff00);
}


.puntos_jugador{
    font-size: 18px;
    border: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-35px) translateX(-30px);
	}

.puntos_totales_jugador{
	position: absolute;
    left: 0px;
    top: 0;
    font-size: 12px;
	border:0px;
	}
	

	

.mover_izquierda{
	right:30px;
}

.mover_derecha{
	left:30px;
}

.mover_arriba{
	bottom:30px;
}

.mover_abajo{
	bottom:-30px;
}




.jugador_campo_variaciones{
    line-height: 10px;
    position: relative;
    margin: 3px;
    min-height: 130px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding-top: 10px;
}


.fondo_jugador_normal
{
    background-color: rgba(255,255,255,0.2);
	
}

.fondo_jugador_tocado
{
    background-color: rgba(255,255,255,0.2);
}

.fondo_jugador_info
{
    background-color: rgba(255,255,255,0.2);
}

.fondo_jugador_11ideal
{
	-webkit-filter: drop-shadow(1px -1px 5px #5bff00);
    filter: drop-shadow(2px -1px 12px #ffcc00);
}

.fondo_jugador_suplente
{
	background-color:rgb(80 80 80 / 20%);
    
}

.fondo_jugador_titular
{
	background-color:rgb(16 255 80 / 20%);
}

.fondo_jugador_lesionado_amonestado
{
	background-color:rgb(255 0 0 / 60%);
}



.jugador_campo{
    line-height: 12px;
    padding: 0px;
    max-width: 120px;
    position: relative;
    margin: 1px;
    width: 100%;
}

.jugador_campo .partidos-titularidades {
    padding:2px;
    color:#FFF;
    font-weight:700;
    font-size:10px;
    flex: 0 1 auto; /* Los elementos se ajustan pero no crecen */
    margin: 0;
    text-align:center;
    width:16px;
    }

.internacional{
    background-image: url(/images/mundo.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 20px) center;
    background-position-y: top;
}


.jugador_campo .icono_porcentaje{
    position: absolute;
    left: -5px;
    bottom: 0;
    font-size: 12px;
    border: 0px;
    background: rgb(0 12 0 / 80%);
    border-radius: 20%;
    width: 35px;
    color: #ffffff;
	}

    .jugador_campo .porcentaje_alto
    {
        border: 2px solid #0083cf ;
    }
    .jugador_campo .porcentaje_medio
    {
        border: 2px solid #f7e400 ;
    }
    .jugador_campo .porcentaje_bajo
    {
        border: 2px solid #ff4a04;
    }

.jugador_campo .icono_derecha{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-30px) translateX(25px);
    border-radius:3px;
	}

	
.jugador_campo .icono_izquierda{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-35px) translateX(-20px);
	}


.jugador_campo .lesionado_sancionado{
	background-color:#ff0000;
	}	


.jugador_campo .tocado{
    background: rgb(255, 255, 255, 0.2);
    width: 20px;
    color: orange;
    border-radius: 20%;
	}	

    .jugador_campo .duda{
        background: rgb(0 255 236 / 40%);
        border-radius: 50%;
        width: 20px;
        color:black;
        }	



.jugador_campo .informacion{
	background-color: #005cdb;
    border-radius: 50%;
    width: 20px;
}	

.jugador_campo .apercibido{
	background-color: #fff200;
    color: black;
    border-radius: 5px;
	}	
	
	
.texto_jugador_titular{
	background-color:rgb(127 255 131 / 90%) !important;
    color: #000 !important;
    text-shadow: none !important;
    font-size: 12px !important;

}	
.texto_jugador_alternativo{
	background-color: rgba(82, 82, 82, 0.3) !important;
    font-size: 12px !important;
    color: white !important;
}	
	
.texto_jugador_suplente{
	background-color: rgb(255 162 0 / 90%) !important;
    color: #000 !important;
    text-shadow: none !important;
    font-size: 12px !important;
}


.jugador_campo .nombre_jugador
{
    padding: 4px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    text-shadow: 1px 1px 6px #000000;
}

.jugador_campo .nombre_jugador_11ideal
{
    padding: 5px 3px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(234, 242, 133, 0.7) 0%, rgb(255 222 0) 100%);
}

.jugador_campo .nombre_jugador_suplente
{
    padding: 6px 1px 6px 3px;
    font-size: 14px;
    color: black;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
    text-shadow: 1px 1px 2px white;
    background: rgb(223 223 223 / 80%);
}

.nombre_jugador .alternativo{
    color: #000;
    font-size: 11px;
    text-shadow: none;
    margin-top: 1px;
    line-height: 12px;
    background: rgb(222, 222, 222, 0.4);
    padding: 3px;
    border-radius: 5px;
    display: table;
    font-weight: bold;
}



.jugador_campo_variaciones .texto .nombre_jugador
{
padding: 8px 0px 0px 0px;
    font-size: 12px;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
}

.jugador_campo_variaciones .texto .texto_leyenda
{
    font-weight: bold;
    color: #000;
    margin-top: 5px;
    padding: 8px 0px;
    font-size: 14px;
}

.jugador_campo_variaciones .texto .precio
{
    padding: 8px 0px;
    font-size: 12px;
    border-radius: 0px 0px 10px 10px;
}

.jugador_campo_variaciones .texto .variacion_positiva
{
    font-size: 12px;
    color: #238f00;
    margin-top: 3px;
    font-weight: bold;
}

.jugador_campo_variaciones .texto .variacion_negativa
{
    font-size: 12px;
    color: #ff2424;
    margin-top: 3px;
    font-weight: bold;
}


.jugador_campo_variaciones .subida
{
    filter: drop-shadow(0 0 8px #75cb68);
}

.jugador_campo_variaciones .bajada {
    filter: drop-shadow(0 0 8px #cb0000);
}


.11_ideal .texto{
    background-color: rgba(255,255,255,0.5);
	color:#000; 
    font-size: 11px;
    display: block;
    border-radius: 0px 0px 5px 5px;
    padding: 4px;
    width: 100%;
}



.jugador_campo_escudo{
    height: 25px !important;
    width: 25px !important;
    position: absolute;
    bottom: -3px;
    right: -5px;
}

.centrar_vertical{
display: flex;
align-items: center;
justify-content: center;
}

.manager_puntos{
	background-color: #003241;
	padding: 5px 15px;
	float: left;
	margin: 10px 20px;
	border-radius: 10px;
	color: white;
	font-size: 16px;
    font-weight: bold;
}

.boton_info{
padding: 0px 12px;
    border-radius: 20px;
    position: absolute;
    top: 80px;
    left: 40px;
    background-color: #113416;
    color: white;
    cursor: pointer;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    z-index: 999;
}

@media only screen and (max-width: 767px) {

.contenedor_campo {
	margin-left: calc((100vw - 100%) / -2);
	width: 100vw;
}

}