@charset "UTF-8";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600;1,700&display=swap');

 #hover-view-1 {
    margin-top: 70px;
  }
  
  .mwb-product-list-wrap.hover-style-1 .mwb-text-style-1 {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
    top: 100%;
    bottom: 0;
  }
  .mwb-product-list-wrap.hover-style-1.hover-style-1-1 .mwb-user-action {
    left: -60px;
    top: 0;
  }
  .mwb-product-list-wrap.hover-style-1.hover-style-1-2 .mwb-user-action {
    right: -60px;
    top: 0;
    left: auto;
  }
  .mwb-product-list-wrap.hover-style-1.hover-style-1-3 .mwb-user-action {
    left: -60px;
    top: auto;
    bottom: 0;
  }
  .mwb-product-list-wrap.hover-style-1.hover-style-1-4 .mwb-user-action {
    right: -60px;
    top: auto;
    left: auto;
    bottom: 0;
  }
  .mwb-product-list-wrap.hover-style-1:hover .mwb-text-style-1 {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear 0s;
    top: 0;
  }
  .mwb-product-list-wrap.hover-style-1:hover .mwb-user-action {
    left: 0;
    right: auto;
    visibility: visible;
  }
  .mwb-product-list-wrap.hover-style-1:hover.hover-style-1-2 .mwb-user-action {
    right: 0;
    left: auto;
  }
  .mwb-product-list-wrap.hover-style-1:hover.hover-style-1-3 .mwb-user-action {
    left: 0;
    top: auto;
    bottom: 0;
  }
  .mwb-product-list-wrap.hover-style-1:hover.hover-style-1-4 .mwb-user-action {
    right: 0;
    top: auto;
    left: auto;
  }

  .mwb-product-list-wrap .mwb-badge {
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 8px;
    position: absolute;
    right: 7px;
    top: 5px;
    z-index: 99;
  }
  .mwb-product-list-wrap .mwb-product-list-content {
    padding-top: 10px;
    position: relative;
  }
  .mwb-product-list-wrap .mwb-product-list-content h4 {
    font-weight: bold;
  }
  .mwb-product-list-wrap .mwb-image {
    position: relative;
    overflow: hidden;
  }
  .mwb-product-list-wrap .mwb-user-action {
    left: -60px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    visibility: hidden;
    margin: 0;
    z-index: 9;
    opacity: 0;
  }
  .mwb-product-list-wrap .mwb-user-action li {
    font-size: 20px;
    padding: 3px 8px;
    position: relative;
  }
  .mwb-product-list-wrap .mwb-user-action li a {
    color: #fff;
  }
  .mwb-product-list-wrap:hover .mwb-user-action {
    left: 0;
    right: auto;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    visibility: visible;
    opacity: 1;
  }

  
.grises img {
    filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
    filter: Gray(); /* IE4-8 and 9 */
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    .grises img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    cursor: pointer;

    }

  

    .img-fluidcron {
      max-width: 269px !important;
      width: 150%;
      height: 200px;
  }


  .btn-mall{
    background-color:#40B4E5;
    border-color: #40B4E5;
  }

  
 
.btnsear{
    display: inline-block;
font-weight: 400;
color: #6c757d;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #e1e1e1e3;
border: 1px solid transparent;
padding: .45rem .9rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .15rem;
    border-top-left-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
  
.page-title-boxs{
    padding: 0 20px;
    margin: 0 -293px 116px -28px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    line-height: 42px;
}
.cronos{

    background: #343E48 !important;
}

.navbar-customall {
  background: #343E48;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  padding: 0 10px 0 0;
  position: fixed;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 100;
  /* Search */ }
  .navbar-customall .topnav-menu > li {
    float: left; }
  .navbar-customall .topnav-menu .nav-link {
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.6);
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: center;
    max-height: 70px; }
  .navbar-customall .dropdown.show .nav-link {
    background-color: rgba(255, 255, 255, 0.05); }
  .navbar-customall .app-search {
    overflow: hidden;
    height: 70px;
    display: table;
    max-width: 200px;
    margin-right: 20px; }
    .navbar-customall .app-search .app-search-box {
      display: table-cell;
      vertical-align: middle; }
      .navbar-customall .app-search .app-search-box input::-webkit-input-placeholder {
        font-size: 0.8125rem;
        color: rgba(255, 255, 255, 0.7); }
    .navbar-customall .app-search .form-control {
      border: none;
      height: 38px;
      padding-left: 20px;
      padding-right: 0;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.07);
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 30px 0 0 30px; }
    .navbar-customall .app-search .input-group-append {
      margin-left: 0;
      z-index: 4; }
    .navbar-customall .app-search .btn {
      background-color: rgba(31, 82, 97, 0.07);
      color: #fff;
      border-color: transparent;
      border-radius: 0 30px 30px 0;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .navbar-customall .button-menu-mobile {
    border: none;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer; }
  .navbar-customall .button-menu-mobile.disable-btn {
    display: none; }

 


.login-admin{
  background: url(../../images/toka_tu_pago/fondo.jpg);
 background-size: cover;
 min-height: 600px;
 overflow:auto;  
}

.help-block{
  display: block;
margin-top: 5px;
margin-bottom: 10px;
font-size: 12px;
color: #737373;
}








/*# sourceMappingURL=bootstrap.min.css.map */