.contentDestinySection .boxFrom:before {
    content: '';
    background: #cee7db4d;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}
.contentDestinySection .boxFrom {
    position: relative;
    padding: 1px 50px;
}

.contentDestinySection .boxFrom .wpforms-field-label {
    color: #545c6080  !important;
    font-size: 14px !important;
    font-weight: 400 !important;

}

.contentDestinySection .boxFrom .aviso-recaptcha small,
.contentDestinySection .boxFrom .consentimiento label {
    color: var(--color-black);
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
}

.contentDestinySection .boxFrom input,
.contentDestinySection .boxFrom textarea {
    background: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid var(--color-black) !important;
}

.contentDestinySection .boxFrom input {
    height: fit-content !important;
}

.contentDestinySection .boxFrom .aviso-recaptcha a,
.contentDestinySection .boxFrom .consentimiento a {
    font-weight: 700;
}

.contentDestinySection .boxFrom .btn-envio {
    padding: 5px 50px !important;
    border-radius: 50px !important;
    background: var(--color-green) !important;
    border: 1px solid var(--color-green) !important;
    font-family: Raleway !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: normal;
}

.contentDestinySection .boxFrom .btn-envio:hover {
    border-color: var(--color-green) !important;
    background: white !important;
    color: var(--color-green) !important;
    border: 1px solid var(--color-green) !important;
}

@media (max-width: 991px) {  
    .contentDestinySection .col-b {
        margin-bottom: 50px;
    }
}