@charset "utf-8";

/* HOME PAGE COUNTDOWN */
.hp-single-countdown {
	margin-bottom:2rem;
	background-color:#a48241;
}
.hp-single-countdown .text-countdown {
	text-align:center;
	padding:1rem;
}
.hp-single-countdown .text-countdown p {
	color:#fff;
}
.hp-single-countdown .text-countdown .btn-atitur {
    color:#fff;
    background-color:#ef4130;
    border-color:#fff;
    display: inline;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
	white-space:normal;
	font-weight:700;
	padding: .5rem 1.25rem;
}
.hp-single-countdown .text-countdown .btn-atitur:hover {
	color:#000;
	background-color:#fff;
    border-color:#000;
	webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
}
.hp-single-countdown .timer-countdown {
	text-align:center;
}
.hp-single-countdown .timer-countdown #timer div {
	display: inline-block;
	line-height: 1;
	/*padding: 3rem 3rem 1.5rem 3rem;*/
	padding: 3rem 0rem 1.5rem 0rem;
	margin:auto;
	width:25%;
	/*border:1px solid #fff;*/
}
.hp-single-countdown .timer-countdown span {
	display:block;
	font-size:1.5rem;
	margin-top:3.5rem;
	color: #fff;
	font-weight: 400;
}
#timer {
	height:100%;
	vertical-align:middle;
	display:inline-flex;
	width:100%;
}
#days,
#hours,
#minutes,
#seconds {
	font-size: 4.5rem;
	background: url(/images/bollo-countdown.png);
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 700;
}
#days {
	color: #14385c;
}
#hours,
#minutes,
#seconds {
	color: #00804f;
}
