@import url("https://fonts.googleapis.com/css?family=Rubik");
@import url("https://fonts.googleapis.com/css?family=Rubik");
input[type=text], input[type=password] {
  float: left;
  background-color: white;
  font-size: 12px;
  border: 1px solid #1ca8e2;
  padding: 3px 10px;
  color: #1c72de;
  width: 150px;
}
input[type=text]:focus, input[type=password]:focus {
  outline: none;
}

input[type=submit] {
  float: left;
  background-color: white;
  border: 1px solid #1ca8e2;
  margin-top: 15px;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  color: #1c72de;
  cursor: pointer;
}
@media (max-width: 767px) {
  input[type=submit] {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 48%;
    margin: 1%;
  }
}
input[type=submit]:hover {
  background-color: white;
  color: #1ca8e2;
}

input[type=submit].inputOrders {
  margin-top: 35px;
}

input#login-submit {
  margin-left: 0px;
}

.pointer {
  cursor: pointer;
}

/*
    background-color: #1ca8e2;
    border: 1px solid #1ca8e2;
    margin-top: 15px;
    margin-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    width: 48%;
    margin: 1%;

    */
li.dropdown {
  position: relative;
}
li.dropdown ul.dropdown-content {
  display: none;
  min-width: 160px;
}
li.dropdown:hover ul.dropdown-content {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 30px;
}
li.dropdown:hover ul.dropdown-content li {
  width: 150px;
}

div.title-page {
  margin: 5px 0px 5px 5%;
  margin-left: 15px;
}
div.title-page h4 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1ca8e2;
  text-align: left;
}

table {
  width: 100%;
  color: #1ca8e2;
  border-collapse: collapse;
}
table th {
  padding: 10px 0px;
  text-align: center;
}
@media (max-width: 767px) {
  table th {
    font-size: 0.8em;
    margin: 0 10px 0 10px;
  }
}
table td {
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1pt solid #1ca8e2;
}
@media (max-width: 767px) {
  table td {
    font-size: 0.8em;
    margin: 0 10px 0 10px;
  }
}
table td a {
  text-decoration: none;
  color: #1ca8e2;
}
table td a:visited {
  text-decoration: none;
  color: #1ca8e2;
}

.tecso-header {
  float: left;
  width: 100%;
  margin: 0;
}

.tecso-content {
  float: left;
  width: 79%;
  padding: 0 1% 150px 1%;
}
@media (max-width: 767px) {
  .tecso-content {
    width: 100% !important;
  }
}

