
#exampleSlider {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
  }
  
  .img-dicas{overflow: hidden;}
  .img-dicas img{height: 335px; overflow: hidden; width: 100%;}
  
  
  #outros-dicas, .img-dicas, .text-caixa{width: 100%;}
  .dicas2, .img-dicas, .text-caixa{width: 100%; }
  .text-caixa{display: flex; border-top: 5px solid #0e4071; }
  .disponivel{width: 50%;}
  .text-caixa a{width: 50%; text-align: end; color: #fff;}
  
  
  
  @media (max-width: 767px) {
    #exampleSlider {
      border-color: transparent;
    }
  }
  #exampleSlider .MS-content {
    margin: 15px 5%;
    height: 415px;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(255, 0, 0, 0);
    padding-bottom: 50px;
  }
  @media (max-width: 767px) {
    #exampleSlider .MS-content {
     
    }
  }
  #exampleSlider .MS-content .item {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border: 1px solid rgba(0, 128, 0, 0);
    border-right: none;
  
  }
  @media (max-width: 1200px) {
    #exampleSlider .MS-content .item {
      
    }
  }
  @media (max-width: 990px) {
    #exampleSlider .MS-content .item {
      
    }
    .atalho-redes{display: none;}
  }
  @media (max-width: 767px) {
    #exampleSlider .MS-content .item {
      width: 100%;
    }
  }
  #exampleSlider .MS-content .item p {
    font-size: 18px;
    white-space: normal;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0;
  }
  #exampleSlider .MS-content .item h4 {
  
    white-space: normal;
  
  }
  #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: -10%;
    margin-top: 10%;
  }
  @media (max-width: 1500px) {
    #exampleSlider .MS-controls .MS-left {
      left: 10px;
  
    }
  }
  @media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-left {
      left: -35px;
      margin-top: 20%;
    }
  }
  #exampleSlider .MS-controls .MS-right {
    right: -8%;
    margin-top: 10%;
  }
  @media (max-width: 1500px) {
    #exampleSlider .MS-controls .MS-right {
      right: 10px;
    }
  }
  @media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-right {
      right: 3px;
      margin-top: 20%;
    }
  }