www.fidelitymkt.com Open in urlscan Pro
189.204.31.44  Public Scan

Submitted URL: https://fidelitymkt.com.ec/
Effective URL: https://www.fidelitymkt.com/
Submission: On March 09 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

<form class="conForm" id="contact-form" data-parsley-validate="" novalidate="">
  <div class="form-group row">
    <label for="contact-name" class="col-sm-2 col-form-label">*Name</label>
    <div class="col-sm-10">
      <!-- Name -->
      <input type="text" class="form-control" id="contact-name" name="contact-name" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#name-error">
      <div id="name-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-email" class="col-sm-2 col-form-label">*Corporate Email</label>
    <div class="col-sm-10">
      <!-- Mail -->
      <input type="email" class="form-control" id="contact-email" name="contact-email" required="" data-parsley-required="true" data-parsley-type="email" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#mail-error">
      <div id="mail-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-phone" class="col-sm-2 col-form-label">Phone</label>
    <div class="col-sm-10">
      <input type="tel" class="form-control" id="contact-phone" name="contact-phone" data-parsley-errors-container="#phone-error" data-parsley-required="true" minlength="8" maxlength="10"
        onkeypress="if ( isNaN( String.fromCharCode(event.keyCode) )) return false;">
      <div id="phone-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-job" class="col-sm-2 col-form-label">*Job/Area</label>
    <div class="col-sm-10">
      <input type="text" class="form-control" id="contact-job" name="contact-job" required="" data-parsley-required="true" data-parsley-errors-container="#job-error">
      <div id="job-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-emp" class="col-sm-2 col-form-label">*Company</label>
    <div class="col-sm-10">
      <input type="text" class="form-control" id="contact-emp" name="contact-emp" required="" data-parsley-required="true" data-parsley-errors-container="#emp-error">
      <div id="emp-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-country" class="col-sm-2 col-form-label">*Country</label>
    <div class="col-sm-10">
      <!-- Country -->
      <input type="text" class="form-control" id="contact-country" name="contact-country" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#country-error">
      <div id="country-error"></div>
    </div>
  </div>
  <!-- Asunto -->
  <!--
								<div class="form-group row">
									<label for="asunto" class="col-sm-2 col-form-label">*Subject</label>
									<div class="col-sm-10">
										<input type="text" class="form-control" id="contact-subject" name="contact-subject" required data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ0-9¡!¿?]*$" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#asunto-error">
										<div id="asunto-error"></div>
									</div>
								</div>
							-->
  <div class="form-group row">
    <label for="contact-subject" class="col-sm-2 col-form-label">Asunto</label>
    <div class="col-sm-10">
      <!-- Asunto -->
      <select name="contact-subject" id="contact-subject" class="form-control">
        <option value="Otro">Otro</option>
        <option value="Solicito información">Solicito información</option>
      </select>
      <div id="asunto-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-message" class="col-sm-2 col-form-label">*Message</label>
    <div class="col-sm-10">
      <!-- Mensaje -->
      <textarea class="form-control" id="contact-message" name="contact-message" rows="3" required="" data-parsley-required="true" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#mensaje-error"></textarea>
      <div id="mensaje-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-2 col-form-label"></label>
    <div class="col-sm-10">
      <!-- <div class="g-recaptcha" data-sitekey="6Lf1ad8SAAAAAGgZbPGP5JRxPoVZ45cZ7L4Mc1yV"></div> -->
      <div id="recaptcha-contacto">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-t3g2wk21pdxe" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lf1ad8SAAAAAGgZbPGP5JRxPoVZ45cZ7L4Mc1yV&amp;co=aHR0cHM6Ly93d3cuZmlkZWxpdHlta3QuY29tOjQ0Mw..&amp;hl=en&amp;v=QquE1_MNjnFHgZF4HPsEcf_2&amp;size=normal&amp;cb=o9zubelj5bj2"></iframe>
          </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
      <div id="captcha-error-contacto" class="captcha-error-contacto"></div>
      <a class="btnAnimated conBtn" id="contact-send">
									<span class="btn-text">
										Send										<div class="spinner-border spinner-border-sm text-light d-none" id="contact-spinner" role="status">
											<span class="sr-only">Loading...</span>
										</div>
									</span>
								</a>
      <!-- <button type="submit" class="btnAnimated conBtn" name="button"><span class="btn-text">Enviar</span></button> -->
    </div>
  </div>
</form>

