  
body {
	margin: 0 auto;
	max-width: 800px;
	font-family: zekton;
	background-image: url("");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: contain;
	background-origin: content-box;
	background-size: cover;
	width: 100%;
	height: 100%;
}

body::-webkit-scrollbar, .msg::-webkit-scrollbar  {
  width: 8px;
}

body::-webkit-scrollbar-track, .msg::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #e0e0e0, #f0f0f0);
}

body::-webkit-scrollbar-thumb, .msg::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ccc, #aaa);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover, .msg::-webkit-scrollbar-thumb:hover  {
  background: linear-gradient(90deg, #aaa, #aaa);
}

.fotoPerfil {
	width: 53px;
	height: 53px;
	float: left;
	border-radius: 8px;
	margin: 0px 5px 0px 0px;
}

.divMensagem {
	position: fixed;
	width: 65%;
	top: 15%;
	left: 13%;
	background-color: #fff;
	color: #444;
	border: 1px solid #eee;
	bottom: 15%;
	font-size: 16px;
	border-radius: 16px;
	padding: 20px;
	max-height: 420px;
	display: none;
	cursor: grab;
}

.textMensagem {
	overflow-y: auto;
	height: 330px;
	width: 100%;
}

.rodMensagem {
	margin-top: 18px;
}

div.textMensagem::-webkit-scrollbar {
  width: 3px;
}

div.textMensagem::-webkit-scrollbar-track {
  background: #eee;
}

div.textMensagem::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 20px;
  border: 3px solid #bbb;
}

.csmModal {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	opacity: .05;
	cursor: pointer;
}

.csmCoroa {
	position: absolute;
	top: 0px;
	left: -120px;
	width: 160%;
	height: 100%;
	display: none;
	cursor: pointer;
}

