body {
    font-family: 'Rubik', sans-serif;
}

footer {
    bottom: 0;
    height: 4rem;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    color: white;
}

.head {
    background-color: black;
    box-shadow: 0px 3px 2px #ddd;
}

.item-options {
    color: white;
}

.active {
    border-bottom: 2px solid white;
}

.item-options:hover {
    background-color: rgba(0, 0, 0, .1);
    cursor: pointer;
}

.nav-link {
    text-align: center;
}

.btn-drop-down {
    color: #fff;
    background-color: black;
}

.btn-drop-down:hover {
    color: #fff !important;
}

.btn-drop-down:focus {
    box-shadow: none !important;
    outline: none !important;
}


.title-jornada {
    background: #f5f5f5;
    padding: .75rem;
    font-weight: 400;
    border-bottom: 1px solid #dee2e6;
}

.table-partidos {
    border-top: 0px;
    background-color: white;
    box-shadow: 0px 3px 3px #b1a8a8;
    margin-bottom: 0 !important;
}

.table-partidos td {
    border-top: 0px;
}

.matchs {
    display: flex;
    flex-wrap: wrap;
}

.td-match {
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.td-match:hover {
    background-color: rgba(0, 0, 0, .1);
    cursor: pointer;
}

.title-posiciones {
    background: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-posiciones {
    border-top: 0px;
    background-color: white;
    box-shadow: 0px 3px 3px #b1a8a8;
}

.table-posiciones td {
    border-top: 0px;
    text-align: center;
}


.my-select {
    border: 0px !important;
}

.my-select:focus {
    box-shadow: none !important;
    outline: none !important;
}

.initial-loader {
    display: table;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #e9e9e9;
    z-index: 2;
}

.table-noticias {
    padding: 10px;
    border-top: 0px;
    background-color: white;
    box-shadow: 0px 3px 3px #b1a8a8;
}

.noticia {
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    cursor: pointer;
    margin-bottom: 15px;
}

.titulo-noticia {
    font-weight: 600;
}

.descripcion-noticia {
    font-weight: 400;
}

.fecha-noticia {
    font-size: 12px;
    color: #70757a;
}

.carousel-indicators {
    margin-bottom: 0px !important;
    bottom: -20px !important;
}

.carousel-indicators li {
    background-color: #202120 !important;
}

.back-button {
    background-image: url("../assets/img/back.svg");
    width: 20px;
    height: 20px;
}

header {
    background-color: #223344;
    color: #fff;
    padding: 10px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 50px;
    /* Ajusta el tamaño del logo según tus necesidades */
    height: auto;
    margin-right: 10px;
}

.logo h1 {
    font-size: 24px;
    margin: 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin-left: 20px;
}

nav ul li:first-child {
    margin-left: 0;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
}

nav ul li a:hover {
    background-color: #fff;
    color: #223344;
}

/* Estilos para la sección de ligas */
.ligas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.liga {
    width: 30%;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.liga img {
    max-width: 100%;
    max-height: 80px;
    margin-bottom: 10px;
}

.ligas h2 {
    margin-top: 0;
}

/* Estilos para la sección de partidos */
.partidos {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    max-width: 100%;
    overflow-x: auto; 
}

.partidos h2 {
    text-align: center;
}

.partidos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.partidos li {
    margin-bottom: 10px;
    font-weight: bold;
}

.partido-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.equipo {
    display: flex;
    align-items: center;
}

.equipo img {
    margin-right: 10px;
    max-width: 35px;
    max-height: 35px;
}

.versus {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 20px;
}

.fecha {
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 20px;
}

.partido-card-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.equipos {
    width: 80%;
    border-right: 1px solid #ced4da42;
}

.equipo-mobile {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.equipo-mobile img {
    margin-right: 10px;
    max-width: 30px;
    max-height: 30px;
}

.equipo-mobile .nombre {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.fecha-mobile {
    font-size: 1rem;
    font-weight: bold;
    margin-left: 20px;
}

/* Estilos para la sección de tabla de posiciones */
.tabla-de-posiciones {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    max-width: 100%;
    overflow-x: auto; 
}

.tabla-de-posiciones h2 {
    text-align: center;
}

.tabla-de-posiciones table {
    border-collapse: collapse;
    width: 100%;
}

.tabla-de-posiciones th,
.tabla-de-posiciones td {
    padding: 10px;
    text-align: center;
}

.tabla-de-posiciones th {
    color: #fff;
}

.tabla-de-posiciones tr:nth-child(even) {
    background-color: #f2f2f2;
}

.goleadores {
    max-height: 350px;
    overflow-y: auto;
}