.label-success { padding: 10px 10px;  font-size: 1rem;}
.cate {  padding: 15px; }
.cate h3 {     font-weight: bold;   font-size: 1.5rem; }
.cata-infos{position:relative;background: #fff;display: flex;height: 116px;padding: 15px;border: 1px solid #e4e4e4;margin-bottom: 10px;border-radius: 3px;overflow: hidden;align-items: center;}
.cata-infos:before{content: '';position: absolute;top: 0px;left: 0;width: 1%;height: 100%;background: #00a8ff;border-radius: 0%;}
.cata-infos > div{position: relative;z-index: 10;}
.cata-img{margin-right: 15px;width: 14%;display: flex;align-items: center;justify-content: center;}
.cata-img img{width: 70px;height: 70px;border-radius: 50px;border: 1px solid #e4e4e4;transition: all .2s ease;}
.cata-img a:hover img{border: 3px solid #e4e4e4;}
.cata-txt{width: 65%;font-size: 16px;}
.cata-txt h4{margin-bottom: 5px;font-size: 1.2rem;line-height: 1.1 !important;font-weight: 500;}
.cata-txt h4 a{color: #00a8ff;}
.cata-txt h4 a:hover{color: #1b99cf;}
.cata-txt p{margin-bottom: 0px !important;}
.cata-txt p span{margin-right: 7px;font-size: .8rem;}
.cata-actions{width: 30%;display: flex;justify-content: center;align-items: center;flex-direction: column;font-size: 16px;}
.cata-actions a{width: 110px;text-align: center;border: 1px solid #e4e4e4;margin-bottom: 10px;color: #4e4e4e;padding: 3px;border-radius: 2px;font-weight: 500;}
.cata-actions a:last-child{margin-bottom: 0px !important;}

.resulbuscar {
    margin: auto;
    background: #fff;
    box-shadow: 1px 5px 4px #c3c3c3;
    max-height: 400px;
    overflow: overlay;
    padding: 0;
}
.resulbuscar li {
    list-style-type: none;
}
.resulbuscar li a { padding: 6px 12px; display: block;   color: #333; }
.resulbuscar li a img {  margin-right: 8px;  width: 42px;  height: 42px;  -webkit-border-radius: 50%;  border-radius: 50%; }
/* Change the link color on hover */
.resulbuscar li:hover { background: #f4f5f6; }
.resulbuscar li:hover a {  }