cajalosandes.sasi.cl Open in urlscan Pro
44.193.88.32  Public Scan

URL: https://cajalosandes.sasi.cl/
Submission: On September 17 via api from NL — Scanned from NL

Form analysis 4 forms found in the DOM

<form action="" id="iniciarSesionForm" class="mt-lg-5 mb-5 inicio-sesion">
  <div class="modal-body">
    <div class="mt-lg-5">
      <h1 class="fs-3 text-center mb-3">Iniciar Sesión</h1>
      <div class="mb-2">
        <label for="exampleFormControlInput1" class="form-label text-dark fs-8">Correo de usuario</label>
        <input type="text" class="form-control" id="nombrep" placeholder="Correo de usuario">
      </div>
      <div class="mb-2">
        <label for="exampleFormControlInput1" class="form-label text-dark fs-8">Contraseña</label>
        <div class="input-group-append position-absolute" style="z-index: 1; right: 3%">
          <button id="show_password_dos" class="btn btn-primary bg-primario" type="button" onclick="mostrarPassword()"> <span class="fs-6 text-gris icon-eye-slash icon"></span> </button>
        </div>
        <input id="txtPassword" type="Password" class="form-control position-relative" placeholder="Contraseña">
        <div class="alert alert-danger mt-2 alertaErrorInicioSesion" id="alertaErrorInicioSesion" role="alert"></div>
        <a href="" class="fs-7 text-secondary link-olvido-contrasena">¿Has olvidado tu contraseña?</a>
      </div>
      <div class="mb-2 mt-3 row">
        <div class="col-12 col-lg-6 px-1 m-0">
          <button type="submit" class="loginSasi btn bg-primario my-1 w-100 shadow">Iniciar Sesión</button>
        </div>
        <div class="col-12 col-lg-6 px-1 m-0">
          <button id="link-registro" class="btn btn-secondary my-1 w-100 shadow link-registro">Regístrate</button>
        </div>
      </div>
    </div>
  </div>
</form>

<form action="" id="formRegistrase" class="mt-lg-5 mb-5 registro d-none">
  <div class="">
    <div class="row m-0 p-0">
      <h1 class="fs-3 text-center mb-3">Regístrate</h1>
      <div class="col-12 col-lg-6 p-0 px-1">
        <label for="" class="d-block fs-8 mb-2 texto-productos">Nombre <p class="d-inline-block text-danger m-0">*</p></label>
        <input type="text" class="form-control w-100 d-inline-block rounded border-0 py-1 m-0 mb-2 name_buy" name="name_buy" placeholder="Nombre">
      </div>
      <div class="col-12 col-lg-6 p-0 px-1">
        <label for="" class="d-block fs-8 mb-2 texto-productos">Apellido <p class="d-inline-block text-danger m-0">*</p></label>
        <input type="text" class="form-control w-100 d-inline-block rounded border-0 py-1 m-0 mb-2 lastname_buy" name="lastname_buy" placeholder="Apellido">
      </div>
      <div class="col-12 col-lg-6 p-0 px-1">
        <label for="" class="d-block fs-8 mb-2 texto-productos">Correo electrónico <p class="d-inline-block text-danger m-0">*</p></label>
        <input type="mail" id="originalMail" class="form-control w-100 d-inline-block rounded border-0 py-1 m-0 mb-2 mail_buy" name="mail_buy" placeholder="Correo electrónico">
      </div>
      <div class="col-12 col-lg-6 p-0 px-1">
        <label for="" class="d-block fs-8 mb-2 texto-productos">Confirmar Correo <p class="d-inline-block text-danger m-0">*</p></label>
        <input type="mail" id="alternativeMail" class="form-control w-100 d-inline-block rounded border-0 py-1 m-0 mb-2 alternativeMail" placeholder="Correo electrónico">
        <small id="alertmail" class="text-danger fs-8 d-none">Disculpe los emails no coinciden</small>
      </div>
      <div class="col-12 p-0 px-1">
        <label for="" class="d-block fs-8 mb-2 texto-productos">Fecha de nacimiento (opcional)</label>
        <input type="text" class="form-control w-100 d-inline-block rounded border-0 py-1 m-0 mb-2 bith_buy" name="bith_buy" placeholder="Fecha de nacimiento" onfocus="(this.type='date')" onblur="(this.type='text')">
      </div>
      <div class="col-12 col-lg-6 p-0 px-1">
        <label for="exampleFormControlInput1" class="form-label text-dark fs-8">Contraseña <p class="d-inline-block text-danger m-0">*</p></label>
        <input id="txtPassword-2" type="Password" class="form-control w-100 d-inline-block rounded border-0 py-1 m-0 mb-2 txtPassword2" placeholder="Contraseña">
      </div>
      <div class="col-12 col-lg-6 p-0 px-1">
        <label for="exampleFormControlInput1" class="form-label text-dark fs-8">Confirmar Contraseña <p class="d-inline-block text-danger m-0">*</p></label>
        <div class="input-group-append position-absolute mostrar-contrasena" style="z-index: 1; right: 10%">
          <style>
            @media only screen and (max-width: 575px) {
              .mostrar-contrasena {
                right: 2% !important;
              }
            }
          </style>
          <button id="show_password" class="btn btn-primary bg-primario py-1" type="button" onclick="mostrarPassword()"> <span class="fs-6 text-gris icon-eye-slash icon"></span> </button>
        </div>
        <input id="txtPassword-3" type="Password" class="form-control w-100 d-inline-block rounded border-0 py-1 m-0 mb-2 txtPassword3" placeholder="Contraseña">
      </div>
      <div class="alert alert-danger mt-2 alertaBtnRegistrateLogin" id="alertaBtnRegistrateLogin" role="alert"></div>
      <div class="col-12 px-1 pt-3 m-0">
        <button type="submit" class="btn bg-primario my-1 w-100 shadow btnRegistrateLogin">Regístrate</button>
        <a href="" class="fs-7 text-secondary link-inicio-sesion">¿Tienes una cuenta? Inicia sesión</a>
      </div>
    </div>
  </div>