<form class="fFCtrl formCtrl form-inline" id="secureline-form" data-parsley-validate="" novalidate="">
  <div class="clearfix">
    <!-- Nombre -->
    <div class="form-group form-group-half">
      <label for="secureline-name" class="col-form-label">Fist Name</label>
      <input type="text" class="form-control" id="secureline-name" name="secureline-name" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#secureline-name-error">
      <div id="secureline-name-error"></div>
    </div>
    <!-- Apellido -->
    <div class="form-group form-group-half">
      <label for="secureline-lastname" class="col-form-label">Last Name</label>
      <input type="text" class="form-control" id="secureline-lastname" name="secureline-lastname" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#secureline-lastname-error">
      <div id="secureline-lastname-error"></div>
    </div>
  </div><!--/.clearfix-->
  <!-- Correo -->
  <div class="form-group">
    <label for="secureline-email" class="col-form-label">Email</label>
    <input type="email" class="form-control" id="secureline-email" name="secureline-email" data-parsley-type="email" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#secureline-mail-error">
    <div id="secureline-mail-error"></div>
  </div>
  <div class="clearfix">
    <!-- Teléfono -->
    <div class="form-group form-group-half">
      <label for="secureline-tel" class="col-form-label">Phone</label>
      <input type="text" class="form-control" id="secureline-tel" name="secureline-tel" data-parsley-type="digits" data-parsley-trigger-after-failure="keyup" data-parsley-trigger="keyup" maxlength="25" data-parsley-maxlength="25"
        data-parsley-errors-container="#secureline-tel-error">
      <div id="secureline-tel-error"></div>
    </div>
    <!-- Rol -->
    <div class="form-group form-group-half">
      <label for="secureline-rol" class="col-form-label">&nbsp;</label>
      <select class="custom-select" id="secureline-rol" name="secureline-rol" required="" data-parsley-required="true" parsley-trigger="change" data-parsley-errors-container="#secureline-rol-error">
        <option selected="" disabled="">*Role</option>
        <option value="1">Customer</option>
        <option value="2">Collaborator</option>
        <option value="3">Supplier</option>
        <option value="4">Job applicants</option>
      </select>
      <div id="secureline-rol-error"></div>
    </div>
  </div>
  <!-- Rol
  					<fieldset class="form-group">
  						<div class="row">
  							<div class="btn-group btn-group-toggle" data-toggle="buttons">
  								<label for="secureline-rol-1" class="btn btn-CheckBox active">
  									<input type="radio" name="secureline-rol" id="secureline-rol-1" value="1" autocomplete="off" required data-parsley-required="true" data-parsley-errors-container="#secureline-rol-error" checked> CLIENTE
  								</label>
  								<label for="secureline-rol-2" class="btn btn-CheckBox">
  									<input type="radio" name="secureline-rol" id="secureline-rol-2" value="2" autocomplete="off" required data-parsley-required="true" data-parsley-errors-container="#secureline-rol-error"> COLABORADOR
  								</label>
  								<label for="secureline-rol-3" class="btn btn-CheckBox">
  									<input type="radio" name="secureline-rol" id="secureline-rol-3" value="3" autocomplete="off" required data-parsley-required="true" data-parsley-errors-container="#secureline-rol-error"> PROVEEDOR
  								</label>
  							</div>
                <div id="secureline-rol-error"></div>
  						</div>
  					</fieldset>-->
  <!-- Mensaje -->
  <div class="form-group">
    <label for="secureline-message" class="col-form-label d-none">&nbsp;</label>
    <textarea class="form-control" placeholder="*Write your report" id="secureline-message" name="secureline-message" rows="3" required="" data-parsley-required="true" data-parsley-trigger-after-failure="keyup"
      data-parsley-errors-container="#secureline-mensaje-error"></textarea>
    <div id="secureline-mensaje-error"></div>
  </div>
  <!-- <div class="g-recaptcha" id="recaptcha-lineahonesta" data-sitekey="6Lf1ad8SAAAAAGgZbPGP5JRxPoVZ45cZ7L4Mc1yV"></div> -->
  <div id="recaptcha-lineahonesta">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-o61316fxdgv" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lf1ad8SAAAAAGgZbPGP5JRxPoVZ45cZ7L4Mc1yV&amp;co=aHR0cHM6Ly93d3cuZmlkZWxpdHlta3QuY29tOjQ0Mw..&amp;hl=en&amp;v=QquE1_MNjnFHgZF4HPsEcf_2&amp;size=normal&amp;cb=t27dvltzxh8"></iframe>
      </div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div>
  </div>
  <div id="captcha-error-lineahonesta"></div>
  <div class="form-group row">
    <div class="container-bntSend">
      <button type="button" id="secureline-send" class="btn btn-Send1 bg-primary-01"> SEND <div class="spinner-border spinner-border-sm text-light d-none" id="secureline-spinner" role="status">
          <span class="sr-only">Loading...</span>
        </div>
      </button>
    </div>
    <div class="col-12"> Or write an email to: <a href="mailto:lineahonesta@fidelitymkt.com"> lineahonesta@fidelitymkt.com</a>
    </div>
  </div>
</form>

<form class="fFCtrl" id="postulation-form">
  <div class="clearfix">
    <div class="form-group form-group-half">
      <label for="postulation-name" class="col-form-label text-uppercase">*FIRST NAME</label>
      <input type="text" class="form-control" id="postulation-name" name="postulation-name" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#postulation-name-error">
      <div id="postulation-name-error"></div>
    </div>
    <div class="form-group form-group-half">
      <label for="postulation-lastname" class="col-form-label text-uppercase">*LAST NAME</label>
      <input type="text" class="form-control" id="postulation-lastname" name="postulation-lastname" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#postulation-lastname-error">
      <div id="postulation-lastname-error"></div>
    </div>
  </div>
  <div class="form-group">
    <label for="postulation-email" class="col-form-label text-uppercase">*EMAIL</label>
    <input type="email" class="form-control" id="postulation-email" name="postulation-email" required="" data-parsley-required="true" data-parsley-type="email" data-parsley-trigger-after-failure="keyup"
      data-parsley-errors-container="#postulation-mail-error">
    <div id="postulation-mail-error"></div>
  </div>
  <div class="form-group">
    <label for="postulation-area" class="d-none">&nbsp;</label>
    <select class="custom-select text-uppercase" id="postulation-area" name="postulation-area" required="" data-parsley-required="true" parsley-trigger="change" data-parsley-errors-container="#postulation-area-error">
      <option selected="" disabled="">*AREA OF INTEREST</option>
      <option value="Marketing">Marketing</option>
      <option value="Human Resources">Human Resources </option>
      <option value="IT">IT</option>
      <option value="Call Center">Call Center</option>
      <option value="Administration and Finance">Administration and Finance</option>
      <option value="Fulfillment">Fulfillment</option>
      <option value="Operations">Operations</option>
      <option value="Commercial">Commercial</option>
    </select>
    <div id="postulation-area-error"></div>
  </div>
  <div class="clearfix">
    <div class="form-group form-group-half">
      <label for="postulation-tel" class="col-form-label text-uppercase">*PHONE</label>
      <input type="text" class="form-control" id="postulation-tel" name="postulation-tel" required="" data-parsley-required="true" data-parsley-type="digits" data-parsley-trigger-after-failure="keyup" data-parsley-trigger="keyup" maxlength="25"
        data-parsley-maxlength="25" data-parsley-errors-container="#postulation-tel-error">
      <div id="postulation-tel-error"></div>
    </div>
    <div class="form-group form-group-half">
      <label for="postulation-country" class="d-none">&nbsp;</label>
      <select class="custom-select text-uppercase" id="postulation-country" name="postulation-country" required="" data-parsley-required="true" parsley-trigger="change" data-parsley-errors-container="#postulation-country-error">
        <option selected="" disabled="">*COUNTRY</option>
        <option value="MEXICO">MEXICO</option>
        <option value="ARGENTINA">ARGENTINA</option>
        <option value="BRAZIL">BRAZIL</option>
        <option value="COLOMBIA">COLOMBIA</option>
        <option value="COSTA RICA">COSTA RICA</option>
        <option value="ECUADOR">ECUADOR</option>
        <option value="PERU">PERU</option>
        <option value="URUGUAY">URUGUAY</option>
      </select>
      <div id="postulation-country-error"></div>
    </div>
  </div>
  <div class="form-group">
    <div class="container-adjunta-cv">
      <button type="button" class="btn btn-Send2 btn-cv" id="adjunta-cv">Attach your resume (MAX 5MB)</button>
      <label for="postulation-file" class="d-none">&nbsp;</label>
      <input type="file" class="form-control-file d-none text-uppercase" id="postulation-file" name="postulation-file[]" multiple="" required="" data-parsley-required="true" data-parsley-errors-container="#postulation-file-error">
      <div id="postulation-file-error"></div>
      <ul id="postulation-files-list" style="padding-left:1rem;"></ul>
    </div>
    <!-- <div class="g-recaptcha" data-sitekey="6Lf1ad8SAAAAAGgZbPGP5JRxPoVZ45cZ7L4Mc1yV"></div> -->
    <div id="recaptcha-postulation">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-oah99h5b0vpc" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lf1ad8SAAAAAGgZbPGP5JRxPoVZ45cZ7L4Mc1yV&amp;co=aHR0cHM6Ly93d3cuZmlkZWxpdHlta3QuY29tOjQ0Mw..&amp;hl=en&amp;v=QquE1_MNjnFHgZF4HPsEcf_2&amp;size=normal&amp;cb=loesta6te23n"></iframe>
        </div><textarea id="g-recaptcha-response-2" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
    <div id="captcha-error-postulation"></div>
    <div class="container-bntSend" id="container-bntSend">
      <button type="button" id="postulation-send" class="btn btn-Send3 bg-primary-02"> SEND <div class="spinner-border spinner-border-sm text-light d-none" id="postulation-spinner" role="status">
          <span class="sr-only"><br>
            <b>Notice</b>: Use of undefined constant OVER3_TALENT_LOADIN - assumed 'OVER3_TALENT_LOADIN' in <b>/var/www/gourmet/fidelitymkt/inc/overlays.php</b> on line <b>858</b><br> OVER3_TALENT_LOADIN</span>
        </div>
      </button>
    </div>
  </div>
