*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}


body { 
	font-family :Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2rem; 
    background-color: #D1D0E3; 	
} 


nav{
    background: #002855;
    height: 80px;
    width: 100%;
}
.enlace{

    display:flex;
    align-items:center;
    gap:12px;

    padding:10px 30px;
    height:80px;

    text-decoration:none;
}
.logo{
    height: 60px;
	z-index: 999;
}

nav ul{

    float:left;

    margin-left:10px;

	z-index:998;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color: #fff;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
li a.active,
li a:hover{

    background:#c8102e !important;

    color:#ffffff !important;

    transition:all .25s ease;

    box-shadow:
        0 4px 14px rgba(200,16,46,0.35);

    transform:translateY(-2px);
}
.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
section{
    padding: 0.5rem;
    background-size: cover;
    background-position: center center;
	font-family :Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2rem;		
}

.imgCaritaPlay {
  border-radius: 50%;
  border: 5px;
  padding: 5px;	
  width:  5px;
  height: 60px;	
}


.tamano_fuente {
    font-size: 15px;
}

.img{
  margin:10px auto;
  border-radius:5px;
  border: 1px solid #999;
  padding:3px;
  width:100%;
  height:100%;
  

  background-repeat:no-repeat;
  background:url("https://ecscore.net/Imagenes/comunes/Fondo_Top1.jpg");
  background-size:  100% 100%;
  }
.img img{
  width: 100%;
}

footer{
    position: relative;
    float:left;
    bottom: 0; 
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    padding: 1.4em 1em;
    width: 100%;
    height: 4em;
    background-color: #002855;
    box-sizing:border-box;
    border-radius: 15px 15px 0px 0px;
}

#fotoRedondaMediana {
	width: 100px;
	height: 100px;
	border-radius:50px;
}
	
#fotoBordesGrande {
	width: 100;
	height: 100;
	border-radius:10px;		
}

#fotoRedondaPequena {
	width: 50px;
	height: 50px;
	border-radius:75px;
}

#fotoBordesPequena {
	width: 40px;
	height: 35px;
	border-radius:10px;
}

#fotoBordesMediana {
	width: 75;
	height: 75;
	border-radius:10px;
}
	




/* table has shadow */

table {
	border-radius: 30px;

	border-collapse: collapse;
	border-spacing:1;
	box-shadow: 0 2px 10px #ccc;
	
}

/* tabla jugadores */
#tabla1emil {
   border: 0px solid #1E679A; 
   width: 350px;	
}

#tabla_detalle_jugador {
   border: 1px solid #002855; 	
}

#cabtab1emil{ 
   background-color: #c8102e;
	box-shadow: 0 2px 10px #002855;
	border-radius: 15px;	
    font-weight: bold;
    color: #ffffff; 
    padding: 2 2 2 2px;
    text-align: center;
    font-family  :Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.0rem;	
} 
#cuerpotab1emil{ 
   padding: 17 17 17 17px;
   background-color: #ffffff; 
	box-shadow: 0 2px 10px #002855;
	border-radius: 15px;		
} 


/*---------------------- */

/*
 INICIO  CSS TABS
*/
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #c8102e;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #002855;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #002855;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 0px 0;
  border-top: 3px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}


.tabset {
  max-width: 65em;
}

/*
 FIN CSS TABS
*/

@media (max-width: 952px){
    .enlace{
        padding-left: 20px;
    }
    nav ul li a{
        font-size: 16px;
		
    }
	
.logo{
    height: 50px;
}
	
    ul{
        position: fixed;
        width: 50%;
        height: 100vh;
        background: #002855;
        top: 80px;
        left: -100%;
        text-align: left;
        transition: all .5s;
		
    }	
	
 
.imgCaritaPlay {
  border-radius:  50%;
  border: 0px;
  padding: 0px;
	
  width: 30px;
  height: 30px;	
}
	
	
}

@media (max-width: 858px){
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 60%;
        height: 100vh;
        background: #002855;
        top: 80px;
        text-align: left;
        transition: all .5s;
		
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
li a:hover,
li a.active{

    background:#c8102e !important;

    color:#ffffff !important;
}
    #check:checked ~ ul{
        left:0;
    }
