
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");



/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.bg-wraper {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 700px;
  width: 100%;
}

.countdown-timer {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  top: 28%;
  text-align: center;
  width: 100%;
}

.countdown-timer .heading-count {
  padding: 10px 68px;
  text-align: center;
}

.countdown-timer .heading-count h2 {
  font-size: 42px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 15px;
}

.countdown-timer p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.countdown-timer .button-group {
  margin-top: 30px;
}

.countdown-timer .btn {
  margin: 10px;
}

.time-count div {
  text-align: center;
}

.time-entry {
  display: inline-block;
  margin: 15px;
  padding: 0 10px 20px 10px;
  border-radius: 0px;
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
}


.time-entry span {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
#txt{
	padding: 20px 0 0 0;
	font-size: 24px;
}
@media only screen and (max-width: 1300px){
	.time-entry {
	  margin: 5px;
	  padding: 0px 7px 20px 7px;
      line-height: 15px;
	  font-size: 12px;
	}
	.time-entry span {
		font-size: 45px;}
}

@media only screen and (max-width: 600px){
	.time-entry {
		margin-top: -15px;}
	.time-entry span {
		font-size: 36px;}
#txt{
	padding: 20px 0;
	font-size: 20px;
}
}

.time-entry:first-child {
  border-left: none;
}

.countdown {
  width: 100%;
  margin: 25px auto;
  display: inline-block;
}

.countdown .time-count {
  padding: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}

.countdown .time-count .time-entry {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 115px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 50px -10px #000;
}

.countdown .time-count .time-entry span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  display: block;
  width: 100%;
}

.line-right {
  margin: 30px 0;
}

.line-right .time-count {
  position: relative;
  display: inline-block;
  text-align: center;
}

.line-right .time-count .time-entry {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 115px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  background: #E91E63;
  box-shadow: 0 5px 50px -10px #fff;
}

.line-right .time-count .time-entry span {
  font-size: 45px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #00ffff;
  display: block;
  width: 100%;
}
.contador-lanzamiento{
	background: linear-gradient(to left, #EE7E7D, #FDA80A); 
}