</form>

<form action="" id="olvidarPassForm" class="mt-lg-5 mb-5 olvido-contrasena d-none">
  <div class="mt-lg-5 pt-lg-5">
    <h1 class="fs-3 text-center mb-3">¿Olvidaste tu contraseña?</h1>
    <div class="mb-2">
      <label for="exampleFormControlInput1" class="form-label text-dark fs-8">Ingresa tu email</label>
      <input type="text" class="form-control" id="email-recu-contrasena" placeholder="Ingresa tu email">
      <div class="alert alert-danger mt-2 alertaErrorEmailRecuperar" id="alertaErrorEmailRecuperar" role="alert"></div>
    </div>
    <div class="mb-2">
      <button class="btn bg-primario my-1 w-100 shadow btnRecuperarContrasena">Recuperar contraseña</button>
      <a href="" class="fs-7 text-secondary link-inicio-sesion">¿Tienes tu contraseña? Inicia sesión</a>
    </div>
  </div>
</form>

<form action="" id="contactoForm" class="contactoForm">
  <div class="modal-body">
    <div class="row">
      <div class="mb-2">
        <label for="nombreContacto" class="form-label text-dark fs-6">Nombre de contacto</label>
        <input type="text" class="form-control" id="nombreContacto" required="" placeholder="Nombre de contacto">
      </div>
      <div class="mb-2">
        <label for="nombreEmpresa" class="form-label text-dark fs-6">Nombre empresa</label>
        <input type="text" class="form-control" id="nombreEmpresa" required="" placeholder="Nombre empresa">
      </div>
      <div class="mb-2">
        <label for="mailEmpresa" class="form-label text-dark fs-6">Email</label>
        <input type="email" class="form-control" id="mailEmpresa" required="" placeholder="name@example.com">
      </div>
      <div class="mb-2">
        <label for="fonoEmpresa" class="form-label text-dark fs-6">Teléfono</label>
        <input type="tel" class="form-control" id="fonoEmpresa" required="" placeholder="+56-940845788">
      </div>
      <div class="mb-2">
        <label for="motivoEmpresa" class="form-label text-dark fs-6">Motivo de su contacto</label>
        <textarea class="form-control" id="motivoEmpresa" rows="3"></textarea>
      </div>
      <input type="hidden" name="subject" id="subject" value="">
      <div class="col-12">
        <div class="text-center">
          <small id="submitext" class="text-success d-none">Gracias, pronto te contactaremos</small>
        </div>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button type="submit" class="btn btn-primary" style="background-color: #FCDC04 !important; border-color: #FCDC04 !important;">Enviar</button>
    <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Cerrar</button>
  </div>
</form>

Text Content

unread messages

 * Cursos

unread messages