</form>

<form class="conForm" id="contact-form" data-parsley-validate="" novalidate="">
  <div class="form-group row">
    <label for="contact-name" class="col-form-label">*Name</label>
    <div class="col-form-input">
      <!-- Name -->
      <input type="text" class="form-control" id="contact-name" name="contact-name" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#name-error">
      <div id="name-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-email" class="col-form-label">*Corporate Email</label>
    <div class="col-form-input">
      <!-- Mail -->
      <input type="email" class="form-control" id="contact-email" name="contact-email" required="" data-parsley-required="true" data-parsley-type="email" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#mail-error">
      <div id="mail-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-phone" class="col-form-label">Phone</label>
    <div class="col-form-input">
      <input type="tel" class="form-control" id="contact-phone" name="contact-phone" data-parsley-required="false" data-parsley-errors-container="#phone-error" onkeypress="if ( isNaN( String.fromCharCode(event.keyCode) )) return false;">
      <div id="phone-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-job" class="col-form-label">*Job/Area</label>
    <div class="col-form-input">
      <input type="text" class="form-control" id="contact-job" name="contact-job" required="" data-parsley-required="true" data-parsley-errors-container="#job-error">
      <div id="job-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-country" class="col-form-label">*Country</label>
    <div class="col-form-input">
      <!-- Country -->
      <input type="text" class="form-control" id="contact-country" name="contact-country" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#country-error">
      <div id="country-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-subject" class="col-form-label">*Subject</label>
    <div class="col-form-input">
      <!-- Asunto -->
      <input type="text" class="form-control" id="contact-subject" name="contact-subject" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ0-9¡!¿?]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#asunto-error" value="<br />
<b>Notice</b>:  Undefined variable: valueSubjet in <b>/var/www/gourmet/fidelitymkt/inc/overlays.php</b> on line <b>999</b><br />
">
      <div id="asunto-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-message" class="col-form-label">*Message</label>
    <div class="col-form-input">
      <!-- Mensaje -->
      <textarea class="form-control" id="contact-message" name="contact-message" rows="3" required="" data-parsley-required="true" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#mensaje-error"></textarea>
      <div id="mensaje-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-form-label"></label>
    <div class="col-form-input">
      <!-- <div class="g-recaptcha" data-sitekey="6Lf1ad8SAAAAAGgZbPGP5JRxPoVZ45cZ7L4Mc1yV"></div> -->
      <div id="recaptcha-contacto"></div>
      <div id="captcha-error-contacto" class="captcha-error-contacto"></div>
      <a class="btnAnimated conBtn" id="contact-send">
                      <span class="btn-text">
                        Send                        <div class="spinner-border spinner-border-sm d-none" id="contact-spinner" role="status">
                          <span class="sr-only">Loading...</span>
                        </div>
                      </span>
                      </a>
      <!-- <button type="submit" class="btnAnimated conBtn" name="button"><span class="btn-text">Enviar</span></button> -->
    </div>
  </div>
</form>

