.header_tabla {
    width: 100%;
    display: flex;
    background: #000000;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 0px;
    align-items: center;
}

.header_tabla p {
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.clas_colum_tabla {
    display: flex;
    background: #ECECEC;
    padding: 10px 0px;
    border-radius: 20px;
    margin: 5px 0px;
}

.clas_colum_tabla p {
    font-size: 15px;
    color: #000000;
}

.header_tabla p:nth-child(1n),
.clas_colum_tabla p:nth-child(1n) {
    width: 240px;
    text-align: center;
}

.header_tabla p:nth-child(2n),
.clas_colum_tabla p:nth-child(2n) {
    width: 130px;
    text-align: center;
}

.header_tabla p:nth-child(3n),
.clas_colum_tabla p:nth-child(3n) {
    width: 130px;
    text-align: center;
}

.header_tabla p:nth-child(4n),
.clas_colum_tabla p:nth-child(4n) {
    width: 130px;
    text-align: center;
}


.linea_celest {
    background: #47F9FE;
    height: 4px;
    width: 25%;
    display: block;
    margin-right: 5px;
}

.linea_blanca {
    background: transparent;
    height: 4px;
    width: 25%;
    display: block;
    margin-right: 5px;
}

.clas_colum_tabla p:nth-child(4n),
.clas_colum_tabla p:nth-child(6n) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor_tabla .clas_colum_tabla:last-child {
    background: #000000;
}

.contenedor_tabla .clas_colum_tabla:last-child p {
    color: #47F9FE;
}

.tabla_conte {
    width: 730px;
}

.tabla_conte img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
    overflow: hidden;
}

@media(max-width:1530px) {
    .tabla_conte {
        width: 100%;
        max-width: 700px;
    }
}

@media(max-width:1439px) {
    .tabla_conte {
        max-width: 670px;
    }
}

@media(max-width:1279px) {
    .tabla_conte {
        width: 100%;
        max-width: 500px;
        overflow-y: auto;
        padding: 0px;
    }

    .contenedor_tabla {
        width: 620px;
    }
}

@media(max-width:992px) {
    .tabla_conte {
        max-width: 620px;
    }
}

@media(max-width:767px) {
    .tabla_conte {
        /* max-width: 420px; */
        margin: auto;
    }
}

@media(max-width:450px) {
    .tabla_conte {
        max-width: 320px;
    }
}


@media(max-width:350px) {
    .tabla_conte {
        max-width: 270px;
    }
}