.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.wrap_title_register {
  margin-bottom: 10px;
}

.wrapper_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  padding-top: 14px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.label_register {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #343c6b;
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav_bar_register {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7%;
  max-height: 7%;
  min-height: 7%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap_text_register {
  max-width: 350px;
  margin-bottom: 40px;
}

.boton_enviar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #00509f;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.boton_enviar:hover {
  background-color: #37baa5;
  color: #fff;
}

.par-form {
  margin-bottom: 25px;
}

.logo_register {
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper-general {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.field {
  width: 100%;
  height: 50px;
  margin-top: 11px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.36);
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.field:hover {
  border-style: none none solid;
  border-color: #00dc6f #00dc6f #00509f;
  background-color: transparent;
}

.field:focus {
  border-color: #20ba84 #20ba84 #00509f;
}

.field::-webkit-input-placeholder {
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.field:-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.field::-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.field::placeholder {
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.wrapper_form {
  width: 30%;
  max-width: 550px;
  padding: 40px 40px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 6px;
  background-color: #fff;
}

.wrapper-register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.titulo_registro {
  font-family: 'Nunito Sans', sans-serif;
  color: #343c6b;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.texto_general {
  font-family: Roboto, sans-serif;
  color: #767676;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
}

.texto_general.dash {
  max-width: 400px;
  padding-right: 40px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 20px;
}

.texto_general.pago {
  max-width: 400px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.body {
  background-color: #f0f5ff;
}

.body.full {
  height: 100%;
  background-color: #00509f;
}

.cap {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap_cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.links {
  display: block;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #767676;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.links:hover {
  color: #00509f;
}

.nav-menu-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.menu-content-div-nav:hover {
  border-bottom-color: #00509f;
  opacity: 1;
}



.menu-content-div-nav.cerrar {
  display: none;
}

.dropdown {
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.logotipo {
  display: block;
  height: 35px;
  max-width: 200px;
}


.item-icon-menu {
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #00509f;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.dropdown-list {
  margin-top: 1px;
}

.dropdown-list.w--open {
  margin-top: 2px;
  background-color: #fff;
}



.item-nav-menu {
  margin-top: 2px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.wrap-bar {
  height: 100%;
}

.section-1 {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 25px;
}

.div-icon-resumne-volumen {
  position: static;
  overflow: hidden;
  width: 75px;
  height: 75px;
  padding: 16px 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #e7edff;
  text-align: center;
}

.div-content-title {
  margin-bottom: 37px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4eef6;
}

.div-content-title.columnas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.div-content-resumen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.title-user-1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Nunito Sans', sans-serif;
  color: #343c6b;
  font-size: 24px;
  line-height: 28px;
}

.title-user-1.bold {
  font-weight: 800;
}

.icon-resumen-vencidas {
  color: #86d62a;
  font-size: 35px;
  line-height: 35px;
}

.div-icon-resumne-entregas {
  position: static;
  overflow: hidden;
  width: 75px;
  height: 75px;
  padding: 16px 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #fff5d9;
  text-align: center;
}

.titled-resumen {
  margin-bottom: 4px;
}

.div-content-items-resumen-pagadas {
  width: 24%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.content-resumen-volumen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
}

.div-content-items-resumen-vencidas {
  width: 25%;
  max-width: 25%;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-icon-resumne-entregas-responsive {
  position: static;
  display: none;
  overflow: hidden;
  width: 75px;
  height: 75px;
  padding: 16px 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #fff5d9;
  text-align: center;
}

.content-resumen-entregas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
}

.icon-resumen-pagadas.deuda {
  color: #fa3855;
}

.icon-resumen-pagadas.pendientes {
  color: #f8aa00;
}

.div-icon-resumne-volumen-responsive {
  position: static;
  display: none;
  overflow: hidden;
  width: 75px;
  height: 75px;
  padding: 16px 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #e7edff;
  text-align: center;
}

.icon-resumen-volumen {
  color: #396aff;
  font-size: 35px;
  line-height: 35px;
}

.div-content-items-resumen-volumen {
  width: 25%;
  max-width: 25%;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.count-number-resumen {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #343c6b;
  font-size: 40px;
  line-height: 42px;
}

.item-resumen {
  width: 70%;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block {
  font-family: 'Fa solid 900', sans-serif;
  color: #ffbb38;
  font-size: 40px;
  line-height: 40px;
}

.div-icon-resumne-vencidas {
  position: static;
  overflow: hidden;
  width: 75px;
  height: 75px;
  padding: 16px 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #e1ffd9;
  text-align: center;
}

.div-icon-resumne-pagadas-responsive {
  position: static;
  display: none;
  overflow: hidden;
  width: 75px;
  height: 75px;
  padding: 16px 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #dcfaf8;
  text-align: center;
}

.content-resumen-vencidas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
}

.icon-resumen {
  font-size: 35px;
  line-height: 35px;
}



.div-icon-resumne-pagadas.deuda {
  background-color: #fadceb;
}

.div-icon-resumne-pagadas.pendientes {
  background-color: #faf6dc;
}

.div-icon-resumne-vencidas-responsive {
  position: static;
  display: none;
  overflow: hidden;
  width: 75px;
  height: 75px;
  padding: 16px 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #e1ffd9;
  text-align: center;
}

.div-content-items-resumen-entregas {
  width: 25%;
  max-width: 25%;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.title-item-resumen {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #343c6b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
}

.contendor_titulos {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contendor_botones {
  width: 20%;
}

.btn_general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #00509f;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_general:hover {
  background-color: #37baa5;
  color: #fff;
}

.fomulario_filtro {
  margin-bottom: 0px;
}

.formulario {
  display: -ms-grid;
  display: grid;
  padding: 34px 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 4px;
  background-color: #fff;
}

.label_form {
  position: absolute;
  left: 20px;
  top: 9px;
  right: auto;
  bottom: auto;
  z-index: 20;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #767676;
  font-size: 12px;
  line-height: 12px;
}

.par_form {
  position: relative;
}

.par_form.margin_bottom {
  position: relative;
  margin-bottom: 15px;
}

.campo {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 0px;
  padding-left: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #343c6b;
  line-height: 14px;
}

.campo:hover {
  border-color: #00509f;
}

.campo:focus {
  border-color: #00509f;
}

.btn_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #00509f;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_filter:hover {
  background-color: #37baa5;
  color: #fff;
}

.icon_btn {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 13px;
  line-height: 13px;
}

.seccion_tabla {
  margin-bottom: 20px;
  padding-bottom: 100px;
}

.accion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #dfdfdf;
  font-family: 'Fa solid 900', sans-serif;
  color: #00509f;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
}

.accion:hover {
  border-style: solid;
  border-color: #0252df;
  background-color: #37baa5;
  color: #00509f;
}

.accion.margin_lados {
  margin-right: 8px;
  margin-left: 8px;
}

.row_tabla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: hsla(0, 0%, 46.3%, 0.19);
  border-radius: 1px;
  background-color: hsla(0, 0%, 100%, 0.76);
}

.row_tabla.head {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background-color: #00509f;
}

.row_tabla.reverse {
  background-color: transparent;
}

.row_tabla.reverse.ultima {
  border-bottom-style: solid;
}

.row_tabla.head_users {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  overflow: hidden;
  margin-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #00509f;
}

.row_tabla.users {
  margin-bottom: 3px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
}

.texto_tabla {
  font-family: Roboto, sans-serif;
  color: #767676;
  font-size: 13px;
  line-height: 13px;
}

.texto_tabla.head {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  text-align: center;
}

.texto_tabla.status_block {
  color: #fa3855;
  font-weight: 700;
}

.texto_tabla.status_ready {
  color: #37baa5;
  font-weight: 700;
}

.texto_tabla.responsive {
  display: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  text-align: center;
}

.columna_tabla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.columna_tabla.fija3 {
  max-width: 4%;
  min-width: 4%;
}

.columna_tabla.fija2 {
  max-width: 6%;
  min-width: 6%;
}

.columna_tabla.fija {
  min-width: 9%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columna_tabla.flexible {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columna_tabla.user_fija {
  width: 13%;
  min-width: 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right-style: none;
}

.columna_tabla.user_flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right-style: none;
}

.columna_tabla.acciones {
  width: 13%;
  min-width: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right-style: none;
}

.icono_peso {
  margin-right: 1px;
  color: #00509f;
  font-weight: 500;
}

.btn_filtros_mobile {
  display: none;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #00509f;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_filtros_mobile:hover {
  background-color: #37baa5;
  color: #fff;
}

.form_users {
  display: -ms-grid;
  display: grid;
  padding: 34px 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 4px;
  background-color: #fff;
}

.form_users.edit {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.seccion_tablaa_users {
  max-width: 85%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 100px;
}

.wrapper-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9007199254740991;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(106, 56, 250, 0.3);
}

.titulo-seccion {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c1c1c;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.titulo-seccion.margindown {
  font-family: 'Nunito Sans', sans-serif;
  color: #343c6b;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.boton-general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.155em solid #007efa;
  border-radius: 4px;
  background-color: transparent;
  color: #007efa;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
}

.boton-general:hover {
  background-color: #007efa;
  color: #fff;
}

.content-popup {
  padding-right: 30px;
  padding-left: 30px;
}

.content-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-content-popup {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 13px;
  background-color: #fff;
}

.icon-login-2 {
  margin-left: auto;
  font-family: 'Fa solid 900', sans-serif;
}

.icon-login-2.margin-left {
  margin-left: 11px;
}

.wrapper-title-popup {
  margin-bottom: 16px;
  padding-right: 30px;
  padding-left: 30px;
}

.wrap-boton-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lott {
  width: 60px;
  height: 60px;
}

.wrapper-popup_edit {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9007199254740991;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(106, 56, 250, 0.86);
}

.user_conect {
  width: 200px;
  max-width: 200px;
  margin-left: 20px;
  float: right;
  font-family: 'Nunito Sans', sans-serif;
  color: #767676;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}

.user_conect:hover {
  color: #00509f;
}

.select_company_form {
  margin-bottom: 0px;
}

.wrap_fecha_de_pago {
  margin-right: 23px;
  margin-left: auto;
}

.fecha {
  color: #00509f;
  font-weight: 500;
}

.seccion_banner {
  overflow: hidden;
  max-width: 85%;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}

.slider_home {
  background-color: transparent;
}

.wrap_content_slide {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.flecha {
  position: absolute;
  left: auto;
  top: auto;
  right: 1.5%;
  bottom: 3%;
  display: block;
  width: 28px;
  height: 28px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #00509f;
  font-size: 15px;
  line-height: 15px;
}

.flecha:hover {
  background-color: #37baa5;
}

.flecha.izq {
  margin-right: 28px;
  border-radius: 10px 0px 0px 10px;
}

.slide-nav {
  display: none;
}

.seccion_docs {
  width: 85%;
  margin-top: 39px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 161px;
}

.wrapper_cards_docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon-fases {
  position: static;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #dcfaf8;
  text-align: center;
}

.icon-fases.reglas {
  background-color: #faf6dc;
}

.icon-fases.comunicados {
  background-color: #fadceb;
}

.wrap-tareas-fases {
  display: block;
  width: 32%;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 #ebedf0;
}

.heading-inner {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1b1d2a;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

.col-table-tareas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 7px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.button-table-options {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  padding: 5px 3px 3px;
  border-radius: 8px;
  background-color: #3b50c9;
  font-family: 'Fa solid 900', sans-serif;
  text-align: center;
}

.button-table-options:hover {
  background-color: #ff9419;
}

.button-table-options.docs {
  margin-right: 14px;
}

.row-table-tareas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebedf0;
}

.table-tareas {
  width: 100%;
}

.info-card-tareas {
  width: 100%;
}

.icon {
  margin-top: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #37baa5;
  font-size: 18px;
  line-height: 18px;
}

.icon.reglas {
  color: #f8aa00;
}

.icon.comunicados {
  color: #fa3855;
}

.heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.text-table {
  position: relative;
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #686a79;
  font-size: 14px;
  text-decoration: none;
}

.text-table.estatus {
  width: 85px;
  padding: 2px 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: rgba(49, 186, 126, 0.15);
  color: #31ba7e;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.text-table.estatus.pendiente {
  background-color: rgba(246, 79, 89, 0.15);
  color: #fa2739;
}

.titulo-seccion-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #09034c;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.titulo-seccion-2.inner {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.titulo-seccion-2.inner.sub {
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

.wrap_inner_title.double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap_inner_title.double.line {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px dashed rgba(55, 186, 165, 0.29);
}

.boton_general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #00dc6f;
  border-radius: 4px;
  background-color: #00dc6f;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-align: center;
}

.boton_general:hover {
  border-style: solid;
  border-color: #0252df;
  background-color: #0252df;
  color: #fff;
}

.boton_general.ligth {
  margin-left: 25px;
  border-style: none;
  background-color: rgba(2, 82, 223, 0.15);
  color: #0252df;
}

.boton_general.ligth:hover {
  background-color: #0252df;
  color: #fff;
}

.icon_boton {
  margin-right: 9px;
  font-family: 'Fa solid 900', sans-serif;
}

.name_load {
  font-family: Inconsolata, monospace;
  color: #6d6d6d;
  font-size: 12px;
  line-height: 12px;
}

.status_load {
  margin-left: 10px;
  padding: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #ff1f40;
  line-height: 14px;
}

.status_load.yes {
  color: #00dc6f;
}

.btn_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-top: 0px;
  padding: 4px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #00509f;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
}

.btn_icon:hover {
  border-style: solid;
  border-color: #0252df;
  background-color: #37baa5;
  color: #fff;
}

.btn_icon.ligth {
  margin-left: 25px;
  border-style: none;
  background-color: rgba(2, 82, 223, 0.15);
  color: #0252df;
}

.btn_icon.ligth:hover {
  background-color: #0252df;
  color: #fff;
}

.btn_icon.margin_ri {
  margin-right: 8px;
}

@media screen and (max-width: 991px) {
  .wrapper-general {
    height: 100%;
    padding-bottom: 60px;
  }

  .field {
    background-color: #fff;
  }

  .wrapper_form {
    width: 72%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 136px;
  }

  .wrapper-register {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-close {
    display: none;
  }

  .nav-menu {
    padding: 0px 0px 27px;
    background-color: #82ba26;
  }

  .menu-content-div-nav {
    height: auto;
    padding: 31px 70px;
  }

  .menu-content-div-nav.cerrar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown {
    height: auto;
  }

  .section-1 {
    max-width: 90%;
  }

  .div-icon-resumne-volumen {
    display: none;
  }

  .div-icon-resumne-entregas {
    display: none;
  }

  .content-resumen-volumen {
    display: block;
    padding-right: 15px;
    padding-left: 30px;
  }

  .div-icon-resumne-entregas-responsive {
    display: block;
    margin-bottom: 18px;
  }

  .content-resumen-entregas {
    display: block;
    padding-right: 15px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .content-resumen-pagadas {
    display: block;
    padding-right: 15px;
    padding-left: 30px;
  }

  .div-icon-resumne-volumen-responsive {
    display: block;
    margin-bottom: 18px;
  }

  .count-number-resumen {
    font-size: 30px;
    line-height: 32px;
  }

  .div-icon-resumne-vencidas {
    display: none;
  }

  .div-icon-resumne-pagadas-responsive {
    display: block;
    margin-bottom: 18px;
  }

  .content-resumen-vencidas {
    display: block;
    padding-right: 15px;
    padding-left: 30px;
  }

  .div-icon-resumne-pagadas {
    display: none;
  }

  .div-icon-resumne-vencidas-responsive {
    display: block;
    margin-bottom: 18px;
  }

  .div-content-items-resumen-entregas {
    margin-right: 3px;
    margin-left: 3px;
  }

  .title-item-resumen {
    display: block;
    margin-right: 10px;
    margin-bottom: 11px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 16px;
  }

  .wrapper_table {
    margin-right: auto;
    margin-left: auto;
  }

  .seccion_tabla {
    overflow: auto;
    max-height: 500px;
    padding-bottom: 0px;
  }

  .row_tabla {
    width: 1500px;
  }

  .row_tabla.head {
    top: 0px;
  }

  .row_tabla.head_users {
    top: 0px;
    width: auto;
  }

  .row_tabla.users {
    width: auto;
  }

  .form_users {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .seccion_tablaa_users {
    overflow: auto;
    max-height: 500px;
    max-width: 90%;
    padding-bottom: 0px;
  }

  .wrapper_table_users {
    margin-right: auto;
    margin-left: auto;
  }

  .titulo-seccion {
    font-size: 23px;
    line-height: 23px;
  }

  .user_conect {
    display: none;
  }

  .icon-fases {
    display: block;
    margin-top: 13px;
  }

  .wrap-tareas-fases {
    width: 100%;
    margin-bottom: 12px;
  }

  .text-table.estatus {
    font-size: 10px;
  }

  .titulo-seccion-2 {
    font-size: 23px;
    line-height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .col-table-tareas {
    padding-right: 22px;
  }
}

@media screen and (max-width: 479px) {
  .label_register {
    font-size: 10px;
  }

  .nav_bar_register {
    display: none;
  }

  .logo_register {
    min-width: 108px;
  }

  .wrapper-general {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper_form {
    width: 90%;
    padding: 59px 25px 40px;
  }

  .wrapper-register {
    display: block;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .titulo_registro {
    font-size: 25px;
  }

  .texto_general {
    font-size: 13px;
    line-height: 19px;
  }

  .texto_general.dash {
    padding-right: 0px;
  }

  .texto_general.pago {
    padding-right: 0px;
  }

  .links {
    font-size: 13px;
    line-height: 19px;
  }

  .nav-close {
    display: none;
    margin-right: 11px;
    font-size: 12px;
    line-height: 15px;
  }

  .nav-menu {
    display: none;
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    background-color: #fff;
  }

  .nav-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .nav-menu-2 {
    display: none;
  }

  .menu-content-div-nav {
    margin-right: 0px;
    padding: 24px 25px;
  }

  .logotipo {
    height: 25px;
  }

  .menu {
    margin-left: auto;
  }

  .container-nav-bar {
    padding-right: 0px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-nav {
    height: 25px;
    padding-left: 0px;
  }

  .section-1 {
    max-width: 90%;
    padding-top: 28px;
    padding-bottom: 0px;
  }

  .div-content-title {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .div-content-title.columnas {
    display: block;
    margin-bottom: 21px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-resumen {
    display: block;
  }

  .div-icon-resumne-entregas {
    display: none;
  }

  .div-content-items-resumen-pagadas {
    width: 100%;
    max-width: 100%;
  }

  .content-resumen-volumen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-content-items-resumen-vencidas {
    width: 100%;
    max-width: 100%;
  }

  .div-icon-resumne-entregas-responsive {
    margin-right: 28px;
    margin-bottom: 0px;
  }

  .content-resumen-entregas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-resumen-pagadas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-icon-resumne-volumen-responsive {
    margin-right: 28px;
    margin-bottom: 0px;
  }

  .div-content-items-resumen-volumen {
    width: 100%;
    max-width: 100%;
  }

  .div-icon-resumne-pagadas-responsive {
    margin-right: 28px;
    margin-bottom: 0px;
  }

  .content-resumen-vencidas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-icon-resumne-vencidas-responsive {
    margin-right: 28px;
    margin-bottom: 0px;
  }

  .div-content-items-resumen-entregas {
    width: 100%;
    max-width: 100%;
  }

  .title-item-resumen {
    margin-top: 9px;
    margin-bottom: 10px;
  }

  .contendor_botones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn_general {
    display: none;
  }

  .btn_general.users {
    display: inline-block;
  }

  .wrapper_filter {
    display: none;
  }

  .formulario {
    padding: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .label_form.responsive {
    display: none;
  }

  .campo.selected {
    height: 30px;
    padding-top: 0px;
    padding-left: 10px;
  }

  .wrapper_table {
    max-height: 62vh;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .seccion_tabla {
    max-height: none;
  }

  .accion.auto {
    margin-left: auto;
  }

  .row_tabla {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 20px 19px;
    border-style: none;
    border-radius: 7px;
    background-color: #fff;
  }

  .row_tabla.head {
    display: none;
  }

  .row_tabla.reverse {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .row_tabla.head_users {
    display: none;
  }

  .texto_tabla.head {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    color: #343c6b;
  }

  .texto_tabla.responsive {
    display: block;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    color: #343c6b;
  }

  .columna_tabla {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(106, 56, 250, 0.42);
    border-right-style: none;
  }

  .columna_tabla.fija3 {
    max-width: none;
    min-width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right-style: none;
  }

  .columna_tabla.fija2 {
    max-width: none;
    min-width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right-style: none;
  }

  .columna_tabla.fija {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right-style: none;
  }

  .columna_tabla.user_fija {
    width: auto;
    min-width: auto;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columna_tabla.user_flex {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columna_tabla.acciones {
    width: auto;
    min-width: auto;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn_filtros_mobile {
    display: inline-block;
    height: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .form_users {
    padding: 16px 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .seccion_tablaa_users {
    max-height: none;
    max-width: 90%;
  }

  .wrapper_table_users {
    max-height: 62vh;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .wrapper-popup {
    position: fixed;
    display: none;
    height: 100%;
    min-height: 100vh;
  }

  .titulo-seccion {
    font-size: 22px;
  }

  .boton-general {
    padding: 10px 15px;
  }

  .wrapper-content-popup {
    width: 90%;
  }

  .wrap-boton-popup {
    margin-top: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-popup_edit {
    position: fixed;
    display: none;
    height: 100%;
    min-height: 100vh;
  }

  .user_conect {
    display: none;
    margin-right: 11px;
    font-size: 12px;
    line-height: 15px;
  }

  .select_company_form {
    width: 60%;
  }

  .icon-fases {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .wrap-tareas-fases {
    padding-right: 13px;
    padding-left: 13px;
  }

  .heading-inner {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }

  .col-table-tareas {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-table-options.docs {
    margin-right: 5px;
  }

  .text-table {
    font-size: 13px;
    text-align: left;
  }

  .text-table.estatus {
    padding-right: 4px;
    padding-left: 4px;
  }

  .wrap_inner_title.double.line {
    display: block;
  }

  .boton_general.ligth {
    margin-top: 8px;
    margin-left: 0px;
  }

  .btn_icon.ligth {
    margin-top: 8px;
    margin-left: 0px;
  }
}

#w-node-_220214cb-33e2-c622-c2ac-3869b5e11153-40d195f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_220214cb-33e2-c622-c2ac-3869b5e11157-40d195f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_220214cb-33e2-c622-c2ac-3869b5e1115b-40d195f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_220214cb-33e2-c622-c2ac-3869b5e1115f-40d195f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}