<form class="fFCtrl formCtrl form-inline" id="secureline-form" data-parsley-validate="" novalidate="">
  <div class="clearfix">
    <!-- Nombre -->
    <div class="form-group form-group-half">
      <label for="secureline-name" class="col-form-label">Fist Name</label>
      <input type="text" class="form-control" id="secureline-name" name="secureline-name" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#secureline-name-error">
      <div id="secureline-name-error"></div>
    </div>
    <!-- Apellido -->
    <div class="form-group form-group-half">
      <label for="secureline-lastname" class="col-form-label">Last Name</label>
      <input type="text" class="form-control" id="secureline-lastname" name="secureline-lastname" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#secureline-lastname-error">
      <div id="secureline-lastname-error"></div>
    </div>
  </div><!--/.clearfix-->
  <!-- Correo -->
  <div class="form-group">
    <label for="secureline-email" class="col-form-label">Email</label>
    <input type="email" class="form-control" id="secureline-email" name="secureline-email" data-parsley-type="email" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#secureline-mail-error">
    <div id="secureline-mail-error"></div>
  </div>
  <div class="clearfix">
    <!-- Teléfono -->
    <div class="form-group form-group-half">
      <label for="secureline-tel" class="col-form-label">Phone</label>
      <input type="text" class="form-control" id="secureline-tel" name="secureline-tel" data-parsley-type="digits" data-parsley-trigger-after-failure="keyup" data-parsley-trigger="keyup" maxlength="25" data-parsley-maxlength="25"
        data-parsley-errors-container="#secureline-tel-error">
      <div id="secureline-tel-error"></div>
    </div>
    <!-- Rol -->
    <div class="form-group form-group-half">
      <label for="secureline-rol" class="col-form-label">&nbsp;</label>
      <select class="custom-select" id="secureline-rol" name="secureline-rol" required="" data-parsley-required="true" parsley-trigger="change" data-parsley-errors-container="#secureline-rol-error">
        <option selected="" disabled="">*Role</option>
        <option value="1">Customer</option>
        <option value="2">Collaborator</option>
        <option value="3">Supplier</option>
        <option value="4">Job applicants</option>
      </select>
      <div id="secureline-rol-error"></div>
    </div>
  </div>
  <!-- Rol
  					<fieldset class="form-group">
  						<div class="row">
  							<div class="btn-group btn-group-toggle" data-toggle="buttons">
  								<label for="secureline-rol-1" class="btn btn-CheckBox active">
  									<input type="radio" name="secureline-rol" id="secureline-rol-1" value="1" autocomplete="off" required data-parsley-required="true" data-parsley-errors-container="#secureline-rol-error" checked> CLIENTE
  								</label>
  								<label for="secureline-rol-2" class="btn btn-CheckBox">
  									<input type="radio" name="secureline-rol" id="secureline-rol-2" value="2" autocomplete="off" required data-parsley-required="true" data-parsley-errors-container="#secureline-rol-error"> COLABORADOR
  								</label>
  								<label for="secureline-rol-3" class="btn btn-CheckBox">
  									<input type="radio" name="secureline-rol" id="secureline-rol-3" value="3" autocomplete="off" required data-parsley-required="true" data-parsley-errors-container="#secureline-rol-error"> PROVEEDOR
  								</label>
  							</div>
                <div id="secureline-rol-error"></div>
  						</div>
  					</fieldset>-->
  <!-- Mensaje -->
  <div class="form-group">
    <label for="secureline-message" class="col-form-label d-none">&nbsp;</label>
    <textarea class="form-control" placeholder="*Write your report" id="secureline-message" name="secureline-message" rows="3" required="" data-parsley-required="true" data-parsley-trigger-after-failure="keyup"
      data-parsley-errors-container="#secureline-mensaje-error"></textarea>
    <div id="secureline-mensaje-error"></div>
  </div>
  <!-- <div class="g-recaptcha" id="recaptcha-lineahonesta" data-sitekey="6Lf1ad8SAAAAAGgZbPGP5JRxPoVZ45cZ7L4Mc1yV"></div> -->
  <div id="recaptcha-lineahonesta"></div>
  <div id="captcha-error-lineahonesta"></div>
  <div class="form-group row">
    <div class="container-bntSend">
      <button type="button" id="secureline-send" class="btn btn-Send1 bg-primary-01"> SEND <div class="spinner-border spinner-border-sm text-light d-none" id="secureline-spinner" role="status">
          <span class="sr-only">Loading...</span>
        </div>
      </button>
    </div>
    <div class="col-12"> Or write an email to: <a href="mailto:lineahonesta@fidelitymkt.com"> lineahonesta@fidelitymkt.com</a>
    </div>
  </div>
</form>

<form class="fFCtrl" id="postulation-form">
  <div class="clearfix">
    <div class="form-group form-group-half">
      <label for="postulation-name" class="col-form-label text-uppercase">*FIRST NAME</label>
      <input type="text" class="form-control" id="postulation-name" name="postulation-name" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#postulation-name-error">
      <div id="postulation-name-error"></div>
    </div>
    <div class="form-group form-group-half">
      <label for="postulation-lastname" class="col-form-label text-uppercase">*LAST NAME</label>
      <input type="text" class="form-control" id="postulation-lastname" name="postulation-lastname" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#postulation-lastname-error">
      <div id="postulation-lastname-error"></div>
    </div>
  </div>
  <div class="form-group">
    <label for="postulation-email" class="col-form-label text-uppercase">*EMAIL</label>
    <input type="email" class="form-control" id="postulation-email" name="postulation-email" required="" data-parsley-required="true" data-parsley-type="email" data-parsley-trigger-after-failure="keyup"
      data-parsley-errors-container="#postulation-mail-error">
    <div id="postulation-mail-error"></div>
  </div>
  <div class="form-group">
    <label for="postulation-area" class="d-none">&nbsp;</label>
    <select class="custom-select text-uppercase" id="postulation-area" name="postulation-area" required="" data-parsley-required="true" parsley-trigger="change" data-parsley-errors-container="#postulation-area-error">
      <option selected="" disabled="">*AREA OF INTEREST</option>
      <option value="Marketing">Marketing</option>
      <option value="Human Resources">Human Resources </option>
      <option value="IT">IT</option>
      <option value="Call Center">Call Center</option>
      <option value="Administration and Finance">Administration and Finance</option>
      <option value="Fulfillment">Fulfillment</option>
      <option value="Operations">Operations</option>
      <option value="Commercial">Commercial</option>
    </select>
    <div id="postulation-area-error"></div>
  </div>
  <div class="clearfix">
    <div class="form-group form-group-half">
      <label for="postulation-tel" class="col-form-label text-uppercase">*PHONE</label>
      <input type="text" class="form-control" id="postulation-tel" name="postulation-tel" required="" data-parsley-required="true" data-parsley-type="digits" data-parsley-trigger-after-failure="keyup" data-parsley-trigger="keyup" maxlength="25"
        data-parsley-maxlength="25" data-parsley-errors-container="#postulation-tel-error">
      <div id="postulation-tel-error"></div>
    </div>
    <div class="form-group form-group-half">
      <label for="postulation-country" class="d-none">&nbsp;</label>
      <select class="custom-select text-uppercase" id="postulation-country" name="postulation-country" required="" data-parsley-required="true" parsley-trigger="change" data-parsley-errors-container="#postulation-country-error">
        <option selected="" disabled="">*COUNTRY</option>
        <option value="MEXICO">MEXICO</option>
        <option value="ARGENTINA">ARGENTINA</option>
        <option value="BRAZIL">BRAZIL</option>
        <option value="COLOMBIA">COLOMBIA</option>
        <option value="COSTA RICA">COSTA RICA</option>
        <option value="ECUADOR">ECUADOR</option>
        <option value="PERU">PERU</option>
        <option value="URUGUAY">URUGUAY</option>
      </select>
      <div id="postulation-country-error"></div>
    </div>
  </div>
  <div class="form-group">
    <div class="container-adjunta-cv">
      <button type="button" class="btn btn-Send2 btn-cv" id="adjunta-cv">Attach your resume (MAX 5MB)</button>
      <label for="postulation-file" class="d-none">&nbsp;</label>
      <input type="file" class="form-control-file d-none text-uppercase" id="postulation-file" name="postulation-file[]" multiple="" required="" data-parsley-required="true" data-parsley-errors-container="#postulation-file-error">
      <div id="postulation-file-error"></div>
      <ul id="postulation-files-list" style="padding-left:1rem;"></ul>
    </div>
    <!-- <div class="g-recaptcha" data-sitekey="6Lf1ad8SAAAAAGgZbPGP5JRxPoVZ45cZ7L4Mc1yV"></div> -->
    <div id="recaptcha-postulation"></div>
    <div id="captcha-error-postulation"></div>
    <div class="container-bntSend" id="container-bntSend">
      <button type="button" id="postulation-send" class="btn btn-Send3 bg-primary-02"> SEND <div class="spinner-border spinner-border-sm text-light d-none" id="postulation-spinner" role="status">
          <span class="sr-only"><br>
            <b>Notice</b>: Use of undefined constant OVER3_TALENT_LOADIN - assumed 'OVER3_TALENT_LOADIN' in <b>/var/www/gourmet/fidelitymkt/inc/overlays.php</b> on line <b>858</b><br> OVER3_TALENT_LOADIN</span>
        </div>
      </button>
    </div>
  </div>
