
@media (max-width: 768px)
{
  .text-center-xs
  {
    text-align:center !important;
  }
  .text-justify
  {
    text-align:justify !important;
  }
  .mb-3-xs
  {
    margin-bottom: 30px;
  }
  .npr-xs
  {
    padding-right: 0!important;
  }

  .slogan
  {
    margin-top: 40px;
  }

  .investiremos-1000 {
      padding: 40px;
  }
  .invest-1000 h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .invest-1000 h1 {
    font-size: 60px;
    letter-spacing: -6px;
  }
  .invest-1000 h1 small{
    font-size: 50px;
  }
  .form-invest form {
    padding: 10px;
  }

  .info-comentario {
    margin-top: 50px;
  }

  .g-topo .mensagem {
    text-align:center;
   }
  .g-topo .mensagem .mao{
    text-align:center !important;
   }

}