/*Menu VerticaL*/
.mnCateLb {
	font-family: 'Oswald', arial;
	font-size: 17px;
	/* font-weight: bold; */
	color: #fff;
	padding: 8px 16px;
	background-color: #666;
}

.mnLb {
	padding: 8px 16px;
	background-color: #126b9b;
}

.mnLb .tx {
	float: left;
	font-family: 'Oswald', arial;
	font-size: 16px;
	color: #fff;
}

.mnLb .ic {
	float: right;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.mnLb .bd {
	display: inline-block;
	float: left;
	font-family: 'Oswald', arial;
	padding: 1px 4px;
	color: #126b9b;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #fff;
	border-radius: 2px;
	margin: 2px 6px;
}

#menuRubrosVt ul,
#menuRubros li {
	list-style-type: none;
}

#menuRubrosVt ul {
	margin: 0;
	padding: 0;
}

#menuRubrosVt li {
	font-family: 'Oswald', arial;
	font-size: 1.0rem;
	font-weight: normal;
	border-bottom: 1px solid #f2f2f2;
	letter-spacing: .5;
}

#menuRubrosVt li:last-child {}

#menuRubrosVt li {
	display: block;
	margin: 0px;
	color: #5cb6e6;
	font-weight: normal;
	padding: 12px 14px;
	text-decoration: none;
}

#menuRubrosVt .rubro {
	color: #446fa4;
	font-weight: bold;
	background-color: #f2f2f2;
	font-weight: normal;
	border-top: 1px solid #ddd;
}

#menuRubrosVt .rubro a {
	color: #428bca;
	text-decoration: none;
}

#menuSubRubros li a {
	color: #428bca;
	text-decoration: none;
}

#menuRubrosVt .rubro.flx:first-child {
	border-top: 0;
}

#menuRubrosVt .subrubro {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#menuRubrosVt .subrubro li {
	padding-left: 2rem;
}

#menuRubrosVt .subrubro li a {
	font-size: 1.0rem;
	color: #666;
}

#menuRubrosVt .item.flx {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ddd;
}

#menuRubrosVt .item.flx .selected {
	width: 2.5rem;
	margin: 1rem;
	padding: 0;
	margin: 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../../../images/ok_green.png);
}

.cntFiltro {
	border-top: 1px solid #229bdc;
}

.cntFiltro:first-child {
	border: 0;
}

.sepLabel {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	background-color: #1588c6;
}

.sepLabel .lb {
	padding-left: 8px;
	font-family: 'Oswald';
	font-size: 1.7rem;
	color: #fff;
	/* font-weight: normal; */
	margin: .8rem;
	letter-spacing: .5;
}

.sepLabel .st {
	width: 2.5rem;
	margin: 1rem;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../../../images/fl_64_dr.png);
}

.sepLabel .st.opened {
	background-image: url(../../../../images/fl_64_ab.png);
}

.filtroOpcs {
	/* max-height: 300px; */
	overflow-x: hidden;
	overflow-y: scroll;
}

.itemsSelected {
	padding: 0 16px 8px 16px;
	background-color: #1588c6;
}

.itemsSelected .it {
	float: left;
	padding: 2px 4px;
	margin: 2px 4px 0 0px;
	font-size: 10px;
	color: aqua;
	border: 1px solid #5cb6e6;
	border-radius: 2px;
}

#menuVari {
	padding: 8px 16px;
	background-color: #f2f2f2;
}

#menuVari .item {
	display: inline-block;
	padding: 4px 6px;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #BABABA;
}

#menuVari .item:hover {
	color: #fff;
	background-color: #cccccc;
	border: 1px solid #59B200;
	cursor: pointer;
}

#menuVari .item.selected {
	color: #fff;
	background-color: #59B200;
	border: 1px solid #59B200;
}

#modFiltros {
	display: none;
}

#modFiltros .btnAddFilters {
	display: none;
	margin: 1rem;
	padding: .5rem;
	color: #fff;
	background-color: #59B200;
	border: 1px solid #59B200;
	text-align: center;
	cursor: pointer;
}

#modFiltros .btnAddFilters:hover {
	background-color: #418100;
	border: 1px solid #418100;
}


#modFiltros .btnRemoveFilters {
	display: block;
	margin: 1rem;
	padding: .5rem;
	color: #f00;
	background-color: rgb(255, 197, 197);
	border: 1px solid #f00;
	text-align: center;
	font-family: 'Oswald', arial;
	cursor: pointer;
}

#modFiltros .btnRemoveFilters:hover {
	color: #fff;
	background-color: #f00;
	border: 1px solid #f00;
}

/* Menu compatible movil */
ul.list3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	list-style-type: none;
	padding: 0;
}

ul.list3col li {
	padding: 6px;
	border-bottom: 1px solid #d5d5d5;
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
	ul.list3col {
		grid-template-columns: 1fr;
	}
}