.tecso-left-bar {
  float: left;
  width: 20%;
  height: 80%;
  background: white;
  padding: 0 1% 200px 1%;
}
@media (max-width: 767px) {
  .tecso-left-bar {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
}

.legend {
  padding: 10px;
}

.list-type-11 {
  width: 90%;
  margin: 0px 5%;
  padding: 0px;
}
.list-type-11 li {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #1ca8e2;
  margin-top: 10px;
  padding-bottom: 15px;
}
.list-type-11 li div {
  width: 100%;
  height: 100%;
  float: left;
}
.list-type-11 li div h1 {
  width: 9.0909090909%;
  float: left;
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  margin: auto 0px;
}
.list-type-11 li div h3 {
  width: 9.0909090909%;
  float: left;
  font-size: 1em;
  color: #f5f5f5;
  font-weight: 300;
  margin: auto 0px;
}
.list-type-11 li div h3 span {
  font-size: 1em;
  color: #1ca8e2;
  font-weight: 400;
  margin: 0;
}
.list-type-11 li div.title h1, .list-type-11 li div.title h3 {
  font-weight: 700;
}
.list-type-11 li div.title h1:first {
  margin-left: 0px;
}

.list-type-8 {
  width: 90%;
  margin: 0px 5%;
  padding: 0px;
}
.list-type-8 img {
  width: 150px;
}
.list-type-8 li {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #1ca8e2;
  margin-top: 10px;
  padding-bottom: 15px;
}
.list-type-8 li div {
  width: 100%;
  height: 100%;
  float: left;
}
.list-type-8 li div h1 {
  width: 12.5%;
  float: left;
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  margin: auto 0px;
}
.list-type-8 li div h3 {
  width: 12.5%;
  float: left;
  font-size: 1em;
  color: #f5f5f5;
  font-weight: 300;
  margin: auto 0px;
}
.list-type-8 li div h3 span {
  font-size: 1em;
  color: #1ca8e2;
  font-weight: 400;
  margin: 0;
}
.list-type-8 li div.title h1, .list-type-8 li div.title h3 {
  font-weight: 700;
}
.list-type-8 li div.title h1:first {
  margin-left: 0px;
}

.list-type-7 {
  width: 90%;
  margin: 0px 5%;
  padding: 0px;
}
.list-type-7 li {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #1ca8e2;
  margin-top: 10px;
  padding-bottom: 15px;
}
.list-type-7 li div {
  width: 100%;
  height: 100%;
  float: left;
}
.list-type-7 li div h1 {
  width: 14.2857142857%;
  float: left;
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  margin: auto 0px;
}
.list-type-7 li div h3 {
  width: 14.2857142857%;
  float: left;
  font-size: 1em;
  color: #f5f5f5;
  font-weight: 300;
  margin: auto 0px;
}
.list-type-7 li div h3 span {
  font-size: 1em;
  color: #1ca8e2;
  font-weight: 400;
  margin: 0;
}
.list-type-7 li div.title h1, .list-type-7 li div.title h3 {
  font-weight: 700;
}
.list-type-7 li div.title h1:first {
  margin-left: 0px;
}

.list-type-6 {
  width: 90%;
  margin: 0px 5%;
  padding: 0px;
}
.list-type-6 li {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #1ca8e2;
  margin-top: 10px;
  padding-bottom: 15px;
}
.list-type-6 li div {
  width: 100%;
  height: 100%;
  float: left;
}
.list-type-6 li div h1 {
  width: 16.6666666667%;
  float: left;
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  margin: auto 0px;
}
.list-type-6 li div h3 {
  width: 16.6666666667%;
  float: left;
  font-size: 1em;
  color: #f5f5f5;
  font-weight: 300;
  margin: auto 0px;
}
.list-type-6 li div h3 span {
  font-size: 1em;
  color: #1ca8e2;
  font-weight: 400;
  margin: 0;
}
.list-type-6 li div.title h1, .list-type-6 li div.title h3 {
  font-weight: 700;
}
.list-type-6 li div.title h1:first {
  margin-left: 0px;
}

.list-type-5 {
  width: 90%;
  margin: 0px 5%;
  padding: 0px;
}
.list-type-5 li {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #1ca8e2;
  margin-top: 10px;
  padding-bottom: 15px;
}
.list-type-5 li div {
  width: 100%;
  height: 100%;
  float: left;
}
.list-type-5 li div h1 {
  width: 20%;
  float: left;
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  margin: auto 0px;
}
.list-type-5 li div h3 {
  width: 20%;
  float: left;
  font-size: 1em;
  color: #f5f5f5;
  font-weight: 300;
  margin: auto 0px;
}
.list-type-5 li div h3 span {
  font-size: 1em;
  color: #1ca8e2;
  font-weight: 400;
  margin: 0;
}
.list-type-5 li div.title h1, .list-type-5 li div.title h3 {
  font-weight: 700;
}
.list-type-5 li div.title h1:first {
  margin-left: 0px;
}

.seccionMenu {
  overflow: hidden;
  border: 1px solid #1c72de;
  border-radius: 5px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 15px;
  width: 90%;
}
@media (max-width: 767px) {
  .seccionMenu {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
}

.pop-up {
  margin: 100px;
  border-radius: 5px;
  background: #036B98;
}
@media (max-width: 767px) {
  .pop-up {
    margin: 20px;
  }
}
.pop-up div.title {
  font-size: 18px;
  text-align: center;
  color: white;
  padding: 15px;
  font-weight: 700;
}
.pop-up div.content table {
  color: #1ca8e2;
}
.pop-up div.content table tr {
  background: #6FC6EB;
  padding: 5px;
}
.pop-up div.content table th {
  color: white;
}
.pop-up div.content table tr.item {
  background: white;
  color: black;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pop-up div.content {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .pop-up div.content {
    overflow-x: scroll;
  }
}
.pop-up div.button {
  display: inline;
  float: right;
  color: white;
  text-align: center;
  padding: 15px 15px 10px 10px;
}
.pop-up div.button i {
  font-size: 20px;
}

ul.dropdown-menu li {
  margin-top: 5px;
  margin-bottom: 5px;
}

ul.list-type-1 li {
  height: 50px;
}

#loader_page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

#loader_page > .page {
  border: 10px solid white;
  border-top: 10px solid #1ca8e2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  position: relative;
  left: 50%;
  top: 50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.title-filter h3 {
  font-size: 14px;
  color: #1ca8e2;
}

h5.filter-date-title {
  float: left;
  margin: 15px 0px 0px 0px;
  color: #1ca8e2;
}

.toast-top-center {
  top: 12px;
  margin: 0 auto;
  top: 40% !important;
}
.toast-top-center .message-confirm {
  margin: 15px 0px;
  text-align: center;
  margin-right: 35px;
}
.toast-top-center .message-confirm button {
  color: white;
  background: none;
  border: 1px solid white;
}

@media (max-width: 767px) {
  .bx-prev, .bx-next {
    bottom: 0;
    display: none;
  }
}

.inputHeader {
  margin: 15px;
}

.header-tecso {
  background-color: white;
  padding: 0px;
  width: 100%;
  height: 100px;
  float: center;
}
.header-tecso .logo {
  float: left;
  width: 33%;
  overflow: hidden;
  background-color: white;
}
@media (max-width: 767px) {
  .header-tecso .logo {
    width: 100%;
  }
}
.header-tecso .logo img {
  width: 60%;
  left: 50%;
  top: 50%;
}
@media (max-width: 767px) {
  .header-tecso .logo img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.header-tecso .logo div {
  width: 80%;
  margin: 10%;
  left: 50%;
  top: 50%;
}
@media (max-width: 767px) {
  .header-tecso .logo div {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.header-tecso .logo div ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.header-tecso .logo div ul form {
  width: 100%;
}
.header-tecso .logo div ul form .inputHeader {
  width: 60%;
  margin: 0px;
  left: 50%;
  top: 50%;
  font-size: 15px;
  height: 50px;
  border-radius: 10px 0px 0px 10px;
}
.header-tecso .logo div ul form .searchHeader {
  width: 25%;
  margin: 0px;
  left: 50%;
  top: 50%;
  font-size: 15px;
  height: 50px;
  border-radius: 0px 10px 10px 0px;
  background: #1ca8e2;
  color: white;
}
.header-tecso .logo div ul a {
  width: 100%;
  margin: 10%;
  left: 50%;
  top: 50%;
  font-size: 35px;
}
@media (max-width: 767px) {
  .header-tecso .logo div {
    width: 100%;
  }
}
.header-tecso .logo .legend {
  color: #1c72de;
  background-color: white;
  width: 25%;
}
.header-tecso .logo .empresaLeyenda {
  background-color: #1ca8e2;
  color: white;
  padding: 15px;
  font-weight: 300;
}
.header-tecso .header-1 {
  float: left;
  width: 79%;
  font-size: 1.3em;
}
@media (max-width: 767px) {
  .header-tecso .header-1 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3em;
    margin-top: 10px;
  }
}
.header-tecso .header-1 ul {
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .header-tecso .header-1 ul {
    width: auto;
  }
}
.header-tecso .header-1 ul a {
  color: #1ca8e2;
  padding: 5px;
  font-size: 1em;
}
@media (max-width: 767px) {
  .header-tecso .header-1 ul a {
    float: left;
  }
}

.header-2 {
  float: left;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  background-color: white;
}
@media (max-width: 767px) {
  .header-2 {
    width: 100%;
  }
}
.header-2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: white;
  float: right;
  font-size: 1.1em;
}
.header-2 li {
  float: left;
}
.header-2 li.active:hover {
  color: #1ca8e2 !important;
  background: white !important;
}
.header-2 li.active a {
  color: #9d9d9d;
  background: white;
  font-size: 1.1em;
}
.header-2 li a:hover {
  color: #1ca8e2 !important;
  background: white !important;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .header-2 li {
    width: 100%;
  }
}
.header-2 li a, .header-2 .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.header-2 li a:hover, .header-2 .dropdown:hover .dropbtn {
  background-color: #1ca8e2;
}
.header-2 li.dropdown {
  display: inline-block;
}
.header-2 a > i {
  margin-right: 5px;
}
.header-2 .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 15px;
  overflow: hidden;
}
.header-2 .dropdown-content li {
  width: 100%;
}
.header-2 .dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 100%;
}
.header-2 .dropdown-content a:hover {
  background-color: #1ca8e2;
}
.header-2 .dropdown:hover .dropdown-content {
  display: block;
}
.header-2 .search-bar {
  float: right;
  padding-bottom: 6px;
  padding-top: 5px;
  margin-right: 0 px;
}
@media (max-width: 767px) {
  .header-2 .search-bar {
    width: 100%;
  }
}
.header-2 .search-bar input[type=text] {
  margin-left: 10px;
  height: 30px;
  border-radius: 5px;
}
.header-2 .navbar-inverse {
  border: none;
  background: white;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .header-2 .navbar-inverse {
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
  }
}
.header-2 .navbar-inverse .container-fluid .navbar-header {
  margin-top: 5px;
  margin-: 5px;
}
.header-2 .navbar-inverse .container-fluid .navbar-header .navbar-toggle {
  float: left;
}

.content-view {
  margin-left: 160px;
  height: 100%;
  float: left;
}

#marcas {
  overflow: hidden;
}
#marcas img {
  max-height: 100px;
  padding: 20px 0px;
}
#marcas .bx-wrapper {
  background-color: transparent;
  border: 0px;
  box-shadow: 0px 0px 0px #1ca8e2;
  margin-left: 20px;
  margin-right: 20px;
}

