.menu-bottom{
	background-color: #29a7de;
	padding: 15px 20px;
	width: 100%;
	z-index: 20;
	border-radius: 10px;
	
}
.menu-bottom.fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	border-radius: 0px;	
}
.menu-bottom:not(.fixed){
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

.menu-bottom.fixed + div{
	height: 111px;
}

.menu-bottom table{
	width: 100%;
}

.menu-bottom .izquierda i, 
.menu-bottom .derecha i{
	color: #ffffff;
	font-size: 55px;
	
}

.menu-bottom .mitad{
	width: 33%;
	text-align: center;
	padding: 0 30px;
}


.menu-bottom .izquierda,
.menu-bottom .derecha{
	text-align: center;
	width: 33%;
}
.menu-bottom .derecha a,
.menu-bottom .izquierda a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.menu-bottom .total-boletos{
	text-transform: uppercase;
	font-family: 'Insaniburger', 'Baloo Bhaina';
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	line-height: 35px;
}
.menu-bottom .total-boletos span{
	font-size: 80%;
	display: block;
}



@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}


@media(max-width: 767px){
	.menu-bottom .total-boletos {
	    font-size: 25px;
	    line-height: 26px;
	}
	.menu-bottom .izquierda i, .menu-bottom .derecha i {
	    font-size: 31px;
	}
	.menu-bottom.fixed{
		padding: 5px 20px;
	}
}
.mb30{
	margin-bottom: 30px !important;
}