@font-face {
    font-family: 'qatar2022';
    src: url('/assets/Fuentes/Qatar2022/Qatar2022-Medium.otf') format('woff'),
         url('/assets/Fuentes/Qatar2022/Qatar2022Arabic-Medium.otf') format('woff');
         src: url('/assets/Fuentes/octosquares/TT_Octosquares_Regular.ttf') format('truetype');

        font-weight: normal;
    font-style: normal;
}

 
.body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 90%;
    font-family: qatar2022, Arial, sans-serif;
}

.image-container {
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    height: 2cm;
    position: relative;
}

.image-row {
    display: flex;
}

.image-item {
    width: 1.5cm;
    height: 1.5cm;
    text-align: center;
    padding: 5px;
}

.image {
    max-width: 100%;
    max-height: 100%;
}

.contenedor-de-banners {
    display: flex;
    justify-content: space-between; /* Ajusta los elementos equitativamente */
    align-items: center; /* Centra los elementos verticalmente */
    height: 150px;
    width: 100%;
    margin-top:1em;
    z-index: 5;
}

.banner-image-left, .central-results, .logo-mn {
   height: 100%;
    width: 33%;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    
}

.banner-image-left {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    flex: 1;
}


/*imagen en el contenedor izquierdo*/
.banner-image {
    width:100%;
    height:100%;
    object-fit: cover;
    margin:0;
     transform: skewY(0deg) skewX(-15deg);
    
}

.central-results{
   font-family: qatar2022;
    display: flex;
    justify-content: center;
    align-items: center;
    border:3px solid #ddd;
    border-radius:10px;
}

/*.central-results .partido{
    height:100%;
  
}


.central-results .swiper-slide h3{
  font-weight:normal; 
  
}*/



.tabla-central {
    border-collapse: separate;
    border-spacing: 0;
    width: 290px;
    height: 290px;
    margin:10px auto 25px auto;
    border:none;
    z-index: 3;
}

.td {
    width: 33.33%;
    height: 33.33%;
    padding: 0;
    margin: 0;
    border: none;
}

.top-left,
.top-right,
.bottom-left,
.bottom-right {
    border: none;
}

.top-left {
    border-top-left-radius: 40px;
    background-image: url('/assets/imagenes/Tcentral/tbl1.jpg');
    background-size: cover;
}

.top-right {
    border-top-right-radius: 40px;
    background-image: url('/assets/imagenes/Tcentral/tbl2.jpg');
    background-size: cover;
}

.bottom-left {
    border-bottom-left-radius: 40px;
    background-image: url('/assets/imagenes/Tcentral/tbl3.jpg');
    background-size: cover;
}

.bottom-right {
    border-bottom-right-radius: 40px;
    background-image: url('/assets/imagenes/Tcentral/tbl4.jpg');
    background-size: 130% 100%;
}

.ruta {
    display: flex;
    text-align: right;
    justify-content: space-between;
    margin-bottom: 0;
}

.paginaactual {
    font-size: 10px;
    color: #007bff;
    text-align: left;
}

.numero-visitas {
    font-size: 10px;
    color: #007bff;
    text-align: right;
}


/*estilos para el login*/

.principal {
            width: 100%;
            max-width: 400px;
            background-color: #f0f0f0;
            border-radius: 15px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            padding: 30px;
            margin-left:auto;
            margin-right:auto;
        }
        
        .login-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .login-header h1 {
            color: #333;
            font-size: 28px;
            margin-bottom: 10px;
        }
        
        .login-header p {
            color: #666;
            font-size: 14px;
        }
        
        .login-form .form-group {
            margin-bottom: 20px;
        }
        
        .login-form label {
            display: block;
            margin-bottom: 8px;
            color: #555;
            font-weight: 500;
        }
        
        .login-form input {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s;
        }
        
        .login-form input:focus {
            border-color: #007bff;
            outline: none;
        }
        
        .button-group {
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
        }
        
        .btn {
            padding: 12px 25px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .btn-primary {
            background-color: #007bff;
            color: white;
        }
        
        .btn-primary:hover {
            background-color: #0069d9;
            transform: translateY(-2px);
        }
        
        .btn-secondary {
            background-color: #6c757d;
            color: white;
        }
        
        .btn-secondary:hover {
            background-color: #5a6268;
        }
        
        .login-footer {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
            color: #666;
        }
        
        .login-footer a {
            color: #007bff;
            text-decoration: none;
        }
        
        .login-footer a:hover {
            text-decoration: underline;
        }
        
        .error-message {
            color: #dc3545;
            background-color: #f8d7da;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            display: none;
        }



  @media (max-width: 768px){
      .body {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
   
   font-family: qatar2022, Aria, sans-serif;
  }
  
  .banner-image-left {
    display: none;
}




.contenedor-de-banners {
    display: flex;
    justify-content: space-between; /* Ajusta los elementos equitativamente */
    align-items: center; /* Centra los elementos verticalmente */
    height: 65px;
    width: 100%;
     margin-top:0;
    z-index: 3;
}

.central-results{
    display: flex;
    justify-content: flex-start; /* Ajusta los elementos equitativamente */
    align-items: center;
   height: 100%;
    width: 70%;
   border:2px solid #ddd;
     margin-left:0;
}

/*tamaño del texto de los resultados*/
.central-results .partido h3{
     font-size:.7em;
}







/*imagen en el contenedor izquierdo*/
.banner-image {
    width:100%;
    height:100%;
    object-fit: cover;
    margin:0;
     transform: skewY(0deg) skewX(-15deg);
    
}
   


   
    .table {
    border-collapse: separate;
    border-spacing: 0;
    width: 250px;
    height: 250px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
   
}


td {
    width: 33.33%;
    height: 33.33%;
    padding: 0;
    margin: 0;
    border: none;
}

.top-left,
.top-right,
.bottom-left,
.bottom-right {
  border:none;
}

.top-left {
    border-top-left-radius: 40px;
    border-right: none;
  background-size: cover;
}

.top-right {
    border-top-right-radius: 40px;
  background-size: cover;
}

.bottom-left {
    border-bottom-left-radius: 40px;
    border-top: none;
    border-right: none;
  background-size: cover;
}

.bottom-right {
    border-bottom-right-radius: 40px;
    border-top: none;
  background-size: cover;
}   
 .image-container {
     padding:3px;
     height: auto;
    position: relative;
    z-index: 2;
    top:-20px;
    }
    .image-row {
         padding:3px;
      flex-wrap: wrap;
       height: auto;
    }
    .image-item {
          height: auto;
      width: calc(100% / 6); /* Distribuir 6 imágenes por fila en móviles */
       padding:0 0 0 0px;
    }
    .image {
      /* Ajustar el tamaño de las imágenes en dispositivos móviles */
      width: .8cm;
      height: .8cm;
    }
  
  
  
 
  
  
  .banner-image-left {
   display: none;
  
  }

  .banner-image {
    width: 70%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 75px;
    transform: translate(-50%, -50%);
    z-index: 3; /* Agrega esto para que esté encima de banner-image */
  }
     .right-content {

margin-left:30px;
 
}


.ruta {
  display: flex;
  flex-direction: column; /* Apila los elementos verticalmente */
  align-items: flex-start; /* Alinea los elementos a la derecha */
  text-align: right; /* Alinea el texto a la derecha */
}
.paginaactual {
  font-size: 10px;
  color: #007bff;
  text-align: right; /* Alinea el texto a la derecha */
}

.numero-visitas {
  font-size: 10px;
  color: #007bff;
  text-align: right; /* Alinea el texto a la derecha */
}

}
    