

#exampleSlider-02 {
    /* position: relative; */
   /*  border: 1px solid black; */
  }
  
  @media (max-width: 767px) {
    #exampleSlider-02 {
      border-color: transparent;
    }
  }
  #exampleSlider-02 .MS-content {
    margin: 15px;
    overflow: hidden;
    white-space: nowrap;
  /*   border: 1px solid red; */
  }
  @media (max-width: 767px) {
    #exampleSlider-02 .MS-content {
      margin: 0;
    }
  }
  #exampleSlider-02 .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: 430px;
  }
  #exampleSlider-02 .MS-content .item .bg{

    height: 200px;margin-bottom:10px;background-repeat:no-repeat !important;background-size: cover !important;
  }
  #exampleSlider-02 .MS-content .bloco-info svg{
  
    font-size: large;
  }
  #exampleSlider-02 .MS-content .bloco-info .info:first-child{
    margin-left: 6px;
  }
  #exampleSlider-02 .MS-content .bloco-info .info:last-child{
    margin-left: 15px;color: #5d5d5d;
  }
  #exampleSlider-02 .MS-content .item .sigla-moeda{
   line-height: initial;margin-left: 6px;font-family: 'Poppins Regular';
    
  }
  @media (max-width: 1200px) {
    #exampleSlider-02 .MS-content .item {
      width: 25%;
    }
  }
  @media (max-width: 992px) {
    #exampleSlider-02 .MS-content .item {
      width: 33.3333%;
    }
  }
  @media (max-width: 767px) {
    #exampleSlider-02 .MS-content .item {
      width: 95%;
    }
  }
  
  #exampleSlider-02 .titulo-slide{
    font-weight: 600;
    color: #545454;
  
  }
  #exampleSlider-02 .conteudo{
    justify-content: space-between;margin-top: 20px;padding: 20px;
  
  }
  
  #exampleSlider-02 .conteudo svg{
    font-size: 2.2rem;
    color: #747474;
  
  }
  
  #exampleSlider-02 .conteudo .info-user{
   margin-left: 10px;
  
  }
  #exampleSlider-02 .conteudo .cargo{
   position: absolute;margin-top: -10px;
  
  }
  #exampleSlider-02 .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-02 .MS-controls button {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 30px;
    outline: 0;
    top: 127px;
  }
  @media (max-width: 767px) {
    #exampleSlider-02 .MS-controls button {
      display: none;
    }
  }
  #exampleSlider-02 .MS-controls button:hover {
    cursor: pointer;
  }
  #exampleSlider-02 .MS-controls .MS-left {
    left: -30px;position: absolute;
  }
  @media (max-width: 992px) {
    #exampleSlider-02 .MS-controls .MS-left {
      left: -2px;
    }
  }
  #exampleSlider-02 .MS-controls .MS-right {
    right: -30px;position: absolute;
  }
  @media (max-width: 992px) {
    #exampleSlider-02 .MS-controls .MS-right {
      right: -2px;
    }
  }
  