CAMBIAR FOTO DE PERFIL

Guardar imagen

CARRITO DE COMPRA

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Subtotal



--------------------------------------------------------------------------------

Ir a carrito

Finalizar compra


VALIDACIÓN CAJA LOS ANDES


POR FAVOR INGRESE SU RUT DE MIEMBRO CAJA LOS ANDES PARA ACCEDER A SU DESCUENTO
DEL 100%.

Introduzca su RUT sin puntos y con guion ej: 12265794-1
Validarme No soy afiliado pero quiero adquirir el curso

Descubre los cursos para afiliados Caja los Andes



Tenemos Cursos en distintas áreas

HAZ CLICK EN EL ÁREA QUE MÁS TE INTERESE



CLA-Descuentos

Sasi-Kids

Gratuito

Área Salud

Disfruta de toda la oferta de cursos que tenemos para ti


EXCEL BÁSICO

ÁLVARO VALENZUELA


$14.990


$7.495

Inscríbete ya


APRENDE CONTABILIDAD BÁSICA PARA TU PYME

BLANCA VIVES


$0


$0

Inscríbete ya


BAILE ENTRETENIDO

MÓNICA GUAJARDO


$14.990


$0

Inscríbete ya


FÚTBOL PARA NIÑOS

MANUEL ITURRA


$14.990


$0

Inscríbete ya


YOGA PARA NIÑOS

MARÍA CARRANZA DEL CASTILLO


$14.990


$0

Inscríbete ya


MANICURE PERMANENTE

CONSTANZA MOLINA


$14.990


$0

Inscríbete ya


EXCEL AVANZADO

JUAN JOSÉ CIFUENTES


$14.990


$0

Inscríbete ya


INTRODUCCIÓN AL MAQUILLAJE PROFESIONAL

ANDREA DE LA BARRA


$14.990


$0

Inscríbete ya


LIDERAZGO Y GESTIÓN DE EQUIPOS REMOTOS

MALCOLM HUDSON


$14.990


$0

Inscríbete ya


PREVIENE EL SÍNDROME DEL "BURNOUT" O AGOTAMIENTO LABORAL

CAROLINA CARMONA ALBA


$14.990


$7.495

Inscríbete ya


INTRODUCCIÓN A LA CARPINTERÍA: APRENDE A HACER TU PROPIO MUEBLE

PEDRO PINOCHET


$14.990


$0

Inscríbete ya


CÓMO HACER TU PROPIO SITIO WEB EN 5 DÍAS

CRISTIÁN CORTÉS VON CHRISMAR


$14.990


$7.495

Inscríbete ya


CURSO DE LENGUA DE SEÑAS BÁSICO

PAULINA OCHOA


$14.990


$7.495

Inscríbete ya


MALA POSTURA Y CÓMO ERRADICAR EL DOLOR DE TU VIDA

PABLO VARGAS


$14.990


$7.495

Inscríbete ya


REDACCIÓN EFICAZ: ESENCIALES DE ORTOGRAFÍA Y REDACCIÓN

ÁNGELA DONOSO RIVAS


$14.990


$7.495

Inscríbete ya


PHOTOSHOP DESDE 0

FELIPE GIANNINI


$14.990


$0

Inscríbete ya


AUTOESTIMA Y CONFIANZA

CONSTANZA FERNÁNDEZ


$14.990


$7.495

Inscríbete ya


ALIMENTACIÓN CONSCIENTE

STEFANIA ABOVIC


$14.990


$7.495

Inscríbete ya


PASTELERÍA GOURMET: SORPRENDE A LOS QUE MÁS QUIERES

MARÍA LUISA GAJARDO


$14.990


$0

Inscríbete ya


EXCEL INTERMEDIO (ESENCIALES)

JUAN JOSÉ CIFUENTES


$14.990


$0

Inscríbete ya


TÉCNICAS DE REDUCCIÓN DEL ESTRÉS ANTE LA INCERTIDUMBRE

MALCOLM HUDSON


$14.990


$0

Inscríbete ya


APRENDE A POSTULAR A FINANCIAMIENTO PARA TU PYME

CAMILA SAAVEDRA


$14.990


$0

Inscríbete ya


ALTO AL BULLYING, LAS CLAVES PARA PREVENIRLO EN NIÑOS Y ADOLESCENTES.

SOLEDAD POBLETE


$0


$0

Inscríbete ya


