#arbol-de-los-deseos {
    z-index: 2;
}

#arbol-de-los-deseos .info {

}

#arbol-de-los-deseos .error {

}

#arbol-de-los-deseos input, #arbol-de-los-deseos textarea, #arbol-de-los-deseos select {
    background-color: #fff;
    border: 1px solid #818a91;
    border-radius: 3px;
    box-sizing: border-box;
    color: #373a3c;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 10px 0;
    max-width: 100%;
    min-height: 40px;
    padding: 8px 16px;
    width: 100%;
}

#arbol-de-los-deseos button {
    background: #B49C08;
    border: none;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin: 20px auto;
    min-height: 40px;
    min-width: 150px;
    padding: 12px 24px;
    text-decoration: none;
    white-space: nowrap;
}

.vdp-datepicker__calendar {
    font-family: sans-serif;
    font-size: 16px;
}