@charset "utf-8";
/* CSS Document */
#q:hover {
	background-color:#F0F0C0;
}

.video {
  position: fixed;
  top: 50%; left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.espacobaixo {
	height:120px;
}

.minbox {
	height:100px;
	margin-top: 50px;
}

.highlight {
    width: 20%;
    float: left;
	height: 16em;
	text-align: center;
	padding-top: 10px;
    margin-bottom: 25px;
}

.clearbox {
	clear: both;
}

#phpmasterarea {
	height:1200px;
	margin-bottom:120px;
}

.blinktxt {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}