* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body {
    background-color: #230b0a;
}
a:link {
    color: #cc0606;
}
a:hover {
    font-size: 20px;
    color: #cc0606;
}
.link-nav {
    color: #cc0606;
    font-size: 18px;
    margin: 8px;
}
.link-footer {
    color: #fff;
    font-size: 16px;
    margin: 8px;
}
.img-fondo {
    width: 100%;
}
.color-footer {
    background-color: #230b0a;
}
.footer-copyright {
    color: #fff;
}
.img-footer {
    width: 100%;
}
.casillero {
    border: 2px solid #230b0a;
}
.card-post {
    background-color: #230b0a;
}
select.resultado {
    height: 50px;
    width: 85px;
    border: 2px solid #230b0a;
    text-align-last: center;
    font-size: 20px;
    color: red;
    font-weight: 500;
}
.escudo {
    width: 150px;
}
.jornada {
    font-size: 22px;
    font-weight: 700;
    color: #230b0a;
}
td {
    font-weight: 500;
    font-size: 20px;
}
.loading {
    height: 75px;
    width: 75px;
}
.li-nombre {
    list-style: none;
}
.resultado-admin {
    width: 20px;
    height: 20px;
}
.titulo_admin {
    font-size: 18px;
    color: #230b0a;
}
.titulo_admin:active, .titulo_admin:visited, .titulo_admin:link, .titulo_admin:hover, .titulo_admin:after {
    font-size: 20px;
    color: #230b0a;
    text-decoration: none;
}
.img-jornadas {
    width: 75px;
}
.cuadrado-resultado {
    font-size: 22px;
    color: red;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}
.fecha_apuntar {
    font-size: 16px;
}
.etiqueta_partido_cerrar_jornada {
    font-size: 16px;
    color: red;
    text-align: center;
    font-weight: bold;
}
.collapse-clasificacion {
    background-color: white;
    color: black;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.espacio {
    margin-top: 75px;
}
.escudo_espias {
    width: 20px;
}
.escudo_lista {
    width: 30px;
}
@media (min-width: 668px) {
    .whatsapp {
        display: none
    }
}
.respuesta {
    cursor: pointer;
}
.historial {
    color: #fff;
}
.hr_lista {
    border: 0 none white;
    border-top: 1px solid white;
    height: 1px;
    margin: 5px 0;
    display: block;
    clear: both;
}