/*
Personalizar css
Colmotiom.co
*/

body{
	font-family: 'Voces', cursive;
}

.p-modal {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%; 
  }


.bg-dark{
	transition: 750ms ease;
	background-color: rgb(18, 18, 18) !important;
	/*background-color: transparent !important;*/
}

.bg-dark.scrolled{
	/*background-color: rgba(33, 37, 41) !important; Azul fuerte Cambia el color del Navbar*/
	background-color: rgb(18, 18, 18) !important; /* Cambia el color del Navbar*/
	/*-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;*/
}
.bg-dark_no_scrolled{
	/*background-color: rgba(33, 37, 41) !important; Azul fuerte Cambia el color del Navbar*/
	background-color: rgb(18, 18, 18) !important; /* Cambia el color del Navbar*/
	/*-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;*/
}
.p-dropdown-toggle::after {
    content: none !important;
}
.p-dropdown-categorias{
	width: 55rem;
}
.dropdown-menu-categorias{
	margin-top: -33px !important;
}
.btn:focus, .btn:active {
	outline: none !important;
	box-shadow: none !important;
}
.bg-header{
	background-color: rgb(36, 126, 1) !important;
}
.bg-footer{
	background-color: #ff9010;
}
.text-shop{
	font-size: 0.9rem !important;
}

.text-search{
	font-size: 0.7rem !important;
}
.text-categorias{
	font-size: 0.9rem !important;
}
.text-subcategorias{
	font-size: 0.7rem !important;
}
.p-dropdown-categorias{
	width: 55rem;
}
.dropdown-menu-categorias{
	margin-top: -33px !important;
}

.btn:focus, .btn:active {
	outline: none !important;
	box-shadow: none !important;
}

  /* IGNORAR (estetica de la explicacion) */
  ul#container {
    height: 100px; 
      overflow-y: auto;
  }

  .verde {
    color:green;
  }

  .rojo {
    color:red;
  }

@media (max-width: 995px) {
	.text-shop{
		font-size: 0.7rem !important;
	}
	
}