.buscador {
   
}

.buscador input[type=text] {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #495057;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    border: none;
    background: #67a67c;
}

.buscador button {
    display: inline-block;
    font-weight: 400;
    padding: .5rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    vertical-align: middle;
    border: none;
}

#buscador_texto {
    background: #67a67c;
    height: 46px;
    border-radius: .3rem;    
    color: #ffffff;
}

#buscador_texto input[type=text] {
    display: block;
    width: 100%;
    font-weight: 400;
    border: none;
    background: none;
    color: #ffffff;
}

#buscador_texto input[type=text]::placeholder {
    color: #ffffffb8;
}

#buscador_boton {
    display: inline-block;
    font-weight: 400;
    padding: .5rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    vertical-align: middle;
    border: none;
    height: 46px;
    background: #ffffff;
    color: #47905a;
    outline: none;
}

#buscador_boton:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