#banners .bx-wrapper {
  background-color: transparent;
  border: 0px;
  box-shadow: 0px 0px 0px #1ca8e2;
  margin-left: 2%;
  margin-right: 2%;
  width: 95%;
}

div.welcome {
  width: 100%;
  background-color: #1ca8e2;
  margin-top: -50px;
  margin-bottom: 60px;
  border: 5px solid white;
}
div.welcome div .greeting {
  float: left;
  margin: 5%;
  width: 40%;
  margin-top: 8%;
  margin-bottom: 8%;
  color: #1ca8e2;
}
@media (max-width: 767px) {
  div.welcome div .greeting {
    width: 90%;
    margin: 0;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0px;
  }
}
div.welcome div .greeting i {
  color: #1ca8e2;
}
div.welcome div .greeting p {
  margin-top: 0px;
  font-weight: 300;
  font-size: 1.4em;
  color: black;
}
div.welcome div .greeting p i {
  color: white;
  font-size: 1.8em;
}
@media (max-width: 767px) {
  div.welcome div .greeting p {
    font-size: 1em;
  }
}
div.welcome div .credit-available {
  float: right;
  margin-left: 5%;
  margin-right: 5%;
  border: 1px solid #1ca8e2;
  height: 100%;
  border-radius: 5px;
  width: 40%;
  background-color: black;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  div.welcome div .credit-available {
    width: 90%;
    float: left;
    margin: 5%;
  }
}
div.welcome div .credit-available p.titulo {
  text-align: center;
  margin-top: 10px;
  color: white;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  div.welcome div .credit-available p.titulo {
    font-size: 1.8em;
    margin-top: 10%;
  }
}
div.welcome div .credit-available p.credit {
  text-align: center;
  margin-left: 5%;
  height: 20%;
  margin-bottom: 15px;
  color: white;
  font-size: 2.2em;
}
@media (max-width: 767px) {
  div.welcome div .credit-available p.credit {
    font-size: 1.8em;
    margin-top: 10%;
  }
}

