/**************************************************************************************************************************************
#WIDGET SAIBA MAIS
***************************************************************************************************************************************/
.membersWidget .item{
    text-align: center;
    margin: 0em 0em -5em 0em;
    height: 100%;
    float: left;
    width: 100%;
    min-height: 360px;
    max-height: 360px;
    position: relative;
    margin-bottom: 0.5em;
}
.membersWidget .item time {
    /* width: 12%; */
    padding: 0.3em 0.5em;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    background: #3fad6c;
    display: inline-block;
    margin: 1em auto;
}
.membersWidget .item figure{
    margin: 0 0 15px 0;
    /*height: 230px;*/
    border: 1px solid #f5f5f5;
    background-color: #fbfbfb;
    overflow: hidden;
    float: left;
    width: 100%;
}
.membersWidget .item .membersOffice{
  min-height: 40px;
  margin-bottom: 0.5em;
  color: #c52f33;
  font-weight: bold;
  height: auto;
  float: initial;
}
.membersWidget .item .titleBoxs{
    font-size: 1.3em;
    margin-bottom: 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #0d7340;
}
.membersWidget .owl-theme .owl-controls{
    margin-top: 25px !important;
    position: relative !important;
}
.memberDescription{
    min-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* display: none; */
}

.item > p{
  height: 30px;
  float: left;
  width: 100%;
  font-size: 13px;
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .membersWidget .col-xs-12 > .col-xs-12{
        width: 50%;
    }
}
