@media (max-width: 720px) {

  .lista-patrocinadores {
    justify-content: space-around;
    grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
  }

  #capa-pagina .breadcrumb-wrapper {
    left: 0;
    text-align: center;
  }

  .btn-flutuantes {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    top: unset;
  }

  .btn-flutuantes .btn-flutuante {
    width: 33.33%;
    height: 45px;
    margin: 0 !important;
    padding: 15px 0 !important;
    display: flex;
    text-align: center;
    white-space: nowrap;
    border-radius: 0;
    justify-content: center;
  }

  .btn-flutuantes .btn-flutuante i, .btn-flutuantes .btn-flutuante img {
    display: none !important;
  }

  .btn-flutuantes .btn-flutuante .text {
    height: auto;
  }

  #totop {
    bottom: 45px;
  }

  body#page_quem_somos .introduction-section iframe {
    float: none;
  }
}

@media (min-width: 720px) {
  img.heap-image {
    padding: 0 10px 20px 0;
    float: left;
  }
}