div.home-aside img {
  width: 100%;
}
@media (max-width: 767px) {
  div.home-aside {
    display: none;
  }
}

/*@include phone {
    div.home-aside {
        img {
            display: none;
        }
    }
*/
div#contact-div {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  padding-top: 10%;
}
div#contact-div i {
  position: relative;
  left: 200px;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  div#contact-div i {
    left: 0px;
  }
}
div#contact-div h3 {
  margin: 20px 0px;
  font-weight: 400;
}
div#contact-div h3.title {
  margin-bottom: 50px;
}

div.documents div.files {
  height: 100%;
  padding: 0px 20px;
}

div#accounts div.accounts {
  height: 100%;
  padding: 0px 10px 0px 10px;
}
div#accounts div.accounts div.table-total {
  color: white;
}

div#old-balances div.pending-balances {
  height: 100%;
  padding: 0px 20px;
}
div#old-balances div.pending-balances div.table-total {
  color: white;
}

div#pending-balances div.pending-balances {
  height: 100%;
  padding: 0px 20px;
}
div#pending-balances div.pending-balances div.table-total {
  color: white;
}

/*seccion prod list */
#seccion-productos {
  overflow-x: hidden;
  width: 100%;
}
#seccion-productos .buttom-views {
  padding-left: 40px;
}
#seccion-productos .initial-message {
  width: 60%;
  margin: 20%;
  text-align: center;
  font-size: 1.5em;
  color: #1ca8e2;
}
@media (max-width: 767px) {
  #seccion-productos .initial-message {
    font-size: 1em;
  }
}
#seccion-productos ul {
  list-style: none;
}
@media (max-width: 767px) {
  #seccion-productos ul {
    padding: 5px;
  }
}
#seccion-productos button {
  border: none;
  background: none;
}
#seccion-productos .list {
  padding-left: 0px;
  overflow: hidden;
}
#seccion-productos .list div p.messageEmpty {
  width: 60%;
  margin: 20%;
  text-align: center;
  font-size: 1.5em;
  color: #1ca8e2;
}
@media (max-width: 767px) {
  #seccion-productos .list div p.messageEmpty {
    font-size: 1em;
  }
}
#seccion-productos .list li {
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #1ca8e2;
  padding-top: 15px;
  padding-bottom: 15px;
}
#seccion-productos .list li img {
  float: left;
  width: 15%;
  height: 100% !important;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #seccion-productos .list li img {
    width: 80%;
    margin: 10%;
  }
}
#seccion-productos .list li .iconosHover {
  width: 28%;
  height: auto !important;
  text-align: left;
  margin-top: 10px;
  float: right;
}
#seccion-productos .list li .iconosHover a {
  cursor: pointer;
}
@media (max-width: 767px) {
  #seccion-productos .list li .iconosHover {
    width: 50%;
    font-size: 1.5em;
  }
}
#seccion-productos .list li .descripcion {
  width: 40%;
}
@media (max-width: 767px) {
  #seccion-productos .list li .descripcion {
    width: 100%;
  }
}
#seccion-productos .list li .precio {
  width: 28%;
}
#seccion-productos .list li .precio h3 {
  width: auto;
  float: left;
  padding-left: 20px;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #seccion-productos .list li .precio h3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #seccion-productos .list li .precio {
    width: 50%;
  }
  #seccion-productos .list li .precio h3 {
    width: auto;
    float: left;
    padding-left: 0px;
    text-align: left;
  }
}
#seccion-productos .list li div {
  width: 15%;
  float: left;
}
@media (max-width: 767px) {
  #seccion-productos .list li div {
    width: 100%;
    margin: 0px auto 5px;
  }
}
#seccion-productos .list li div .nameProduct {
  width: 100%;
}
#seccion-productos .list li div .nameProduct h1 {
  float: left;
  text-align: left;
}
@media (max-width: 767px) {
  #seccion-productos .list li div .nameProduct {
    margin: 0px auto;
  }
}
#seccion-productos .list li div h1 {
  width: 100%;
  float: left;
  font-size: 1.2em;
  color: #1ca8e2;
  font-weight: 300;
  margin: 0;
}
#seccion-productos .list li div h2 {
  width: 100%;
  float: left;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
  margin: 0;
}
@media (max-width: 767px) {
  #seccion-productos .list li div h2 {
    width: auto;
  }
}
#seccion-productos .list li div h3 {
  width: 100%;
  float: left;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
  margin: 0;
}
#seccion-productos .list li div h3 span {
  font-size: 1.1em;
  color: #1ca8e2;
  font-weight: 400;
  margin: 0;
}
#seccion-productos .list li div p {
  width: 100%;
  float: left;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
  margin: 0;
}
#seccion-productos .list li div a {
  font-size: 1.8em;
  color: rgba(0, 0, 0, 0.9);
  margin-left: 15px;
}
@media (max-width: 767px) {
  #seccion-productos .list li div a {
    font-size: 1em;
    margin-right: 15px;
    float: right;
  }
}
#seccion-productos .grid .iconosHover {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 99;
  background: rgba(28, 168, 226, 0.43);
  width: 100%;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  transition: All 0.06s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
}
#seccion-productos .grid a {
  cursor: pointer;
}
#seccion-productos .grid li {
  position: relative;
  float: left;
  width: 20%;
  height: 50%;
  overflow: hidden;
  margin: 2%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #seccion-productos .grid li {
    width: 90%;
    margin: 5%;
  }
}
#seccion-productos .grid li img {
  width: 100%;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
}
#seccion-productos .grid li div {
  width: 100%;
  float: left;
}
#seccion-productos .grid li div h1 {
  width: 100%;
  float: left;
  font-size: 1.5em;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}
