@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.container-classification{
    color: var(--theme-color);
    --title: var(--theme-color);
    --font-family-title: "Roboto", serif;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "width" 100;
    padding: 0px 0px;

    
}


.container_podium img{

    border-radius: 20px;
    
}
.container_podium img.first{

    max-width: 250px;  
    border: 4px solid #F4EB49;  
}
.container_podium img.second{

    max-width: 200px;  
    border: 4px solid #FF5D55;  
}
.container_podium img.third{

    max-width: 180px;  
    border: 4px solid #75A9F9;  
}
.container_podium .content_points span{

    font-size: 20px;
      
}

@media screen and (max-width: 992px) {

    .container_podium img.first{

        max-width: 200px;  
    }
    .container_podium img.second{
    
        max-width: 150px;  
    }
    .container_podium img.third{
    
        max-width: 130px;  
    }
  
}

@media screen and (max-width: 768px) {

    .container_podium{
        flex-direction: column;
        align-items: center !important;
    }
   
    .container_podium img.first{

        max-width: 250px;  
    }
    .container_podium img.second{
    
        max-width: 200px;  
    }
    .container_podium img.third{
    
        max-width: 180px;  
    }

    .w-100px{
        width: auto;
        min-width: auto;
        max-width: auto;
    }
  
}

.container_table_classification {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Desplazamiento suave en dispositivos táctiles */

}


.table_classification_header_front{
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
}
.table_classification_front{
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;

}
.table-scrollable{
    min-width: 500px; /* Asegura que la tabla tenga un ancho mínimo */

}
.table_classification_front thead tr{
    background-color: #232323;
    min-height: 50px;
    height: 50px;
    color: #fff;
    border-bottom: 4px solid white;
}
.table_classification_front td{
    height: 50px;
    min-height: 50px;
}
.table_classification_front td.position{
    background-color: #C0C0C0;
    color: #000;
    text-align: center;
}


.table_classification_front tr.dark {
    vertical-align: middle;
    background-color: #232323;    
}
.table_classification_front tr.classified {
    background-color: #535353;    
}
.table_classification_front td.light {
    color: #FFF;
}

.content-table{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}


.w-50px{
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}


.table_classification_front td.first{
    background-color: #ece97e;
}
.table_classification_front td.second{
    background-color: #e683a6;
}
.table_classification_front td.third{
    background-color: #79cce0;
}

.table_classification_front td:first-child{
      white-space: nowrap; 
}
.table_classification_front th{
      padding: 0px 3px;
}
.table_classification_front th:first-child{
      padding: 0px 12px;
}
