@import url("fonts/Geometr212BkCnBT/Geometr212BkCnBT.woff2");
@import url("fonts/ErasBoldITC/ErasBoldITC.woff2");
@import "../js/bootstrap/dist/css/bootstrap.css";
@font-face {
  font-family: "ErasBoldITC";
  src: url("./fonts/ErasBoldITC/ErasBoldITC.woff2");
  /* IE9*/
  src: url("fonts/ErasBoldITC/ErasBoldITC.eot?#iefix") format("embedded-opentype"), url("fonts/ErasBoldITC/ErasBoldITC.svg#Eras Bold ITC") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Geometr212BkCnBT";
  src: url("./fonts/Geometr212BkCnBT/Geometr212BkCnBT.woff2");
  /* IE9*/
  src: url("fonts/Geometr212BkCnBT/Geometr212BkCnBT.eot?#iefix") format("embedded-opentype"), url("fonts/Geometr212BkCnBT/Geometr212BkCnBT.svg#Geometr212 BkCn BT Book") format("svg");
  /* iOS 4.1- */
}
body {
  background-image: url(../assets/fondo/BANNER_PANADERIA.png);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbarMovil {
  display: none;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.btn-success {
  background-color: #348708;
}

.btn-warning {
  background-color: #F99C2D;
}

#list-sucursal option {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#list-sucursal {
  width: 100%;
  max-width: 100%;
  background-color: #F99C2D;
  color: #fff;
}

.border-success {
  border-color: #348708 !important;
}

.nav-link:hover {
  background-color: #348708;
  color: #ffffff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  font-weight: 600;
  color: #ebebeb !important;
  background-color: #348708 !important;
}

.bg-card {
  background-color: #348708;
}

.bg-title {
  color: #348708;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-color: #ffffff !important;
  padding: 10px;
  border-radius: 20px;
}

.caja-precio {
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-color: #D66D05 !important;
  color: #fff;
}

.bg-white-opacity {
  background-color: #ffffff;
}

.text-green {
  color: #348708;
}

.a .nav-link {
  color: white !important;
  font-weight: 500;
}

.btn-busqueda {
  background-color: #F99C2D !important;
}

.bg-body-sucursal-select {
  background-color: #ff881e !important;
}

.bg-body-select:hover {
  background-color: #fff;
  color: #000 !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
}

.boton-sucursal-movil {
  display: none !important;
}

@media screen and (max-width: 860px) {
  .title-none-movil {
    display: none;
  }
  .navbarMovil {
    display: block;
  }
  .btn-sucursal {
    display: none;
  }
  .boton-sucursal-movil {
    display: block !important;
  }
}
/*Celular*/
@media screen and (min-width: 384px) and (max-width: 767px) {
  #navbarNav {
    display: none;
  }
  .logo_niko {
    height: 50px;
    max-width: 50px;
  }
  .logo_todohogar {
    height: 120px;
    max-width: 240px;
  }
  .btn-sucursal {
    display: none;
  }
  .boton-sucursal-movil {
    display: block !important;
  }
}/*# sourceMappingURL=custom.css.map */