@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap);
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: "remitos";
  src:url('remitos.eot');
  src:url('remitos.eot?#iefix') format("embedded-opentype"),
    url('remitos.woff') format("woff"),
    url('remitos.ttf') format("truetype"),
    url('remitos.svg#remitos') format("svg");
  font-weight: normal;
  font-style: normal;

}
[data-icon]:before {
  font-family: "remitos" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "remitos" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-users:before {
  content: "\61";
}
.icon-clipboard:before {
  content: "\63";
}
.icon-cubes:before {
  content: "\64";
}
.icon-plus-circled:before {
  content: "\65";
}
.icon-suitcase:before {
  content: "\69";
}
.icon-printer:before {
  content: "\6a";
}
.icon-file-text:before {
  content: "\6b";
}
.icon-pencil:before {
  content: "\6c";
}
.icon-trash-1:before {
  content: "\6d";
}
.icon-home:before {
  content: "\6e";
}
.icon-sign-out:before {
  content: "\6f";
}
.icon-wifi:before {
  content: "\62";
}
.icon-comments:before {
  content: "\67";
}
.icon-cube:before {
  content: "\68";
}
.icon-bell:before {
  content: "\66";
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/* Arriba */
.footer_menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 101;
  background: #fff;
  box-shadow: 0px 1px 10px;
}
.menu_down {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
}
.menu_down a,
.menu_down p {
  color: #c4502a;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 0px;
}
.menu_down .icon-home:before,
.icon-comments:before,
.icon-sign-out:before {
  font-size: 28px;
}
.cursor {
  cursor: pointer;
}
.logo {
  height: 35px;
}
.main {
  width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  box-sizing: border-box;
}
#menu {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 2px solid #c4502a;
  border-radius: 10px;
  color: #c4502a;
  cursor: pointer;
}
.all {
  display: flex;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: auto;
  padding-bottom: 50px;
  background: #fff;
  flex-wrap: wrap;
  align-content: baseline;
}
#upscroll {
  height: 65px;
  width: 100%;
  visibility: hidden;
}
.par {
  width: 80%;
  max-width: 350px;
  font-family: Arial;
  margin: auto;
}
.medbody {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}
.medbody h1 {
  margin: 5px;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
}
.trescuartos {
  max-width: 850px;
  padding: 0px 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}
.ico {
  width: 46%;
  background: #c4502a;
  color: #fff;
  display: flex;
  margin: 2%;
  padding: 20px 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}
