@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Source Sans Pro', sans-serif;
}

:root{
    --color-dorado: #FFD700;
    --color-azul: #001F3F; 
    --color-azul-claro: #005599; /* Nuevo tono de azul más claro */
    /*
    454376 -- f403d1
    3A3963 -- 383763 -- 4e4376 --3C3A64 --292C31
    8682DF -- 535190 -- A9A1CA
    */

    --primary-color: #004477;
    --text-color: #333;
    --bg-light: #f5f5f5;
    --white: #fff;
}

body {
    background-color: #fff;
}

/*SELECT EN CALENDARIO*/
.ligaselect1{
    width: 100%;
    text-align: center;
}

.ligaselect2{
    margin-top: 25px;
    background-color: #001F3F;
    cursor: pointer;
    border:none;
    padding: 16px 32px;
    color:#fff;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    border-radius: 12px;

}

.ligaselect2{
    background-color: #001F3F;
    cursor: pointer;
    border:none;
    padding: 16px 32px;
    color:#fff;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    border-radius: 12px;

}

/*LOGIN*/

.containerl {
    position: relative;
    width: 100%;
    background-color: #fff;
    min-height: 100vh;
    overflow: hidden;
    background: transparent;
}

.form-containerl {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.signin-containerl {
    transition: all 300ms;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 75%;
    width: 50%;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
}

.grande {
    display: unset;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
}

.grande input[type=number] {
    width: 45px;
    padding: 6px;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #3B4047;
    border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.enviar {
    transition: all 300ms;
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #001F3F;
    border: none;
}

.enviar:hover {
    transition: all 300ms;
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #001F3F;
    border: none;
    cursor: pointer;
}

.tittle {
    transition: all 300ms;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 10px;
}

.tittle.min {
    transition: all 300ms;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.input-field {
    max-width: 380px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 10px 0;
    height: 55px;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
}

.input-field i {
    text-align: center;
    line-height: 55px;
    color: #acacac;
    font-size: 1.1rem;
}

.input-field input {
    background-color: transparent;
    outline: none;
    border: none;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    color: #25282A;
}

.input-field input::pleacerholder {
    color: #aaa;
    font-weight: 500;
}

.social-text {
    padding: 1rem 0;
    font-size: 1.5rem;
    color: #fff;
}

.error {
    font-size: 14px;
    color: red;
}

.social-media {
    display: flex;
    justify-content: center;
    color: #fff;
}

.social-icon {
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.45rem;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: .2s;
}

.social-icon:hover {
    color: #001F3F;
}

.btn {
    transition: all 300ms;
    width: 150px;
    background: #001F3F;
    border: none;
    outline: none;
    height: 49px;
    border-radius: 49px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600px;
    margin: 10px 0;
    cursor: pointer;
    font-size: 16px;
}

.btn:hover {
    transition: all 300ms;
}

.btn:focus {
    transition: all 300ms;
    transform: scale(0.9);
}

.containerl::before {
    content: "";
    position: absolute;
    height: 2000px;
    width: 2000px;
    top: -10%;
    right: 48%;
    transform: translateY(-50%);
    background: #001F3F;
    border-radius: 50%;
}

/*MENU*/

.nazi {
    max-width: 1200px;
    max-height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 0;
}
/*
.margen {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 10px;
}
*/
.encabezado {
    transition: all 300ms;
    background-color: rgba(6, 5, 44, 0.6);
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 14px;
}

.encabezado p {
    color: #fff;
    padding: 10px 5px;
}

.encabezado a {
    transition: all 300ms;
    color: #A0A0A0;
    padding: 10px 0px;
}

.encabezado a:hover {
    transition: all 300ms;
    color: #DFDFDF;
}

.encabezado i {
    padding: 12px 5px;
    color: #A0A0A0;
}

.banner {
    position: relative;
    background-image: url(../img/banner/banner4.jpeg);
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/banner/Background-page.jpg");*/
    max-width: 100%;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*background-size: 100% 100%; /* Hace que la imagen de fondo cubra completamente el banner */
}

.banner h2{
    color:#fff;
    font-family: 'Alegreya Sans SC', sans-serif;
}

.banner .textbanner {
    width: 1200px;
    text-align: center;
}

.banner .textbanner a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.banner h1 {
    transition: all 300ms;
    font-size: 76px;
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #fff;
}

.banner p {
    transition: all 300ms;
    font-size: 15px;
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #fff;
}

/*NUEVO DISEÑO DEL NAV*/

.headerAux {
    width: 100%;
    height: 8%;
    margin-top: 40px;
    position: absolute;
    z-index: 1;
 /*   background-color: #292C31;*/
    background-color: #001F3F;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    margin: auto;
    position: fixed;
    transition: all 300ms;
}

.containercolor1sinbanner {
    width: 100%;
    padding: 10px;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
}


/*FIN DISEÑO DEL NAV*/

header {
    transition: all 300ms;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 1;
}

.container__menu3 {
    width: 100%;
    height: auto;
    justify-content: center;
    background: #fff;
    color: #fff;
}

.container__menu3 a {
    transition: all 300ms;
    color: #000;
    margin: 4px;
    text-transform: uppercase;
    float: right;
}

.container__menu3 a:hover {
    transition: all 300ms;
    color: #001F3F;
}

.container__menu2 {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.container__menu {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo img {
    width: 55px;
}

.menu {
    display: flex;
    align-items: center;
}

.menu ul {
    display: flex;
}

.menu ul li {
    list-style: none;
    margin: 15px;
}

.menu ul li a {
    transition: all 300ms;
    text-decoration: none;
    font-size: 15px;
    color: lemonchiffon;
    text-transform: uppercase;
}

.menu ul li a:hover {
    color: #fff;
}

#selected {
    background: #001F3F;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
}

.menu nav img {
    display: none;
}

.menu #btn_menu {
    display: none;
}

/*TABLAS DATOS*/

table {
    transition: all 300ms;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

th {
    background-color: #005599;
    color: #FFD700;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

td {
    background-color: #001F3F;
    color: #9392AE;
    text-align: center;
    padding: 2px;
    padding-top: 10px;
    font-size: 14px;
}

tr {
    background-color: #001F3F;
}

td:nth-child(9) {
    color: #005599;
    font-weight: 600;
}

td:nth-child(11) {
    /*color: red;
    font-weight: 600;*/
    color: #005599;
    font-weight: 600;
}

.jopo {
    color: red;
    font-weight: 600;
}

td:nth-child(3) {
    font-weight: 600;
}

.amarilla {
    color: yellow;
}

.amarilla i {
    margin-left: 3px;
}

.roja {
    color: red;
}

.verde {
    color: #005599;
}

.container2 .card3 {
    background-color: #001F3F;
    width: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    transition: all 300ms;
}

.container2 .card3 .submenu {
    background-color: #001F3F;
    text-align: left;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.container2 .card3 .submenu a {
    color: #005599;
    margin-right: 8px;
}

.container2 .card3 img {
    height: 45px;
}

.container2 .card3 .sangano {
    height: 25px;
}

.container2 .card3 a {
    text-decoration: none;
    color: #005599;
}

.container2 .card3 .sub {
    background-color: #001F3F;
    width: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    transition: all 300ms;
    display: flex;
}

.container2 .card3 .sub th {
    width: 1200px;
}

.insertar {
    background: #001F3F;
    width: 1200px;
    height: auto;
    padding: 5px;
}

.insertar form {
    background: transparent;
    width: 100%;
    height: auto;
    padding: 25px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.insertar form .inputsall {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #001F3F;
    border: none;
    resize: none;
}

.insertar form .inputs {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #3B4047;
    border: none;
    resize: none;
}

.insertar form label {
    margin-top: 10px;
    max-width: 140px;
    color: #C7C7C7;
}

.pepo {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    padding: 4px;
    align-items: center;
}

.insertar form .inputsall .buttones {
    transition: all 300ms;
    border: none;
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #005599;
    cursor: pointer;
    text-transform: uppercase;
}

.insertar form .inputsall .buttones:focus {
    transition: all 300ms;
    transform: scale(0.9);
}

.file-select {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #005599;
    border: none;
    resize: none;
}

.file-select::before {
    background-color: #005599;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    content: 'Seleccionar';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.file-select input[type="file"] {
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 20px;
}

#src-file1::before {
    content: 'Seleccionar Foto';
}

/*EQUIPOS*/

.slick-slide img {
    width: 100px;
    padding-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

/*EQUIPOS*/

.container3 {
    max-width: 1200px;
    max-height: auto;
    justify-content: center;
    margin: auto;
}

.client-area {
    margin-left: 40px;
    margin-right: 40px;
}
/*
.slick-slide2 img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out;
}
*/
.slick-slide img:hover {
    transform: scale(1.1); /* Aumenta ligeramente el logo al pasar el ratón */
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.slick-list:focus {
    outline: none;
}

/* Estilo del carrusel */
.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; /* Espacio entre los logos */
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}


@media(max-width:800px) {
    .client-area {
        padding: 0;
    }

    .slick-slide img {
        width: 85px; /* Hacer los logos más pequeños en dispositivos móviles */
    }

    h3 {
        padding: 20px 0 20px;
        font-size: 40px;
    }
}


/*TITULO*/

.client-wrap {
    transition: all 300ms;
    width: 90%;
    max-height: 1200px;
    text-align: center;
    margin-top: 90px;
}

.client-wrap:hover {
    transition: all 400ms;
    font-size: 33px;
}

.client-wrap hr {
    width: 15%;
    height: 5px;
    border: none;
    background: linear-gradient(-45deg, #FFD700, #64b5f5);
    margin: auto;
    margin-top: 30px;
}

.client-wrap h1 {
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #525252;
}

/*H1 INDEX*/
/*
.h1{
    color: #001F3F;
    font-size: 50px;
    transition: all 300ms;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
*/

.h1 {
    color: var(--primary-color);
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 500;
}

/*NOTICIAS*/

/* Contenedor general */
.containercolor1 {
    width: 100%;
}
.containercolor2 {
    width: 100%;
    /*background-color: #005599;*/
}

.containercolor0 {
    width: 100%;
        /*background-color: #001F3F;*/
}

.slick-prev, .slick-next {
  font-size: 24px;
  color: #333;
}

.carrusel {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* Distribuye las tarjetas uniformemente en el espacio disponible */
    flex-wrap: wrap; /* Permite que las tarjetas se envuelvan en pantallas más pequeñas */
}

/* Contenedor de cada card de partido */
.partido-card-container {
    width: 30%;
    box-sizing: border-box;
}

/* Estilo para cada tarjeta de partido */
.partido-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px; /* Espaciado entre las tarjetas */
    display: flex;
    justify-content: space-between; /* Espacio entre los equipos y el resultado */
    align-items: center;
    text-align: center;
    width: 80%;
    height: 100px;
}

/* Estilo para los logos de los equipos */
.equipo-info {
    flex: 1;
}

/* Estilo para las imágenes de los logos */
.logo-equipo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0 auto;
}

/* Estilo para el resultado del partido */
.resultado {
    flex: 1;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

/* Estilo de los textos en las tarjetas de partido */
.partido-card p {
    font-weight: bold;
    color: #333;
}

.slick-slide img.logo-equipo {
    /* Define estilos específicos para estas imágenes */
    width: 50px; /* O cualquier otro valor que desees */
    padding-left: 0; /* Elimina el relleno izquierdo */
    margin: 0 auto; /* Alinea verticalmente al centro y elimina los márgenes superior e inferior */
}

.carrusel-tablas {
    width: 80%;
    margin: 0 auto;
  }

  @media (max-width: 768px) {

    .partido-card-container {
        width: 100%;
        margin: 0;
    }

    .partido-card {
        width: 100%;
        margin: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center; /* Centra horizontalmente */
    }

    .partido-card img {
        max-width: 100%; /* Ajusta el tamaño de la imagen */
        max-height: 100%; /* Ajusta el tamaño de la imagen */
        vertical-align: middle; /* Alinea la imagen verticalmente */
    }

    /* Reduzca el margen inferior entre las tarjetas en el carrusel */
    .carrusel {
        margin-bottom: 20px;
    }

    /* Puede ajustar el tamaño del texto o agregar más reglas según sea necesario */
    .partido-card p {
        font-size: 12px;
        margin: 0;
    }
    .noticia-card {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 10px;
        overflow: hidden;
        display: flex; /* Establece el contenedor como un contenedor flexible */
        flex-direction: column; /* Apila elementos en columna */
        align-items: center; /* Centra horizontalmente */
        justify-content: center; /* Centra verticalmente */
    }

    .noticia-card img {
        width: 100%;
        height: auto; /* Cambia la altura automática para mantener la proporción */
        max-height: 300px; /* Establece la altura máxima deseada */
        object-fit: contain; /* Ajusta la imagen para que quepa sin distorsiones */
        margin: auto; /* Centra horizontalmente */
        margin-bottom: 20px; /* Ajusta el margen inferior */
    }

    .slick-slide img.nota { 
        /* Define estilos específicos para estas imágenes */
        width: 100%; /* O cualquier otro valor que desees */
        padding-left: 0px; /* Elimina el relleno izquierdo */
        margin: 0 auto; /* Alinea verticalmente al centro y elimina los márgenes superior e inferior */
        display: block;
    }
}

  .tabla-posiciones {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
  }
  
  .tabla-posiciones table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  
  .tabla-posiciones th, .tabla-posiciones td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  
  .tabla-posiciones th {
    background-color: #f2f2f2;
  }

  
    /* Estilos para el carrusel de noticias */
    .carrusel-noticias {
        width: 80%;
        margin: 20px auto;
    }
    
  /* Estilo para la tarjeta de noticia */
.noticia-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* Sombra más sutil */
    margin: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease; /* Añadimos una transición suave */
}

.noticia-card:hover {
    transform: translateY(-5px); /* Efecto sutil al hacer hover */
}

/* Ocultar imágenes en pantallas grandes (PC) */
@media (min-width: 1024px) {
    .noticia-card .nota {
        display: none; /* Oculta las imágenes en pantallas grandes */
    }
}


/* Estilo para el contenido de la noticia */
.contenido-noticia {
    padding: 15px; /* Reducido para mantener el diseño más limpio */
    text-align: center;
}

.contenido-noticia h3 {
    font-size: 1.3em;
    font-weight: bold; /* Resaltar el título */
    margin-bottom: 10px; /* Espacio más pequeño para un diseño más limpio */
    color: #333; /* Color de texto más oscuro para mejor legibilidad */
}

.contenido-noticia p {
    font-size: 0.9em;
    color: #777; /* Gris más suave para el texto */
    line-height: 1.5; /* Espaciado más cómodo entre las líneas */
}

.slick-prev, .slick-next {
    font-size: 24px;
    color: #333;
}

/*
.container2 {
    max-width: 1200px;
    max-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    z-index: 1;
}
*/

.container2 {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    gap: 20px;
}

.container2 .card {
    transition: all 500ms;
    width: 330px;
    height: 390px;
    border-radius: 15px;
    overflow: hidden;
    margin: 20px;
    text-align: center;
    background: #fff;
}

.container2 .card:hover {
    transition: all 500ms;
    transform: translaY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.container2 .card img {
    width: 330px;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
}

.container2 .card h4 {
    color: #6F6987;
    padding: 10px;
    font-size: 19px;
    font-weight: 600;
}

.container2 .card p {
    color: #005599;
    padding: 2px 20px 10px;
    font-size: 15px;
    font-weight: 500;
}

.container2 .card .env {
    transition: all 300ms;
    background: linear-gradient(2000deg, #417395 0%, #001F3F 100%);
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    width: 80%;
    display: inline-block;
    margin-top: 20px;
}

.container2 .card .env:focus {
    transition: all 300ms;
    transform: scale(0.9);
}

/*DESTACADO*/

.container2 section {
    padding: 20px;
    z-index: 0;
}

section .tarjeta .image {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    padding: 3px;
    background: #005599;
}

section .tarjeta .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #005599;
}

.tarjeta {
    position: relative;
    background-color: #001F3F;
    margin: 20px 0;
    width: 240px;
}

section .tarjeta {
    transition: all 600ms;
    border-radius: 3px;
    overflow: hidden;
}

section .tarjeta:hover {
    transition: all 600ms;
    transform: translaY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.tarjeta::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #001F3F;
    border-radius: 3px;
}

.tarjeta .tarjeta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 100;
}

.tarjeta .media-icons {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tarjeta .media-icons i {
    color: #fff;
    opacity: 0.6;
    margin-top: 10px;
    cursor: pointer;
    transition: all 300ms ease;
}

.tarjeta .media-icons i:hover {
    opacity: 1;
}

.tarjeta .name-profession {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #6F6987;
}

.name-profession .name {
    font-size: 15px;
    font-weight: 600;
}

.name-profession .profession {
    font-size: 12px;
    font-weight: 500;
    color: #005599;
}

.tarjeta .rating {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.tarjeta .rating i {
    transition: all 300ms ease;
    font-size: 18px;
    margin: 0 2px;
    color: #737E92;
}

.tarjeta .rating i:hover {
    transition: all 300ms ease;
    color: #001F3F;
}

.tarjeta .button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.tarjeta .button button {
    transition: all 300ms;
    background: #5B6982;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}

.button button:focus {
    transition: all 300ms;
    transform: scale(0.9);
}

/*Cartelera*/
/*
section .tarjeta2 .image {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    padding: 3px;
    background: #005599;
}

section .tarjeta2 .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #005599;
}
*/

/* Imagen */
.tarjeta2 .image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

/*
.tarjeta2 {
    position: relative;
    background-color: #005599;
    margin: 10px 0;
    width: 200px;
}
*/

.tarjeta2 {
    background: var(--white);
    width: 250px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.tarjeta2:hover {
    transform: translateY(-5px);
}

section .tarjeta2 {
    transition: all 600ms;
    border-radius: 3px;
    overflow: hidden;
}

section .tarjeta2:hover {
    transition: all 600ms;
    transform: translaY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}
/*
.tarjeta2::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #001F3F;
    border-radius: 3px;
}
*/
.tarjeta2 .tarjeta2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 100;
}


/*
.tarjeta2 .name-profession {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #fff;
}

.name-profession .name {
    font-size: 15px;
    font-weight: 600;
}

.name-profession .profession {
    font-size: 12px;
    font-weight: 500;
    color: #005599;
}

*/

.tarjeta2 .name-profession {
    text-align: center;
    margin-top: 12px;
}

.name-profession .name {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

.name-profession .profession {
    font-size: 14px;
    color: #666;
}

.tarjeta2 .button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.tarjeta2 .button button {
    transition: all 300ms;
    background: #001F3F;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}

.button button:focus {
    transition: all 300ms;
    transform: scale(0.9);
}

/*FORMULARIO*/

.form h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding: 30px;
    text-transform: uppercase;
}

.enviar{
    transition: all 300ms;
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #3B4047;
    cursor: pointer;
    text-transform: uppercase;
}

.form label {
    text-transform: uppercase;
}

.container2 .form {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 20px;
    background-color: #001F3F;
    color: #3D6F8E;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.pepo {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    padding: 4px;
    align-items: center;
}

.pepo2 {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    padding: 4px;
    align-items: center;
    margin-top: 20px;
}

select {
    color: #C7C7C7;
}

.container2 .form .inputsall {
    width: 100%;
    max-width: 600px;
    margin: 4px;
}

.container2 .form .inputs {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #3B4047;
    border: none;
    resize: none;
}

.container2 .form .buttones {
    transition: all 300ms;
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #3B4047;
    cursor: pointer;
    text-transform: uppercase;
}

.container2 .form .buttones:hover {
    transition: all 300ms;
    background-color: #38A9FF;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/*CONTACTOS*/

.motomami {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 85vh;
    margin-bottom: 40px;
}

.motomami .btn {
    transition: all 300ms;
    display: inline-block;
    margin-top: 25px;
    padding: 20px 10px;
    background: #001F3F;
    border-radius: 3px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    color: #818181;
    text-decoration: none;
}

.motomami p {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contacto h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-top: 140px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contacto label {
    color: #BBBBBB;
}

.container2 .contacto {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    background: #005599;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.container2 .contacto .inputsall {
    width: 100%;
    max-width: 600px;
    margin: 8px;
}

.container2 .contacto .inputs {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #001F3F;
    border: none;
    resize: none;
}

.container2 .contacto .buttones {
    transition: all 300ms;
    margin: 8px 0;
    padding: 10px;
    margin-bottom: 110px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #005599;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
}

.container2 .contacto .buttones:hover {
    transition: all 300ms;
    color: #fff;
    background-color: #005599;
}

.pepo {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    padding: 4px;
    align-items: center;
}

/*GALERIA 2*/


.galeriaAux {
    margin-left: 25%;
    width: 50%; /* Limita el ancho */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #001F3F;
}

.galeriaAux .linea ul {
    width: 100%; 
    display: flex;
    align-items: center; /* Centra los ítems */
    padding: 0;
    margin: 0;
}

.galeriaAux ul li {
    font-size: 14px; /* Ajusta el tamaño del texto para que quepa */
    list-style: none;
    color: #9392AE;
    padding: 5px;
    text-transform: uppercase;
}

.galeriaAux .linea ul {
    width: 100%;
}

.galeriaAux ul li:hover {
    color: #005599;
}

.galeriaAux ul li.active {
    color: #005599;
}


.galeria2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #001F3F;
}

.galeria2 ul {
    transition: all 300ms;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.galeria2 .linea ul {
    width: 100%;
}

.galeria2 ul li {
    transition: all 300ms;
    font-size: 16px;
    list-style: none;
    color: #9392AE;
    padding: 22px;
    margin: auto;
    cursor: pointer;
    text-transform: uppercase;
}

.galeria2 ul li:hover {
    color: #005599;
}

.galeria2 ul li.active {
    color: #005599;
}

footer {
    width: 100%;
    background-color: #001F3F;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease-in-out;
}

.footer-social img:hover {
    transform: scale(1.1);
}

.footer-contact a {
    color: #C7C7C7;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 10px;
    font-size: 12px;
    color: #C7C7C7;
}

.footer-bottom a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .footer-contact {
        font-size: 12px;
    }
}


/*RESPONSIVE MENU*/

@media screen and (max-width: 1200px) {
    .margen {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 10px;
    }

    .menu ul li a {
        font-size: 13px;
    }

    .signin-containerl {
        transition: all 300ms;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
    }

    .banner h1 {
        transition: all 300ms;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 56px;
    }

    .banner p {
        transition: all 300ms;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 13px;
    }

    .galeria2 ul li {
        transition: all 300ms;
        font-size: 14px;
        padding: 15px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    th {
        background-color: #005599;
        color: #FFD700;
        text-align: center;
        padding: 8px;
        padding-bottom: 8px;
        padding-top: 8px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
    }

    td {
        background-color: #001F3F;
        color: #9392AE;
        text-align: center;
        font-size: 12px;
    }

    .card3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.container__cover {
    padding: 40px;
    color: #fff;
}

@media screen and (max-width: 720px) {
    header {
        padding: 10px;
    }

    .container__cover {
        padding: 40px;
        color: #fff;
    }

    .container__cover .svg img {
        width: 400px;
        animation: move-vector 4s linear infinite;
    }

    .menu nav {
        transition: all 300ms;
        position: fixed;
        min-width: 250px;
        top: 0;
        left: -250px;
        background-color: #25282A;
        min-height: 100vh;
        padding: 40px;
        transition: all 300ms;
    }

    .menu ul {
        flex-direction: column;
        margin-top: 45px;
        border-bottom: 1px solid #585359;
    }

    .menu ul li {
        margin-top: 5px;
        margin-left: 0;
    }

    .menu ul li a {
        color: #BBBBBB;
    }

    #selected {
        background: none;
        padding: 0px;
        border-radius: none;
        color: #001F3F;
        font-weight: 600;
    }

    .menu nav img {
        width: 60px;
        display: block;
    }

    #back_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: none;
    }

    .menu #btn_menu {
        transition: all 300ms;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        color: #fff;
    }

    .menu #btn_menu:hover {
        color: #001F3F;
    }

    .container__cover {
        color: #fff;
    }

    .svg {
        display: none;
    }

    .signin-containerl {
        transition: all 300ms;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
    }

    .contacto {
        display: flex;
        flex-wrap: wrap;
        width: 78%;
    }

    .contacto .inputsall {
        width: 96%;
        max-width: 600px;
        margin: 8px;
    }

    .pepo {
        width: 100%;
    }

    .encabezado {
        background-color: transparent;
    }

    .banner {
        height: 100vh;
    }

    .banner h1 {
        transition: all 300ms;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 46px;
    }

    .banner p {
        transition: all 300ms;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 12px;
    }

    .galeria2 ul li {
        transition: all 300ms;
        font-size: 13px;
        padding: 5px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .catombe {
        display: none;
    }
}


.search-container {
    position: relative;
    text-align: center;
    width: 25%;
    margin-bottom: 20px;
    margin-left: 35%;
    margin-right: 35%;
    align-items: center;
}

#searchInput {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

#searchInput2 {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.fa-search {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
}

.form-popupclientes {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #f1f1f1;
    z-index: 9;
    background-color: #fefefe;
    max-height: 70%; /* Establece la altura máxima */
    overflow-y: auto; /* Permite el desplazamiento vertical si el contenido desborda */
}

/*Agregar Cliente*/
.formulario-agregar {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.formulario-agregar h2 {
    text-align: center;
    color: #333;
}

.formulario-agregar label {
    display: block;
    margin-top: 10px;
    color: #555;
}

.formulario-agregar input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc; /* Agregado para el contorno */
    border-radius: 3px; /* Agregado para bordes redondeados */
}

.formulario-agregar button {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.formulario-agregar button:hover {
    background-color: #45a049;
}

.formulario-agregar button.cancel {
    background-color: #ccc;
}

.formulario-agregar button.cancel:hover {
    background-color: #999;
}

/*LOGO TABLA POSICIONES*/
.team-logo {
    display: flex;
    align-items: center; /* Centra la imagen y el texto verticalmente */
    justify-content: center;
}

.logo-img {
    width: 40px; /* Ajusta el tamaño del logo */
    height: 40px;
    object-fit: contain; /* Mantiene la proporción del logo */
    margin-right: 10px; /* Espacio entre el logo y el nombre */
}

/* Global */
body {
    background-color: #fff;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}

h1, h2 {
    text-align: center;
    color: #454376;
    font-size: 24px;
    margin-bottom: 10px;
}

h2.nombre-liga {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Contenedor principal de las tablas */
.tablas-posiciones {
    width: 90%;
    margin: 30px auto;
    max-width: 1200px;
}

/* Tabla de posiciones */
.tabla-posiciones {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.tabla-posiciones th, .tabla-posiciones td {
    text-align: left;
    padding: 12px;
}

.tabla-posiciones th {
    background-color: #f0f0f0;
    color: #454376;
    font-size: 14px;
}

.tabla-posiciones td {
    background-color: #fafafa;
    font-size: 14px;
}

/* Diseño de la columna del logo */
.team-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
}

.logo-img {
    width: 30px; /* Ajuste el tamaño del logo */
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

/* Resaltar los puntos más importantes */
.puntos {
    font-weight: bold;
    color: #454376;
}

/* Estilo para los banners */
.liga-tabla {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Ocultar nombre del equipo en móviles */
@media (max-width: 768px) {
    .team-name {
        display: none;
    }
}

/* Mostrar nombre en pantallas grandes */
@media (min-width: 769px) {
    .team-name {
        display: inline;
    }
}

/* NAV PARA MOVILES*/
@media (max-width: 1500px) {
    .container__menu {
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }    
}