</form>

<form class="conForm" id="contact-form" data-parsley-validate="" novalidate="">
  <div class="form-group row">
    <label for="contact-name" class="col-form-label">*Name</label>
    <div class="col-form-input">
      <!-- Name -->
      <input type="text" class="form-control" id="contact-name" name="contact-name" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#name-error">
      <div id="name-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-email" class="col-form-label">*Corporate Email</label>
    <div class="col-form-input">
      <!-- Mail -->
      <input type="email" class="form-control" id="contact-email" name="contact-email" required="" data-parsley-required="true" data-parsley-type="email" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#mail-error">
      <div id="mail-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-phone" class="col-form-label">Phone</label>
    <div class="col-form-input">
      <input type="tel" class="form-control" id="contact-phone" name="contact-phone" data-parsley-required="false" data-parsley-errors-container="#phone-error" onkeypress="if ( isNaN( String.fromCharCode(event.keyCode) )) return false;">
      <div id="phone-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-job" class="col-form-label">*Job/Area</label>
    <div class="col-form-input">
      <input type="text" class="form-control" id="contact-job" name="contact-job" required="" data-parsley-required="true" data-parsley-errors-container="#job-error">
      <div id="job-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-country" class="col-form-label">*Country</label>
    <div class="col-form-input">
      <!-- Country -->
      <input type="text" class="form-control" id="contact-country" name="contact-country" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#country-error">
      <div id="country-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-subject" class="col-form-label">*Subject</label>
    <div class="col-form-input">
      <!-- Asunto -->
      <input type="text" class="form-control" id="contact-subject" name="contact-subject" required="" data-parsley-required="true" data-parsley-pattern="^[a-zA-Z .áéíóúÁÉÍÓÚÑñ0-9¡!¿?]*$" data-parsley-trigger-after-failure="keyup"
        data-parsley-errors-container="#asunto-error" value="<br />
<b>Notice</b>:  Undefined variable: valueSubjet in <b>/var/www/gourmet/fidelitymkt/inc/overlays.php</b> on line <b>999</b><br />
">
      <div id="asunto-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label for="contact-message" class="col-form-label">*Message</label>
    <div class="col-form-input">
      <!-- Mensaje -->
      <textarea class="form-control" id="contact-message" name="contact-message" rows="3" required="" data-parsley-required="true" data-parsley-trigger-after-failure="keyup" data-parsley-errors-container="#mensaje-error"></textarea>
      <div id="mensaje-error"></div>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-form-label"></label>
    <div class="col-form-input">
      <!-- <div class="g-recaptcha" data-sitekey="6Lf1ad8SAAAAAGgZbPGP5JRxPoVZ45cZ7L4Mc1yV"></div> -->
      <div id="recaptcha-contacto"></div>
      <div id="captcha-error-contacto" class="captcha-error-contacto"></div>
      <a class="btnAnimated conBtn" id="contact-send">
                      <span class="btn-text">
                        Send                        <div class="spinner-border spinner-border-sm d-none" id="contact-spinner" role="status">
                          <span class="sr-only">Loading...</span>
                        </div>
                      </span>
                      </a>
      <!-- <button type="submit" class="btnAnimated conBtn" name="button"><span class="btn-text">Enviar</span></button> -->
    </div>
  </div>
</form>

Text Content

...



FIDELITY MARKETING

22 aniversario
22 aniversario
 * 
 * HOME
 * 
 * SERVICES
   Benefits Rewards Supply-chain incentives Travel vouchers Fulfillment Loyalty
   Consulting
 * 
 * TECHNOLOGY
 * 
   
 * CLIENTS
   SUCCESS STORIES OUR CLIENTS
 * 
 * SUSTAINABILITY
 * 
 * Contact
   Honesty Line Job opportunities Contact us
   

 * 




01

/

05

Home
at Fidelity Marketing
We are specialized in developing and implementing custom LOYALTY STRATEGIES

22 years committed to loyalty

LEARN MORE
ENG ESP POR Linkedin Facebook Twitter Instagram


SERVICES

02
/
05
Services
WE GENERATE SOLUTIONS
TO REWARD AND INCENTIVATE YOUR CLIENT,
FOR EVERY PHASE OF THE CUSTOMER LIFECYCLE
Benefits
TRAVEL
VOUCHERS
Rewards
FULFILLMENT
SUPPLY-CHAIN
INCENTIVES
LOYALTY
CONSULTING
Continue


TECHNOLOGY

03
/
05
TECHNOLOGY
INNOVATION
IN LOYALTY PROGRAMS
KNOW OUR TECHNOLOGICAL SCOPE

Continue


CLIENTS

04
/
05
CLIENTS
EVERY BRAND
SUPPORTS US

Previous Next

Continue
05
/
05


CONTACT US

*Name

*Corporate Email

Phone

*Job/Area

*Company

*Country

Asunto
OtroSolicito información

*Message


Send
Loading...


PHYSICAL OFFICES

 * Mexico
 * Argentina
 * Brazil
 * Colombia
 * Costa Rica
 * Ecuador
 * Peru
 * Uruguay

PRESENCE IN

CENTRAL AMERICA
AND THE CARIBBEAN

Mexico City Headquarters
Monte Pelvoux 220 PH 2,
Lomas de Chapultepec,
Del. Miguel Hidalgo C.P 11000.
(55) 4335-7300
Argentina
Argentina.
(+54 9 11) 52633547
Brazil
Rua Vergueiro, 2087 – 1º andar – Cj. 101
Vila Mariana – São Paulo, SP
Brasil – CEP: 04101-000.
(11) 5087-8988
Colombia
Calle 86 # 10 – 88 Of. 401 B
Torre Empresarial La Cabrera,
Bogotá, Colombia.
(+57) 316 692 9881
Costa Rica
San Rafael Escazú, Plaza Tempo.
Segundo nivel del Strip Comercial,
oficina #14, San José.
(+506) 40020725
Ecuador
Domicilio: Juan Pablo Sanz Nº 35-143,
Oficina 307, Quito.
(+593 2) 394 45 80
Peru
Calle Sor Edecia Nº 179,
San Miguel, Lima.
(51 1) 6108383
Uruguay
Pablo Galarza 3629,
Oficina 20, Montevideo.
(+598) 26233454


