.lupa {
    cursor: pointer;
}
#buscaWrapper {
    position: absolute;
    background: white;
    width: 500px;
    z-index: 9999;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    padding: 33px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: "Arial", "Lucida Grande", Helvetica, sans-serif;
}

#buscaWrapper #fecharBusca, .featherlight-close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 4px 8PX;
    background: #605644;
    color: #e2aa3d;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
}

#buscaWrapper #inputBusca {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: none;
    border: none;
}

.linkParaPagina {
    display: block;
    margin: 2px 0 5px 0
}
.linkParaPagina span {
    font-weight: bold;
    color: #e2aa3d;
}




#buscaWrapper.fixa {
    position: fixed;
    top: 10px; 
    right: 10px;
    left: auto;
    transform: none;
    -ms-transform: none;
    padding: 6px 20px 0px 20px;
    width: 420px;
}
#buscaWrapper.fixa #fecharBusca {
    display: none;
}