#seccion-productos .grid li div h2 {
  width: 100%;
  float: left;
  font-size: 1em;
  color: #1ca8e2;
  font-weight: 300;
  margin: 3px;
  text-align: center;
}
#seccion-productos .grid li div h3 {
  width: 100%;
  float: left;
  font-size: 1em;
  color: #f5f5f5;
  font-weight: 300;
  margin: 3px;
  text-align: center;
}
#seccion-productos .grid li div h3 span {
  font-size: 1em;
  color: #1ca8e2;
  font-weight: 400;
  margin: 5px;
  text-align: center;
}
#seccion-productos .grid li div p {
  width: 100%;
  float: left;
  font-size: 1em;
  color: #f5f5f5;
  font-weight: 300;
  margin: 3px;
  text-align: center;
}
#seccion-productos .grid li div a {
  font-size: 1em !important;
  color: #fff;
  margin-left: 15px;
}
#seccion-productos .grid li div a i {
  font-size: 1em !important;
  margin-top: 35%;
  margin-left: 10% !important;
  color: #fff;
  margin-left: 15px;
}
#seccion-productos .grid li div a i:hover {
  color: #1ca8e2;
}
#seccion-productos .grid li:hover .iconosHover {
  position: absolute;
  top: 0px;
  left: 0;
}