USE OF COOKIES AND JAVASCRIPT

This site uses analytical cookies. If you want to read more, see our Privacy
notice.

Likewise, this site uses JavaScript for its proper functioning. If for any
reason it is disabled, the content or functionality of the page may be limited
or unavailable. Enable JavaScript in the browser.


Accept
See certification
Linkedin Facebook Twitter Instagram
 * COMPANY
 * |
 * EXPERIENCE
 * |
   
   
   
   
   
   
 * Privacy Policy
 * |
 * SUPPLIERS AND PARTNERS ANNEXES
   


 * COMPANY
 * ORGANIZATIONAL
   CULTURE
 * OUR HISTORY
 * EXPERIENCE


COMPANY

We develop custom loyalty solutions for every sector, boosting sales results and
customer retention.
We focus on developing and strengthen relationships among trademarks and their
clients through positive experiences that generate loyalty and profitability.
We use talent, technology and relationships to meet our customers' challenges
and build loyalty with their brands.
We have presence and operation in different Latin American countries, which
allow us to cover regional programs.


ORGANIZATIONAL
CULTURE

OUR DNA

is composed of the following pillars

1


RESULTS-ORIENTED:

Extraordinary talent with extraordinary results..

2


INNOVATION:

We generate great ideas, breaking the limits of what is already known.

3


CUSTOMER ORIENTATION:

Our priority is to give a satisfactying experience.

4


TALENT DEVELOPERS:

We're committed to nurturing our company's talent from the inside to help
realize the full potential of our team.

5


ADAPTABILITY AND FLEXIBILITY:

We adapt to any environment, propose solutions and achieve positive results.

6


SUSTAINABLE THINKING:

We are loyal to and in harmony with the planet.



OUR

VISION

To be the leader of Latin America in innovative and comprehensive loyalty
solutions through cutting-edge technologies.

OUR

MISSION

At Fidelity Marketing we develop lasting and profitable relationships with our
clients, offering comprehensive loyalty strategies that combine technology,
strategic partners, experience, service and talent for the benefit of their
brands and consumers.


OUR HISTORY

1999
a 2004
We began managing benefits for bank card holders and we built a solid
relationship with the main brands in Mexico. We developed end-consumer products
by marketing them through Telemarketing.
2005
We expanded operations in Latin America to serve multinationals in Venezuela,
Colombia, Argentina and Chile.
2006
We began evaluating technological options to deliver Benefits at the point of
sale and started operations in Brazil and Peru.
2007
We started operating in Ecuador.
2008
We incorporated the Rewards programs into our product portfolio through a
technological platform. We started operations in Uruguay.
2010
We consolidated our technological solutions for Rewards with our partner
Nexuscom. We began incorporating technology into Benefits program. We started
operations in Paraguay.
2011
We consolidated operations in Central America, entered the European market with
offices in Spain and representation in Palo Alto, California.
2012
We incorporate Companion Pass and 2x1 Flights into our product portfolio. We
carry out the first integration with a processing network allowing to deliver
the benefits in any affiliate trade.
2013
We launched the first 100% integrated Rewards program at the point of sale,
delivering the benefits to the consumer in real time.
2014
Integration with different banks giving us access to the point exchanges of
their Loyalty Programs and developing business networks to expand redemption
channels. We obtained PCI-DSS certification that ensures the highest standards
of information handling and security.
2015
Diversification of our customer portfolio including Direct Sales and mass
consumption. We consolidated our online Travel Operator service for Rewards
programs.
2016
We added physical and digital certificates to our portfolio (Giftcards) and
developed Sales Force Incentives. Started migration of technology infrastructure
to Amazon AWS.
2018
We carried out the development of networks of businesses integrated to bank
acquisition, expanding the points of redemption. Development of loyalty
solutions for Loyalty to Sales Channels.
2019
Purchase of our technological ally Nexuscom. Integration with supermarket chains
for payment with points.

1999
a 2004 hola

We began managing benefits for bank card holders and we built a solid
relationship with the main brands in Mexico. We developed end-consumer products
by marketing them through Telemarketing.

2005

We expanded operations in Latin America to serve multinationals in Venezuela,
Colombia, Argentina and Chile.

2006

We began evaluating technological options to deliver Benefits at the point of
sale and started operations in Brazil and Peru.

2007

We started operating in Ecuador.

2008

We incorporated the Rewards programs into our product portfolio through a
technological platform. We started operations in Uruguay.

2010

We consolidated our technological solutions for Rewards with our partner
Nexuscom. We began incorporating technology into Benefits program. We started
operations in Paraguay.

2011

We consolidated operations in Central America, entered the European market with
offices in Spain and representation in Palo Alto, California.

2012

We incorporate Companion Pass and 2x1 Flights into our product portfolio. We
carry out the first integration with a processing network allowing to deliver
the benefits in any affiliate trade.

2013

We launched the first 100% integrated Rewards program at the point of sale,
delivering the benefits to the consumer in real time.

2014

Integration with different banks giving us access to the point exchanges of
their Loyalty Programs and developing business networks to expand redemption
channels. We obtained PCI-DSS certification that ensures the highest standards
of information handling and security.

2015

Diversification of our customer portfolio including Direct Sales and mass
consumption. We consolidated our online Travel Operator service for Rewards
programs.

2016

We added physical and digital certificates to our portfolio (Giftcards) and
developed Sales Force Incentives. Started migration of technology infrastructure
to Amazon AWS.

2018

We carried out the development of networks of businesses integrated to bank
acquisition, expanding the points of redemption. Development of loyalty
solutions for Loyalty to Sales Channels.

2019

Purchase of our technological ally Nexuscom. Integration with supermarket chains
for payment with points.


EXPERIENCE

EXPERIENCE
 

We have an expert team, which is in charge of the integral design of your
strategy. Depending on the industry, resources and target audience, we define
the optimal media and channels of communication to use.



Welcome
Kit

Program
Website

Catalogues
of rewards

Call
Center

Inserts in regular brand communications
(invoices, newsletters, statement of account, etc)

