*{
    padding: 0px; margin: 0px; box-sizing: border-box;
}

body{
    width: 1200px;
    margin: auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    font-family: Verdana;
}

header{
    height: 120px;
}

#contac{
    top: 0px;
    width: 480px;
    float: left;
    text-align: right;
    color: blue;
    padding: 20px;
}

nav{
    /* background: #2EFEF7; */
    background-image: linear-gradient(150deg, #53ffff 0, #4bffff 16.67%, #49ffff 33.33%, #4af5ff 50%, #4de0ee 66.67%, #50cdde 83.33%, #52bbcf 100%);
    color: black;
    height: 60px;
    border-radius: 15px 15px 15px 15px;
}

#menu{
    height: 60px;
}

#menu ul li{
    list-style-type: none;
    font-size: 1em;
}

#menu ul li a{
    text-decoration: none;
    float: left;
    width: 120px;
/*     padding: 1rem; LO AGREGO NELSON*/
    color: black;
    text-align: center;
    padding-top: 15px;
    display: block;
    height: 60px;
}

#menu ul li a:hover{
    color: white;
    /* background-color: blue; */
    text-decoration: none;
    background-image: linear-gradient(150deg, #95d9ff 0, #72c8fc 25%, #45b6f5 50%, #00a4ee 75%, #0094e8 100%);
}

main{
    min-height: 200px;
    background-color: white;
    margin-top: 15px;
}

.slider{
    width: 960px;
    margin: auto;
        overflow: hidden;
}

.slider ul{
    padding: 0px;
    display: flex;
    width: 300%;    
    animation: cambio 10s infinite;
    animation-direction: alternate;
}

.slider li{
    width: 100%;
    list-style: none;
    text-align: center;    
}

.slider img{
    width: 960px;
    height: 600px;
}

.apertura{
     height: 850px;
    width: 1200px;
    text-align: left;
    float: left;
}

.clausura{
    width: 1200px;
    text-align: center;
    float: left;
   }

.jorgeolguin{
    height: 20px;
    margin: 20px;
    width: 1200px;
    text-align: center;
    float: left;
   }

.stats a{
    text-decoration: none;
    padding-top: 5px;
    width: 1200px;
    height: 50px;
    font-size: 1.5em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: white;
    background-color: blue;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}


@keyframes cambio {
    0% {margin-left: 0;}    
    10% {margin-left: 0;}
    
    20% {margin-left: -100%;}
    30% {margin-left: -100%;}
    
    40% {margin-left: -200%;}
    50% {margin-left: -200%;}

    60% {margin-left: -300%;}
    70% {margin-left: -300%;}

    80% {margin-left: -400%;}    
    100% {margin-left: -400%;}    

}

h1{
    color: black;
    font-size: 20px;
}


h2{
    color: black;
    font-size: 16px;
}