.filter-precio {
  height: 250px !important;
}

.filter-categoria, .filter-precio, .fabricante {
  color: #1ca8e2;
  font-family: "Lato", sans-serif;
  padding: 15px;
  height: 300px;
}
@media (max-width: 767px) {
  .filter-categoria, .filter-precio, .fabricante {
    height: 180px;
  }
}
.filter-categoria .filter-list, .filter-precio .filter-list, .fabricante .filter-list {
  height: 170px;
  width: 100%;
  padding-left: 14px;
  float: left;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .filter-categoria .filter-list, .filter-precio .filter-list, .fabricante .filter-list {
    height: 80px;
    padding: 5px;
    list-style: none;
  }
}
.filter-categoria h1, .filter-categoria h3, .filter-precio h1, .filter-precio h3, .fabricante h1, .fabricante h3 {
  font-size: 1.3em;
  margin-top: 15px;
  color: #1ca8e2;
}
@media (max-width: 767px) {
  .filter-categoria h1, .filter-precio h1, .fabricante h1 {
    display: none;
  }
}
.filter-categoria a, .filter-precio a, .fabricante a {
  cursor: pointer;
}
.filter-categoria a.active-link, .filter-precio a.active-link, .fabricante a.active-link {
  color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 767px) {
  .filter-categoria a, .filter-precio a, .fabricante a {
    font-size: 0.9em;
  }
}
.filter-categoria input[type=text], .filter-precio input[type=text], .fabricante input[type=text] {
  width: 100%;
  border: 1px solid #333;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}
.filter-categoria .ui-widget-header, .filter-precio .ui-widget-header, .fabricante .ui-widget-header {
  background: #1ca8e2 !important;
  margin-bottom: 15px;
}
.filter-categoria button, .filter-precio button, .fabricante button {
  background-color: #1ca8e2;
  border: 1px solid #1ca8e2;
  padding: 10px;
  border-radius: 10%;
  color: white;
  margin-top: 15px;
}

.fabricante, .filter-categoria {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .fabricante, .filter-categoria {
    width: 45%;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .filter-precio {
    display: none;
  }
}
.filter-precio button {
  margin-top: 0px;
}

.modal-dialog {
  margin: 0px !important;
}

.popUpProductDetail {
  width: 60%;
  height: 70%;
  float: left;
  margin: 15px 0 0 20%;
  padding: 10px;
  background: white;
}
@media (max-width: 767px) {
  .popUpProductDetail {
    width: 100%;
    margin: 0px;
    margin-top: 20%;
    padding: 1em;
  }
}

.popUpProductDetailImg {
  width: 100%;
  height: 400px;
  border: 1px solid #1ca8e2;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .popUpProductDetailImg {
    width: 200px;
    height: 100px;
  }
}
.popUpProductDetailImg img {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popUpProductName {
  font-size: 1.3em;
  color: #1ca8e2;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .popUpProductName {
    text-align: left;
    font-size: 0.9em;
  }
}

.popUpProductDetailTxt {
  font-size: 1.3em;
  color: #1ca8e2;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .popUpProductDetailTxt {
    text-align: left;
    font-size: 0.9em;
  }
}

