/* style time */

.title-desc{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: red;
  }
  
  .time{
	display:grid;
	color: #20152a;
	padding-top: 20px;
  }
  
  .days_ref, .hour_ref, .hours_ref, .minutes_ref, .seconds_ref {
	text-align: center;
	  margin: 41px 0 0 0;
	  font-size: 17px;
  }
  
  ul.countdown {
	list-style: none;
	margin: 15px auto;
	padding: 0;
	display: inline-flex;
	color: #fff;
	font-family: 'Roboto', sans-serif;
  }
  
  ul.countdown li {
    display: block;
    line-height: 38px;
    color: #dd0000;
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
}
  
  ul.countdown li span:before {
	content: "";
	background-color: #ff8d8d7a;
	display: block;
	width: 5px;
	height: 43px;
	left: 0;
	z-index: 99;
	position: absolute;
  }
  ul.countdown li span:after {
	content: "";
	background-color: #ff8d8d7a;
	display: block;
	width: 5px;
	height: 43px;
	right: 0;
	z-index: 99;
	position: absolute;
	top: 38%;
  }
  
  ul.countdown li span {
		font-size: 75px;
    font-weight: 300;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    background: #dd0000;
    padding: 17px 17px 8px 17px;
    border: 2px solid #af0000;
    border-radius: 8px;
    letter-spacing: 1px;
    position: relative;
  }
  
  .linia{
	display: block;
	position: absolute;
	top: 14%;
	width: 100%;
	height: 3px;
	background: #494650;
	z-index: 999;
  }
  
  ul.countdown li.seperator {
	font-size: 70px;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 25px;
	background: none;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
	font-family: 'Bebas Neue', cursive;
  }
  
  
  ul.countdown li p {
	color:#263c6b;
	  font-weight: 500;
  }
  
  .time {
	display: grid;
	color: #20152a;
	padding-top: 20px;
  }
  
  .contad{
	padding: 56px 0 25px;
	border-top: 1px #b5aa6e dashed;
  }
  





  /**/



  /**/

  
@media only screen and (max-width:1367px) {
  
}


@media only screen and (max-width:1200px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (max-width: 992px) {

}


@media only screen and (max-width:800px) {

}

@media only screen and (max-width:768px) {

	  /*contador*/

ul.countdown li span {
	font-size: 76px;
	  font-weight: 300;
	  font-family: 'Bebas Neue', cursive;
	  padding: 12px;
	  border-radius: 8px;
	  letter-spacing: 0;
	  position: relative;
  }
  
  ul.countdown li.seperator {
	font-size: 37px;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 25px;
	background: none;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
	font-family: 'Bebas Neue', cursive;
	margin: 0;
  }
  
  .days_ref, .hour_ref, .hours_ref, .minutes_ref, .seconds_ref {
	text-align: center;
	margin: 40px 0 0 0;
	font-size: 15px;
	/* font-weight: 700; */
  }
  
  ul.countdown li {
	display: block;
	line-height: 38px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	position: relative;
  }

}

@media only screen and (max-width:575px) {

	/*contador*/

ul.countdown li span {
	font-size: 58px;
	  font-weight: 300;
	  padding: 12px;
	  letter-spacing: 0;
  }
  
  ul.countdown li.seperator {
	font-size: 37px;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 25px;
	background: none;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0;
  }
  
  .days_ref, .hour_ref, .hours_ref, .minutes_ref, .seconds_ref {
	text-align: center;
	margin: 35px 0 0 0;
	font-size: 12px;
  }
  
  ul.countdown li {
	display: block;
	line-height: 38px;
	margin: 0;
	text-transform: uppercase;
	position: relative;
  }
  
  

}

@media only screen and (max-width:480px) {

	/*contador*/

	ul.countdown li span {
		font-size: 50px;
		font-weight: 300;
		font-family: 'Bebas Neue', cursive;
		padding: 12px;
		border-radius: 8px;
		letter-spacing: 0;
		position: relative;
	}
	  
	  ul.countdown li.seperator {
	  font-size: 37px;
	  vertical-align: top;
	  padding-left: 25px;
	  padding-right: 25px;
	  background: none;
	  border: none;
	  padding-right: 5px;
	  padding-left: 5px;
	  font-family: 'Bebas Neue', cursive;
	  margin: 0;
	  }
	  
	  .days_ref, .hour_ref, .hours_ref, .minutes_ref, .seconds_ref {
		text-align: center;
		margin: 25px 0 0 0;
		font-size: 12px;
	}
	  
	  ul.countdown li {
	  display: block;
	  line-height: 38px;
	  margin: 0;
	  font-family: 'Montserrat', sans-serif;
	  text-transform: uppercase;
	  position: relative;
	  }
	  
	  ul.countdown li span:before {
	  content: "";
	  display: none;
	  width: 5px;
	  height: 43px;
	  left: 0;
	  z-index: 99;
	  position: absolute;
	  }
	  ul.countdown li span:after {
	  content: "";
	  display: none;
	  width: 5px;
	  height: 43px;
	  right: 0;
	  z-index: 99;
	  position: absolute;
	  top: 38%;
	  }

	  /*termina contador*/

	  .botones h1 {
		font-family: 'Oswald', sans-serif;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: 500;
		padding-bottom: 10px;
		color: #676767;
	}

	.fondo_txt {
		background: url(../img/background_header.jpg) center top;
		background-size: cover;
		padding-top: 20px;
		padding-bottom: 25px;
	}
  

}


@media only screen and (max-width:320px) {

	 /*contador*/

	 ul.countdown li span {
		font-size: 35px;
		font-weight: 300;
		font-family: 'Bebas Neue', cursive;
		padding: 6px;
		border-radius: 8px;
		letter-spacing: 0;
		position: relative;
	}
	
	ul.countdown li.seperator {
	  font-size: 37px;
	  vertical-align: top;
	  padding-left: 25px;
	  padding-right: 25px;
	  background: none;
	  border: none;
	  padding-right: 5px;
	  padding-left: 5px;
	  font-family: 'Bebas Neue', cursive;
	  margin: 0;
	}
	
	.days_ref, .hour_ref, .hours_ref, .minutes_ref, .seconds_ref {
	  text-align: center;
		margin: 7px 0 0 0;
		font-size: 7px;
	}
	
	ul.countdown li {
	  display: block;
	  line-height: 38px;
	  margin: 0;
	  font-family: 'Montserrat', sans-serif;
	  text-transform: uppercase;
	  position: relative;
	}
	
	ul.countdown li span:before {
	  content: "";
	  display: none;
	  width: 5px;
	  height: 43px;
	  left: 0;
	  z-index: 99;
	  position: absolute;
	}
	ul.countdown li span:after {
	  content: "";
	  display: none;
	  width: 5px;
	  height: 43px;
	  right: 0;
	  z-index: 99;
	  position: absolute;
	  top: 38%;
	}
	

}
  