* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.clear {
	clear: both;
}

body {
  height: 100%;
  transition: 1s all;
  margin: 0 auto;
  background: #000000;
  color: #ffffff;
}

h1 {
  text-indent: -999999px;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

::-moz-selection {
	background: #000000;
  color: #ffffff;
	text-shadow: none;
}

::selection {
  background: #000000;
  color: #ffffff;
	text-shadow: none;
}

#gradient {
  width: 100%;
  height: 100vh;
  padding: 0px;
  margin: 0px;
}

#container {
  position: absolute;
  top: 0;
  width: 600px;
  left: 50%;
  margin-left: -300px;
}

.logo {
  position: relative;
  background: transparent url('images/logo.svg') 0 0 no-repeat;
  background-size: 75px 84px;
  width: 75px;
  height: 84px;
  margin: 18px auto 0;
  z-index: 2;
}

.wrap {
	width: 100%;
	height: 100%;
  margin: 400px auto 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mac {
	width: 100%;
	height: 194px;
	text-align: center;
}

.mac .monitor {
	width: 275px;
	height: 181px;
	display: block;
	margin: 0 auto;
	border-radius: 10px 10px 0px 0px;
	padding: 9px;
	border: solid 1px #e0e2e2;
	background-color: black;
}

.mac .mid {
	float: left;
	display: block;
	height: 100%;
	position: relative;
	background-color: #2d3138;
	width: 50%;
}

.mac .mid.codigo {
	background-color: #22262b;
}

.mac .site {
	overflow: hidden;
	position: absolute;
	width: 128px;
	height: 138px;
	bottom: 0;
	right: 0;
}

.mac .txr {
	text-align: right;
}

.mac .txr .item {
	float: right;
}

.mac .inslid {
	width: 100%;
	height: 33px;
	background-color: #efebe2;
}

.mac .incont {
	padding-top: 10px;
	background: #fefaf0;
}

.mac .incont .item {
	background-color: #d1c9bf;
	width: 53px;
	height: 2px;
	display: block;
	margin: 0 auto;
	margin-top: 1px;
}

.mac .incont .item:nth-child(1) {
	width: 20px;
}

.mac .incont .item:nth-child(2) {
	margin-top: 3px;
	width: 41px;
}

.mac .incont .item:nth-child(3) {
	width: 32px;
}

.mac .incont .item:nth-child(4) {
	width: 23px;
}

.mac .incont .wid {
	width: 100%;
	padding: 8px 1px;
}

.mac .incont .wid .itwid {
	width: 33.333%;
	float: left;
	height: 26px;
	padding: 0px 3px;
}

.mac .incont .wid .itwid > div {
	width: 100%;
	height: 100%;
	background-color: #f5f1e6;
	position: relative;
}

.mac .incont .wid .itwid > div .contfoot {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 100%;
	background-color: #ebe5dc;
}

.mac .incont .infoot {
	background-color: #efebe2;
	height: 26px;
	width: 100%;
}

@-webkit-keyframes code {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.6;
	}

	100% {
		opacity: 1;
	};
}

@keyframes code {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.6;
	}

	100% {
		opacity: 1;
	};
}

.mac .codigo {
	padding: 14px 0px 14px 14px;
}

.mac .codigo .var {
	background-color: #3e23ff;
	-webkit-animation: code;
	animation: code;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.mac .codigo .cont {
	background-color: #ff2362;
	-webkit-animation: code;
	animation: code;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.mac .codigo .fun {
	background-color: #2dafe6;
	-webkit-animation: code;
	animation: code;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.mac .codigo .atr {
	background-color: #ff00ff;
	-webkit-animation: code;
	animation: code;
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.mac .codigo .item {
	height: 3px;
	width: 20px;
	float: left;
	margin-right: 3px;
}

.mac .codigo .item.min {
	width: 13px;
}

.mac .codigo .item.lrg {
	width: 30px;
}

.mac .codigo .line {
	padding: 2px 0;
	width: 100%;
}

.mac .codigo .tab1 {
	padding-left: 5px;
}

.mac .codigo .tab2 {
	padding-left: 8px;
}

.mac .codigo .tab3 {
	padding-left: 10px;
}

.mac .codigo .tab4 {
	padding-left: 12px;
}

.base {
	width: 338px;
	height: 12px;
	background: #e0e2e2;
	display: block;
	margin: 0 auto;
	border-radius: 0px 0px 6px 6px;
}
