/*-- seccion cuenta regresiva --*/
.timer-grid-left h3 a {
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
}

.timer{
	padding:5em 0;
}

.timer-grid-right1:hover img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.timer-grid-right1 img{
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

.timer-grid-left h3 a{
	text-transform:capitalize;
	font-size:1.5em;
	color:#212121;
	margin:0;
	line-height:1.5em;
	text-decoration:none;
}
.timer-grid-left h3 a:hover{
	color:#D8703F;
}
.timer-grid-left-price h4{
	color:#999;
	font-size:14px;
	margin:1em 0 2em;
	line-height:1.8em;
	font-family: 'Open Sans', sans-serif;
}
.timer-grid-left h3 {
    margin: 0 0 0.5em;
}

/* ---------- TIMER ---------- */
#counter {
	height: 125px;
    font-size: 40px;
	color:#212121;
	overflow: hidden;
}
.countHours,.countDays,.countMinutes {
    border-right: 1px solid #E3E3E3;
}
.countDays, .countHours, .countMinutes, .countSeconds {
    display:inline-block;
	padding: 0.5em 0;
}
.points {
	float: left;
	width:40px;
	margin: 0;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 138px;
	text-shadow: none;
	color:#999;
    display: none;
}
.boxName {
	float: left;
    width: 100%;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    clear: both;
    padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

.timer-grid-right {
    padding: 1em;
    background: #F7F7F9;
	position:relative;
}
.timer-grid-right-pos{
	position:absolute;
	top:0%;
	right:0%;
}
.timer-grid-right-pos h4{
	padding:.3em 1em .5em;
	background:#ffc229;
	font-size:1em;
	color:#fff;
	text-decoration:none;
}

.timer-grid-right1{
	position: relative;
	display: block;
    overflow: hidden;
}

@media (max-width:1080px){
.timer {
		padding: 4em 0;
	}
	
	.timer-grid-left h3 a {
		font-size: 1.3em;
	}
	.timer-grid-left-price p a {
		padding: .5em 1em;
		margin: 0;
		width: auto;
		display: -webkit-inline-box;
	}
	
	.timer-grid-left h3 a {
		font-size: 1.3em;
	}
	.timer-grid-left-price p a {
		padding: .5em 1em;
		margin: 0;
		width: auto;
		display: -webkit-inline-box;
	}
}


@media (max-width:991px){
.timer {
		padding: 3em 0;
	}

	.timer-grid-right {
		width: 60%;
		margin: 2em auto 0;
	}
	
}


@media (max-width:480px){
.timer {
		padding: 2em 0;
	}

	.timer-grid-left h3 a {
		font-size: 1em;
	}
	.timer-grid-right {
		width: 85%;
	}
	
}

@media (max-width: 375px){
	.timer-grid-left{
		padding: 0;
	}
	.timer-grid-left h3 a {
		font-size: .9em;
	}
	.timer-grid-right {
		width: 100%;
		margin: 1em auto 0;
	}
	
}

@media (max-width: 320px){	
.timer-grid-left-price h4 {
		font-size: 13px;
	}
	
	.timer-grid-right {
		margin: 2em auto 0;
	}
	.timer-grid-right-pos h4 {
		font-size: 14px;
	}
	
}






.countdownHolder{
	font: 23px/0.8 'Roboto Condensed', sans-serif;
	height: 89px;
	padding-top:1em;
}
.position{
	display: inline-block;
	height: 1em;
	overflow: hidden;
	position: relative;
	width: 20px;
	font-weight: 500;
	font-size: 0.85em;
}
.digit{
	color: #212121;
	letter-spacing:0;
	left: 0;
	bottom: 0;
	position:absolute;
}
.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}
.countDiv{
	display:inline-block;
	width:35px;
	height:1.6em;
	position:relative;
}
.countDiv:after{
	top:0.9em;
}
/*--responsive design--*/
@media (max-width: 1366px){
}
@media (max-width:1280px){
	.position {
		width:30px;
		font-size:50px;
	}
}
@media (max-width:1080px){
	.position {
		font-size: 35px;
		width: 23px;
	}
}
@media (max-width:1024px){
.position {
	font-size: 35px;
	width: 19px;
	margin-top:22px;
}
.boxName {
	font-size: 14px;
}
.countdownHolder {
	padding-top:0.5em;
}
}
@media (max-width:800px){
.position {
	margin-top: 19px;
}
}
@media (max-width: 768px){
}
@media (max-width:640px){
	.position {
		width: 16px;
		font-size: 25px;
	}
}
@media (max-width:480px){
.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}
.countDiv{
	width:30px !important;
}
.countdownHolder {
	padding-top:0.2em;
}
}	
@media (max-width:414px){
	.countDiv {
		width: 1px !important;
	}
	.position {
		margin-top: 0;
	}
	.countHours, .countDays, .countMinutes {
		border-right: none;
	}
}
@media (max-width: 320px){
	.countDays, .countHours, .countMinutes, .countSeconds {
		width: 52px;
		height: 58px;
	}
	#counter {
		padding-top: 0;
		height: 80px;
	}
	.boxName {
		font-size: 13px;
	}
}
/*--/responsive design--*/