.lupic-contacto > span > input, .lupic-contacto > span > textarea {
    background: var(--white);
    border-radius: 10px;
    width: 100%;
    color: #757575;
}

.lupic-contacto > span {
    width: 100%;
}

.lupic-contacto > span > textarea {
    resize: none;
    max-height: 150px;
}

.lupic-contacto input[type="submit"] {
    background-color: var(--white);
    color: var(--primary-body);
    border-radius: 10px;
}
.lupic-contacto input[type="submit"]:hover{
    background-color: var(--primary-pink);
    color: var(--white);
}

.lupic-contacto {
    display: flex;
    flex-direction: column;
    gap: 16px;
}