.dropdown-item
{
	white-space: normal;
}
.cargando
{
	background: url('../img/cargando.gif') no-repeat right center;
}
#hero_2
{
	height: 257px;
	margin: -17px -14px 30px -11px;
}
#hero_2 .intro_title h1
{
	font-size: 38px;
	color: #FFF;
	padding: 0px 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.bs-wizard
{
	width: 90%;
	margin: auto;
	line-height: 20px;
}
.bs-wizard > .bs-wizard-step
{
	padding: 0 0 57px 0;
	position: relative;
}
.bs-wizard-step
{
	color: #FFFFFF;
}
.preciosbol
{
	border: thin solid #E1E1E1;
	padding: 31px;
}
.box_style_1
{
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #DDD;
	margin-bottom: 25px;
	padding: 30px;
	position: relative;
	color: #333;
}
.box_style_4, .box_style_2
{
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 25px;
	padding: 20px;
	position: relative;
	text-align: center;
	border: 1px solid #DDD;
}
.box_style_4:after
{
	border-bottom: 10px solid #FFF;
	margin-bottom: -1px;
	z-index: 1;
}
.box_style_4:after, .box_style_4:before
{
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
}
.box_style_1 h3
{
	font-size: 19px;
}
*, ::after, ::before
{
	box-sizing: border-box;
}
.boletotipo div.col-5
{
	max-width: 132px;
}
.table.table_summary tr.total
{
	color: #E04F67;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum
{
	font-size: 16px;
	margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info
{
	color: #999;
	font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot
{
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #FBE8AA;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after
{
	content: ' ';
	width: 14px;
	height: 14px;
	background: #E04F67;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress
{
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 23px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar
{
	width: 0px;
	box-shadow: none;
	background: #FBE8AA;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar
{
	width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar
{
	width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar
{
	width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar
{
	width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot
{
	background-color: #F5F5F5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after
{
	opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress
{
	left: 50%;
	width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress
{
	width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot
{
	pointer-events: none;
}
a.btn_full, .btn_full
{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #FFF;
	width: 100%;
	background: #008489;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.progress
{
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #E9ECEF;
	border-radius: 0.25rem;
}
.preciosbol .boletotipo:nth-child(odd)
{
	background: #E0E0E0;
}
.preciosbol .boletotipo:nth-child(even)
{
	background: #F9F9F9;
}
.btn_mas
{
	background: #FFF url(../img/plus.png) no-repeat center center;
	right: 0;
	top: 0;
	border-radius: 0 8px 8px 0px !important;
	border: 1px solid #CCCCCC;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.boletotipo .input-group button
{
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	width: 33px;
	height: 40px;
	z-index: 9;
}
.cantidad
{
	width: 18px !important;
	height: 40px;
	border-radius: 0;
	text-align: center;
	font-size: 12px;
	left: -16px;
	padding: 5px 0px;
	margin: 0 18px 0 49px !important;
}
.boletotipo
{
	padding: ;
}
.btn_menos
{
	background: #FFF url(../img/minus.png) no-repeat center center;
	border: 1px solid #CCCCCC;
	left: 0;
	top: 0;
	border-radius: 8px 0 0 8px !important;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.boletotipo .bolnum
{
	margin: 0 -6px 0 -20px;
	width: 150px !important;
}
.logob
{
	text-align: center;
}
.bs-wizard.row
{
	margin: auto;
}
.textotipo
{
	padding: 8px 0 0;
}
.progress
{
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #E9ECEF;
	border-radius: 0.25rem;
}
@media print
{
	#ticket
	{
		font-family: serif !important;
	}
	#carta
	{
		margin-top: auto !important;
		margin-bottom: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
#impresion
{
	color: black !important;
	font-size: 24px !important;
}
#ticket
{
	white-space: normal;
	line-height: normal;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
	text-align: start;
	font-variant: normal;
	font-family: serif !important;
	max-width: 100mm;
	color: black !important;
	font-size: 24px !important;
}
.roles
{
	font-stretch: ultra-condensed;
	font-family: "Arial Narrow";
	letter-spacing: 0px;
	color: black !important;
	font-size: 12px !important;
}
@media (max-width: 575.98px)
{
	.intro_title h1
	{
		font-size: 21px !important;
	}
	.box_style_1
	{
		background: #FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #DDD;
		margin-bottom: -3px;
		padding: 6px;
		position: relative;
		color: #333;
	}
	.resum
	{
		display: none;
	}
	#hero_2
	{
		height: 222px;
		margin: -17px -14px 32px -11px;
	}
	.bs-wizard > .bs-wizard-step
	{
		padding: 0 0 27px 0;
		position: relative;
	}
	.boletotipo
	{
		padding: 0px;
	}
	.boletotipo .bolnum
	{
		margin: 0px 11px 0 -3px;
		width: 150px !important;
	}
	.textotipo
	{
		text-align: right;
		padding: 0 10px 0 0;
	}
	.preciosbol
	{
		padding: 15px;
	}
}
