.campo-pesquisa {
    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 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url('../../media/pesquisamobile/votacao.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;
  }
  .btn-pesquisa {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 8px;
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 6px 35px;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
  }
  
  .btn-pesquisa:hover {
    animation: pulse 1s infinite;
  }
  
  .btn-pesquisa:hover {
    background-image: linear-gradient(to right, rgba(220, 135, 188, 0.2), rgba(35, 148, 181, 0.2));
  }
  
  
  .btn-pesquisa:focus {
    outline: none;
  }
  
  .btn-pesquisa:active {
    transform: translateY(2px);
  }
  .title-pesquisa{
    text-align: center; 
  }
