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

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


.pull-right  {
	float: right!important;
  text-align: right!important;
}

.l-titulo  {
	font-size: 34px!important;
	letter-spacing: 1px!important;
  color: #1a356d;
  font-weight: 600;
  text-align: center;
}


.tarifa  {
  color: #1ABC9C;
  font-weight: 700;
}


.borrar  {
  padding: 4px!important;
}

.total {
  padding-right: 20px;
  font-size: 22px;
  color: #1ABC9C;
  line-height: 40px;
}

.total-2 {
  padding-right: 20px;
  font-size: 22px;
  color: #1ABC9C;
  line-height: 40px;
  padding-top: -1px;
}


.reserva-label {
 margin-bottom: 0px;
 color: #999;
}

.reserva-dato {
  font-size: 1.2rem;
  font-weight: 600;
}

.reserva-box {
  padding: 10px;
  background-color: #ddd;

}

.lista-pasajeros {
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  
}








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

.l-titulo  {
  font-size: 26px!important;
  line-height: 28px;
  letter-spacing: 1px!important;
  color: #1a356d;
  font-weight: 600;
  text-align: center;
}

h2  {
  font-size: 1.2rem;
}


.total-2 {
  padding-right: 20px;
  font-size: 22px;
  color: #1ABC9C;
  line-height: 40px;
  margin-top: -2px;
}


  
}
@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;
  }