.logo{
    height: 50px;
}
	
 
.imgCaritaPlay {
  border-radius:  50%;
  border: 0px;
  padding: 0px;
	
  width: 30px;
  height: 30px;	
}	
	

	
	
@media all and (min-width: 500px) and (max-width: 1000px)
{
.imgCaritaPlay {
  border-radius:  50%;
  border: 0px;
  padding: 0px;
	
  width: 30px;
  height: 30px;	
}
	
.tamano_fuente {
    font-size: 10px;
}
	


	
}	
}

/*
 inicio CSS grids
*/
 
/*container*/


#td, #th {
    border: 1px  solid #002855;
    padding: 2px;
    text-align: left;   
}

#tr:nth-child(even) {
    background-color: #eee;
}

#td:nth-child(n + 3),
#th:nth-child(n + 3) {
    text-align: center;
}


#tbody #tr:hover {
    background-color: aquamarine;
}

#thead {
    background-color: #002855;
    color: white;
    position: sticky;
    top: 0;	
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
	
	

}




/*
 fin CSS grids
*/


.tabla-resultados {
	background: #002855;
	width: 100%;

	
}

/*   INICIO CSS Tabla Columna Fija   */
table-scroll {
  position: relative;
  width:100%;
  z-index: 2;
  margin: auto;
  overflow: auto;
  height: 350px;
}

.table-scroll table {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-wrap {
  position: relative;
}

th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #002855;
	font-style: italic;
	
	
}

#td_columna_fija:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 0;
  background: #002855;
  font-size: 16px;

	
}

thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}

#td_letras {
  background: #B6B6B6;
  font-size: 15px;
		
}


/* INICIO ESTILO tres(3) COLUMNAS PORTADA */

.columnaPortada {
  width:33%;
  float:left;
}

@media (max-width: 500px) {
  
  .columnaPortada {
    width:auto;
    float:none;
  }
  
}


/* INICIO ESTILO cinco(5)  COLUMNAS PORTADA */

.columnaPortada05 {
  width:20%;
  float:left;
}

@media (max-width: 500px) {
  
  .columnaPortada05 {
    width:auto;
    float:none;
  }
  
}



/* INICIO ESTILO COLUMNAS BOXSCORE */

.columnaBoxScore {
  width:50%;
  float:left;

}

@media (max-width: 500px) {
  
  .columnaBoxScore {
    width:auto;
    float:none;
  }
  
}


/* INICIO ESTILO PARA LOS SELECTS */
select {
    appearance: none;
    padding: 5px 20px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    border: 1px solid #c8102e;
    background-color: #002855;
    color: #ffffff;
    font-size: 14px;
}
 
select:focus {
    outline: none;
}


