@keyframes ajec-slide-up {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.forms {
    display: none;
}


.ajec-form-animate {
    animation: ajec-slide-up 0.38s ease;
}


#zoho-form-producto {
    width: 100%;
    padding: 20px 0 0 0;
}


#zoho-form-producto form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
}

#zoho-form-producto form>.zcwf_row {
    width: 100%;
    margin: 0 0 4px 0;
}


#zoho-form-producto form>div.zcwf_row:nth-of-type(1),
#zoho-form-producto form>div.zcwf_row:nth-of-type(2) {
    width: calc(50% - 7px);
}


#zoho-form-producto .zcwf_col_lab {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.3);
    word-break: break-word;
}

#zoho-form-producto .zcwf_col_lab label {
    display: block;
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}


#zoho-form-producto .zcwf_col_fld {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
    position: relative;
}


#zoho-form-producto .zcwf_col_fld input[type=text],
#zoho-form-producto .zcwf_col_fld textarea {
    width: 100% !important;
    border: solid 1px rgba(0, 0, 0, 0.3) !important;
    border-radius: 0 !important;
    padding: 10px !important;
    margin: 0 0 10px 0 !important;
    color: #333 !important;
    background-color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    float: none !important;
    resize: vertical;
    -webkit-appearance: none;
}


#zoho-form-producto .zcwf_col_fld_slt {
    width: 100% !important;
    border: solid 1px rgba(0, 0, 0, 0.3) !important;
    border-radius: 0 !important;
    padding: 10px !important;
    margin: 0 0 10px 0 !important;
    color: #333 !important;
    background-color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    float: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px !important;
}


#zoho-form-producto .zcwf_col_fld input[type=text]:focus,
#zoho-form-producto .zcwf_col_fld textarea:focus,
#zoho-form-producto .zcwf_col_fld_slt:focus {
    border-color: #f5821f !important;
    outline: none !important;
    box-shadow: none !important;
}


#zoho-form-producto .wfrm_fld_dpNn {
    display: none !important;
}


#zoho-form-producto .zcwf_row:has(.zcwf_ckbox) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

#zoho-form-producto .zcwf_row:has(.zcwf_ckbox) .zcwf_col_lab {
    order: 2;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

#zoho-form-producto .zcwf_row:has(.zcwf_ckbox) .zcwf_col_lab label {
    margin-bottom: 0;
    line-height: 1;
}

#zoho-form-producto .zcwf_row:has(.zcwf_ckbox) .zcwf_col_fld {
    order: 1;
    width: auto !important;
    flex: 0 0 auto;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

#zoho-form-producto .zcwf_ckbox {
    accent-color: #74cae2;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
}


#zoho-form-producto .g-recaptcha {
    margin: 8px 0 6px 0;
}


#zoho-form-producto [id^="recapErr"] {
    font-size: 12px;
    color: red;
}

#zoho-form-producto [id^="recapErr"] {
    font-size: 12px;
    color: red;
}


#zoho-form-producto form>div.zcwf_row:last-of-type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding-top: 4px;
}


#zoho-form-producto .formsubmit.zcwf_button {
    background-color: #74CAE2 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    max-width: none !important;
    overflow: visible !important;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

#zoho-form-producto .formsubmit.zcwf_button:hover {
    background-color: #f5821f !important;
    color: #fff !important;
}


#zoho-form-producto input[type=reset] {
    display: none !important;
}


#zoho-form-producto .zcwf_tooltip_over {
    position: relative;
}

#zoho-form-producto .zcwf_tooltip_ctn {
    position: absolute;
    background: #dedede;
    padding: 3px 6px;
    top: 3px;
    border-radius: 4px;
    word-break: break-word;
    min-width: 100px;
    max-width: 150px;
    color: #313949;
    z-index: 100;
}


@media (max-width: 767px) {

    #zoho-form-producto form>div.zcwf_row:nth-of-type(1),
    #zoho-form-producto form>div.zcwf_row:nth-of-type(2) {
        width: 100%;
    }

    #zoho-form-producto form>div.zcwf_row:last-of-type {
        justify-content: stretch;
    }

    #zoho-form-producto .formsubmit.zcwf_button {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
}