*{
    margin: 0;
    padding: 0
}
.wrapper{
    background: #008b91
}
.header{
    padding: 40px 0px
}
.menu{
    float: right
}
.menu li{
    display: inline-block
}
.menu ul li a{
    font-size: 21px;
    font-weight: 600;
    color: #0000;
    text-decoration: none;
    padding: 0px 20px;
    font-family: 'Roboto', sans-serif;
}
.menu ul li a:hover{
    color: #12c2a7
}
.coming {
	padding-top: 140px;
}
.coming h2{
	color: #FFF;
	font-size: 55px;
	font-weight: bolder;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.coming p{
	color: #8f8686;
	font-size: 27px;
	padding-top: 120px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.countdown .back-text h4{
    color: #fff;
    background: #fff
}
#countdown{
    margin-top: 50px
}
.email{
    text-align: center;
    padding-top: 120px
}
.email p {
	color: #FFFFFF;
	font-family: "Roboto",sans-serif;
	font-size: 21px;
	margin: 20px 0 50px;
	font-weight: 600;
}
.email input[type="email"] {
    background: #323131;
    text-transform: uppercase;
    border: none;
    color: #fff;
    width: 390px;
    padding: 15px;
    font-size: 20px
}
.email input[type="submit"] {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 22px;
  margin-left: -4px;
  padding: 15px;
  width: 115px;
}
.email input[placeholder] {
  color: #8f8686;
  font-size: 22px;
  font-weight: 400;
  text-transform: lowercase;
}
.social-icon{
    margin-top: 160px;
}
.icon {
    width: 165px;
    margin: 0px auto;
}
.icon i{
    color: #fff;
    padding: 10px;
    font-size: 20px
}
.countDays{
    position: relative;
}
.countDays::after{
    position: absolute;
    content: 'Días';
    color: #d7d7d7;
    top: 0px;
    left: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.countHours{
    position: relative;
}
.countHours::after{
    position: absolute;
    content: 'Horas';
    color: #d7d7d7;
    top: 0px;
    left: 2px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.countMinutes{
    position: relative;
}
.countMinutes::after{
    position: absolute;
    content: 'Minutos';
    color: #d7d7d7;
    top: 0px;
    left: -10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.countSeconds{
    position: relative;
}
.countSeconds::after{
    position: absolute;
    content: 'Segundos';
    color: #d7d7d7;
    top: 0px;
    left: -10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
