body {
  padding-top: 54px;
  background: #F2F2F2;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.test {
  border: dashed 1px cyan;
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
  text-align: center;
}

.fullwidth {
  width: 100%;
}

.navbar {
  background: #fff;
}

.nav-item {
  margin: 0 10px;
  text-transform: uppercase;
}
.nav-item a {
  color: #071C26;
}
.nav-item a:hover {
  color: #0070BB;
}
.nav-item a.active {
  color: #F7921E !important;
}

.session-item {
  margin-left: 60px;
  text-transform: capitalize;
}
.session-item a {
  color: #0070BB;
}
.session-item a:hover {
  color: #071C26;
}
.session-item .dropdown-item {
  color: #071C26;
}
.session-item .dropdown-item:hover {
  color: #0070BB;
}

.carousel-item {
  height: 50vh;
  min-height: 400px;
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-caption {
  bottom: 30%;
}
.carousel-caption h1 {
  background: #071C26;
  width: 60%;
  margin: 0 auto;
  font-size: 4.5em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
}
.carousel-caption h2 {
  background: #F7921E;
  color: #fff;
  padding: 8px 0;
  text-transform: uppercase;
  width: 40%;
  margin: 0 auto;
}

.carousel-indicators {
  bottom: 60px;
}

.conta-home {
  padding-top: 20px;
}

.buscador {
  border-bottom: 5px #ccc solid;
  padding: 25px 10px;
  color: #333333;
  background: #fff;
  margin-bottom: 20px;
}
.buscador .titu-buscador {
  margin-bottom: 15px;
}
.buscador .titu-buscador .icono {
  background: #F7921E;
  padding: 15px;
  color: #ffffff;
  float: left;
  margin-right: 10px;
}
.buscador .titu-buscador h1 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  display: inline-block;
  width: 80%;
}
.buscador .titu-buscador h2 {
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
  width: 80%;
}
.buscador select {
  border: solid 1px #ccc;
  width: 24%;
}
.buscador input {
  border: solid 1px #ccc;
  width: 65%;
  padding: 0 5px;
}
.buscador #buscar {
  display: inline-block;
}

.resultado-bus {
  background: #fff;
  border-bottom: 5px #ccc solid;
  padding: 10px 10px 25px;
}
.resultado-bus .cabecera-tabla {
  border-bottom: #F7921E 3px solid;
  color: #000;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: left;
  font-weight: bold;
}
.resultado-bus .cabecera-tabla span {
  display: inline-block;
}
.resultado-bus .items-result {
  max-height: calc(100vh - 360px);
  overflow-y: auto;
}
.resultado-bus .item-resu {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  border-bottom: solid 1px #ccc;
  color: #333333;
}
.resultado-bus .item-resu:hover {
  background: #DEF3FF;
  border-color: #1E95D6;
  color: #000;
}
.resultado-bus .item-resu span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.sin-resultados {
  padding-top: 10px;
  color: #ccc;
  font-size: 1.3em;
}

.pastillas-home {
  padding: 1.4em 0;
  background: #0070BB;
  color: #fff;
  margin-top: 2em;
}
.pastillas-home .row [class*=col-] {
  border-right: 1px solid #fff;
}
.pastillas-home .row [class*=col-]:last-of-type {
  border: none;
}
.pastillas-home h2 {
  text-transform: uppercase;
  font-size: 1.1em;
}
.pastillas-home p {
  margin: 0;
  font-size: 0.95em;
}

footer {
  background: #071C26;
}

.body-detalle {
  padding: 20px 0;
  background: #fff;
}

