@media screen and (min-width: 576px) and (max-width: 879px) {
  .HeaderHome {
    background-image: url('../images/bg-karti.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-attachment: scroll;
    min-height: 400px;
  }

  .introducaotabela { display: none; }
  .ano:before { content: "Ano: "; }
  .mes:before { content: "Mes: "; }
  .cartaonome:before { content: "Nome do cartão: "; }
  .valorcartao:before { content: "Valor: "; }
  .statuscartao:before { content: "Status: "; }
  .acoes:before { content: "Ações: "; }

  .contraste { background-color: rgba(0,0,0,0.2); }

  .espver { margin-top: 20px; }

  .espver2 { margin-top: 20px; }

  .espver3 { margin-bottom: 20px; }

  .Hero {
   font-size: 35px;
   font-family: 'Raleway', sans-serif;
   font-weight: 200;
   color: #FFFFFF;
   line-height: 2.5rem;
  }

  .HeroStrong {
   font-size: 35px;
   font-family: 'Raleway', sans-serif;
   font-weight: 600;
   color: #FFFFFF;
   line-height: 2.7rem;
  }

  .Intro {
   font-size: 30px;
   font-family: 'Raleway', sans-serif;
   font-weight: 300;
   line-height: 2rem;
  }

  .IntroText {
   font-size: 16px;
   font-family: 'Raleway', sans-serif;
   font-weight: 400;
   line-height: 1.5rem;
  }

  .myButton3 { width: 68%; }

  .HomePlanos {
    font-weight:500;
    font-size: 18px;
  }

  .HeaderTabela {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1rem;
  }

  .HeaderTabela2 {
    font-size: 11px;
    font-weight:600;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1rem;
  }

  .TabelaPlanos {
    display: none;
  }

  .TabelaPlanos2 {
    display: visible;
  }

  .espacador { margin-left: 3px; margin-right: 3px; }

  .InputHome {
    width: 68%;
    height: calc(2.7rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #4482B5;
    border-radius: .50rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
  }

  .InputHomeWhite {
    width: 45%;
    height: calc(2.7rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #4482B5;
    border-radius: .50rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
  }


  .HomePrivacy {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
  }

  a.HomePrivacy  {
    color: #FFFFFF;
    text-decoration: none;
  }

  a.HomePrivacy: visited  {
    color: #FFFFFF;
    text-decoration: none;
  }

  a.HomePrivacy: hover  {
    color: #FFFFFF;
    text-decoration: underline;
  }

}
