.ipeadata
  form#mod-finder-searchform156
  button.btn.btn-primary.botao-busca.hasTooltip.finder {
  right: 15%;
}

/* 991 */

@media (max-width: 992px) {
  form#mod-finder-searchform156
    button.btn.btn-primary.botao-busca.hasTooltip.finder {
    right: 25%;
  }
}

/* 768 */

@media (max-width: 768px) {
  .atalhos {
    width: 50%;
  }
  .atalho {
    width: 100%;
  }

  form#mod-finder-searchform156
    button.btn.btn-primary.botao-busca.hasTooltip.finder {
    right: 10%;
  }

  .fiv-items {
    width: calc(100% / 4);
  }
}

/* 576 */

@media (max-width: 576px) {
  .ipeadata div#sp-position1 div.finder {
    width: 90%;
  }

  .atalhos {
    width: 100%;
  }

  .five-container {
    justify-content: space-evenly;
  }

  .fiv-items {
/*    width: calc(100% / 3);*/
    width: 48%;
  }
}

@media (max-width: 426px) {
  .fiv-items {
    width: calc(100% / 1);
  }
}

@media (max-width: 375px) {
  .banner_home {
    height: 20vh;
  }
}
