.buscador {
    display: flex;
    flex-direction: row;
}



.buscador .input {
    flex-grow: 1;
}

.buscador input[type="text"],
.buscador input[type="text"]:focus-visible {
    outline: none;
    width: 100%;
    height: 40px;
    padding-left: calc(40px / 3);
    padding-right: calc(40px / 3);
    border-width: 0px 0px 1px 0px;
}
div.input {
    display: contents;
}
.buscador .input {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.buscador .submit {
    height: 40px;
    padding-left: calc(40px / 3);
    padding-right: calc(40px / 3);
    background-color: transparent;
    border-width: 0px 0px 1px 0px;
}

.buscador .submit .input-icon {
    align-items: flex-end;
    align-content: flex-end;
    width: 20px;
    height: 20px;
    right: auto;
    left: auto;
}
div.input {
    display: flex;
    flex-direction: row;
}
