@media only screen and (min-width: 840px) {
  header .div-features .mdl-card {
    margin-left: 7.5%;
  }
}
@media only screen and (max-width: 839px) {

  .width-100--tablet{
    width: 100% !important;
  }

  header {
    /* background-position: left top;*/
    height: auto;
  }
  .header-sec {
    min-height: 100px !important;
  }
  .div-features .mdl-card {
    margin-top: 10px;
    padding-bottom: 10%;
    width: 90%;
    margin: auto;
  }

  .div-features .mdl-card {
    margin-top: 10px;
    padding-bottom: 10%;
    width: 90%;
    margin: auto;
  }



  header .mdl-layout__header-row {
    display: none;
  }
  /*sobre*/
  #map-canvas {
    height: 300px;
  }
  /*sobre*/

  /*footer-section*/
  .sec-contato{
    padding: 0;
    margin: 0;
    padding: 10px;
    text-align: center !important;
  }

  /*
  .sec-contato .frm-contato{
    width: auto !important;
    border-radius: none;
    background: none;
    padding: 0;
    margin: 0;
    color: #fff;
  }*/

  /**/

}
@media only screen and (max-width: 950px) {
  .div-noticia .mdl-card__actions,
  .div-noticia .mdl-card__supporting-text {
    display: none;
  }
}