.imgEfeitos {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.xClose {
	float: right;
	color: #aaa;
	padding: 5px;
	font-size: 14px;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

.anos {
	font-size: 24px;
	font-family: courier new;
	font-weight: bold;
}

/* vermelho #8B0000 */
/* verde    #2E8B57 458B74 */
/* azul     #104E8B */

.imgLogos {
	position: absolute;
	width: 120px;
	top: 33%;
	left: 20%;
	display: none;
	transition: left 0.5s ease, top 0.5s ease;
	cursor: pointer;
}

.imgLogos2 {
	position: absolute;
	width: 50px;
	top: 33%;
	left: 20%;
	display: none;
	transition: left 0.5s ease, top 0.5s ease;
}

.rubrica {
	float: right;
	width: 110px;
	height: 140px;
	padding: 0px 0px 20px 0px;
}

.botoes {
	width: 20px;
	height: 20px;
	padding: 0px 8px;
	cursor: pointer;
}

@font-face {
	font-family: "harngton";
	src:url("harngton.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "space";
	src:url("space.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "zekton";
	src:url("zekton.ttf");
	font-weight: normal;
	font-style: normal;
}

._background {
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: contain;
	background-origin: content-box;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.divEntrada {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
}

.logoEntrada {
	vertical-align: middle;
	height: 220px;
	width: 220px;
	border-radius: 16px;
}

.num {
	color: #aaa;
	display: none;
}

.ped {
	width: 25px;
	height: 25px;
	display: none;
}

.divPedras {
	font-size: 17px;
	position: absolute;
	top: 30%;
	left: 7%;
	display: none;
	width: 79%;
	color: #222!important;
	background-color: #ccc;
	border: 1px solid #ddd;
	opacity: .9;
	padding: 10px 15px;
	border-radius: 10px;
	cursor: grab;
}

.pedPlay {
	_box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	width: 36px;
	height: 36px;
}

a {
	text-decoration: none;
}

p, _a {
	font-family: "zekton";
	padding: 3px;
	font-size: 18px;
}

.menTexto {
	border: .05em solid #eee;
	background-color: #eee;
	margin-bottom: 5px;
	font-size: 20px;
	padding: 5px;
	color: #104E8B;
}

.status {
	font-size: 14px;
	background-color: #eee;
	padding: 5px;
	border-radius: 8px;
	display: none;
	margin-left: 40%;
	margin-bottom: 5px;
	width: 60%;
	color: #444;
	text-align: center;
}

.email {
	font-size: 14px;
	background-color: #eee;
	padding: 5px;
	border-radius: 8px;
	display: none;
	margin-bottom: 5px;
	color: #444;
	display: inline;
	float: left;
	width: 80px;
	text-align: center;
}

.lidos {
	font-size: 14px;
	color: #aaa;
	float: right;
}

.tit {
	font-size: 20px;
	border-radius: 10px;
	height: 101.5%;
	margin: 5px 0px;
	cursor: pointer;
	border: #ddd solid 1px;
	padding: 20px 12px;
	border-radius: 10px;
	background-color: #eee;
	color: #444;
	font-family: "zekton";
}

.titFundo-1 {
	background-image: url("tit-fundo-1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.titFundo-2 {
	background-image: url("tit-fundo-2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.titMenu {
	font-size: 20px;
	border-radius: 10px;
	margin: 5px 0px;
	cursor: pointer;
	border: #ddd solid 1px;
	padding: 8px 12px;
	border-radius: 10px;
	background-color: #eee;
	color: #444;
	font-family: "zekton";
}

.itensSpan {
	font-size: 20px;
	border-radius: 10px;
	margin: 8px;
	cursor: pointer;
	border: #ddd solid 1px;
	padding: 8px;
	border-radius: 10px;
	background-color: #eee;
	color: #444;
	font-family: "zekton";
	line-height: 50px;
	white-space: nowrap;
}

.cab {
	font-size: 34px;
	font-family: harngton;
	font-weight: bold;
	text-align: center;
	color: #104E8B;
	text-align: center;
}

.rod {
	font-size: 16px;
	border-radius: 10px;
	height: 101.5%;
	margin: 5px 0px;
	cursor: pointer;
	border: #ddd solid 1px;
	padding: 20px 12px;
	border-radius: 10px;
	background-color: #eee;
	color: #444;
	font-family: "zekton";
}

.subcab {
	font-size: 16px;
	text-align: center;
	font-family: zekton;
}

.subtit {
	font-size: 14px;
	font-family: zekton;
}

.cont {
	font-size: 20px;
	background-color: #fafafa;
	line-height: 1.1;
	display: none;
}

.over {
	overflow-y: auto;
	min-height: 200px;
	height: 400px;
}

.setas {
	float: right;
	width: 30px;
}


@media screen and (min-width: 400px) {

	.csmCoroa {
		left: -140px;
		width: 160%;
	}

	.imgLogos {
		width: 140px;
	}
	.cab {
		font-size: 38px;
	}

	.rod {
		font-size: 18px;
	}
	
	.botoes {
		width: 25px;
		height: 25px;
	}

}


@media screen and (min-width: 500px) {

	.menTexto {
		font-size: 24px;
	}

	.email {
		font-size: 16px;
		padding: 5px;
	}

	.logoEntrada {
		height: 260px;
		width: 260px;
	}

	.status {
		font-size: 16px;
		padding: 5px;
		margin-left: 60%;
		margin-bottom: 10px;
		width: 40%;
		color: #444;
	}

	.lidos {
		font-size: 16px;
	}

	.ped {
		width: 28px;
		height: 28px;
	}

	.tit {
		font-size: 24px;
		padding: 20px 12px;
		border-radius: 12px;
	}

	.anos {
		font-size: 30px;
	}

	.cab {
		font-size: 46px;
	}

	.rod {
		font-size: 20px;
	}

	.subcab {
		font-size: 20px;
	}

	.subtit {
		font-size: 16px;
	}

	.cont {
		font-size: 22px;
		line-height: 1.15;
	}

	.setas {
		width: 40px;
	}

}

@media screen and (min-width: 700px) {

	.csmCoroa {
		left: -130px;
		width: 130%;
		height: 100%;
	}

	.xClose {
		width: 36px;
		height: 36px;
	}

	.divPedras {
		font-size: 22px;
		top: 40%;
		left: 15%;
		width: 66%;
	}

	.imgLogos {
		width: 160px;
		top: 33%;
		left: 36%;
	}

	.anos {
		font-size: 32px;
	}

	.rubrica {
		width: 150px;
		height: 200px;
		padding: 0px 0px 40px 0px;
	}

	.botoes {
		width: 30px;
		height: 30px;
	}

	p, _a {
		padding: 6px;
		font-size: 22px;
	}

	.email {
		font-size: 18px;
		padding: 5px;
	}

	.status {
		font-size: 18px;
		padding: 5px;
		margin-left: 60%;
		margin-bottom: 10px;
		width: 40%;
	}


	.lidos {
		font-size: 18px;
	}

	.ped {
		width: 30px;
		height: 30px;
	}

	.tit {
		font-size: 28px;
		padding: 26px 16px;
		border-radius: 16px;
	}

	.cab {
		font-size: 54px;
	}

	.rod {
		font-size: 22px;
	}

	.subcab {
		font-size: 24px;
	}

	.subtit {
		font-size: 22px;
	}

	.cont {
		font-size: 24px;
		line-height: 1.15;
	}

	.over {
		height: 600px;
	}

	.setas {
		width: 50px;
	}

}

@media screen and (min-width: 1024px) {

	.csmCoroa {
		left: 0px;
		width: 100%;
		height: 100%;
	}

	.divPedras {
		font-size: 20px;
		top: 40%;
		left: 29%;
		width: 40%;
	}

	.imgEfeitos {
		width: 61%;
		height: 100%;
		left: 19%;
		top: 0px;
	}

	.divMensagem {
		left: 25%;
		width: 47%;
		max-height: 400px;
	}

	.textMensagem {
		max-height: 260px;
	}

	.rodMensagem {
		margin-top: 10px;
	}
	
}

