.allwidth {
	width: 100%;
	min-width: 1024px;
	margin: 0 auto;
}
#simulador {
	width: 100%;
	height: 350px;
	padding: 10px;
	position: relative;
	display: none;
	margin: auto;
}
.listasimuladores {
	width: 100%;
	margin: 0;
}
.listasimuladores tr td a {
	display: block;
	background: #bccdde;
	color: #fff;
	font-family: 'FilettoRegular';
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
}
.listasimuladores tr td a:hover {
	background: #456e97;
}
.listasimuladores tr td.active a {
	background: #5883ac;
}
.pannel {
	position: absolute;
	border-top: 3px solid rgba(128, 128, 128, 0.5);
	border-right: 3px solid rgba(128, 128, 128, 0.5);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.pannel div {
	display: flex;
	flex: 1;
	border-bottom: 3px solid rgba(128, 128, 128, 0.5);
	background: none;
	overflow: hidden;
}
.pannel span {
	display: block;
	flex: 1;
	border-left: 3px solid rgba(128, 128, 128, 0.5);
	background: none;
}
.imgpannel {
	overflow: hidden;
	left: 0;
	top: 0;
	position: relative;
}
.imgpannel img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	max-width: none !important;
}
.posi1 {
	width: 162px;
	margin-left: 2px;
	padding-left: 80px;
	height: 80px;
	background: url(../img/simulador/stamp_1.jpg) 9px 9px no-repeat #5b85ae;
	color: #fff;
	float: left;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	text-transform: uppercase;
}
.posi1 h2 {
	font-size: 18px;
	font-family: 'FilettoBold';
	font-weight: normal;
	height: 30px;
	padding-top: 10px;
	text-align: center;
}
.posi1 span {
	font-size: 11px;
	border: 1px solid #fff;
	font-family: 'FilettoBold';
	background: #456e97;
	padding: 2px 9px;
	cursor: pointer;
	margin-left: 4px;
}
.posi1 a {
	color: #fff;
}
.posi2 {
	width: 240px;
	padding-left: 80px;
	height: 80px;
	background: url(../img/simulador/stamp_2.jpg) 9px 9px no-repeat #5b85ae;
	color: #fff;
	text-transform: uppercase;
	float: left;
	margin: 0px 2px;
}
.posi2 h2 {
	font-size: 18px;
	font-family: 'FilettoBold';
	font-weight: normal;
	height: 29px;
	padding-top: 8px;
	text-align: center;
}
.posi2 input {
	color: #5b85ae;
	text-align: center;
	font-size: 20px;
	width: 30px
}
.posi2 img {
	vertical-align: bottom;
}
.posi2 div {
	float: left;
	width: 90px;
	padding-left: 30px;
	position: relative;
}
.controls span.maish {
	cursor: pointer;
}
.controls span.menosh {
	cursor: pointer;
}
.controls span.maisv {
	cursor: pointer;
}
.controls span.menosv {
	cursor: pointer;
}
.posi3 {
	width: 374px;
	padding-left: 80px;
	height: 80px;
	background: url(../img/simulador/stamp_3.jpg) 9px 9px no-repeat #5b85ae;
	color: #fff;
	text-transform: uppercase;
	float: left;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.posi3 h2 {
	font-size: 18px;
	font-family: 'FilettoBold';
	font-weight: normal;
	text-shadow: 0 0 2px #456e97;
	height: 23px;
	padding-top: 8px;
}
.posi3 div {
	float: left;
	width: 140px;
}
.posi3 .medidas {
	float: left;
	width: 100px;
}
.posi3 .medidas table {
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	background: #6a93bb;
	font-size: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.posi3 .medidas table tr td {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	text-indent: 10px;
	line-height: 18px;
	text-transform: none;
	color: #fff;
}
.posi3 .medidas table tr td.info {
	text-align: center;
	text-indent: 0;
	background: #375b84;
}

.posi3 .infoadd {
	float: left;
	width: 160px;
}
.posi3 .infoadd table {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	background: #6a93bb;
	font-size: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.posi3 .infoadd table tr td {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	text-indent: 10px;
	line-height: 18px;
	text-transform: none;
	color: #fff;
}
.posi3 .infoadd table tr td.info {
	text-align: left;
	text-indent: 5px;
	background: #375b84;
	width: 70px
}


.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}