
.content-form{
	padding: 0px 0px 100px;
}	
.grupo{
	margin-bottom: 100px;
}

.foto-boleto{
	margin: 15px 0;
	height: 100px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.fotos-vip{
	margin: 0;
	background-color: #eaeaea;
}

.vip-slider{
	width: 100%;
	font-size: 0;
}

.vip-slider .imagen{
	text-align: center;
}

#cont-VIP{
	display: none;
}
.vip-slider .imagen{
	height: 150px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: #eaeaea;
}
.vip-slider .hijo{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
	position: relative;
	display: inline-block;
	background-color: #eaeaea;
}

.slick-next:before, .slick-prev:before{
	color: #000;
	font-size: 25px;
}

.arrow{
	position: absolute;
	z-index: 100;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: 0.5s opacity;
	cursor: pointer;
}
.fotos-vip:hover .arrow{
	opacity: 1;
}
@media(max-width:767px){
	.arrow{
		opacity: 1 !important;
	}
}

.arrow.right,
.slick-next{
	right: 3px
}

.arrow.left,
.slick-prev{
	left: 3px;
	z-index: 5;
}
.arrow .fas{
	font-size: 20px;
}

.hijo .fancy-link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.btn-agregar{
	background-color: #eeb12b;
	padding: 2px 20px;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	font-size: 22px;
	color: #ffffff !important;
}

.contenido-boletos{
	display: none;
}

.hidden-total{
	display: none;
}

.asistentes{
	margin: 20px 0;
}

.form-asistentes{
	display: none;
}

.asistentes .div-checkbox{
	margin-bottom: 25px !important;
}

.nombre-boleto{
	text-transform: uppercase;
	font-family: 'Insaniburger', 'Baloo Bhaina';
	text-transform: uppercase;
	font-size: 18px;
	margin: 15px 0;
}

.num-boleto{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

#continuar-pago:disabled, #continuar-pago[disabled]{
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: not-allowed;
}
.barra.vip{
	background-image: url('../../images/boletos/vip-bg.jpg');
	background-size: cover;
	background-position: center center;
	margin-top: -30px;
}
.barra .div-checkbox{
	margin-top: 0px;
	margin-bottom: 0px;
}
.barra .checkbox-input:not(:checked) + label::before, 
.barra .checkbox-input:checked + label::before {
    top: 11px;
    width: 1em;
    height: 1em;
}
.barra .checkbox-input:not(:checked) + label::after, 
.barra .checkbox-input:checked + label::after {
    top: 12px;
    left: 5px;
    font-size: 40px;
}
.barra .div-checkbox label, .radio label {
    padding-left: 45px;
}

.section_banner .title img{width: 119%;top: -36%;left: -9%;}

#cont_vip{
	display: none;
}

.div-vip{
	display: none;
}

.loader-vip{
	text-align: center;
}

.loader-vip i{
	color: #0059a9;
	font-size: 60px;
	
}

.loader-vip .texto{
	color: #000;
	font-family: 'Insaniburger', 'Baloo Bhaina';
	text-transform: uppercase;
	font-size: 20px;
}