.body {
  background-color: #f0f5ff;
}

.body.login {
  background-color: #00509f;
}

.nav-bar {
  border-bottom: 2px solid #e4eef6;
  background-color: #fff;
}

.logo-nav {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 33px;
  padding-left: 33px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 110px;
  float: none;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu-2 {
  position: static;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-close {
  float: right;
  font-family: 'Nunito Sans', sans-serif;
  color: #00509f;
  font-weight: 700;
  text-decoration: none;
}

.nav-close:hover {
  color: #82ba26;
}

.section-1 {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 46px;
  padding-bottom: 46px;
}

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

.div-content-title.admin {
  margin-bottom: 17px;
}

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

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

.title-user-1.foot {
  color: #82ba26;
}

.title-user-1.foot2 {
  margin-top: -1px;
  color: #f0f5ff;
  font-size: 16px;
  font-weight: 600;
}

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

.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;
}

.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;
}

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

.title-item-resumen.two-colunm-same-section {
  display: inline-block;
  margin-right: 0px;
  margin-left: 30%;
}

.title-item-resumen.two-colunm-same-section.tablet {
  margin-left: 0%;
}

.title-item-resumen.perfil {
  margin-top: 12px;
  margin-bottom: 4px;
}

.title-item-resumen.heading {
  margin-bottom: 17px;
  font-size: 18px;
}

.title-item-resumen.popup {
  text-align: center;
}

.item-resumen {
  width: 70%;
  margin-right: 20px;
}

.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;
}

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

.count-description-resumen {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #718fbf;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.count-description-resumen.ligth {
  color: #fff;
}

.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;
}

.div-content-items-resumen-pagadas {
  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-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;
}

.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;
}

.content-resumen-pagadas {
  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;
}

.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;
}

.section-2 {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 46px;
}

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

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

.div-content-resumen-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
}

.div-content-grafico {
  width: 65%;
  margin-right: 6px;
  margin-left: 6px;
  padding: 14px 27px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
}

.total-resumen-1 {
  display: block;
  width: 50%;
  margin-right: 6px;
  margin-left: 6px;
  padding: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #00509f;
}

.div-total-resumen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}

.div-icon-resumen-total {
  position: static;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-top: 29px;
  margin-bottom: 40px;
  padding: 29px 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: rgba(255, 255, 255, 0.41);
  text-align: center;
}

.count-number-resumen-total {
  margin-top: 11px;
  margin-bottom: 0px;
  font-family: Epilogue, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
}

.icon-resumen-total {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.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-icon-resumne-pagadas {
  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: #dcfaf8;
  text-align: center;
}

.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;
}

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

.icon-resumen-pagadas {
  color: #16dbcc;
  font-size: 35px;
  line-height: 35px;
}

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

.total-resumen-2 {
  display: block;
  width: 50%;
  margin-right: 6px;
  margin-left: 6px;
  padding: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #82ba26;
}

.image {
  position: relative;
  display: block;
  width: auto;
  height: 270px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.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;
}

.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;
}

.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;
}

.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;
}

.title-item-resumen-responsive {
  display: none;
  font-family: 'Varela Round', sans-serif;
  color: #343c6b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.item-icon-menu {
  padding-right: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.menu-content-div-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #00509f;
  text-decoration: none;
}

.menu-content-div-nav:hover {
  background-color: #82ba26;
  color: #fff;
}

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