.popUpProductPrice {
  font-size: 1.3em;
  color: #1ca8e2;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
.popUpProductPrice div {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .popUpProductPrice {
    text-align: left;
    font-size: 0.9em;
  }
}

.pupUpProductInfo {
  font-size: 1.1em;
  color: #6d6c6c;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .pupUpProductInfo {
    text-align: left;
    font-size: 0.9em;
  }
}

.pupUpProductButton {
  text-align: right;
}

.modal-dialog {
  width: 100% !important;
}

.modal-content {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}

#pdf-list {
  display: none;
  float: left;
}
#pdf-list .pl_item_product {
  width: 100%;
  float: left;
  border-bottom: 1px solid #1c72de;
}
#pdf-list .pl_item_product h1, #pdf-list .pl_item_product h2, #pdf-list .pl_item_product h3, #pdf-list .pl_item_product span {
  text-align: left;
  font-size: 16px;
}
#pdf-list .pl_item_product .block-1 {
  width: 70%;
  float: left;
}
@media (max-width: 767px) {
  #pdf-list .pl_item_product .block-1 {
    width: 50%;
  }
}
#pdf-list .pl_item_product .block-2 {
  float: left;
  width: 30%;
}
@media (max-width: 767px) {
  #pdf-list .pl_item_product .block-2 {
    width: 50%;
  }
}
#pdf-list .pl_item_product .pl_name, #pdf-list .pl_item_product .pl_fabricante, #pdf-list .pl_item_product .pl_descripcion {
  color: #1ca8e2;
}
#pdf-list .pl_item_product .pl_precio h3 {
  text-align: left;
  color: #1ca8e2;
}

.descargar-lista-precios {
  text-decoration: none !important;
  font-size: 16px;
  display: block;
  text-align: right;
}
.descargar-lista-precios:hover {
  cursor: pointer;
}
.descargar-lista-precios i {
  padding-top: 15px;
}
.descargar-lista-precios span.title {
  display: inline;
  background: white;
}

#seccion-orders {
  margin-top: 20px;
  padding: 0px 10px 0px 10px;
}
#seccion-orders .icon-action {
  margin: 0px 10px;
}
@media (max-width: 767px) {
  #seccion-orders .icon-action {
    margin: 0px 5px;
  }
}

div.leyend-24hrs h4 {
  font-size: 14px;
  color: #1ca8e2;
}

.date, .moneda, .factura {
  margin-top: 15px;
}
.date input, .moneda input, .factura input {
  width: 100%;
  float: left;
  margin-top: 15px;
  padding: 15px;
}
@media (max-width: 767px) {
  .date input, .moneda input, .factura input {
    width: 48%;
    margin: 1%;
    padding: 8px;
    border-radius: 5px;
  }
}
.date span, .moneda span, .factura span {
  color: white;
  margin-top: 15px;
  text-align: center;
  float: left;
  width: 100%;
}
.date select#filterMonedaSelect, .moneda select#filterMonedaSelect, .factura select#filterMonedaSelect {
  width: 100%;
  margin: 15px 0px;
  color: #1c72de;
  padding: 15px;
  border: 1px solid #1ca8e2;
  background: white;
}
.date select#filterMonedaSelect option, .moneda select#filterMonedaSelect option, .factura select#filterMonedaSelect option {
  color: #1c72de;
}

.find-id {
  margin-top: 15px;
  color: white;
  font-family: "Rubik", sans-serif;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .find-id {
    width: 48%;
    margin: 1%;
  }
}
.find-id h1 {
  font-weight: 100;
  font-size: 1.3em;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .find-id h1 {
    font-size: 1em;
    margin: 0px;
  }
}
.find-id input {
  width: 80%;
  width: 100%;
  float: left;
  margin-top: 15px;
  padding: 15px;
}
@media (max-width: 767px) {
  .find-id input {
    padding: 8px;
    border-radius: 5px;
  }
}

input[type=submit] .searchAll {
  margin-top: 0px;
  margin-left: 15px;
}

.accounts .table-total {
  float: right;
  width: 21.6666666667%;
  margin-top: 20px;
}
.accounts .table-total span {
  font-weight: 700;
  color: #1ca8e2;
}

#old-balances .table-total {
  float: right;
  width: 14.0909090909%;
  margin-top: 20px;
}
#old-balances .table-total span {
  font-weight: 700;
  color: #1ca8e2;
}