Activation
and Retention calls

Travel
Agency

Data survey and
segmentation

Sending
de SMS

Mobile app on
all platforms

POP Material

Welcome
Kit

Program
Website

Catalogues
of rewards

Call
Center

Inserts in regular brand communications
(invoices, newsletters, statement of account, etc)

Activation
and Retention calls

Travel
Agency

Data survey and
segmentation

Sending
de SMS

Mobile app on
all platforms

POP Material

We continuously advise our clients to improve their program and to carry out
strategic planning. We take care to understand its operations, problems, goals
and objectives in the short, medium and long term to create solutions, as they
gain their expected results.

Our Marketing and Communication, Graphic and Web Design, Technology and Call
Center teams allow us to provide robust solutions with tangible results.


HONESTY LINE


Honesty
Line

Honesty Line for collaborators, customers, suppliers and job applicants

Learn more Report here

What’s the Honesty Line?

It is a means by which complaints can be made anonymously and confidentialy
which has been established by Fidelity Marketing to report behavior that is
outside of our Code of Ethics and Conduct.



Through this page you can send us your complaint.



Receiving the complaint

At Fidelity Marketing we have an Ethics Committee which is responsible at the
corporate level to receive, analyze and manage the follow-up of your complaint.
It will then be defined who is responsible for the investigation of behavior
that is out of line with our Code of Ethics and Conduct.

Once the results of the investigation have been obtained, the Fidelity Marketing
Corporation will take the necessary and corrective measures in order to ensure
that a similar situation is not repeated and, if necessary, appropriate legal
measures will be taken against those involved.

We assure you that…

All reports received through our Honesty Line will meet strict parameters of:

Confidentiality: The anonymity of your complaint will be guaranteed at all
times.
Objectivity: The decisions made will be based on an in-depth analysis of facts
and data and the evidence collected according to the processes established by
the company.

MAKE YOUR REPORT

Please fill in the fields. It is recommended that you provide clear and
objective information in order to provide adequate follow-up.

Fist Name

Last Name

Email

Phone

  *Role Customer Collaborator Supplier Job applicants

 



SEND
Loading...
Or write an email to: lineahonesta@fidelitymkt.com
COLLABORATORS CODE OF ETHICS SUPPLIERS CODE OF ETHICS


TALENT


Talent

At Fidelity Marketing we achieve extraordinary results thanks to the TALENT of
our people.

We value TALENT and POTENTIAL, regardless of race, creed, religion, nationality,
sex, age, disability, sexual orientation or gender identity.

We invite you to join our team and together make a difference.

Experience a work enviroment characterized by innovation, customer focus,
flexibility and humanity.

I want to apply!

APPLY HERE

*FIRST NAME

*LAST NAME

*EMAIL

  *AREA OF INTEREST Marketing Human Resources IT Call Center Administration and
Finance Fulfillment Operations Commercial

*PHONE

  *COUNTRY MEXICO ARGENTINA BRAZIL COLOMBIA COSTA RICA ECUADOR PERU URUGUAY

Attach your resume (MAX 5MB)  



SEND

Notice: Use of undefined constant OVER3_TALENT_LOADIN - assumed
'OVER3_TALENT_LOADIN' in /var/www/gourmet/fidelitymkt/inc/overlays.php on line
858
OVER3_TALENT_LOADIN

It´s an aspitacional product with high value perception available through all
national and international Airlines.
It´s a highly effective marketing tool that can be applied for different goals:

 * Retention
 * Spending increase
 * Activation / client convertion
 * Consumption
 * Anniversaries
 * Distinguished clients rewards

Flexible online solution that automates the exchange of points for touristic
products. It has real time connectivity on your loyalty platform.

 * Flights
 * Hotels
 * Packages
 * Rental car

We will contact you shortly
*Name

*Corporate Email

Phone

*Job/Area

*Country

*Subject

*Message


Send
Loading...
×

×

×

 * COMPANY
 * ORGANIZATIONAL
   CULTURE
 * OUR HISTORY
 * EXPERIENCE


COMPANY

We develop custom loyalty solutions for every sector, boosting sales results and
customer retention.
We focus on developing and strengthen relationships among trademarks and their
clients through positive experiences that generate loyalty and profitability.
We use talent, technology and relationships to meet our customers' challenges
and build loyalty with their brands.
We have presence and operation in different Latin American countries, which
allow us to cover regional programs.


ORGANIZATIONAL
CULTURE

OUR DNA

is composed of the following pillars

1


RESULTS-ORIENTED:

Extraordinary talent with extraordinary results..

2


INNOVATION:

We generate great ideas, breaking the limits of what is already known.

3


CUSTOMER ORIENTATION:

Our priority is to give a satisfactying experience.

4


TALENT DEVELOPERS:

We're committed to nurturing our company's talent from the inside to help
realize the full potential of our team.

5


ADAPTABILITY AND FLEXIBILITY:

We adapt to any environment, propose solutions and achieve positive results.

6


SUSTAINABLE THINKING:

We are loyal to and in harmony with the planet.



OUR

VISION

To be the leader of Latin America in innovative and comprehensive loyalty
solutions through cutting-edge technologies.

OUR

MISSION

At Fidelity Marketing we develop lasting and profitable relationships with our
clients, offering comprehensive loyalty strategies that combine technology,
strategic partners, experience, service and talent for the benefit of their
brands and consumers.


OUR HISTORY

1999
a 2004
We began managing benefits for bank card holders and we built a solid
relationship with the main brands in Mexico. We developed end-consumer products
by marketing them through Telemarketing.
2005
We expanded operations in Latin America to serve multinationals in Venezuela,
Colombia, Argentina and Chile.
2006
We began evaluating technological options to deliver Benefits at the point of
sale and started operations in Brazil and Peru.
2007
We started operating in Ecuador.
2008
We incorporated the Rewards programs into our product portfolio through a
technological platform. We started operations in Uruguay.
2010
We consolidated our technological solutions for Rewards with our partner
Nexuscom. We began incorporating technology into Benefits program. We started
operations in Paraguay.
2011
We consolidated operations in Central America, entered the European market with
offices in Spain and representation in Palo Alto, California.
2012
We incorporate Companion Pass and 2x1 Flights into our product portfolio. We
carry out the first integration with a processing network allowing to deliver
the benefits in any affiliate trade.
2013
We launched the first 100% integrated Rewards program at the point of sale,
delivering the benefits to the consumer in real time.
2014
Integration with different banks giving us access to the point exchanges of
their Loyalty Programs and developing business networks to expand redemption
channels. We obtained PCI-DSS certification that ensures the highest standards
of information handling and security.
2015
Diversification of our customer portfolio including Direct Sales and mass
consumption. We consolidated our online Travel Operator service for Rewards
programs.
2016
We added physical and digital certificates to our portfolio (Giftcards) and
developed Sales Force Incentives. Started migration of technology infrastructure
to Amazon AWS.
2018
We carried out the development of networks of businesses integrated to bank
acquisition, expanding the points of redemption. Development of loyalty
solutions for Loyalty to Sales Channels.
2019
Purchase of our technological ally Nexuscom. Integration with supermarket chains
for payment with points.

