*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 
  body{
    overflow: scroll;    
    overflow-x: hidden;      
}
.container-fluid{
    background-color: rgb(205, 205, 243);
}
h1{
    text-align: center;
    padding: 10px;
    color: darkblue;
}
.estiloPuntos{
    font-weight: bold;
}
.noticia{
    border: 3px solid blue;
    width: 300px;
    margin-left: 10px;
}
.col-sm{
    text-align: center;
    padding-bottom: 20px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 360px;
    height: 480px;
}
.col-sm:hover{
    background-color: rgb(205, 205, 243);
}
.col-sm, h3{
    color: darkblue;
}
.col-sm, img{
    border-radius: 10px;
    margin: auto;
}
@media(max-width:768px){
    .col-sm{
        margin: auto;
        margin-bottom: 10px;
    }
}
button{
    width: 120px;
    border-radius: 10px;
    color: white;
    background-color: darkblue;
}
@media (max-width:768px){
    .table, style{
     display: block;
     overflow-x: auto;
}
}
.filtro{
    display: flex;
    justify-content: center;
}
  .radiobuttons{
    display: flex;
    justify-content: center;
    margin-top: 10px;
} 
 .ganado, .empatado, .perdido, .proximamente, .todos{
    margin-right: 20px;
} 
@media(max-width: 768px){
    .radiobuttons{
        display: flex;
        flex-direction: column;
         align-items: center; 
    } 
}
#contenedor_carga{
    background-color: rgba(250,240,245,0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}
#carga{
    border: 15px solid #ccc;
    border-top-color: #f4266A;
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;
}
@keyframes girar{
    from { transform:  rotate(0def);}
    to { transform: rotate(360deg);}
}
.textoError{
    text-align: center;
    color: red;
}
.alerta{
    text-align: center;
}
.top5{
    width: 50%;
    margin: auto;
}
@media(max-width:768px){
    .top5{
        width: 80%;
        margin: auto;
    }
}

.jornada{
    width: 100px;
   text-align: center;
}
.visitante{
    width: 180px;
    
}
.local{
width:180px ;

}
.tdJ{
    
    text-align: center;
    width: 100px;
}
table.table.table-hover{
    width: 90%;
    margin: auto;
}

.tdL, .tdV{
    width: 180px;
}

.resultado{
    width: 100px;
}

ul.nav.nav-pills{
    margin-left: 54px;
}

.logotipo{
    
    display: flex;
    height: 100px;
    width: 220px;
}
.logotipo2{
    display: flex;
    height: 100px;
    width: 80px;
    align-items: center;
}
.logotipo3{
    display: flex;
    height: 100px;
    align-items: center;
}

.barra{
    border:0.5px solid rgb(213, 213, 245) 
    
}

@media(max-width:768px){
.botones-grupo{
    margin-bottom: 10px;
    width: 250px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.submenuP {
    display: flex;
    justify-content: center;
    
}

}
@media(max-width:768px){

    .ganado, .perdido{
        margin-bottom: 10px;
}
}
@media(min-width:768px){

    .botones-grupo{
       display: flex;
       justify-content: center;
       width: 100%;
       margin-bottom: 20px;
       
   }
   .ganado-empatado{
       display: flex;
   }
   .perdido-prox{
       display: flex;
   } 
   .submenuP{
       margin-left: 65px;
   }
   .clasi{
    margin-left: 60px;
}
}
.btn.btn-outline-primary{
    width:130px
}

