 /*
 	Autor: José Luis Rodriguez
 	Mail: jrodriguez@bincodex.com
 	Web: https://bincodex.com
 	Fecha: 2020-11-10 20:23:50
 */

html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}


#modalwindow {
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	z-index: 10000;
}

#tit-mw {
	border: 0px dotted #729fcf;
}

#closeWindow {
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 0px;
	width: 30px;
	height: 30px;
	font-size: 1.6rem;
	font-weight: bold;
	position: fixed;
	user-select: none;
	text-align: center;
	background: #a40000;
	color: #ffffff;
	font-family: arial, sans-serif;
	right: 10px;
	top: 3px;
	cursor: pointer;
}

#cnt-wm {
	border: 0px dotted #fce94f;
}


.row-panel {
	display: flex;
	border: 0px dotted red;
	align-content: center;
	align-items: center;
	justify-content: space-evenly;
}

.item-panel {
	border: 0px dotted blue;
	cursor: pointer;
	user-select: none;
}


.item-logo {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}


.item-name {
	border: 0px dotted orange;
}

























/* Fin */
