@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900");

body {
  overflow-x: hidden;
  color: #666;
  padding: 0;
  margin: 0 auto
}

body * {
  font-family: 'Montserrat'
}

body p {
  margin: 0
}

@media only screen and (max-width: 480px) {
  body p {
    letter-spacing: 0 !important
  }
}

body a {
  text-decoration: none
}

::-webkit-scrollbar {
  width: 10px;
  background: #dcdcdc
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(-45deg, #dcdcdc 10%, #bfbebe 91%);
  background: linear-gradient(135deg, #dcdcdc 10%, #bfbebe 91%)
}

.solSwi_procesoCreacion {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.solSwi_procesoCreacion .solSwi_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 0 !important
}

.solSwi_procesoCreacion .solSwi_container .inicio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  overflow: hidden
}

.solSwi_procesoCreacion .solSwi_container .inicio .textosInicio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .inicio .textosInicio>p {
  width: 50%;
  margin: 0 auto !important;
  text-align: center;
  font-size: 18px
}

.solSwi_procesoCreacion .solSwi_container .inicio .textosInicio>p.titulo {
  width: 90%;
  font-size: 35px;
  font-weight: 600;
  color: #121618
}

.solSwi_procesoCreacion .solSwi_container .inicio .textosInicio>p.sub {
  padding-top: 30px !important;
  font-size: 22px;
  font-weight: 600;
  color: #121618
}

.solSwi_procesoCreacion .solSwi_container .inicio .textosInicio>p.ayuda {
  margin-bottom: 10px !important;
  font-weight: 600
}

.solSwi_procesoCreacion .solSwi_container .inicio .textosInicio>p.ayuda span {
  position: relative;
  cursor: pointer
}

.solSwi_procesoCreacion .solSwi_container .inicio .textosInicio>p.ayuda span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background-color: #121618;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .inicio .textosInicio>p.ayuda span:hover:after {
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .inicio .textosInicio .iniciarProceso {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  margin: 10px auto !important;
  padding: 5px 20px !important;
  color: #fff;
  background-color: #0081ff;
  font-size: 15px;
  font-weight: 600
}

.solSwi_procesoCreacion .solSwi_container .inicio .textosInicio .iniciarProceso:hover {
  padding: 5px 30px !important
}

.solSwi_procesoCreacion .solSwi_container .inicio .encabezado {
  display: none;
  width: 90%;
  margin: 0 auto !important;
  padding: 20px 0 !important;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #121618
}

.solSwi_procesoCreacion .solSwi_container .contenedorPasos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  display: none;
  width: 100%;
  overflow: hidden
}

