

#exampleSlider {
  /* position: relative; */
 /*  border: 1px solid black; */
}

@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}
#exampleSlider .MS-content {
  margin: 15px;
  overflow: hidden;
  white-space: nowrap;
/*   border: 1px solid red; */
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  border-radius: 4px;
  margin: 20px 10px 60px 10px;
  box-shadow:0px 15px 11px -5px #b4b4b47a;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  padding: 20px;
  border: 1px solid #e9e9e9; 
  
  width: 31.633%;
  background: #fff;
  height: 252px;
}
#exampleSlider .MS-content .bloco-info svg{

  font-size: large;
}
#exampleSlider .MS-content .bloco-info .info:first-child{
  margin-left: 6px;
}
#exampleSlider .MS-content .bloco-info .info:last-child{
  margin-left: 15px;color: #5d5d5d;
}
#exampleSlider .MS-content .item .sigla-moeda{
 line-height: initial;margin-left: 6px;font-family: 'Poppins Regular';
  
}
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 95%;
  }
}

#exampleSlider .titulo-slide{
  font-weight: 600;
  color: #545454;

}
#exampleSlider .conteudo{
  justify-content: space-between;margin-top: 20px;

}

#exampleSlider .conteudo svg{
  font-size: 2.2rem;
  color: #747474;

}

#exampleSlider .conteudo .info-user{
 margin-left: 10px;

}
#exampleSlider .conteudo .cargo{
 position: absolute;margin-top: -10px;

}
#exampleSlider .MS-content .item p {
  font-size: 20px;
 /*  text-align: center; */
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
  white-space: break-spaces;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: -30px;position: absolute;color:#fff
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: -30px;position: absolute;color:#fff
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}
