@media screen and (max-width: 991px) {
  .main, 
  .orcamento {
    text-align: center;
  }

  .main .btn-primario,
  .orcamento p {
    margin-bottom: 2rem !important;
  }

  .orcamento label {
    float: left;
  }

  .plano-basico {
    margin-bottom: 3rem !important;
  }
}

@media screen and (max-width: 767px) {
  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .funcionalidades {
    text-align: center;
  }

  .funcionalidades img {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .menu .text-right,
  .menu {
    text-align: center !important;
  }

  .menu img {
    margin-bottom: 1rem !important;
    height: 40px;
  }

  .planos li {
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .adicionais li::before {
    line-height: 1.1;
  }

  .plano-basico,
  .form-orcamento {
    padding: 5rem 3rem !important;
  }

  .plano-basico li::before {
    left: 1rem;
  }

  .item-bene {
    flex-direction: column;
  }

  .item-bene img {
    margin-bottom: 1rem;
  }

  .item-bene div {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  
  .main .row{
    display: flex;
    flex-direction: row;
  }

  .keep-park ul li{
    font-size: 18px;
  }

  .keep-park ul li img{
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }

  .keep-park .row > div:first-child img{
    width: 350px !important;
  }
}

@media screen and (min-width: 992px) {
  
  .main .col-lg-6:nth-child(1){
    align-items: start;
  }

  .keep-park{
    padding: 0;
  }

  
  .keep-park .row > div:first-child img{
    width: 70% !important;
  }

  .planos,
  .funcionalidades{
    padding: 0;
  }

  .orcamento,
  .beneficios{
    padding-top: 0 !important;
  }
}


