body {
margin: 0px;
font-family: "Arial";
}

.empleowrp {
display: block;
width: 100%;
/* border: 1px solid red; */
}

.logocateg,
.titleCat {

}

.title_wrp {
display: flex;
width: 100%;
margin-bottom: 10px;
}

.logocateg {
display: flex;
background-color: #f6911b;
width: 20%;
flex-direction:column;
justify-content:center;
text-align:center;
}

.logocateg img {
width: 30px;
height: 24px;
margin-right: auto;
margin-left: auto;
}

.titleCat {
background-color: #bb5c00;
font-size: 18px;
font-family: arial;
padding-top: 20px;
padding-bottom: 10px;
width: 80%;
text-indent: 10px;
color: white;
}

.itemwrp {
display: flex;
width: 100%;
/* margin-left: 10px; */
margin-bottom: 10px;
border-bottom: 1px solid #EFEFEF;
}

.itemwrp .item1 a,
.ver_todos a{
margin-left: 10px;
}

.item {
display: flex;
}

.item1 {
width: 90%;
}
.item2 {
flex-direction: column;
justify-content: right;
text-align: right;
width: 10%;
padding-right: 10px;
}

.item2.item {
    text-align: center;
}

.item2.item a {
    padding: 4px 6px;
    background: #003366;
    color: white;
    display: block;
    min-width: 15px;
    text-align: center;
    width: fit-content;
    border-radius: 50px;
}

.item a {
color: #337ab7;
text-decoration: none;
font-size: 14px;
}

.ver_todos a {
display: block;
width: 100%;
text-decoration: none;
font-size: 16px;
color: #337ab7;
}

.ver-mas {
    padding: 14px 28px;
    background: #003366;
    color: white !important;
    display: block;
    text-align: center;
    width: fit-content;
    border-radius: 50px;
}