/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.forma-pago {
	border-top: 1px solid #06514d;
	padding: 10px 0;
	margin-bottom: 30px;
}


.texto-plan {
	font-size: 0.7rem;
	line-height: 1.2;
	text-align: justify;
}


.detalle-content {
	background-color: #f5f5f5;
	padding: 10px 0;
	margin-bottom: 20px;
}

.detalle-content .lista {
	margin-bottom: 5px;
	font-size: 0.8rem;
	padding: 0px 2px;
}

.detalle-content .lista-titulo {
	margin-bottom: 5px;
	font-size: 0.9rem;
	font-weight: 600;
	background-color: #ccc;
	padding:  0 2px;
}

.detalle-content .tickets-header {
	padding: 10px;
	background-color: #eee;
	font-weight: 600;
	margin-bottom: 10px;
} 


.detalle-content .tickets-content {
	padding: 10px;
} 

.agotado {
	background: #fff3cd;
} 

.detalle-content h2 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
}

.detalle-content .tickets-content H3 {
	font-size: 1.1rem;

} 

.detalle-content .tickets-content H3 span {
	font-size: 0.9rem;
	color: #ccc;
} 

.detalle-content .tickets-buy {

text-align: right;
padding: 10px;
} 
} 



.detalle-content .flyer {
}



.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 15px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;

		font-size: 1.0rem;
}

.time-table-wrap  {
	padding: 10px 0px;
}

.time-table-wrap .time-table {
	padding: 15px;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap  h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
		font-size: 1.0rem!important;
}

.time-table-wrap .time-table span { font-weight: 500; }




.contactenos  {
  position: fixed;
  bottom: 0px;
  left: 85%;
  z-index:200;
}

.contactenos-m  {
  position: fixed;
  bottom: 10px;
  left: 75%;
  z-index:200;
}



.icon-contacto {
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 5px 0px 5px 0px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}






@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
   }
	
	


  
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

