.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

/*Cambiamos punto por checbox*/
.careers-info li::marker {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*content: "\f30b"; arrow right*/
    content: "\f00c"; /* checkbox */
    margin-left: 10px;
    margin-right: 10px;
}

/*maquetamos margenes*/
.careers-info ul li{
    margin-left: 18px;
    padding-left: 15px;

    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: var(--main-text-color);
    font-weight: 400;
    line-height: 25px;
}

/*<i class="fas fa-check"></i>*/

/*ACTIVAMOS LAS NEGRITAS EN EL LISTADO DE PRODUCTOS*/
.div-resumen-product-list p strong {
	font-weight: 700;
}

.careers-info p strong {
    font-weight: 700;
    /*color: var(--main-dark-color);*/
}