.item-nav-menu {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.section-1-reportes {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 46px;
  padding-bottom: 0px;
}

.div-content-filter-reportes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content-filter-fecha {
  display: block;
  width: 33%;
  margin-right: 7px;
  margin-left: 7px;
  padding: 26px 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.content-filter-fecha:hover {
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.14);
}

.text-general {
  font-family: 'Nunito Sans', sans-serif;
  color: #718fbf;
  font-weight: 600;
}

.input-aza {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4eef6;
  border-radius: 7px;
}

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

.input-aza:active {
  border-width: 2px;
  border-color: #00509f;
}

.input-aza:focus {
  border-width: 2px;
  border-color: #00509f;
}

.check {
  display: inline-block;
  margin-right: 7px;
  padding-bottom: 10px;
  -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;
}

.button-type-1 {
  display: block;
  margin-top: 11px;
  margin-right: 24px;
  margin-bottom: 11px;
  padding-right: 55px;
  padding-left: 55px;
  border-radius: 20px;
  background-color: #00509f;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}

.button-type-1:hover {
  background-color: #82ba26;
}

.button-type-1.margin {
  margin-top: 62px;
}

.button-type-1.filter {
  display: inline-block;
  margin-right: 20px;
  padding-right: 55px;
  padding-left: 55px;
}

.button-type-1.filter.aply {
  margin-right: 25px;
}

.button-type-1.aply {
  display: inline-block;
  margin-right: 0px;
}

.button-type-1.proveedores {
  margin-right: 25px;
}

.button-type-1.perfil {
  display: inline-block;
}

.button-type-1.popup {
  display: inline-block;
  margin-right: 12px;
  padding: 4px 23px;
}

.text-span {
  margin-right: 13px;
  font-family: 'Fa solid 900', sans-serif;
}

.section-2-reportes {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 64px;
}

.div-content-tabla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 15px 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
}

.column-tabla {
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fila-tabla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 50px;
  margin-bottom: 8px;
  padding: 13px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid;
  border-width: 0px 5px;
  border-color: #fff;
  background-color: #f0f5ff;
}

.fila-tabla.dark {
  background-color: #d5e3ff;
}

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

.title-item-tabla.two-colunm-same-section {
  display: inline-block;
  margin-right: 352px;
}

.column-tabla-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 800px;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-tabla-2.detalles {
  max-height: 100%;
}

.column-inter-tabla {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.text-item-tabla {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #343c6b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.text-item-tabla.two-colunm-same-section {
  display: inline-block;
  margin-right: 352px;
}

.fila-tabla-1 {
  height: 50px;
  margin-bottom: 8px;
  padding: 13px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #00509f;
}

.footer {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #00509f;
}

.div-footer {
  display: block;
  padding: 18px 24px 18px 65px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-image {
  display: block;
  width: 150px;
  height: auto;
  max-height: 65px;
  padding-right: 23px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.icon-footer {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 33px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  -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;
  text-align: left;
}

.text-footer {
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #252525;
  font-weight: 700;
}

.div-footer-info-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  color: #fff;
  text-transform: none;
}

.container {
  max-width: 1200px;
}

.div-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

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

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

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

.content-botones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
}

.login-section {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 154px;
  padding-bottom: 154px;
}

.content-login {
  width: 580px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 5px;
}

.login-content {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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-label-form {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.img-logo-login {
  width: 150px;
}

.button-style-form {
  display: block;
  width: 100%;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #82ba26;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  color: #82ba26;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-style-form:hover {
  border-color: #82ba26;
  background-color: #82ba26;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #fff;
}

.button-style-form.pass {
  display: inline-block;
  width: 40%;
  margin-top: 22px;
  margin-right: 10px;
  margin-left: 10px;
}

.text-field-form {
  height: 40px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
}

.text-field-form:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #82ba26;
  border-radius: 4px;
  background-color: #fff;
}

.text-field-form:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #82ba26;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.text-field-form.pass {
  margin-bottom: 0px;
}

.single-logo-login {
  margin-bottom: 36px;
  text-align: center;
}

.header-login {
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}

.header-login.pass {
  font-size: 20px;
  line-height: 20px;
}

.link-olvide-contra {
  display: block;
  width: 150px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link-olvide-contra:hover {
  color: #82ba26;
  font-weight: 700;
}

.form {
  margin-top: 22px;
  padding-top: 16px;
  text-align: center;
}

.account-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.foto-empresa {
  width: 25%;
  margin-right: 19px;
}

.info-perfil {
  width: 75%;
}

.img-perfil {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.field {
  width: 100%;
  height: 44px;
  min-height: 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #848697;
  font-size: 12px;
  line-height: 1.5px;
}

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

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

.text-span-2 {
  display: block;
  margin-top: 36%;
  font-size: 12px;
  line-height: 12px;
}

.editar-usuario {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 2500000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.31);
  opacity: 1;
}

.div-content-user-edit {
  position: absolute;
  left: 0%;
  top: -10%;
  right: 0%;
  bottom: 0%;
  width: 350px;
  height: 750px;
  margin: auto;
  padding: 32px 33px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 6px 11px 3px rgba(0, 0, 0, 0.3);
}

.close-popup {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 12px;
  cursor: pointer;
}

.box-title-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #a3a3a3;
}

.popup-title {
  margin-bottom: 16px;
  margin-left: 20px;
}

.box-text-popup {
  display: block;
  overflow: scroll;
  height: 500px;
  max-height: 500px;
  margin-bottom: 26px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.popup-text-ciudad {
  display: block;
  margin-top: 27px;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.edit-user-contet {
  width: 100%;
}

.div-content-agregar-prov {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content-agregar-prov {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 7px;
  margin-left: 7px;
  padding: 26px 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
}

.content-agregar-prov:hover {
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.14);
}

.agregar-prov-wrapper {
  width: 50%;
  padding-right: 26px;
  padding-left: 26px;
}

.div-content-agregar-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content-agregar-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 7px;
  margin-left: 7px;
  padding: 26px 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
}

.content-agregar-user:hover {
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.14);
}

.agregar-user-wrapper {
  width: 50%;
  padding-right: 26px;
  padding-left: 26px;
}

.popup-eliminar-prov {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 356235689;
  display: none;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
}

.content-eliminar-prov {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 350px;
  height: 160px;
  margin: auto;
  padding: 26px 31px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.popup-edit-user {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 356235689;
  display: none;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
}

.content-edit-user {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 350px;
  height: 594px;
  margin: auto;
  padding: 26px 31px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.popup-eliminar-user {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 356235689;
  display: none;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
}

.content-eliminar-user {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 350px;
  height: 160px;
  margin: auto;
  padding: 26px 31px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.popup-edit-prov {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 356235689;
  display: none;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
}

.content-edit-prov {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 350px;
  height: 681px;
  margin: auto;
  padding: 26px 31px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4eef6;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .column-tabla-2 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    padding: 0px 0px 27px;
    background-color: #82ba26;
  }

  .nav-close {
    display: none;
  }

  .title-user-1.foot {
    font-size: 22px;
    line-height: 25px;
  }

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

  .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;
  }

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

  .title-item-resumen.two-colunm-same-section {
    margin-right: 164px;
  }

  .title-item-resumen.two-colunm-same-section.tablet {
    margin-right: 277px;
  }

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

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

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

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

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

  .div-content-resumen-total {
    width: 50%;
  }

  .div-content-grafico {
    width: 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .total-resumen-1 {
    margin-right: 7px;
    margin-left: 7px;
    padding: 25px 17px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

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

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

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

  .total-resumen-2 {
    margin-right: 3px;
    margin-left: 3px;
    padding: 25px 17px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

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

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

  .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;
  }

  .section-1-reportes {
    padding-bottom: 0px;
  }

  .div-content-filter-reportes {
    display: block;
  }

  .content-filter-fecha {
    display: block;
    width: 100%;
    margin-bottom: 17px;
    -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-general {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0px;
  }

  .input-aza {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-type-1 {
    width: 100%;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .button-type-1.margin {
    margin-top: 10px;
  }

  .button-type-1.filter {
    width: 25%;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-type-1.filter.aply {
    margin-right: 10px;
  }

  .button-type-1.proveedores {
    margin-right: 10px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-type-1.popup {
    width: auto;
  }

  .section-2-reportes {
    padding-top: 0px;
  }

  .title-item-tabla.two-colunm-same-section {
    margin-right: 164px;
  }

  .title-item-tabla.two-colunm-same-section.tablet {
    margin-right: 277px;
  }

  .text-item-tabla.two-colunm-same-section {
    margin-right: 164px;
  }

  .text-item-tabla.two-colunm-same-section.tablet {
    margin-right: 277px;
  }

  .div-footer {
    display: block;
    padding-left: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-heading {
    margin-left: 0px;
  }

  .footer-flex-container {
    padding-right: 42px;
    padding-left: 42px;
  }

  .div-footer-info-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .container {
    padding-right: 19px;
    padding-left: 19px;
  }

  .div-footer-2 {
    margin-bottom: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .dropdown {
    height: auto;
  }

  .content-botones {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .editar-usuario {
    display: none;
  }

  .div-content-user-edit {
    width: 600px;
  }

  .box-text-popup {
    display: block;
    overflow: visible;
    height: 500px;
    max-height: 400px;
    padding-top: 9px;
  }

  .div-content-agregar-prov {
    display: block;
  }

  .content-agregar-prov {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 17px;
    -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;
  }

  .div-content-agregar-user {
    display: block;
  }

  .content-agregar-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 17px;
    -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;
  }

  .popup-eliminar-prov {
    display: none;
  }

  .popup-eliminar-user {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .content-login {
    width: 420px;
    padding: 30px 32px;
  }

  .editar-usuario {
    display: none;
  }

  .div-content-user-edit {
    width: 550px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-left: 0px;
  }

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

  .section-1 {
    padding-bottom: 0px;
  }

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

  .title-user-1.foot {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .title-user-1.foot2 {
    margin-top: 13px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
  }

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

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

  .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;
  }

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

  .title-item-resumen.two-colunm-same-section {
    display: none;
    margin-right: 10px;
  }

  .title-item-resumen.two-colunm-same-section.tablet {
    margin-right: 2px;
  }

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

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

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

  .div-content-items-resumen-vencidas {
    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;
  }

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

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

  .section-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-content-resumen-total {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-content-grafico {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .total-resumen-1 {
    margin-right: 6px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-icon-resumen-total {
    margin-right: auto;
    margin-left: auto;
  }

  .total-resumen-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

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

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

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

  .image-2 {
    max-width: 80%;
  }

  .title-item-resumen-responsive {
    display: block;
    margin-right: 9px;
    margin-left: 9px;
  }

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

  .section-1-reportes {
    max-width: 95%;
    padding-bottom: 0px;
  }

  .div-content-filter-reportes {
    display: block;
  }

  .content-filter-fecha {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 21px;
    margin-left: auto;
  }

  .button-type-1 {
    width: 100%;
    margin-top: 11px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .button-type-1.margin {
    margin-top: 11px;
  }

  .button-type-1.filter {
    width: 100%;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-type-1.filter.aply {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-type-1.aply {
    width: 50%;
    margin-top: 12px;
  }

  .button-type-1.proveedores {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-type-1.perfil {
    margin-top: 15px;
    font-size: 15px;
  }

  .text-span {
    display: none;
  }

  .section-2-reportes {
    max-width: 97%;
    padding-top: 0px;
  }

  .div-content-tabla {
    padding-right: 17px;
    padding-left: 17px;
  }

  .column-tabla {
    width: 250px;
  }

  .title-item-tabla {
    font-size: 14px;
    line-height: 14px;
  }

  .title-item-tabla.two-colunm-same-section {
    display: none;
    margin-right: 10px;
  }

  .title-item-tabla.two-colunm-same-section.tablet {
    margin-right: 2px;
  }

  .column-tabla-2 {
    overflow: auto;
  }

  .text-item-tabla {
    margin-top: 0px;
    line-height: 16px;
  }

  .text-item-tabla.two-colunm-same-section {
    display: none;
    margin-right: 10px;
  }

  .text-item-tabla.two-colunm-same-section.tablet {
    margin-right: 2px;
  }

  .fila-tabla-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-flex-container {
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-2 {
    padding-right: 41px;
    padding-left: 41px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }

  .content-botones {
    display: -ms-grid;
    display: grid;
    margin-top: 10px;
    margin-bottom: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 11px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-botones.admin {
    display: -ms-grid;
    display: grid;
    margin-top: 16px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-login {
    width: 300px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-login.pass {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }

  .form.pass {
    margin-top: 0px;
  }

  .account-wrap {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .foto-empresa {
    width: 100%;
    height: 100px;
  }

  .info-perfil {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 45px;
  }

  .editar-usuario {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .div-content-user-edit {
    overflow: hidden;
    width: 310px;
    height: 450px;
  }

  .popup-title {
    margin-left: 3px;
    padding-left: 17px;
  }

  .box-text-popup {
    overflow: scroll;
    height: 310px;
    max-height: 310px;
    padding-top: 0px;
  }

  .div-content-agregar-prov {
    display: block;
  }

  .content-agregar-prov {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 21px;
    margin-left: auto;
  }

  .agregar-prov-wrapper {
    width: 100%;
  }

  .div-content-agregar-user {
    display: block;
  }

  .content-agregar-user {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 21px;
    margin-left: auto;
  }

  .agregar-user-wrapper {
    width: 100%;
  }

  .content-eliminar-prov {
    width: 280px;
  }

  .content-edit-user {
    width: 280px;
    height: 578px;
  }

  .content-eliminar-user {
    width: 280px;
  }

  .content-edit-prov {
    width: 280px;
    height: 578px;
  }
}

@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;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}