#pending-balances .table-total {
  float: right;
  width: 25%;
  margin-top: 20px;
}
#pending-balances .table-total span {
  font-weight: 700;
  color: #1ca8e2;
}

#documents {
  padding: 0px 10px 0px 10px;
}
#documents a {
  cursor: pointer;
}
#documents ul li h1 a {
  text-decoration: none;
}
#documents ul li h1 a i {
  color: white;
  margin: 0px 10px;
}

.header-2 .searchAll {
  margin-top: 0px;
  margin-left: 15px;
  height: 30px;
}
@media (max-width: 767px) {
  .header-2 ul.search-bar {
    display: none;
  }
}
.header-2 .hide-search-bar {
  display: none;
}
.header-2 li.dropdown.open a {
  background: white;
  color: #1ca8e2;
}
.header-2 li.dropdown.open a:focus {
  background: white;
  color: #1ca8e2;
}
.header-2 a:focus {
  color: #1ca8e2 !important;
  background: white !important;
}

#shopping-car .shopping-products li {
  height: auto;
}
#shopping-car .shopping-products li div img {
  width: 12.5%;
  float: left;
}
#shopping-car p.messageEmpty {
  width: 60%;
  margin: 20%;
  text-align: center;
  font-size: 1.5em;
  color: #1ca8e2;
}
@media (max-width: 767px) {
  #shopping-car p.messageEmpty {
    font-size: 1em;
  }
}

.credito-total h1 {
  color: #1ca8e2;
  font-weight: 300;
  font-size: 1.8em;
}

.credito-disponible h1 {
  color: #1ca8e2;
  font-weight: 300;
  font-size: 1.8em;
}

.Cantidadrw {
  position: relative;
}
.Cantidadrw input {
  float: none !important;
}
@media (max-width: 767px) {
  .Cantidadrw input {
    width: 100%;
  }
}
.Cantidadrw i {
  position: absolute;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .Cantidadrw i {
    margin-left: 0px;
  }
}

.save-cotization {
  margin: 20px 0 0 0;
  padding: 10px;
}

.login-container {
  width: 50%;
  height: 50%;
  margin: auto;
  text-align: center;
}
.login-container .container {
  margin: 40px auto;
  border: 1px solid #1ca8e2;
  border-radius: 10px;
  width: 80%;
  background: white;
}
.login-container form div {
  width: 100%;
  float: left;
  margin: 10px auto;
}
.login-container form input {
  width: 80%;
  float: none;
  background-color: white;
  height: 40px;
  border-radius: 5px;
}
.login-container form .input-conditions {
  width: auto !important;
  float: none;
  background-color: white;
  height: auto !important;
  border-radius: 5px;
  margin-right: 10px;
}
.login-container form input[type=submit] {
  width: 150px;
  height: 40px;
  cursor: pointer;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .login-container {
    width: 90%;
  }
  .login-container .container {
    margin: 0 5% 0 5%;
    position: absolute;
    top: 10%;
  }
}

img#profile-img {
  margin: 50px auto;
}

.message-login {
  color: #1ca8e2;
}

#admin-banners table tbody td img {
  width: 60px;
  height: auto;
}
#admin-banners table tbody td a {
  cursor: pointer;
}

.add-image-content {
  float: left;
  width: 100%;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (max-width: 767px) {
  .add-image-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.add-image-content .button-close {
  float: right;
}
.add-image-content .image-preupload img {
  width: 200px;
}
.add-image-content input[type=submit] {
  margin-left: 0px;
}
.add-image-content select {
  width: 100%;
  margin: 15px 0px;
  color: #1c72de;
  border: 1px solid #1ca8e2;
  background: white;
}
.add-image-content select option {
  color: #1c72de;
}

.admin-upload-button {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.admin-upload-button input {
  margin: 20px 0px 20px 15px;
  float: left;
}

html {
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  background: white 100% 100% repeat;
}
@media (max-width: 767px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  html {
    overflow: hidden;
  }
}

body {
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: white 100% 100% repeat;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 767px) {
  body {
    background: white 100% 100% repeat-y;
  }
}

h1, h2, h3, h4, h5 {
  text-align: center;
  font-family: "Rubik", sans-serif;
}

.legend {
  font-family: "Rubik", sans-serif;
  font-size: 1em;
  color: white;
  font-weight: 300;
  background: #1ca8e2;
}

/*# sourceMappingURL=main.css.map */