CÓMO BUSCAR TRABAJO Y SER UN POSTULANTE GANADOR

VERÓNICA FUCHSLOCHER


$14.990


$0

Inscríbete ya


CURSO DE FINANZAS PERSONALES

NICOLÁS MAGNER


$14.990


$7.495

Inscríbete ya


YOCA: EJERCICIOS PRÁCTICOS DE YOGA Y CALISTENIA

LEÓN POPOVYCH


$14.990


$7.495

Inscríbete ya


RE-CONECTA CON TU AMOR PROPIO Y APRENDE A SACAR LO MEJOR DE TI

CAROLINA CARMONA ALBA


$14.990


$7.495

Inscríbete ya


LINKEDIN PARA LA BÚSQUEDA DE EMPLEO Y GENERACIÓN DE REDES

MAXIMILIANO VICENCIO


$14.990


$0

Inscríbete ya


LIDERA Y CUMPLE TUS OBJETIVOS; UN CURSO DE MUJERES PARA MUJERES

PAULA OSORIO VÁSQUEZ


$14.990


$7.495

Inscríbete ya


HERRAMIENTAS PARA SER MÁS FELIZ

CAROLINA CARMONA


$14.990


$7.495

Inscríbete ya


POWER BI BÁSICO

DAVID LEÓN


$14.990


$7.495

Inscríbete ya


GESTIÓN EFICAZ DEL TIEMPO

CONSTANZA FERNÁNDEZ


$14.990


$7.495

Inscríbete ya


MECÁNICA BÁSICA AUTOMOTRIZ

GABRIEL BAEZA


$14.990


$0

Inscríbete ya


CURSO BÁSICO DE MANICURE PROFESIONAL

GEORNELA DAZA


$14.990


$0

Inscríbete ya


HERRAMIENTAS PRÁCTICAS DE WORD

DAVID LEÓN


$14.990


$7.495

Inscríbete ya


CÓMO CALCULAR EL PRECIO DE MI PRODUCTO

CRISTIÁN CORTÉS


$14.990


$0

Inscríbete ya


CONTENCIÓN EMOCIONAL Y MANEJO DE ANSIEDAD

CAROLINA CARMONA ALBA


$14.990


$7.495

Inscríbete ya


SORPRENDE HACIENDO PAN DE MASA MADRE

LEONOR OSORIO


$14.990


$0

Inscríbete ya


CÓMO CREAR TU EMPRESA: 6 PASOS QUE TIENES QUE SABER SI PARA UN NUEVO PROYECTO

MATÍAS VUKUSIC


$14.990


$7.495

Inscríbete ya


STORYTELLING: CONOCE CÓMO PRESENTAR Y CONVENCER A UNA AUDIENCIA

MALCOLM HUDSON


$14.990


$7.495

Inscríbete ya


APRENDE DE TU PERRO CON LINDORFO

SEBASTIÁN JIMENEZ


$14.990


$7.495

Inscríbete ya


FOTOGRAFÍAS PROFESIONALES CON TU TELÉFONO

LEÓN GRAUER


$14.990


$7.495

Inscríbete ya


LENGUA DE SEÑAS PARA UNA COMUNICACIÓN FLUIDA Y EFECTIVA

PAULINA OCHOA


$14.990


$7.495

Inscríbete ya


MEDITACIÓN Y YOGA EN TIEMPOS DIFÍCILES

LEÓN POPOVYCH


$14.990


$7.495

Inscríbete ya


POWERPOINT, PRESENTACIONES DE ALTO IMPACTO

DAVID LEÓN


$14.990


$7.495

Inscríbete ya

¡Conoce más cursos con increíbles descuentos!

VER MÁS


INICIAR SESIÓN

Correo de usuario
Contraseña


¿Has olvidado tu contraseña?
Iniciar Sesión
Regístrate


REGÍSTRATE

Nombre

*

Apellido

*

Correo electrónico

*

Confirmar Correo

*

Disculpe los emails no coinciden
Fecha de nacimiento (opcional)
Contraseña

*

Confirmar Contraseña

*



Regístrate ¿Tienes una cuenta? Inicia sesión


¿OLVIDASTE TU CONTRASEÑA?

Ingresa tu email

Recuperar contraseña ¿Tienes tu contraseña? Inicia sesión

CONTÁCTANOS

Nombre de contacto
Nombre empresa
Email
Teléfono
Motivo de su contacto
Gracias, pronto te contactaremos
Enviar Cerrar