@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: 100%;
    font-family: qatar2022, Arial, sans-serif;
}

.image-container {
    display: flex;
    top: 10px;
    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;
}



  @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;
}



.logo-mn {
   height: 75%;
    width: 33%;
}

 



/*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 */
}

}
    