@charset "UTF-8";
/*Matereial Icons*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("../fonts/material-icons/Material Icons"),
    local("../fonts/material-icons/MaterialIcons-Regular"),
    url(../fonts/material-icons/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-28 {
  font-size: 28px;
}

.material-icons.md-32 {
  font-size: 32px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
/* login */
.section-login {
  position: relative;
  width: 100%;
  height: 100vh;
}
.bg-login {
  background-color: #eeeeee;
  background-image: url(../img/login-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.login-logo-bg {
  background: rgba(2, 27, 74, 0.7);
  padding: 15px;
}
.login-logo-square {
  width: 250px;
  max-width: 100%;
}
.section-login .login-logo-bg {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.section-login .card-radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 575px) {
  .section-login .login-logo-bg {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .section-login .card-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
  }
}
.has-error .form-control,
.has-error .form-custom {
  border-color: #e7515a !important;
}
.error {
  color: #e7515a;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
label.error {
  color: #e7515a;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
label.error {
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.invalid-message-feedback {
  color: #e7515a;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.valid-message-feedback {
  color: #8dbf42;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
/* bradcrumb */
.breadcrumb-style {
  margin: 0;
  padding-left: 0;
  padding-bottom: 0;
}
/* remove */
.card-content-image {
  position: relative;
}
.remove-absolute {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
}
.remove-absolute > svg {
  color: #e7515a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.remove-absolute:hover > svg {
  color: #000000;
}
/* swal */
.swal2-popup .swal2-title {
  color: #000000 !important;
  font-size: 1.5em !important;
}
.a-action-o {
  line-height: 15px;
  text-decoration: none !important;
}
.a-action-o:hover {
  color: #000000;
}
.table-md.table td,
.table th {
  vertical-align: middle !important;
}
.badge-hover {
  cursor: pointer;
}

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb,
.cd-multi-steps {
  width: 90%;
  max-width: 768px;
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: 0.25em;
}
.cd-breadcrumb:after,
.cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li,
.cd-multi-steps li {
  display: inline-block;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after,
.cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: "\00bb";
  margin: 0 0.6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *,
.cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *,
.cd-multi-steps li.current > * {
  /* selected step */
  color: #3d68bd;
}
.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #3d68bd;
}
.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: "";
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before,
.cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before,
.cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb,
  .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li,
  .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after,
  .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *,
  .cd-multi-steps li > * {
    font-size: 1.6rem;
  }
}

/* -------------------------------- 

Triangle breadcrumb

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
    width: max-content;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 0.6em 0.8em 0.6em 2em;
    font-size: medium;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #162b56;
    border-color: #162b56;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: 0.25em 0 0 0.25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 0.25em 0.25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li::after,
  .cd-breadcrumb.triangle li > *::after {
    /* 
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after,
  .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after,
  .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}

.btn-ventas {
  display: flex;
  font-weight: 900;
  font-size: large;
  justify-content: center;
  align-items: center;
}

.dark-color {
  color: #000115 !important;
}

.btn-quitar {
  border: 0;
  background: transparent;
  color: #51c3fd;
}

.btn-quitar:hover {
  color: #3f95c0;
}

.btn-icon {
  position: absolute;
  left: 18px;
  top: 9px;
  font-size: 30px;
}

.button-icon {
  align-items: center;
  border-radius: 35px !important;
  font-weight: 700;
  width: 100%;
  font-size: x-large;
  display: flex;
  height: 60px;
  line-height: 50px;
  justify-content: center;
  padding-left: 20px;
  position: relative;
  background-color: #3fd7eb;
  color: rgb(255, 255, 255);
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 0px 1px 0px rgb(0 0 0 / 50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
  box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.button-icon span {
  border-radius: 35px 0px 0px 35px !important;
  font-size: large;
  position: absolute;
  left: 0;
  width: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a929f;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.button-icon:hover span,
.button-icon.active span {
  background-color: #33818b;
  color: rgb(255, 255, 255);
}

.button-icon:hover {
  /* background-color: #2b919e; */
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}

.button.principal {
  background: #3fd7eb;
}

.button-icon-s {
  align-items: center;
  border-radius: 25px !important;
  font-weight: 700;
  width: 100%;
  font-size: revert;
  display: flex;
  height: 34px;
  line-height: 36px;
  justify-content: center;
  padding-left: 35px;
  position: relative;
  background-color: #3fd7eb;
  color: rgb(255, 255, 255);
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 0px 1px 0px rgb(0 0 0 / 50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
  box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

@media (min-width: 576px) {
  .button-icon-s {
    width: 60%;
  }
}

.button-icon-s span {
  border-radius: 25px 0px 0px 25px !important;
  font-size: medium;
  position: absolute;
  left: 0;
  width: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a929f;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.button-icon-s:hover span,
.button-icon-s.active span {
  background-color: #33818b;
  color: rgb(255, 255, 255);
}

.button-icon-s:hover {
  /* background-color: #2b919e; */
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}

.badge-custom {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
}

.notification {
  color: #00041c;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification .badge {
  position: absolute;
  top: 8px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: #2b919e;
  color: white;
}

.activo {
  border-radius: 0px 35px 35px 0px;
  color: #fff !important;
  background-color: #00041c;
}

.inicio-card:hover {
  text-decoration: none;
  box-shadow: 5px 10px 8px #888888;
}

.inicio-card {
  color: #021844 !important;
}

.button-icon-menu {
  border-radius: 5px;
  align-items: center;
  font-weight: 700;
  width: 96% !important;
  font-size: medium !important;
  display: flex !important;
  height: 45px;
  line-height: 50px;
  justify-content: center !important;
  padding-left: 55px !important;
  position: relative;
  background-color: #fff !important;
  color: #00041c !important;
  text-decoration: none;
  letter-spacing: 1px;
  text-shadow: 0px 1px 0px rgb(0 0 0 / 50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.button-icon-menu span {
  margin: 0 !important;
  width: 20% !important;
  font-size: x-large;
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a929f;
  color: white !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.button-icon-menu:hover span,
.button-icon-menu.active span {
  background-color: #33818b;
  color: rgb(255, 255, 255);
}

.button-icon-menu:hover {
  /* background-color: #2b919e; */
  border-radius: 0% !important;
  background-color: #00041c !important;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

.buttons-excel {
  background: #000115 url("../icons/excel.svg?height=24") no-repeat padding-box
    left center/30% !important
   ;
  background-position: 24px 10px !important;
  padding-left: 22px !important;
  color: #fff !important;
  border-radius: 28px !important;
  border: 0 !important;
  width: 130px;
  font-size: large;
  font-weight: 700;
  padding: 7px;
  background-size: 18px !important;
}

.buttons-pdf {
  background: #000115 url("../icons/pdf.svg?height=24") no-repeat padding-box
    left center/30% !important
   ;
  background-position: 24px 10px !important;
  padding-left: 22px !important;
  color: #fff !important;
  border-radius: 28px !important;
  border: 0 !important;
  width: 130px;
  font-size: large;
  font-weight: 700;
  padding: 7px;
  background-size: 18px !important;
}

.dt-button {
  background: #000115 url("../icons/excel.svg?height=24") no-repeat padding-box
    left center/35% !important
   ;
  background-position: 14px 8px !important;
  padding-left: 23px !important;
  color: #fff !important;
  border-radius: 28px !important;
  border: 0 !important;
  width: 115px;
  font-size: revert;
  font-weight: 700;
  padding: 7px;
  background-size: 18px !important;
}

.files input {
  outline: 2px dashed #3fd7eb;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35% !important;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.files input:focus {
  outline: 2px dashed #3fd7eb;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #3fd7eb;
}
.files {
  position: relative;
}
.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " o arrastra y suelta tu archivo aqui. ";
  display: block;
  margin: 0 auto;
  color: #3a929f;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fade-in {
  display: block;
  animation: fade-in 0.5s;
}

.fade-out {
  animation: fade-out 0.5s;
  opacity: 0;
}

.posicion-venta {
  position: sticky !important;
  top: 100px !important;
}

.icono-tipo {
  font-size: 100px;
  padding: 8%;
  background: #17808b;
  color: white;
  border-radius: 50%;
}

.bg-oscuro {
  background-color: #00041c !important;
  color: #fff;
}
