/* TELA MAIOR QUE NOTE */
@media screen and (min-width: 1500px) {
}
/* RESPONSIVO ABAIXO DE NOT */
@media screen and (max-width: 1360px) {
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 750px) {
  html{
    font-size: 2vw;
  }
  .sobre-img img {
    width: 100%;
  }
  .not {
    display: grid;
  }
  .card-not {
    width: 100%;
  }
  div#fx3 .moduletable > h3 {
    margin: 6% 0px 11% 0;
  }
  nav.menu-padrao {
    justify-self: center;
  }
  .toggle-menu {
    background: #00d2ef;
  }
  .menu-padrao ul.lista-menu-principal li {
    padding-left: 0;
  }
  nav.menu-padrao {
    justify-self: center;
}

#menu ul.lista-menu-principal[data-toggle="open"] {
    display: grid;
    place-items: center;
    position: absolute;
    top: 58px;
    z-index: 9;
    background: white;
    width: 100%;
    justify-self: anchor-center;
}

div#menu {
    position: relative;
}
.sab-m-img {
  flex-wrap: wrap;
}
.sab-m-img img {
  width: 100%;
}
.sab-m-txt {
  position: initial;
  width: 100%;
}
}