body {
  font-family: Arial, sans-serif;
}

body a {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

#menu a {
  font-size: 18px;
  font-weight: bold;
  color: #861818;
}

#menu button {
  font-size: 18px;
}

/*-----------------------------------*\
  #SIDEBAR
\*-----------------------------------*/
#priceDolar {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  /* Mueve el div hacia el borde izquierdo */
  margin-top: 25px;
}

#imagen {
  object-fit: cover;
}

#titulos {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.card:focus {
  outline: 3px solid #fff;
}

.product-container {
  padding-bottom: 50px;
}

@media (max-width: 1000px) {

  #botonCategorias {
    display: none;
  }

  #tituloEmpresa {
    display: none;
  }
}

#gridConceptos {
  margin-top: 25px;
}

/* styles.css */
.floating-cart {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  margin: 0;
}

.floating-config {
  position: fixed;
  bottom: 35px;
  left: 15px;
  z-index: 1000;
}


#conteinertitulos {
  display: flex;
  overflow-x: auto;
  /* Agregar desplazamiento horizontal si es necesario */
  white-space: nowrap;
  /* Evitar el salto de línea de los botones */
}

#categoriasconteiner button {
  flex: 0 0 auto;
  /* Evitar que los botones se expandan */
  margin-right: 10px;
  /* Espacio entre los botones (ajusta según tu preferencia) */
  display: inline-block;
}


.card.focus {
  border: 2px solid rgba(100, 100, 203, 0.695);
  /* Puedes personalizar el estilo de foco aquí */
}

#montoEnCarrito {
  font-weight: bold;
}

#precioConcepto {
  font-weight: bold;
  text-align: left;
}

#productospromocion {
  max-width: 700px;
}

.page-item {
  display: inline-block;
}

.nav-center {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  /* Ancho máximo de la navegación */
}

@media (max-width: 576px) {
  .nav-center {
    max-width: none;
    /* Ancho máximo de la navegación para pantallas pequeñas */
  }

}

.div-completo {
  position: sticky;
  right: 0;
  top: 0;
  max-width: 100%;
}

#cardimage {
  margin: 0 auto;
  width: 60% !important;
  object-fit: fill;
}

.navbar {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  background-color: transparent !important;
}

@media (max-width: 768px){

  .card-title{
    font-size: 0.83em !important;
  }

}

@media (min-width: 768px) {
  .navbar-brand {
    color: #000;
  }
}

.nav-link {
  padding: 15px 15px;
}

.navbar-nav {
  justify-content: flex-end;
}

.navbar-toggler {
  border-color: #ffffff;
}

.navbar-border {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #0F2437;
}

.navbar .navbar-collapse {
  flex-grow: 0;
}

.section2 {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.fromsearch {
  justify-content: flex-end;
}

.img {
  background-size: contain;
}

.box {
  padding: 16px;
  padding-left: 50px;
  background: #fff;
}

.dropdown-toggle::after {
  display: none;
}

.p-n5 {
  margin: -20px !important;
}

.img-brand {
  max-height: 80px;
  max-width: 90px;
  object-fit: cover;
}

/*modal de registrar*/
#registrarCuenta a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

#modalRegistrar {
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#modalRegistrar .modal-dialog {
  max-width: 600px;
}

#modalRegistrar .modal-header {
  border-bottom: none;
}

#modalRegistrar .modal-title {
  font-size: 24px;
}

#modalRegistrar .modal-body {
  padding: 20px;
}

#modalRegistrar .form-group {
  margin-bottom: 15px;
}

.formateo_texto {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.texto_producto {
  font-size: 16px;
  overflow: hidden;
  word-wrap: break-word;
}