.vacio{
    padding-top: 10px;
    width: 1200px;
    font-size: 1.75em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    /* background-color: blue; */
    background-image: linear-gradient(150deg, #95d9ff 0, #72c8fc 25%, #45b6f5 50%, #00a4ee 75%, #0094e8 100%);
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.hcsa{
    padding-top: 5px;
    width: 1200px;
    font-size: 1.75em;
    margin: 10px 15px 10px 15px;
    text-align: center;
    float: left;
    color: black;
    /* background-color: #2EFEF7; */
    background-image: linear-gradient(150deg, #53ffff 0, #4bffff 16.67%, #49ffff 33.33%, #4af5ff 50%, #4de0ee 66.67%, #50cdde 83.33%, #52bbcf 100%);
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.hrn2{
    padding-top: 5px;
    width: 90px;
    height: 50px;
    font-size: 1em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color:white;
    background-image: linear-gradient(150deg, #95d9ff 0, #72c8fc 25%, #45b6f5 50%, #00a4ee 75%, #0094e8 100%);
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}
.hrn2:hover{
    color: black;
    text-decoration: none;
}

.hrn2j{
    padding-top: 5px;
    width: 180px;
    height: 50px;
    font-size: 1em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color:white;
    background-image: linear-gradient(150deg, #95d9ff 0, #72c8fc 25%, #45b6f5 50%, #00a4ee 75%, #0094e8 100%);
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.hrngoleadores{
    padding-top: 5px;
    width: 960px;
    font-size: 1.5em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: red;
    background-color: black;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.contenedor {
    width: 450px;
    height: 100%;
    padding: 10px;
    margin: 0px 0px 20px 20px;
    float: left;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
    border-radius: 15px 15px 15px 15px;
}

.contenedorgrande {
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 0px 0px 20px 20px;
    float: left;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
    border-radius: 15px 15px 15px 15px;
}

.imgArticle{
    width:390px;
    height:auto;
    transition: width 0.5s;
}

.imgArticle:hover{
    width:400px;
    height:auto;
    text-decoration: none;
}

#profesionales{
    text-decoration: none;
    height: 30px;
    width: 300px;
    /*background-color: #cacace;*/
    color: black;
    float: left;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    padding: 5px;
    margin: 10px;
}

#prevencion {
    width: 300px;
    height: 300px;
    /*padding: 20px;*/
    margin: 15px 0px 0px 15px;
    float: left;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
    border-radius: 15px 15px 15px 15px;
}

#prevenciondown {
    width: 300px;
    height: 40px;
    padding: 10px;
    margin: 15px 0px 0px 15px;
    float: left;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
    border-radius: 15px 15px 15px 15px;
    text-align: center;
}

mark{
    background-color: navajowhite;
}

.card-header a{
    display: block;
}

footer{
    padding: 20px;
    margin: 20px;
    height: 50px;
    /* background: #2EFEF7; */
    background-image: linear-gradient(150deg, #53ffff 0, #4bffff 16.67%, #49ffff 33.33%, #4af5ff 50%, #4de0ee 66.67%, #50cdde 83.33%, #52bbcf 100%);
    color: black;
    width: 1200px;
    float: left;
    border-radius: 15px 15px 15px 15px;
    font-size: .9em;
}

#depie{
    width: 460px;
    height: 360px;
    float: left;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
    padding: 20px;
}

#tresfotos{
    float: left;
}

.botonnegro{
    text-decoration: none;
    background-color: black;
    color: white;
    height: 50px;
    width: 79px;
    margin: 2px;
}

.botonrojo{
    text-decoration: none;
    background-color: red;
    color: white;
    height: 50px;
    width: 79px;
    margin: 2px;
}

/*
main article a:visited{
    background-color: red;
    color: black;
    text-decoration: none;

}


a:visited {
    background-color: red;
    color: white;
    text-decoration: none;
}
*/

.confir{
    text-decoration: none;
    background-color: blue;
    color: white;
    height: 30px;
    width: 150px;
    margin: 5px;
    padding: 2px;
}

.regres a{
    text-decoration: none;
    color: white;
}

.regres {
    text-decoration: none;
    background-color: blue;
    color: white;
    height: 30px;
    width: 150px;
    margin: 5px;
    padding: 2px;
}

.regres2 a{
    text-decoration: none;
    color: white;
}

.regres2 {
    text-decoration: none;
    background-color: blue;
    color: white;
    height: 30px;
    width: 300px;
    margin: 5px;
    padding: 2px;
}

.contenedor2{
    height: 450px;
    width: 1200px;
    float: left;
    background-color: white;
    color: black;
    padding-top: 20px;
    overflow: auto;
}

.datosenscroll{
    height: 450px;
    width: 1200px;
    float: left;
    background-color: white;
    color: black;
    padding-top: 20px;
    overflow: auto;
}

.contenedor3{
    height: 650px;
    width: 960px;
    float: left;
    background-color: white;
    overflow: auto;
}

.contenedorTorneoActual{
    height: 650px;
    width: 960px;
    float: left;
    background-color: white;
    overflow: auto;
    font-size: 0.9em;
}

.grisjugado{
    padding-top: 5px;
    width: 95px;
    height: 50px;
    font-size: 1.5em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    background-color: grey;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.grisjugador{
    padding-top: 12px;
    width: 120px;
    height: 50px;
    font-size: 1.2em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    background-color: grey;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.verdeganado{
    padding-top: 5px;
    width: 90px;
    height: 50px;
    font-size: 1.5em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    background-color: green;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.verdegoles{
    padding-top: 12px;
    width: 120px;
    height: 50px;
    font-size: 1.2em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    background-color: green;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.amarilloempatado{
    padding-top: 5px;
    width: 90px;
    height: 50px;
    font-size: 1.5em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    background-color: yellow;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.celesteposicion{
    padding-top: 12px;
    width: 120px;
    height: 50px;
    font-size: 1.2em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    background-color: blue-light;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.rojoperdido{
    padding-top: 5px;
    width: 90px;
    height: 50px;
    font-size: 1.5em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    background-color: red;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.rojasexp{
    padding-top: 12px;
    width: 120px;
    height: 50px;
    font-size: 1.2em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    background-color: red;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.naranjafechanac{
    padding-top: 12px;
    width: 120px;
    height: 50px;
    font-size: 1em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    background-color: orange;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}


thead tr th { 
            position: sticky;
            top: 0;
            z-index: 10;
            background-color: #ffffff;
        }
    
.table-responsive { 
            height:30px;
            overflow:scroll;
}

.container{
    display: grid;
    grid-template-columns: 500px 500px;
}

.containergrande{
    display: grid;
    grid-template-columns: 1fr;
}

.logo{
    display: none;
}

.Consult{
   
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    table-layout: auto;
    width: 100%;
    overflow-y: scroll;
    height: 500px;
    padding-top: 0px 1px;

}

.thheadConsult{
    display: flex;
    justify-content: space-between;
    border:1px solid;
    background-color: #0094e8;
    position: fixed;
}

.tdConsult{
    display: flex;
    justify-content: space-between;
    border:1px solid;
}

.mainConsult{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

table, td,th{
    border:2px;
    padding:0.5rem;
}

th{
    border: 1px solid black;
    background-color: #0094e8;
    padding-left: 2.5rem;
    font: bold;
}

.containerBtn{
    display: flex;       
    justify-content: center;
}

.celesteargento{
    padding-top: 12px;
    width: 150px;
    height: 50px;
    font-size: 1.2em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: black;
    background-color: lightskyblue;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

.otrabusqueda{
    padding-top: 12px;
    width: 150px;
    height: 50px;
    font-size: 1.2em;
    margin: 10px 15px;
    text-align: center;
    float: left;
    color: white;
    background-color: blue;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
}

@media (max-width: 768px) {

    body{
        display: flex;
        justify-content: center;
        flex-direction: column;
        width:auto;
        font-family: Verdana;
        padding-left: 0.5rem; 
        padding-right: 0.5rem; 
    }

    h1, h2, h3 {
        margin: 0;
    }

    ul {
        list-style: none;
        padding: 0; 
        margin: 0;
    }
   
    nav{
        display: flex;        
        flex-direction: column;
        width: 100%;
        background-image: radial-gradient(circle at 0% 0%, #ffffff 0, #ffffff 25%, #ffffff 50%, #ffffff 75%, #ffffff 100%);
        border-radius: 0;
        
    }

    .toggle{
        margin: 1rem 1rem 1rem 1rem;
        font-size: 30px;
    }

    #menu{        
        height:80px ; 
        transition: height 1s;
    }

    #menu ul li a{
        width: 100%;
        text-align: left;
        padding-left: 15px;
        height: 52px;
    }

    .menu{
        display: none;
        flex-direction: column;    
        background-color: white;
        z-index: 3;
        margin-bottom: 10px;
    }

    .vacio{
        display: none;
    }

    .hcsa{
        width: 100%;  
        margin: 10px 5px 25px 0px;
                
    }

    .container{            
        grid-template-columns: 1fr;
    }

    .contenedor {
        width: 100%;
        height: 100%;
        padding: 10px;
        font-size: 0.8rem;
        margin: 1px 1px 1px 1px;
        box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
        border-radius: 10px 10px 10px 10px;
    }

    header{
        display: none;
    }

    .logo{
        display: flex;
        justify-content: space-between;
    }

    footer{
        width: 100%;
        height: 100%;
        margin: 10px 5px 25px 0px;
    }

    .imgArticle{
        width:280px;
        transition: width 0.5s;
        height:auto;
    }

    .imgArticle:hover{
        width:300px;
        height:auto;
        text-decoration: none;
    }

/*
    .trConsult{
        font-size:12px;
        padding: 3px;
    }

    .trConsultParaJugadores{
        font-size:10px;
        padding: 3px;
    }

    .theadConsult{
        font-size:10px;
        padding: 3px;
    }
*/
    th{
        padding: 0.5rem;
    }

    td{
        padding:0.5rem;
    }

    .containerBtn{
        display: flex;
        flex-direction: row;
        font-size: 11px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        justify-content: center;
    }

    .formLogin{
        display: flex;
        flex-direction: column;    
        background-color: rgb(180, 27, 27);
        padding: 1rem;
    }

    .stats a{
        width: 100%;
        height: 100%;
        margin: 10px 5px 25px 0px;
        text-decoration: none;
        padding-top: 5px;
        text-align: center;
        float: left;
        color: white;
        background-color: blue;
        border-radius: 15px;
        box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
    }
    
    .celesteargento{
        padding-top: 12px;
        width: 150px;
        height: 50px;
        font-size: 1.2em;
        margin: 10px 15px;
        text-align: center;
        float: left;
        color: black;
        background-color: lightskyblue;
        border-radius: 15px;
        box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
    }
    
    .otrabusqueda{
        padding-top: 12px;
        width: 150px;
        height: 50px;
        font-size: 1.2em;
        margin: 10px 15px;
        text-align: center;
        float: left;
        color: white;
        background-color: blue;
        border-radius: 15px;
        box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.7);
    }

.recuadro {
  border: 1px solid black;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

  }