1999
a 2004 hola

We began managing benefits for bank card holders and we built a solid
relationship with the main brands in Mexico. We developed end-consumer products
by marketing them through Telemarketing.

2005

We expanded operations in Latin America to serve multinationals in Venezuela,
Colombia, Argentina and Chile.

2006

We began evaluating technological options to deliver Benefits at the point of
sale and started operations in Brazil and Peru.

2007

We started operating in Ecuador.

2008

We incorporated the Rewards programs into our product portfolio through a
technological platform. We started operations in Uruguay.

2010

We consolidated our technological solutions for Rewards with our partner
Nexuscom. We began incorporating technology into Benefits program. We started
operations in Paraguay.

2011

We consolidated operations in Central America, entered the European market with
offices in Spain and representation in Palo Alto, California.

2012

We incorporate Companion Pass and 2x1 Flights into our product portfolio. We
carry out the first integration with a processing network allowing to deliver
the benefits in any affiliate trade.

2013

We launched the first 100% integrated Rewards program at the point of sale,
delivering the benefits to the consumer in real time.

2014

Integration with different banks giving us access to the point exchanges of
their Loyalty Programs and developing business networks to expand redemption
channels. We obtained PCI-DSS certification that ensures the highest standards
of information handling and security.

2015

Diversification of our customer portfolio including Direct Sales and mass
consumption. We consolidated our online Travel Operator service for Rewards
programs.

2016

We added physical and digital certificates to our portfolio (Giftcards) and
developed Sales Force Incentives. Started migration of technology infrastructure
to Amazon AWS.

2018

We carried out the development of networks of businesses integrated to bank
acquisition, expanding the points of redemption. Development of loyalty
solutions for Loyalty to Sales Channels.

2019

Purchase of our technological ally Nexuscom. Integration with supermarket chains
for payment with points.


EXPERIENCE

EXPERIENCE
 

We have an expert team, which is in charge of the integral design of your
strategy. Depending on the industry, resources and target audience, we define
the optimal media and channels of communication to use.



Welcome
Kit

Program
Website

Catalogues
of rewards

Call
Center

Inserts in regular brand communications
(invoices, newsletters, statement of account, etc)

Activation
and Retention calls

Travel
Agency

Data survey and
segmentation

Sending
de SMS

Mobile app on
all platforms

POP Material

Welcome
Kit

Program
Website

Catalogues
of rewards

Call
Center

Inserts in regular brand communications
(invoices, newsletters, statement of account, etc)

Activation
and Retention calls

Travel
Agency

Data survey and
segmentation

Sending
de SMS

Mobile app on
all platforms

POP Material

We continuously advise our clients to improve their program and to carry out
strategic planning. We take care to understand its operations, problems, goals
and objectives in the short, medium and long term to create solutions, as they
gain their expected results.

Our Marketing and Communication, Graphic and Web Design, Technology and Call
Center teams allow us to provide robust solutions with tangible results.


HONESTY LINE


Honesty
Line

Honesty Line for collaborators, customers, suppliers and job applicants

Learn more Report here

What’s the Honesty Line?

It is a means by which complaints can be made anonymously and confidentialy
which has been established by Fidelity Marketing to report behavior that is
outside of our Code of Ethics and Conduct.



Through this page you can send us your complaint.



Receiving the complaint

At Fidelity Marketing we have an Ethics Committee which is responsible at the
corporate level to receive, analyze and manage the follow-up of your complaint.
It will then be defined who is responsible for the investigation of behavior
that is out of line with our Code of Ethics and Conduct.

Once the results of the investigation have been obtained, the Fidelity Marketing
Corporation will take the necessary and corrective measures in order to ensure
that a similar situation is not repeated and, if necessary, appropriate legal
measures will be taken against those involved.

We assure you that…

All reports received through our Honesty Line will meet strict parameters of:

Confidentiality: The anonymity of your complaint will be guaranteed at all
times.
Objectivity: The decisions made will be based on an in-depth analysis of facts
and data and the evidence collected according to the processes established by
the company.

MAKE YOUR REPORT

Please fill in the fields. It is recommended that you provide clear and
objective information in order to provide adequate follow-up.

Fist Name

Last Name

Email

Phone

  *Role Customer Collaborator Supplier Job applicants

 



SEND
Loading...
Or write an email to: lineahonesta@fidelitymkt.com
COLLABORATORS CODE OF ETHICS SUPPLIERS CODE OF ETHICS


TALENT


Talent

At Fidelity Marketing we achieve extraordinary results thanks to the TALENT of
our people.

We value TALENT and POTENTIAL, regardless of race, creed, religion, nationality,
sex, age, disability, sexual orientation or gender identity.

We invite you to join our team and together make a difference.

Experience a work enviroment characterized by innovation, customer focus,
flexibility and humanity.

I want to apply!

APPLY HERE

*FIRST NAME

*LAST NAME

*EMAIL

  *AREA OF INTEREST Marketing Human Resources IT Call Center Administration and
Finance Fulfillment Operations Commercial

*PHONE

  *COUNTRY MEXICO ARGENTINA BRAZIL COLOMBIA COSTA RICA ECUADOR PERU URUGUAY

Attach your resume (MAX 5MB)  



SEND

Notice: Use of undefined constant OVER3_TALENT_LOADIN - assumed
'OVER3_TALENT_LOADIN' in /var/www/gourmet/fidelitymkt/inc/overlays.php on line
858
OVER3_TALENT_LOADIN

It´s an aspitacional product with high value perception available through all
national and international Airlines.
It´s a highly effective marketing tool that can be applied for different goals:

 * Retention
 * Spending increase
 * Activation / client convertion
 * Consumption
 * Anniversaries
 * Distinguished clients rewards

Flexible online solution that automates the exchange of points for touristic
products. It has real time connectivity on your loyalty platform.

 * Flights
 * Hotels
 * Packages
 * Rental car

We will contact you shortly
*Name

*Corporate Email

Phone

*Job/Area

*Country

*Subject

*Message


Send
Loading...