@charset "UTF-8";
/* CSS Document */

.timerFinish{
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}

.jst-hours {
  float: left;
}
.jst-minutes {
  float: left;
}
.jst-seconds {
  float: left;
}
.jst-clearDiv {
  clear: both;
}

.timeout {
  color: red;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s;
}

.carousel-item {
  height: 470px;
  width: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#carouselIndicators{

}

.reembolso {
	position: absolute;
	top: 0;
	right: 30px;
	width: 80px;
	height: 150px;
	z-index: 1;
	background: url(../img/devolucion_tag_01.png) no-repeat;
	background-size: 80px auto;
}

@media (max-width: 767px) {
	header#plain{
		background:#004a80
	}

	.carousel-item  {
		width: 100%;
		height: 140px;
		min-height: 140px;
	}
}
