.card-codigo-mobile{
    width: 100%;
    padding: 5%;
    max-width: 400px;
    background-image: linear-gradient(to right, rgba(220, 135, 188, 0.2), rgba(35, 148, 181, 0.2));
    border-radius: 11px;
    margin: 0 0 0 0;
  
  }
  /*.background-pesquisa-mobile-codigo {*/
  /*  display: flex;*/
  /*  justify-content: center;*/
  /*  align-items: center;*/
  /*  height: 100vh;*/
  /*  background-image: url('../../media/pesquisamobile/back.png');*/
  /*  background-position: center center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-attachment: fixed;*/
  /*  background-size: cover;*/
  /*  -webkit-background-size: cover;*/
  /*  -moz-background-size: cover;*/
  /*  -o-background-size: cover;*/
  /*}*/
  .title-codigo{
    font-size: 20px;
    text-align: center;
  }
  
