*,
*:before,
*:after {
	box-sizing: inherit;
}

html,
body {
	width: 100% !important;
	max-width: 600px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	overscroll-behavior-y: none;
}

@font-face {
	font-family: "manancial";
	src:url("font/manancial.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "destaque";
	src:url("font/sapien.ttf");
	font-weight: normal;
	font-style: normal;
}

.iconPerfil {
	margin: 0px 10px 10px 0px;
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 10px;
}

.iconDicas {
	margin: 0px 8px 8px 0px;
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 10px;
}

.smIcones {
	font-family: "manancial";
	font-size:36px;
	color:#fff;
	text-align: center;
}

@font-face {
	font-family: "number";
	src:url("font/number.otf");
	font-weight: normal;
	font-style: normal;
}

.number{
	font-family: number;
	font-size: 22px;
	color: #666;
	margin: 3px 5px;
	float: left;
}

p, a {
	font-size: 18px;
}

html {
	_scroll-behavior: smooth;
}

audio {
	filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
	width: 100%;
	height: 40px;
	background-color: transparent;
	opacity: .7;
}

 
audio::-webkit-media-controls-enclosure {
    border-radius: 10px;
}

.linha {
	cursor: pointer;
	margin-bottom: 4px;
	font-size: 18px;
}

.imgLogoZap {
	margin: 2px 5px;
	width: 33px;
	border-radius: 5px;
	float: right;
}

.bemVindo {
	color:gold;
	text-align:center;
	font-size:14px;
}

.xClose {
	font-size: 28px;
	cursor: pointer;
}

.xClose2 {
	position: absolute;
	top: 6%;
	left: 10%;
	font-size: 16px;
	color: #eee;
	z-index: 0;
}

.menuCanais td {
	background-color: transparent;
	color: #fff;
	border: solid 0px #eee;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
}

.menuEstudos {
	color: #333!important;
	font-size: 18px!important;
	position: fixed;
	top:10%;
	left:10%;
	width:80%;
	height:80%;
	overflow-y:auto;
	background-color: #fff;
	display:none;
	z-index: 1;
	border-radius:8px;
}

.menuConfig {
	padding:16px;
	color: #333!important;
	font-size: 18px!important;
	position: fixed;
	top:10%;
	left:10%;
	width:70%;
	height:80%;
	overflow-y: auto;
	background-color: #fff;
	display: none;
	z-index: 1;
	border-radius:8px;
}

.contTextos2 {
	padding:18px;
	color: #333!important;
	font-size: 18px!important;
	position: fixed;
	top:10%;
	left:10%;
	width:70%;
	height:80%;
	overflow-y: auto;
	background-color: #fff;
	display: none;
	z-index: 1;
	border-radius:8px;
}

div.menuConfig::-webkit-scrollbar,div.menuEstudos::-webkit-scrollbar,div.contTextos2::-webkit-scrollbar {
  width: 4px;
}

div.menuConfig::-webkit-scrollbar-track,div.menuEstudos::-webkit-scrollbar-track,div.contTextos2::-webkit-scrollbar-track {
  background: #eee;
}

div.menuConfig::-webkit-scrollbar-thumb,div.menuEstudos::-webkit-scrollbar-thumb,div.contTextos2::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
  border: 4px solid #777;
}

.itemEstudos {
	margin:5px;
	background-color: #eee;
	border: 1px solid #ddd;
	color:#333;
	font-size:18px;
	border-radius:8px;
	padding:5px;
	cursor: pointer;
}

.spanListMenu {
	margin:1px;
	background-color: #ddd;
	border: 1px solid #eee;
	color:#333;
	font-size:22px;
	border-radius:8px;
	padding:2px 5px;
	line-height:35px;
}

.menuPrin {
	text-align: center;
	cursor: pointer;
}

.imgMinimize {
	width: 35px;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
	cursor: pointer;
}

.divTitulo {
	font-size: 24px;
	font-weight: bold;
	color: #eee;
	font-family: destaque;
	text-shadow: inset 0 0 .2em #E6E6FA, 0 0 .2em #f6f6f6;
}

.divSubTitulo {
	font-size:16px;
	color:#fff;
}

.textOpacity {
	_color:#eee;
	background-color:rgba(0,0,0,.2);
	margin-top:10px;
	border-radius:10px;
	padding:10px;
}

.imgRefresh {
	width: 25px;
	float: right;
}

.imgLogoSm {
	float: right;
	width: 60px;
	right: 10px;
	margin-top: 5px;
	margin-right: 5px;
	border-radius: 10px;
}

.imgLogoSm2 {
	float:left;
	width:55px;
	right:8px;
	margin-top:5px;
	margin-right:5px;
	border-radius:10px;
}

.imgDesativar {
	width: 40px;
	margin-right: 20px;
}