/* INICIO ESTILO PARA TAB TOP 5 */
.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab{
  cursor: pointer;
  padding:3px 5px;
  margin:0px 2px;
  background:#002855;
  display:inline-block;
  color:#fff;
  border-radius:3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #fff;
}
.panels{
  background:#fffffff6;
  box-shadow: 0 2rem 2rem #00000080;
  min-height:200px;
  width:100%;
  max-width:500px;
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #panel-1,
#two:checked ~ .panels #panel-2,
#three:checked ~ .panels #three-panel,
#cuatro:checked ~ .panels #panel-4,
#cinco:checked ~ .panels #panel-5,
#seis:checked ~ .panels #panel-6,
#siete:checked ~ .panels #panel-7,
#ocho:checked ~ .panels #panel-8,
#nueve:checked ~ .panels #panel-9,
#diez:checked ~ .panels #panel-10,
#once:checked ~ .panels #panel-11,
#doce:checked ~ .panels #panel-12

{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#cuatro:checked ~ .tabs #cuatro-tab,
#cinco:checked ~ .tabs #cinco-tab,
#seis:checked ~ .tabs #seis-tab,
#siete:checked ~ .tabs #siete-tab,
#ocho:checked ~ .tabs #ocho-tab,
#nueve:checked ~ .tabs #nueve-tab,
#diez:checked ~ .tabs #diez-tab,
#once:checked ~ .tabs #once-tab,
#doce:checked ~ .tabs #doce-tab

{
  background:#c8102e;
  color:#fff;
  border-top: 3px solid #fff;
}

/* INICIO ESTILO PARA PAGINACION */
.paginacion {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	max-width: 600px;
	margin: 0px 0px;
	background: #f5f5f5;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.paginacion h1 {
	margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
}
.paginacion ul {
	list-style: none;
}
.paginacion ul li {
	margin: 4px 0;
}
.paginacion span a {
	text-decoration: none;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    background: #fff;
}

/* Para los Text Box */

.textboxclass {
	height: 40px; width: 200px;
	font-size: 35px;
}


/* Para bonton elegante */
.elegant-button {
    background-color: #047EA3; /* Azul Celeste */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease; /* Safari */
    -moz-transition: background-color 0.3s ease; /* Firefox */
    -o-transition: background-color 0.3s ease; /* Opera */
}

.elegant-button:hover {
     background-color: #921214; /* Cuando Cambie  */
}

/* =========================================
   EC-SCORE MODERN LAYER
========================================= */

/* BODY */

body{

    background:#111827;
    color:#e5e7eb;

    font-family:Arial, Verdana, Helvetica, sans-serif;

    line-height:1.5;
}

/* NAVBAR */

nav{

    background:#1f2937 !important;

    border-bottom:1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 4px 18px rgba(0,0,0,0.35);

    z-index:9999;
}

/* LOGO */

.logo{

    transition:all .25s ease;
}

.logo:hover{

    transform:scale(1.05);
}

/* LINKS MENU */

nav ul li a{

    border-radius:12px;

    transition:all .25s ease;

    font-weight:600;

    letter-spacing:.3px;
}

/* HOVER MENU */

li a.active,
li a:hover{

    background:#2563eb;

    color:#ffffff;
}

/* MENU MOBILE */

@media (max-width:858px){

    ul{

        background:#111827;
        box-shadow:
            0 10px 30px rgba(0,0,0,0.45);
    }

    nav ul li a{

        font-size:18px;
    }
}

/* TABLAS */

table{

    background:#1e293b;

    color:#f3f4f6;

    border-radius:18px;

    overflow:hidden;

    box-shadow:
        0 6px 20px rgba(0,0,0,0.25);
}

/* TABLAS FILAS */

tr:nth-child(even){

    background:rgba(255,255,255,0.03);
}

/* HOVER TABLAS */

tr:hover{

    background:rgba(37,99,235,0.15);

    transition:.2s ease;
}

/* TITULOS */

h1,h2,h3,h4,h5{

    color:#f9fafb;

    letter-spacing:.3px;
}

/* FOOTER */

footer{

    background:#1f2937;

    border-top:1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 -4px 18px rgba(0,0,0,0.25);
}

/* LINKS */

a{

    transition:all .2s ease;
}

/* SCROLL */

::-webkit-scrollbar{

    width:10px;
    height:10px;
}

::-webkit-scrollbar-track{

    background:#111827;
}

::-webkit-scrollbar-thumb{

    background:#374151;

    border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{

    background:#4b5563;
}


/* =========================================
   HOVER ROJO ESTILO ECSCORE
========================================= */

nav ul li a:hover{

    background:#c8102e !important;

    color:#ffffff !important;

    transform:translateY(-2px);

    box-shadow:
        0 4px 14px rgba(200,16,46,0.35);
}

/* ACTIVE */

nav ul li a.active{

    background:#c8102e !important;

    color:#ffffff !important;
}

/* EFECTO HOVER */

.logo-area:hover .nombre-liga{

    color:#f87171;
}

/* =========================================
   NOMBRE LIGA
========================================= */

.nombre-liga{

    color:#ffffff !important;

    font-size:1.1rem;
    font-weight:700;

    letter-spacing:.5px;

    margin-left:8px;

    display:inline-block;

    vertical-align:middle;

    line-height:1.2;

    white-space:nowrap;
}

@media (max-width:858px){

    .nombre-liga{

        font-size:.85rem;

        max-width:140px;

        overflow:hidden;

        text-overflow:ellipsis;

        white-space:nowrap;
    }
}

/* HOVER ROJO MENU */

nav ul li a:hover{

    background:#c8102e !important;

    color:#ffffff !important;
}

/* =========================================
   EXCEPCION TABLA ESTADIO
========================================= */

.estadio-bg table{

    background:transparent !important;

    box-shadow:none !important;
}

.estadio-bg td{

    background:transparent !important;
}