.detalle .col-img {
  border-right: solid 1px #ccc;
}
.detalle .col-img img {
  max-width: 420px;
  height: auto;
  padding: 26px;
  border: 1px solid #ddd;
}
.detalle .col-img .thumbnail {
  margin-top: 10px;
}
.detalle .col-img .thumbnail img {
  padding: 10px !important;
  max-width: 100px;
  max-height: 80px;
  width: auto;
  height: auto;
  cursor: pointer;
  margin-right: 2px;
}
.detalle .datos-detalle h2 {
  background: #0070BB;
  font-size: 1.6em;
  color: #fff;
  padding: 5px 15px;
  width: 100%;
}
.detalle .datos-detalle .lista-detalle {
  font-size: 1.05em;
  color: #666666;
  list-style: none;
}
.detalle .datos-detalle .lista-detalle strong {
  color: #000;
}
.detalle .datos-detalle .lista-detalle span.descripcion {
  color: #000;
}
.detalle .datos-detalle .lista-detalle span.stock-si {
  color: #2ecc71;
  font-weight: bold;
  text-transform: uppercase;
}
.detalle .datos-detalle .lista-detalle span.stock-no {
  color: #e74c3c;
  font-weight: bold;
  text-transform: uppercase;
}
.detalle .datos-detalle .lista-detalle span.stock-consultar {
  color: #f39c12;
  font-weight: bold;
  text-transform: uppercase;
}
.detalle .datos-detalle .lista-detalle .agregar-detalle {
  margin-top: 30px;
}
.detalle .datos-detalle .lista-detalle .agregar-detalle input {
  width: 50px;
  border: solid 1px #ccc;
  padding: 0 3px;
}
.detalle .datos-detalle .lista-detalle .agregar-detalle button {
  border: none;
  display: inline-block;
  background: #F7921E;
  color: #fff;
  padding: 0;
  border-radius: 50%;
}
.detalle .datos-detalle .lista-detalle .agregar-detalle button:hover {
  background: #0070BB;
  cursor: pointer;
}
.detalle .datos-detalle .lista-detalle .agregar-detalle i {
  font-size: 1.3em;
  padding: 10px;
}

.cabecera {
  height: 300px;
  background: url("../img/banner/02.jpg") fixed center bottom;
}

.carrito-tabla {
  text-align: left;
}
.carrito-tabla td {
  vertical-align: middle;
}
.carrito-tabla th {
  border-top: none;
  text-transform: uppercase;
}
.carrito-tabla input {
  width: 50px;
  text-align: center;
  border: solid 1px #ccc;
}
.carrito-tabla a {
  color: #e74c3c;
}
.carrito-tabla a:hover {
  color: #c0392b;
}
.carrito-tabla .td-total {
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  padding-right: 50px;
  background: #ecf0f1;
}
.carrito-tabla .td-total span {
  font-size: 1.3em;
  margin-left: 10px;
}

.carro-vacio {
  padding-top: 10px;
  color: #ccc;
  font-size: 1.3em;
}

.agregar-body {
  background: #2ecc71;
  padding: 0;
}

.agregar-ok {
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding: 30px 0;
}
.agregar-ok i.ok-icon {
  font-size: 3em;
}
.agregar-ok p {
  margin: 0;
}
.agregar-ok a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 0.7em;
  background: #0070BB;
  margin-top: 30px;
  border-radius: 5px;
}
.agregar-ok a:hover {
  background: #2980b9;
}
.agregar-ok a i {
  font-size: 0.7em;
}

.tabla-pedidos {
  text-align: left;
}
.tabla-pedidos th {
  border-top: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.tabla-pedidos td {
  vertical-align: middle;
}
.tabla-pedidos .tablita-prod-ped th {
  font-size: 0.75em;
}

.hidden {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}

.detalle-h4 {
  display: inline-block !important;
  margin-right: 10px;
}

@media print {
  .printable-padding {
    padding-left: 20px;
  }
}

@media print {
  .no-printable {
    display: none;
  }
}

#equivalencias {
  width: 100%;
  text-align: center;
  padding: 20px 20px 0px 20px;
}

.miniview {
  height: 50px;
  width: 50px;
}

.icons-articles {
  color: #F7921E;
  padding-left: 10px;
  padding-right: 10px;
}

.text-articles {
  margin-right: 50px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: -13px;
}

.editar-button {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 20px;
}

.background-naranja {
  color: #F7921E;
}

#detalle-precio {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
#detalle-precio td:nth-child(2) {
  font-weight: bold;
  color: #000;
}

.category-download {
  margin-bottom: 10px;
  margin-top: 10px;
}

.table-container {
  max-height: 200px;
  overflow: auto;
}
.table-container::-webkit-scrollbar {
  width: 8px;
}
.table-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-container::-webkit-scrollbar-thumb {
  background: #888;
}
.table-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}/*# sourceMappingURL=scaiola-style.css.map */