.solSwi_procesoCreacion .solSwi_container .contenedorPasos .paso {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 70px;
  height: 70px;
  margin: 10px !important;
  border: 5px solid rgba(18, 22, 24, 0.2);
  border-radius: 50%;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorPasos .paso.activo {
  border-color: #0081ff;
  cursor: pointer
}

.solSwi_procesoCreacion .solSwi_container .contenedorPasos .paso.activo p {
  color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorPasos .paso p {
  width: 90%;
  margin: 0 auto !important;
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  color: rgba(18, 22, 24, 0.2);
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorPasos .punto {
  width: 10px;
  height: 10px;
  margin: 5px 20px !important;
  border-radius: 50%;
  background-color: rgba(18, 22, 24, 0.2)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones {
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  display: none;
  width: 100%;
  min-height: 350px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion>p {
  width: 90%;
  margin: 0 auto !important;
  text-align: center
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion>p.encabezadoSeccion {
  padding-top: 30px !important;
  font-size: 20px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral {
  width: 100%;
  padding: 20px 0 !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral .contenedorCampos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral .contenedorCampos .campo {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  width: 400px;
  margin: 10px auto !important;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(18, 22, 24, 0.3)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral .contenedorCampos .campo.full {
  width: 95%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral .contenedorCampos .campo.vacio label, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral .contenedorCampos .campo.vacio input {
  color: red
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral .contenedorCampos .campo.vacio .errorMsg {
  display: block
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral .contenedorCampos .campo input {
  width: calc(100% - 20px);
  margin: 0 !important;
  padding: 5px 10px !important;
  outline: 0;
  border: 0;
  background-color: transparent;
  text-align: center;
  font-size: 18px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral .contenedorCampos .campo .errorMsg {
  display: none;
  padding: 3px 5px !important;
  background-color: red;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 10px);
  z-index: 6
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral .contenedorCampos .campo .errorMsg:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid red;
  border-right: 10px solid transparent
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contBotones {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contBotones .botonAvanzar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  margin: 10px 50px !important;
  padding: 7px 20px !important;
  background-color: #0081ff;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contBotones .botonAvanzar:hover {
  transform: translateY(-4px)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contBotones .botonAvanzar.desactivado {
  pointer-events: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contBotones .botonAvanzar.desactivado:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contBotones .botonAvanzar.regresar {
  margin-right: auto !important
}

@media only screen and (max-width: 550px) {
  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contBotones .botonAvanzar.regresar {
    margin-left: auto !important
  }
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi {
  width: 100%;
  padding: 20px 0 !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 400px;
  margin: 10px auto !important;
  position: relative
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.vacio label, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.vacio input {
  color: red;
  border-color: red
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.vacio .msg {
  transform: translateX(-50%) scale(1)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.vacio .msg:before {
  border-bottom-color: red
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.vacio .msg:after {
  content: "Campo vacio, favor de verificarlo";
  background-color: red
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.validado .msg {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  color: #0081ff;
  transform: translateX(-50%) scale(1);
  transition-delay: .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.validado .msg:before {
  display: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.validado .msg:after {
  content: "¡Listo!";
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 900
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.validado .msgValidado {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-left: 10px !important;
  transform: rotate(30deg) scale(1)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.validado .msgValidado:before {
  width: 8px;
  transition-delay: .3s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.validado .msgValidado:after {
  height: 20px;
  transition-delay: .6s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo.error .msgError {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-left: 10px !important;
  transform: scale(1)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo.error .msgError:before {
  width: 20px;
  transition-delay: .3s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo.error .msgError:after {
  width: 20px;
  transition-delay: .6s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo.error .msgError span {
  opacity: 1;
  transition-delay: 1s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo label {
  font-size: 18px;
  font-weight: 600
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo input {
  width: 100%;
  margin: 0 !important;
  padding: 5px !important;
  font-size: 18px;
  text-align: center;
  background-color: transparent;
  color: #666;
  border: 1px solid rgba(18, 22, 24, 0.3);
  border-radius: 5px;
  outline: 0
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo .msg {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  padding: 3px 5px !important;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  transform: translateX(-50%) scale(0);
  z-index: 6
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo .msg:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid red;
  border-right: 10px solid transparent
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo .msg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 160px;
  padding: 2px 5px !important;
  transform: translateX(-50%)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo .msgValidado {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  width: 0;
  height: 0;
  min-width: 0;
  border: 2px solid #8cc63f;
  border-radius: 50%;
  transform: rotate(30deg) scale(0);
  position: relative
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo .msgValidado:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo .msgValidado:after {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  content: "";
  position: absolute;
  background-color: #8cc63f;
  bottom: 10px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo .msgValidado:before {
  width: 0;
  height: 3px;
  left: 12px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo .msgValidado:after {
  width: 3px;
  height: 0;
  left: 20px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo .msgError {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  width: 0;
  height: 0;
  min-width: 0;
  margin-left: 10px !important;
  border: 2px solid red;
  border-radius: 50%;
  transform: scale(0);
  position: relative
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo .msgError:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo .msgError:after {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  content: "";
  position: absolute;
  top: 50%;
  width: 0px;
  height: 5px;
  background-color: red;
  border-radius: 20px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo .msgError:before {
  transform: translateY(-50%) rotate(45deg)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo .msgError:after {
  transform: translateY(-50%) rotate(-45deg)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo .msgError span {
  position: absolute;
  left: calc(100% + 10px);
  width: max-content;
  font-size: 10px;
  font-weight: 600;
  color: red;
  opacity: 0;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi {
  margin: 10px auto !important;
  position: relative;
  z-index: 5
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .encabezado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 280px;
  margin: 10px auto !important;
  padding: 7px 10px !important;
  background-color: #fff;
  border: 1px solid rgba(18, 22, 24, 0.2);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  z-index: 1
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .encabezado p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: left
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .encabezado i {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  margin: 0 0 0 5px !important;
  color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .encabezado i.girado {
  transform: rotate(180deg)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .contenedorResultados {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 300px;
  max-height: 200px;
  padding-top: 25px;
  background-color: #fff;
  border: 1px solid rgba(18, 22, 24, 0.2);
  border-radius: 10px;
  transform: translateX(-50%);
  overflow-x: hidden;
  overflow-y: auto
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .contenedorResultados::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .contenedorResultados::-webkit-scrollbar-thumb {
  background: #fff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .contenedorResultados::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .contenedorResultados .resultado {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 7px 20px 7px 10px !important;
  text-align: left;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .contenedorResultados .resultado.seleccionado {
  background-color: #d2d2d2 !important;
  font-size: 14px !important;
  font-weight: 600;
  color: #121618;
  pointer-events: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .contenedorResultados .resultado.seleccionado:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 5px;
  height: 10px;
  transform: translateY(-50%) rotate(30deg);
  border: 3px solid #0081ff;
  border-left: 0;
  border-top: 0
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .contenedorResultados .resultado:hover {
  font-size: 16px;
  color: #121618;
  background-color: #e0e0e0
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .mensaje {
  display: none;
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .mensaje>p {
  width: 90%;
  margin: 0 auto !important;
  text-align: center
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .mensaje>p.resaltado {
  padding: 50px 0 20px 0 !important;
  font-size: 24px;
  font-weight: 900;
  color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .mensaje>p.grande {
  font-size: 20px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .contenedorApps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: start;
  display: none;
  width: calc(100% - 40px);
  margin: 20px 0 !important;
  padding: 20px !important;
  border: 1px solid rgba(18, 22, 24, 0.2);
  border-radius: 20px;
  opacity: 0;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .contenedorApps .app {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  margin: 10px !important;
  width: 220px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .contenedorApps .app .imagenApp {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 10px !important;
  background-color: antiquewhite;
  border-radius: 50%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .contenedorApps .app p {
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  width: 100%;
  font-size: 14px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .contenedorApps .app p[contenteditable=true]:empty {
  display: block
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .mensaje {
  width: 100%;
  padding-bottom: 20px !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .mensaje>p {
  width: 90%;
  margin: 0 auto !important;
  text-align: center
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .mensaje>p.resaltado {
  padding: 50px 0 20px 0 !important;
  font-size: 24px;
  font-weight: 900;
  color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .mensaje>p.grande {
  font-size: 20px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .mover {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  display: none;
  width: 30px;
  height: 30px;
  background-color: rgba(18, 22, 24, 0.3);
  position: relative;
  cursor: pointer
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .mover.adelante:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .mover.adelante:after {
  transform-origin: right
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .mover:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .mover:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transform-origin: left
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .mover:before {
  transform: rotate(-40deg)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .mover:after {
  transform: rotate(40deg)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: rgba(0, 0, 0, 0)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles::-webkit-scrollbar-thumb {
  background: rgba(18, 22, 24, 0.3)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla {
  width: calc(100% / 3 - 20px);
  min-width: calc(100% / 3 - 20px);
  padding: 10px !important;
  position: relative
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla.seleccionada:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla.seleccionada:after {
  width: calc(100% - 20px)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla.seleccionada .imagenPlantilla:before {
  transform: scale(2);
  transition-delay: .3s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla.seleccionada .imagenPlantilla:after {
  opacity: 1;
  transition-delay: .7s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla:after {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #0081ff;
  z-index: 1
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla:before {
  top: 10px;
  left: 10px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla:after {
  top: 156px;
  right: 10px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla .imagenPlantilla {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla .imagenPlantilla:before {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 200px;
  background-color: rgba(18, 22, 24, 0.7);
  border-radius: 50%;
  transform: scale(0)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla .imagenPlantilla:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 30px;
  border: 5px solid #fff;
  transform: rotate(40deg);
  border-top: 0;
  border-left: 0;
  opacity: 0;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla .acciones {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  box-shadow: 0 0 20px 2px rgba(18, 22, 24, 0.1)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla .acciones .boton {
  margin: 10px !important;
  padding: 3px 10px !important;
  background-color: #0081ff;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.plantSeleccionada .mensaje {
  width: 100%;
  padding-bottom: 20px !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.plantSeleccionada .mensaje>p {
  width: 90%;
  margin: 0 auto !important;
  text-align: center
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.plantSeleccionada .mensaje>p.resaltado {
  padding: 50px 0 20px 0 !important;
  font-size: 24px;
  font-weight: 900;
  color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.plantSeleccionada .mensaje>p.grande {
  font-size: 20px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.plantSeleccionada .imagenPSel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 600px;
  height: 300px;
  margin-bottom: 20px !important;
  border: 1px solid rgba(18, 22, 24, 0.2)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info {
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info>p {
  margin: 10px auto !important;
  text-align: center;
  font-size: 20px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.uno>p {
  width: 600px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.dos {
  display: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.dos p:first-child {
  padding-top: 30px !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.dos .appsEjemplo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  padding: 50px 0 !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.dos .appsEjemplo .app {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  margin: 10px !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.dos .appsEjemplo .app .imgApp {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 10px !important;
  background-color: antiquewhite;
  border-radius: 50%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.dos .appsEjemplo .app p {
  font-size: 16px;
  font-weight: 600
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.dos .contBotones {
  padding-top: 50px !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona {
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona>p {
  width: 90%;
  margin: 0 auto !important;
  padding: 30px 0 !important;
  text-align: center;
  font-size: 30px;
  font-weight: 900
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  padding: 20px 0 !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .persona {
  font-size: 20px;
  cursor: pointer;
  position: relative
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .persona:after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .persona.fisica:after {
  left: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .persona.moral:after {
  right: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .persona.seleccionada {
  font-weight: 600
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 80px;
  height: 30px;
  margin: 0px 20px !important;
  background-color: rgba(18, 22, 24, 0.1);
  border-radius: 20px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.fisica .bolita {
  transform: rotate(-180deg);
  transform-origin: left;
  background-color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.fisica .bolita span {
  transform-origin: right;
  opacity: 1
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.fisica .bolita span:nth-child(1) {
  left: auto;
  right: 7px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.fisica .bolita span:nth-child(3) {
  left: auto;
  right: 7px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.moral .bolita {
  transform: rotate(180deg);
  transform-origin: right;
  background-color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.moral .bolita span {
  opacity: 1
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle .bolita {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 25px;
  height: 25px;
  background-color: rgba(0, 129, 255, 0.5);
  border-radius: 50%;
  position: relative;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle .bolita span {
  position: absolute;
  height: 1px;
  background-color: #fff;
  transform-origin: left;
  opacity: 0;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle .bolita span:nth-child(1) {
  width: 5px;
  transform: rotate(-45deg);
  left: 7px;
  right: auto
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle .bolita span:nth-child(2) {
  width: 10px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle .bolita span:nth-child(3) {
  width: 5px;
  transform: rotate(45deg);
  left: 7px;
  right: auto
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios {
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form {
  width: 100%;
  padding: 20px 0 !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form>p {
  font-size: 18px;
  padding: 10px 0 !important;
  margin: 0 auto !important;
  font-size: 18px;
  border-bottom: 2px solid rgba(18, 22, 24, 0.2)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form.formTutor {
  display: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 49%;
  position: relative;
  padding-top: 15px !important;
  margin: 10px 0 !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo:after {
  content: "";
  position: absolute;
  background-color: #121618;
  width: 0;
  height: 1px;
  transition: ease all .3s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo:before {
  left: 0;
  bottom: 0
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo:after {
  right: 0;
  top: 15px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.movido:before {
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.movido label {
  bottom: calc(100% - 23px);
  padding: 0 5px !important;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  z-index: 1
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.movido input, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.movido .encabezado {
  box-shadow: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.validado:after {
  width: 100%;
  background-color: green;
  transition-delay: .2s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.validado:before {
  background-color: green
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.validado .lineaAnim:after {
  height: calc(100% - 15px);
  background-color: green
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.validado .lineaAnim:before {
  height: calc(100% - 15px);
  background-color: green;
  transition-delay: .4s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.validado label {
  color: green
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.error, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.erroneo {
  position: relative;
  margin-bottom: 35px !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.error:after, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.erroneo:after {
  width: 100%;
  background-color: #db2828;
  transition-delay: .2s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.error:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.erroneo:before {
  background-color: #db2828
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.error .lineaAnim:after, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.erroneo .lineaAnim:after {
  height: calc(100% - 15px);
  background-color: #db2828
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.error .lineaAnim:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.erroneo .lineaAnim:before {
  height: calc(100% - 15px);
  background-color: #db2828;
  transition-delay: .4s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.error label, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.erroneo label {
  color: #db2828;
  bottom: calc(100% - 24px);
  padding: 0 5px !important;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  z-index: 1
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.error .errorMsg, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.erroneo .errorMsg {
  position: absolute;
  display: flex;
  bottom: -25px;
  color: #db2828
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.error input, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.error .encabezado, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.erroneo input, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.erroneo .encabezado {
  box-shadow: none;
  border-bottom: 1px solid #db2828
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.drop i {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 15px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo.drop i.girado {
  transform: rotate(180deg)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo input, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .encabezado {
  width: calc(100% - 20px);
  margin: 0;
  padding: 10px !important;
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  z-index: 5;
  box-shadow: 0px 0px 1px #121618;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .encabezado {
  min-height: 22px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .contenedorOpciones {
  position: absolute;
  width: 100%;
  top: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 1px #121618;
  z-index: 10;
  max-height: 200px;
  overflow-x: auto;
  display: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .contenedorOpciones::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .contenedorOpciones::-webkit-scrollbar-thumb {
  background: rgba(18, 22, 24, 0.3)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .contenedorOpciones::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .contenedorOpciones .opcion {
  padding: 10px 20px !important;
  cursor: pointer
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .contenedorOpciones .opcion:hover {
  background-color: rgba(18, 22, 24, 0.07)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .errorMsg {
  display: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .lineaAnim:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .lineaAnim:after {
  content: "";
  position: absolute;
  background-color: #121618;
  width: 1px;
  height: 0;
  transition: ease all .3s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .lineaAnim:before {
  left: 0;
  top: 15px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo .lineaAnim:after {
  right: 0;
  bottom: 0
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .selImg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: relative;
  width: 49%;
  padding-top: 15px !important;
  color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .selImg .lanzador {
  position: relative;
  cursor: pointer
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .selImg .lanzador input {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  opacity: 0;
  font-size: 0;
  z-index: 5;
  cursor: pointer
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .selImg .tooltip {
  color: #666;
  margin: 0 0 0 10px !important;
  cursor: pointer
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .selImg .tooltip:hover .info, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .selImg .tooltip:hover .imagenInfo {
  display: block
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .selImg .tooltip .imagenInfo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #666;
  width: 300px;
  height: 100px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 10;
  display: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .selImg .tooltip .imagenInfo.alta {
  height: 250px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .selImg .tooltip .info {
  position: absolute;
  right: 0;
  padding: 5px 10px !important;
  background-color: #666;
  color: #fff;
  text-align: center;
  display: none;
  z-index: 10
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .representante {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .representante .contenido {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: relative;
  text-align: center
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .representante .contenido input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  opacity: 0;
  z-index: 10;
  cursor: pointer
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .representante .contenido input:checked~.fakeCheck {
  background-color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .representante .contenido input:checked~.fakeCheck:before {
  opacity: 1
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .representante .contenido .fakeCheck {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: relative;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 5px !important;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 1px #121618;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .representante .contenido .fakeCheck:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 8px;
  border: 1px solid #fff;
  transform: rotate(30deg);
  border-left: 0;
  border-top: 0;
  opacity: 0;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .formulario {
  width: 100%;
  min-height: 300px;
  display: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .mensajes {
  width: 100%;
  padding: 20px 0 !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .mensajes p {
  margin: 10px 0 !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .mensaje {
  width: 100%;
  padding-bottom: 20px !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .mensaje>p {
  width: 90%;
  margin: 0 auto !important;
  text-align: center
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .mensaje>p.resaltado {
  padding: 50px 0 20px 0 !important;
  font-size: 24px;
  font-weight: 900;
  color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .mensaje>p.grande {
  font-size: 20px
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  padding-top: 100px !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .legales {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .legales a {
  position: relative;
  margin: 0 10px !important;
  color: #666
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .legales a:hover:before {
  width: 100%
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .legales a:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #666
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .legales a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background-color: #121618;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .legales a:last-child {
  margin-right: 0 !important
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .legales a:last-child:after {
  display: none
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .termCond {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  margin: 20px 0 !important;
  position: relative;
  text-align: center
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .termCond input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  opacity: 0;
  z-index: 10;
  cursor: pointer
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .termCond input:checked~.fakeCheck {
  background-color: #0081ff
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .termCond input:checked~.fakeCheck:before {
  opacity: 1;
  transform: rotate(30deg) scale(1)
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .termCond .fakeCheck {
  position: relative;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 5px !important;
  background-color: #fff;
  box-shadow: 0px 0px 1px #121618;
  transition: ease all .5s
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .termCond .fakeCheck:before {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 3px;
  height: 8px;
  border: 1px solid #fff;
  transform: rotate(30deg) scale(0);
  border-left: 0;
  border-top: 0;
  opacity: 0
}

.solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.solicitud .botones .botonSolicitar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  margin: 10px 0 !important;
  padding: 7px 20px !important;
  background-color: #0081ff;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
  cursor: pointer
}

@media only screen and (max-width: 1024px) {
  .solSwi_procesoCreacion .solSwi_container {
    width: 90%
  }
}

@media only screen and (max-width: 768px) {
  .solSwi_procesoCreacion .solSwi_container .inicio .textosInicio>p {
    width: 90%
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contBotones {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-wrap: wrap;
    -moz-box-lines: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo .msgError span {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: calc(100% + 10px)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla {
    width: calc(100% / 2 - 20px);
    min-width: calc(100% / 2 - 20px)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.plantSeleccionada .imagenPSel {
    width: 100%
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.uno>p {
    width: 100%
  }
}

@media only screen and (max-width: 720px) {
  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: wrap;
    -moz-box-lines: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .campo {
    width: 100%
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .contenedorFormularios .form .contenedorCampos .selImg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-wrap: wrap;
    -moz-box-lines: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    width: 100%;
    text-align: center
  }
}

@media only screen and (max-width: 480px) {
  .solSwi_procesoCreacion .solSwi_container .inicio .textosInicio>p.titulo {
    font-size: 30px
  }

  .solSwi_procesoCreacion .solSwi_container .inicio .encabezado {
    font-size: 24px
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorPasos .paso {
    width: 50px;
    height: 50px;
    min-width: 50px
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorPasos .paso p {
    font-size: 35px
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorPasos .punto {
    margin: 0 !important
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .formGeneral .contenedorCampos .campo {
    width: 100%
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi {
    padding: 20px 0 80px 0 !important
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo {
    width: 100%
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.validado .msg {
    top: calc(100% + 55px)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo.validado .msgValidado {
    margin-left: 0 !important
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo.error .msgError {
    margin-left: 0 !important
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.nombreSWi .formNombreSWi .contenedorCampos .campo .msgValidado, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion .contenedorCampos .campo .msgError {
    position: absolute;
    top: calc(100% + 10px)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi {
    width: 100%
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .encabezado {
    width: auto
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .dropsolSwi .contenedorResultados {
    position: relative;
    width: 100%;
    padding-top: 0 !important;
    top: inherit;
    left: inherit;
    transform: translateX(0)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .contenedorApps {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .contenedorApps::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: rgba(0, 0, 0, 0)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .contenedorApps::-webkit-scrollbar-thumb {
    background: rgba(18, 22, 24, 0.3)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .contenedorApps::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.modeloNegocio .contenedorApps .app {
    width: 100%;
    margin: 10px 0 !important
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla {
    width: 100%;
    min-width: 100%;
    padding: 0 !important
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla.seleccionada:before, .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla.seleccionada:after {
    width: 100%
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla:before {
    top: 0;
    left: 0
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla:after {
    top: 116px;
    right: 0
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.selPlantilla .contenedorPlantillas .plantillasDisponibles .plantilla .imagenPlantilla {
    height: 120px
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.plantSeleccionada .imagenPSel {
    height: 200px
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.dos .appsEjemplo {
    padding: 20px 0 !important
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.informacion .info.dos .appsEjemplo .app p {
    width: 200px
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle {
    width: 30px;
    height: 80px;
    margin: 20px 0 !important
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle .bolita span:nth-child(2) {
    width: 1px;
    height: 10px
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.fisica .bolita {
    transform-origin: top
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.fisica .bolita span:nth-child(1) {
    width: 5px;
    transform: rotate(-45deg);
    left: 11px;
    right: auto;
    bottom: 10px;
    transform-origin: right
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.fisica .bolita span:nth-child(3) {
    width: 5px;
    transform: rotate(45deg);
    left: 9px;
    right: auto;
    bottom: 10px;
    transform-origin: left
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.moral .bolita {
    transform-origin: bottom
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.moral .bolita span:nth-child(1) {
    left: 9px;
    right: auto;
    top: 11px;
    transform: rotate(-45deg)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .toggle.moral .bolita span:nth-child(3) {
    left: 11px;
    right: auto;
    top: 11px;
    transform: rotate(45deg);
    transform-origin: right
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .persona:after {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 30px;
    height: calc(100% + 40px)
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .persona.fisica:after {
    top: 100%
  }

  .solSwi_procesoCreacion .solSwi_container .contenedorSecciones .seccion.datos .seleccionarPersona .contenedorOpciones .persona.moral:after {
    top: auto;
    bottom: 100%
  }
}

.solSwi_procesoCreacion .modalImagenes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 22, 24, 0.8);
  z-index: 20;
  display: none
}

.solSwi_procesoCreacion .modalImagenes .contenedor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 700px;
  height: 400px;
  background-color: #fff;
  position: relative
}

.solSwi_procesoCreacion .modalImagenes .contenedor .cerrarModal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer
}

.solSwi_procesoCreacion .modalImagenes .contenedor .cerrarModal span {
  width: 100%;
  height: 1px;
  background-color: #121618
}

.solSwi_procesoCreacion .modalImagenes .contenedor .cerrarModal span:first-child {
  transform: rotate(45deg)
}

.solSwi_procesoCreacion .modalImagenes .contenedor .cerrarModal span:last-child {
  transform: rotate(-45deg)
}

.solSwi_procesoCreacion .modalImagenes .contenedor>p {
  width: 90%;
  margin: 0 auto !important;
  text-align: center;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 20px 0 !important
}

.solSwi_procesoCreacion .modalImagenes .contenedor .contenedorImagenes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: start;
  width: 90%;
  margin: 0 auto !important;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto
}

.solSwi_procesoCreacion .modalImagenes .contenedor .contenedorImagenes::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: rgba(18, 22, 24, 0.1)
}

.solSwi_procesoCreacion .modalImagenes .contenedor .contenedorImagenes::-webkit-scrollbar-thumb {
  background: rgba(152, 204, 253, 0.5)
}

.solSwi_procesoCreacion .modalImagenes .contenedor .contenedorImagenes::-webkit-scrollbar-track {
  background: rgba(18, 22, 24, 0.1)
}

.solSwi_procesoCreacion .modalImagenes .contenedor .contenedorImagenes .imagen {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 150px;
  height: 150px;
  margin: 10px !important;
  border: 2px dashed rgba(18, 22, 24, 0.2);
  position: relative;
  transition: ease all .5s
}

.solSwi_procesoCreacion .modalImagenes .contenedor .contenedorImagenes .imagen:hover {
  border-color: #98ccfd;
  box-shadow: 0 4px 20px 0 rgba(18, 22, 24, 0.2);
  transform: translateY(-4px)
}

.solSwi_procesoCreacion .modalImagenes .contenedor .contenedorImagenes .imagen p {
  width: 90%;
  margin: 0 auto !important;
  text-align: center;
  font-weight: 600
}

.solSwi_procesoCreacion .modalImagenes .contenedor .contenedorImagenes .imagen .img {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/svdsdv.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  margin-top: 5px !important
}

.solSwi_procesoCreacion .modalImagenes .contenedor .contenedorImagenes .imagen .imgPreview {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.solSwi_procesoCreacion .modalImagenes .contenedor .contenedorImagenes .imagen input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer
}

@media only screen and (max-width: 768px) {
  .solSwi_procesoCreacion .modalImagenes .contenedor {
    width: 90%;
    margin: 0 auto !important
  }
}

@media only screen and (max-width: 480px) {
  .solSwi_procesoCreacion .modalImagenes .contenedor .cerrarModal {
    width: 30px;
    height: 30px
  }

  .solSwi_procesoCreacion .modalImagenes .contenedor>p {
    font-size: 20px
  }
}

.solSwi_procesoCreacion .videoAyuda {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 22, 24, 0.9);
  z-index: 10
}

.solSwi_procesoCreacion .videoAyuda .cerrarVideoAyuda {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer
}

.solSwi_procesoCreacion .videoAyuda .cerrarVideoAyuda i {
  margin: 0
}

@media only screen and (max-width: 768px) {
  .solSwi_procesoCreacion .videoAyuda .video {
    width: 90%
  }

  .solSwi_procesoCreacion .videoAyuda .video iframe {
    width: 100%
  }
}

.video {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 350px;
  height: 200px;
  margin-bottom: 20px;
  position: relative
}

.video .video-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(18, 22, 24, 0.7);
  z-index: 2
}

.video .video-overlay .workbench {
  cursor: pointer;
  transition: ease all .5s
}

.video .video-overlay .workbench:hover {
  transform: scale(1.1)
}

.video .video-overlay .workbench .btnPlay {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Realnet/REALNET/DVCUP2/Banco%20de%20imagenes/dvidev363/Sin%20título-1%28copia%297.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  margin: 0 auto 5px auto !important
}

.video .video-overlay .workbench p {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
  text-align: center
}

.video .tv {
  width: 100%;
  height: 100%
}

.video .tv .screen {
  width: 100%;
  height: 100%;
  opacity: 0
}

.video .tv .screen.active {
  opacity: 1
}
