@media screen and (max-width: 1120px) {

  .col1_servicos_aberto {width: calc(100% - 330px);}

  .col2_servicos_aberto {width: 300px;}


  .fake_form {
    width: 135px;
    margin-right: 72px;
  }

}

@media screen and (max-width: 800px) {


  .col1_servicos_aberto {
    float: none;
    width: 100%;
  }

  .link_cta_servicosaberto {display: none;}
  .col2_servicos_aberto {display: none;}

  .link_cta_servicosaberto2 {display: table;}
  .cta_servicoaberto2 {
    display: table;
  }

  .form_servico {
    border: 1px solid #f7822b;
  }

  .fake_form {
    width: 135px;
    height: 40px;
    background-color: #FFF;
    margin-top: -48px;
    float: right;
    margin-right: 82px;
  }


  .form_servico2 {
    display: table;
  }

}