.textico {
  width: 100%;
  text-align: center;
  margin: 5px;
}
.ico span {
  font-size: 2.5em;
  text-align: center;
  width: 100%;
}
.header {
  width: 100%;
  height: 55px;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  box-shadow: 0px -3px 10px;
  z-index: 100;
  top: 0;
  left: 0;
}
/* Terminos */
.terminos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 40px 15px 10px 15px;
  box-sizing: border-box;
  z-index: 380;
  background: #fff;
}
.contTermino {
  max-width: 500px;
  margin: auto;
}
.hiperLink{
  text-decoration: none;
  color: #c4502a;
}
/* input range */
.cont-range {
  width: 100%;
  text-align: center;
  padding: 0px;
  font-size: 14px;
  color: #c4502a;
}
.cont-range p {
  margin: 10px;
}
#rango {
  box-sizing: border-box;
}
input[type='range'] {
  height: 20px;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
}
input[type='range']:focus {
  outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #c4502a;
  border-radius: 13px;
  border: 0px solid #000000;
}
input[type='range']::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #5c5c5c;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px; /*margin de la rueda del radio*/
}
input[type='range']:focus::-webkit-slider-runnable-track {
  background: #c4502a;
}
input[type='range']::-moz-range-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #c4502a;
  border-radius: 13px;
  border: 0px solid #000000;
}
input[type='range']::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #5c5c5c;
  height: 36px;
  width: 37px;
  border-radius: 25px;
  background: #ffffff;
  cursor: pointer;
}
input[type='range']::-ms-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type='range']::-ms-fill-lower {
  background: #c4502a;
  border: 0px solid #000000;
  border-radius: 26px;
  box-shadow: 0px 0px 0px #000000;
}
input[type='range']::-ms-fill-upper {
  background: #c4502a;
  border: 0px solid #000000;
  border-radius: 26px;
  box-shadow: 0px 0px 0px #000000;
}
input[type='range']::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #5c5c5c;
  height: 36px;
  width: 37px;
  border-radius: 25px;
  background: #ffffff;
  cursor: pointer;
}
input[type='range']:focus::-ms-fill-lower {
  background: #c4502a;
}
input[type='range']:focus::-ms-fill-upper {
  background: #c4502a;
}
/* Aceptar Terminos */
#terminos {
display: grid;
width: 100%;
height: 45px;
max-width: 290px;
border-radius: 5px;
font-size: 13px;
flex-wrap: nowrap;
grid-column-gap: 10px;
grid-template-columns: 40px auto;
  align-items: center;
}
input[type=checkbox]i{
margin: auto;
}
input[type=checkbox] {
  transform: scale(1.5);
}
input[type=checkbox] {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: auto;
  font-size: 0.7em;
  text-align: center;
  visibility: hidden;
}
input[type=checkbox]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
  margin-top: -2px;
  color: #c4502a;
  width: 12px;
  height: 12px;
  
  visibility: visible;
  border: 2px solid #c4502a;
  border-radius: 50%;
}
input[type=checkbox]:checked:after {
content: "\2714";
font-weight: bold;
}
/* paginacion */
.avisos {
  width: 95%;
  margin: 10px 15px;
  text-align: center;
}
.paginacion {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
ul.ngx-pagination {
  width: 100%;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
  display: flex;
  justify-content: center;
}
.ngx-pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #c4502a !important;
  color: #fefefe;
  cursor: default;
}
.ngx-pagination li {
  margin: 2px 7px;
  height: 20px;
}
pagination-template {
  width: 100%;
}
li.pagination-previous,
li.pagination-next {
  display: none !important;
}
/* TABLAS */
.oculto {
  display: none !important;
}
.listado {
  width: 100%;
  border-collapse: collapse;
}
.grisblanco:nth-child(odd) {
  background: rgb(218, 218, 218);
}
thead {
  background: #c4502a;

  color: #fff;
}
.process {
  width: 110px;
}
#prod {
}
#prec {
  width: 40px;
}
#edit {
  width: 100px;
}
th {
  padding: 10px 5px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 0.9em;
}
.tpatern:nth-child(odd) {
  background: #ccc;
}
/* remito generado */
.todresumen .ultimo {
  display: none;
}
#elremito {
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 29cm;
  padding: 10px;
  box-sizing: border-box;
  overflow-y: auto;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.rderecha {
  display: flex;
  justify-content: center;
  height: 140px !important;
  align-items: center;
}
#logrem {
  position: absolute;
  top: 15px;
  width: 40px;
}
.medremito {
  width: 48%;
  margin: 1%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.medremito p {
  width: 100%;
  margin: 2px auto;
  font-size: 1em;
}
.todresumen {
  width: 100%;
  min-height: 65%;
}
.totalremi {
  width: 100%;
  height: 50px;
  text-align: right;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.totalremi h3 {
  margin: auto 15px;
}
.todocliente {
  width: 100%;
  padding: 0px 15px;
}
.letrachica {
  font-size: 0.9em;
}
.cont {
  border: 1px solid #666;
  margin: 1%;
  border-radius: 7px;
}
.reslista tr {
  border-bottom: 2px solid #ccc;
}
.todocliente .remitido {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
/* nav cerrar */
.btnclose {
  right: 10px;
  border: 1px solid #c4502a;
  width: 70px;
  padding: 10px 5px;
  background: #fff;
  color: #c4502a;
  font-family: Arial;
  font-size: 0.9em;
  border-radius: 5px;
}
/* FORM CARGA */
.formCarga {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.dos-c {
  grid-column: span 2;
}
.tres-c {
  grid-column: span 3;
}
.cuatro-c {
  grid-column: span 4;
}
th p {
  margin: 2px auto;
  font-size: 1em;
  font-weight: 500;
}
.formEditar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.input-form {
  width: 100%;
  max-height: 45px;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 7px;
  margin: 2px auto 5px auto;
  font-family: Arial;
  font-size: 1em;
  box-sizing: border-box;
}
.input-textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 7px;
  margin: 10px auto 10px auto;
  font-family: Arial;
  font-size: 1em;
  box-sizing: border-box;
  height: 200px;
}
.remitido {
  width: 80%;
  margin: auto;
  text-align: center;
}
.medio {
  width: 65% !important;
  box-sizing: border-box;
}
/*FORM LOGIN */
.formlogin {
  width: 80%;
  max-width: 380px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.campo {
  width: 100%;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 7px;
  margin: 5px auto 10px auto;
  font-family: Arial;
  box-sizing: border-box;
  font-size: 1em;
}
.closemodalpass {
  padding: 7px 9px;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 15px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.conBtn {
  width: 100%;
  position: relative;
}
.btn {
  margin: 5px auto;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #c4502a;
  color: #fff;
  font-family: Arial;
  font-size: 1em;
  border-radius: 7px;
  cursor: pointer;
  border: 0px;
}
.btnstop {
  margin: 5px auto;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #887169;
  color: #fff;
  font-family: Arial;
  font-size: 1em;
  border-radius: 7px;
  cursor: pointer;
  border: 0px;
  box-sizing: border-box;
}
.mibtn {
  width: 100%;
  padding: 13px;
  background: #c4502a;
  color: #fff;
  font-family: Arial;
  font-size: 1em;
  border-radius: 7px;
  margin: 2px auto 5px auto;
  cursor: pointer;
  border: 0px;
}
.medbtn {
  width: 48%;
  margin: 10px 2px;
}
.btnb {
  width: 15%;
  padding: 13px;
  background: #c42f2a;
  color: #fff;
  font-family: Arial;
  font-size: 1em;
  border-radius: 7px;
  cursor: pointer;
  border: 0px;
}
.btnblanco {
  margin: 5px auto;
  width: 85%;
  padding: 10px;
  background: #fff;
  color: #c4502a;
  font-family: Arial;
  font-size: 1em;
  border: 0px solid;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.recuadro {
  width: 100%;
  border: 1px solid #c4502a;
  border-radius: 5px;
  padding: 15px;
  margin: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* Registro */
#uplogo {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.vplogo {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.foto_prev {
  display: flex;
  justify-content: center;
  position: relative;
}
.alerta {
  color: #bb0606;
  width: 80%;
  text-align: center;
  min-height: 30px;
  font-size: 14px;
  margin: auto;
}
.alertacarga {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background: #418a14;
  text-align: center;
  color: #fff;
  z-index: 320;
}
.avisostock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 320;
}
.sinstock {
  width: 90%;
  max-width: 400px;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 2px 20px #666;
  border-radius: 7px;
  box-sizing: border-box;
}
/* Modal Password */
.modalpass {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  background: #fff;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  z-index: 101;
}
#formLostPass {
  width: 100%;
  padding: 10px;
  max-width: 400px;
}
/* Modal Remito */
.modalRemito {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 310;
}
.modelScroll {
  overflow: auto;
}
.cclose {
  top: -10px;
  right: 15px;
  font-size: 0.9em;
  position: absolute;
  color: #fff;
  background: #c4502a;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 500;
}
.modalSupport {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
#formSupport {
  max-width: 551px;
  width: 90%;
  max-height: 350px;
  position: relative;
  padding: 60px 10px 10px 10px;
  margin-top: -50px;
}
.preRemito {
  max-width: 800px;
  margin: 15px auto 0px auto;
  background: #fff;
  border: 0px;
  display: flex;
  justify-content: space-between;
  align-content: baseline;
  flex-wrap: wrap;
  padding: 30px 10px 15px 10px;
  box-sizing: border-box;
  position: relative;
}
.icoAgregar {
  margin: 5px 7px;
  max-width: 100px;
  padding: 15px 20px;
  background: #c4502a;
  color: #fff;
  font-family: Arial;
  font-size: 2.5em;
  border-radius: 7px;
  cursor: pointer;
  border: 0px;
}
.buscaVarios {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 315;
}
.hecliente {
  width: 100%;
}
.contarCarga {
  background: transparent;
  text-align: center;
  padding: 2px;
  border: 0px solid;
  font-weight: inherit;
  font-size: 1rem;
  max-width: 50px;
}
.agregar {
  width: 30px;
  font-size: 1.5em;
  color: #fff;
  background: #c4502a;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bolder;
}
.btnedit {
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 1.3em;
  color: #fff;
  background: #c4502a;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  border: 0px;
  margin: auto 5px;
}
/* modal internet */
.modalInternet {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 400;
  background: rgb(255,255,255);
  display: flex;
  justify-content: center;
  align-items: center;
}
img#icoWifi {
  height: 70%;
  margin: auto;
}
.boxOnline {
  width: 100%;
  min-height: 300px;
  max-width: 350px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  display: grid;
  color: #c4502a;
  grid-template-rows: 170px 50px 50px;
}
.boxOnline p{
  width: 100%;
  
}
.boxOnline h3{
  font-size: 5em;
}
.mostotal {
  width: 100%;
  text-align: right;
}
.cursor {
  cursor: pointer;
}
.sumatotal {
  padding: 2px;
  font-size: 1.1em;
  max-width: 100px;
  border: 0px;
}
/* Animated */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fast {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@media (max-width: 768px) {
  .medbody {
    width: 100%;
  }
  .trescuartos {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .medio {
    width: 100% !important;
  }
  .media {
    width: 45% !important;
  }
}

