body{
	margin:0;
	color:#444;
	background:#ffc600;
	font:300 18px/18px Roboto, sans-serif;
}
*,:after,:before{box-sizing:border-box}
.pull-left{float:left}
.pull-right{float:right}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}

.machine-wrap{
	top:50%;
	left:50%;
	width:475px;
	height:145px;
	position:absolute;
	margin-top:-72.5px;
	margin-left:-237.5px;
	border-bottom:5px solid #271e01; 
}
.machine{
	width:475px;
	height:145px;
	padding-bottom:20px;
}
.machine .machine-roof,
.machine .machine-main{
	margin:auto;
}
.machine-wrap .road .mud:before,
.machine-wrap .road .mud:after,
.machine .machine-roof .machine-silencer:before,
.machine .machine-roof .machine-silencer:after,
.machine .machine-body:before,
.machine .machine-body:after,
.machine .machine-main .machine-back:before,
.machine .machine-main .machine-back:after,
.machine .machine-main .machine-front:after{
	content:'';
	position:absolute;
}
.machine .machine-roof{
	width:80px;
	height:60px;
	bottom:-1px;
	position:relative;
	background:#ffc600;
	border:15px solid #271e01;
	border-bottom:none;
}
.machine .machine-roof .machine-silencer{
	width:14px;
	left:-50px;
	height:12px;
	bottom:-1px;
	position:absolute;
	background:#271e01;
}
.machine .machine-roof .machine-silencer:before{
	height:0;
	bottom:100%;
	width:inherit;
	border:6px solid #271e01;
	border-top:4px solid transparent;
	border-left:8px solid transparent;
}
.machine .machine-roof .machine-silencer:after{
	left:4px;
	width:5px;
	height:12px;
	bottom:100%;
	background:inherit;
	transform:skewY(-35deg);
}
.machine .machine-roof .machine-silencer .machine-smoke{
	left:-5px;
	width:16px;
	height:16px;
	bottom:20px;
	border-radius:50%;
	position:absolute;
	background:#271e01;
	transform:scale(0);
	animation:moveSmoke .5s linear infinite;
}
.machine-main{
	height:60px;
	width:185px;
	position:relative;
}
.machine .machine-main .machine-body{
	height:inherit;
	width:inherit;
	position:relative;
	background:#271e01;
}
.machine .machine-main .machine-body:before{
	left:-15px;
	width:30px;
	height:inherit;
	background:inherit;
	transform:skewX(-20deg);
}
.machine .machine-main .machine-body:after{
	bottom:0;
	right:15px;
	width:35px;
	height:41px;
	background:#ffc600;
}
.machine .machine-main .machine-back{
	bottom:-1px;
	width:75px;
	height:45px;
	position:absolute;
}
.machine .machine-main .machine-back:before{
	width:75px;
	height:45px;
	background:#ffc600;
	border-radius:50% 50% 0 0 / 85% 85% 0 0;
}
.machine .machine-main .machine-back:after{
	top:50%;
	left:50%;
	width:60px;
	height:60px;
	border-radius:50%;
	margin-top:-15px;
	margin-left:-30px;
	background:transparent;
	border:15px solid #271e01;
}
.machine .machine-main .machine-front{
	z-index:1;
	width:60px;
	height:60px;
	right:-24px;
	bottom:-20px;
	border-radius:50%;
	position:absolute;
	background:#271e01;
	border-top:2px solid #ffc600;
}
.machine .machine-main .machine-front:after{
	top:50%;
	left:50%;
	width:80px;
	height:20px;
	margin-top:-10px;
	margin-left:-40px;
	background:inherit;
	border:2px solid #ffc600;
}
.machine-wrap .road{
	right:0;
	bottom:0;
	height:15px;
	width:140px;
	overflow:hidden;
	position:absolute;
}
.machine-wrap .road .mud-wrap{
	width:160px;
	position:absolute;
	animation:moveRoad .4s linear infinite;
}
.machine-wrap .road .mud{
	bottom:0;
	width:40px;
	float:left;
	height:15px;
	position:relative;
	display:inline-block;
}
.machine-wrap .road .mud:before,
.machine-wrap .road .mud:after{
	width:20px;
	height:20px;
	border-radius:4px;
	background:#271e01;
	transform:rotate(45deg);
}
.machine-wrap .road .mud:before{
	left:0;
	bottom:-17px;
}
.machine-wrap .road .mud:after{
	right:0;
	bottom:-20px;
}

.machine-wrap .machine-roof,
.machine-wrap .machine-body,
.machine-wrap .machine-silencer,
.machine-wrap .machine-back:before,
.machine-wrap .machine-front{
	animation:upDown .6s linear infinite;
}
.machine-wrap .machine-silencer{
	animation-duration:.4s;
}
.machine-wrap .machine-front{
	animation-duration:.3s;
}
.machine-wrap .machine-back{
	animation:upDown .8s linear infinite;
}
@keyframes moveRoad{
	0%{
		right:-40px;
	}
	100%{
		right:0;
	}
}
@keyframes moveSmoke{
	0%{
		opacity:0;
		transform:scale(0) translate(0);
	}
	60%{
		transform:scale(.5) translate(0);
	}
	100%{
		opacity:.6;
		transform:scale(1) translate(-10px,-40px);
	}
}
@keyframes upDown{
	0%{
		transform:translateY(0);
	}
	50%{
		transform:translateY(2px);
	}
	100%{
		transform:translateY(0);
	}
}

/*Seccion 1 Encabezado*/
header {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 100px;
    background: black;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
 }
 
 .logo { font-size: 1.2rem; font-weight: 600; color: white; white-space: nowrap;text-decoration: none;}
    .logo span { font-size:0.9rem; color: yellow; }

/*Seccion 1 finaliza*/

h1{
    font-size: 50px; /* Reduce el tamaño */
    text-align: center;
    margin-top: 650px; /* Separa del header */
}



/*coming*/
html,
body,
.wrapper {
  height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font: 1rem / 1.516 'Montserrat', Arial, sans-serif;
}

.wrapper {
  position: relative;
  background: url(https://source.unsplash.com/vZlTg_McCDo/1920x1080) no-repeat center center / cover;
  

  &:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, .25);
  }
}

header,
.content,
footer {
  position: absolute;
}

.content {
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  
  h1 {
    margin-top: -40px;
  }
  
  form {
    margin: auto;
    display: table;
  }
  
  input {
    float: left;
    font-size: 16px;
    border: 1px solid #fff;
  }
  
  input[type=email] {
    padding: 12px;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  input[type=submit] {
    padding: 12px 24px;
    color: #fff;
    background: transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    transition: all .235s ease-in-out;
    
    &:hover {
      color: white;
      background: black;
    }
  }
}

.countdown {
  margin: auto;
  display: table;
  font-size: 28px;
  font-weight: 500;
  height: 300px;
  
  > div {
    float: left;
    min-width: 80px;
  }
  
  span {
    position: relative;
    display: block;
    font-size: 16px;
    text-align: center;
    
    &:before {
      content: '';
      position: absolute;
      top: -2px;
      right: 0;
      left: 0;
      margin-right: auto;
      margin-left: auto;
      width: 20px;
      height: 1px;
      background: #fff;
    }
  }
}