.gridMono {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.gridDual {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}


	.botNovidades {
		position: fixed;
		top: 60%;
		left: 60%;
		display: none;
		width: 120px;
		height: 120px;
		border-radius: 10px;
		z-index: 999;
	}

.icoContApp {
	margin: 0px 12px 10px 0px;
	width: 25px;
	border-radius: 5px;
	float: left;
}

.txtTitApp, .txtTitApp a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.spanNotif, .spanNotif a {
	font-size: 18px;
	color: #eee;
	text-decoration: none;
	/*  vbvmvv  */
}

p, a {
	font-size: 16px;
}

.spanNotif a {
	text-decoration:underline;
}

.xClose {
	float:right;
	color:#aaa;
	padding-right:5px;
	font-weight:bold;
}

.msgExtra {
	position: fixed !important;

	top: 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;

	width: 100% !important;
	max-width: 800px !important;
	height: 100vh !important;

	margin: 0 !important;
	padding: 0 !important;

	box-sizing: border-box;

	overflow-y: auto;
	overflow-x: hidden;

	z-index: 3;
	border-radius: 0;

	color: #fff;
	font-size: 18px;
	font-family: Verdana;

	background: #fff url("") center center / cover no-repeat;

	box-shadow: inset 0 0 .5em #104E8B, 0 0 .5em #104E8B;
}


.tit1 {
	-webkit-text-stroke: 1px black;
	color: white;
	text-shadow:
	3px 3px 0 #000,
	-1px -1px 0 #000,  
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
	font-size: 28px;
	text-align: center;
	font-family: destaque;
}

.fundoImagem {
	background-image: url("img/agua-viva.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100%;
}

.modal2 {
	position: fixed; /* Stay in place */
	z-index: -1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size:cover;
	display:none;
}

	@font-face {
	  font-family: "icones3";
	  src:url("./font/font3.ttf");
	  font-weight: normal;
	  font-style: normal;
	}

.icones3 {
  font-family: "icones3";
}

/* ==========================
   RESPONSIVO - CELULARES GRANDES
   560px+
========================== */
@media screen and (min-width:560px){

	.spanNotif,
	.spanNotif a{
		font-size:18px;
	}

	p,
	a{
		font-size:17px;
		line-height:1.7;
	}

	.divTitulo{
		font-size:26px;
	}

	.divSubTitulo{
		font-size:17px;
	}

}


/* ==========================
   RESPONSIVO - TABLETS
   780px+
========================== */
@media screen and (min-width:700px){

	body{
		font-size:18px;
	}

	p,
	a{
		font-size:18px;
		line-height:1.75;
	}

	.bemVindo {
		font-size:16px;
	}

	.linha{
		font-size:18px;
	}

	.divTitulo{
		font-size:30px;
	}

	.divSubTitulo, td.menuPrin, .menuPrin, _div.textOpacity{
		font-size:20px;
	}

	.gridMono{
		grid-template-columns:repeat(2, 1fr);
		gap:0 20px;
	}

	.gridDual{
		grid-template-columns:repeat(4, 1fr);
		gap:0 14px;
	}

	.menuConfig,
	.menuEstudos,
	.contTextos2{
		width:760px;
		max-width:92%;
		left:50%;
		top:6%;
		height:88%;
		transform:translateX(-50%);
		padding:22px;
		border-radius:12px;
		font-size:20px!important;
	}

	.itemEstudos{
		font-size:20px;
		padding:10px;
		margin:7px;
	}

	.spanListMenu{
		font-size:24px;
		line-height:42px;
		padding:4px 8px;
	}

	.iconPerfil{
		width:64px;
		height:64px;
	}

	.iconDicas{
		width:36px;
		height:36px;
	}

	.imgLogoSm{
		width:72px;
	}

	.imgLogoSm2{
		width:68px;
	}

	.imgMinimize{
		width:42px;
	}

	audio{
		height:48px;
	}

	.msgExtra{
		max-width:560px!important;
		font-size:20px;
	}

	.tit1{
		font-size:36px;
	}

	div.msgExtra::-webkit-scrollbar,
	div.divNot::-webkit-scrollbar,
	div.menuConfig::-webkit-scrollbar,
	div.menuEstudos::-webkit-scrollbar,
	div.contTextos2::-webkit-scrollbar{
		width:4px;
	}

	div.msgExtra::-webkit-scrollbar-thumb,
	div.divNot::-webkit-scrollbar-thumb,
	div.menuConfig::-webkit-scrollbar-thumb,
	div.menuEstudos::-webkit-scrollbar-thumb,
	div.contTextos2::-webkit-scrollbar-thumb{
		background:#eee;
		border-radius:8px;
		border:3px solid #777;
	}

}

/* ==========================
   CELULARES PEQUENOS
   até 380px
========================== */
@media screen and (max-width:380px){

	.divTitulo{
		font-size:18px;
	}

	.divSubTitulo{
		font-size:16px;
	}

	p,
	a{
		font-size:16px;
	}

}
