/*
==========================================================================
==========================================================================
publico
	background: #46D7D7;
	color: #0D2832;
==========================================================================
==========================================================================
*/
@font-face {
	font-family: 'titillium_bdbold';
    src: url('../fonte/titillium-bold-webfont.woff2') format('woff2'),
         url('../fonte/titillium-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumregular';
    src: url('../fonte/titillium-regular-webfont.woff2') format('woff2'),
         url('../fonte/titillium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
==========================================================================
clearfix usado para adicionar um espaço vazio antes e depois dos elementos
evitando que os floats se aglomerem.
==========================================================================
*/

.clearfix:before, .clearfix:after
{
    content: " "; 
    display: table; 
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
    *zoom: 1;
}
/*
==========================================================================

==========================================================================
*/
body
{
	margin: 0px;
}

body, p, table, td, th, input, textarea, select
{
	font-family: titilliumregular, "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 14px;
}

a
{
	text-decoration: none;
	color:#666;
}

/*
==========================================================================
layout#topo div:nth-child(1) img
{
	display: inline-block;
	height: 100%;
	width: auto;
	border-bottom: 20px #091E28 solid;
}
==========================================================================
*/
#topo
{
	background: #0D2832;
	width: 100%;
	float: left;
	display: block;
	height: 90px;
	line-height: 90px;
}

#topo div div:nth-child(1)
{
	float:left;
	display:block;
	width:20%;
	line-height:90px;
	height:90px;
	background: url(../imagem/sistema_publico/teravox_logo_branco.svg) no-repeat;
	background-position: center center;
	background-size: 80% auto;
}

#topo div div:nth-child(1) a
{
	float:left;
	display:block;
	width:100%;
}
	
#topo div div:nth-child(2)
{
	float:left;
	display:block;
	width:80%;
	line-height:90px;
	height:90px;
	text-align: right;
}
	
#topo div div:nth-child(2) form
{
	float:left;
	display:block;
	width:94%;
	text-align: right;
	padding: 0 2%;
}

#topo div div:nth-child(2) form input
{
	margin: 0;
	padding: 0;
	height: 30px;
	border: none;
	border-radius: 20px;
	text-align: center;
}
	
#topo div div:nth-child(2) form input[type="submit"]
{
	width: 30px;
	height: 30px;
	border-radius: 20px;
	color: #fff;
	background: #46D7D7 url(../imagem/sistema_publico/magnifying-glass.svg) no-repeat ;
	background-size: 15px 15px;
	background-position: center center;
}	
#topo_menu
{
	background: #46D7D7;
	width: 100%;
	float: left;
	display: block;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
	
#topo_menu a
{
	color: #fff;
}
/*
==========================================================================

==========================================================================
*/
.conteiner
{
    width:90%;
	display:block;
	margin:0 5%;
	float: left;
}

#conteiner_coluna_01
{
	width:72%;
	margin:10px 2%;
	float:left;
	display:block;
	color:#666;
}

#conteiner_coluna_02
{
	width:20%;
	margin:10px 2%;
	float:left;
	display:block;
	color:#666;
}
/*
==========================================================================

==========================================================================
*/
#rodape 
{
	display:block;
	float:left;
	width:100%;
	background:#091E28;
	color: #eee;
}

#rodape a
{
	color: #eee;
}

#rodape_conteiner 
{
	display:block;
	margin:0 auto;
	width:80%;
	text-align:center;
}

#rodape_conteiner div 
{
	padding:20px;
}

/*
==========================================================================
informativo
==========================================================================
*/
.informativo_menu 
{
	display:block;
	float:left;
	width:98%;
	background:#eee;
	color: #eee;
	text-align: center;
	padding: 1%;
}

.informativo_corpo 
{
	display:block;
	float:left;
	width:100%;
}

.informativo_corpo input[type=email]
{
	display:block;
	float:left;
	width:40%;
	margin: 1% 0%;
	padding: 1% 2%;
	border-radius: 25px;
	border: 1px solid #ccc;
}

.informativo_corpo  input[type=submit] 
{
	border: none;
	display: inline-block;
	float: left;
	width: 10%;
	margin: 1% 3%;
	padding: 1% 2%;
	border-radius: 20px;
	color: #fff;
	background: #46D7D7;
}

.informativo_corpo  input[type=submit]:hover
{
	color: #333;
	background: #ccc;
	transition: 0.3s;
}

.informativo_corpo h1
{
	display: block;
	float: left;
	width: 100%;
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.informativo_rodape 
{
	display:block;
	float:left;
	width:98%;
	color: #eee;
	text-align: center;
	padding: 1%;
}

.informativo_rodape	 b
{
	display:block;
	float:left;
	width:100%;
}

.informativo_rodape div
{
	display:block;
	float:left;
	width:100%;
}

.informativo_rodape	div input[type=text]
{
	display:block;
	float:left;
	width:40%;
	margin: 0.2% 0 0.2% 21%;
	padding: 0.5% 2%;
	border-radius: 20px 0  0  20px;
	border: none;
}
.informativo_rodape	div a
{
	display:block;
	float:left;
	width: 10%;
	margin: 0.2% 21% 0.2% 0%;
	padding: 0.5% 2%;
	border-radius: 0 20px 20px 0 ;
	color: #fff;
	background: #46D7D7;
}

/*
==========================================================================
input[type=text]:focus input[type=number]:focus input[type=date]:focus select:focus
==========================================================================
*/
.menu_usuario
{
	width: 98%;
	padding: 1%;
	display: block;
	background: #eee;
	float: left;
	text-align: center;
}

.menu_usuario a
{
	width: auto;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
}

/*
==========================================================================
colaborador
==========================================================================
*/
.colaborador
{
	width: 100%;
	display: block;
	float: left;
	color: #fff;
	margin: 10px 0;
}

.colaborador a
{
	display: inline-block;
	float: left;
	width: 9%;
	padding: 0 1% 0 0;
}

.colaborador a img
{
	float: left;
	display: inline-block;
	border-radius: 120px;
	width: 100%;
}

.colaborador p
{
	float: left;
	color: #333;
	display: inline-block;
	width: 90%;
	margin: 0;
}

.colaborador p a
{
	display: inline-block;
	float: left;
	color: #fff;
	background: #46D7D7;
	padding: 0.5% 1%;
	border-radius: 20px;
	font-size: 12px;
	margin: 5px 0;
	width: 20%;
	text-align: center;
}

.colaborador p a:hover
{
	color: #fff;
	background: #0D2832;
	transition: 0.3s;
}
/*
==========================================================================

==========================================================================
*/
.imagem_visualizador
{
	display: block;
	float: left;
	width: 98%;
	border-radius: 20px 20px 0 0;
	color: #05667E;
	text-align: center;
	padding: 1%;
}

.imagem_visualizador a
{
	display: block;
	float: left;
	width: 100%;
	border-radius: 20px 20px 0 0;
	color: #05667E;
	text-align: center;
}
/*
==========================================================================
publicidade
==========================================================================
*/

.publicidade
{
	display:block;
	float:left;
	width:100%;
	height:400px;
	background: #eee;
	margin:0px 0 20px 0;
}

.publicidade img
{
	display:block;
	height:auto;
	margin:0 auto;
}

.publicidade a
{
	display:block;
	float:left;
	width:100%;
}
/*
==========================================================================
colunas
==========================================================================
*/
.coluna_ilustracao
{
	display: block;
	float: left;
	width: 28%;
	margin: 0 2% 0 0;
}

.coluna_ilustracao img
{
	width: 100%;
}

.coluna_texto
{
	display: block;
	float: left;
	width: 70%;
	color: #333;
}

.coluna_texto h1
{
	display: block;
	float: left;
	width: 100%;
	color: #333;
	padding: 0;
	margin: 0;
}
.coluna_texto h1 a
{
	color: #333;
}
.coluna_texto h2
{
	display: block;
	float: left;
	width: 100%;
	color: #333;
	font-weight: normal;
	font-size: 16px;
}

/*
==========================================================================
postagem
==========================================================================
*/
.postagem
{
	width: 100%;
	color: #333;
	scroll-behavior: smooth;
}
.postagem span:nth-child(1)
{
	display: block;
	float: left;
	width: 80%;
}
.postagem span:nth-child(2)
{
	display: block;
	float: left;
	width: 20%;
}

.postagem span:nth-child(2) a
{
	display: block;
	float: left;
	width: 92%;
	background: #333;
	color: #fff;
	padding: 4%;
	border-radius: 25px;
	margin: 4px 0;
}

.postagem span:nth-child(2) a:hover
{
	background: #EB2D31;
	color: #fff;
}

.postagem_item
{
	width: 100%;
	display: block;
	float: left;
	color: #fff;
	margin: 0 0 10px 0;
}

.postagem_item div:nth-child(1)
{
	display: block;
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}
.postagem_item div:nth-child(1) img
{
	width: 100%;
	margin: 0 0 10px 0;
}
.postagem_item div:nth-child(2)
{
	display: block;
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}

.postagem_item h1
{
	width: 100%;
	color: #333;
}

.postagem_item h2, h4
{
	font-weight: normal;
	width: 100%;
	color: #333;
	font-size: 18px;
}

.postagem_ver_mais 
{
	color: #fff;
	display: block;
	float: left;
	padding: 5px 20px;
	border-radius: 25px;
	font-size: 20px;
	background: #333;
	margin: 0 50%;
	width: 30%;
	text-align: center;
}

.postagem_ver_mais:hover
{
	background: #fff;
	color: #333;
}

.postagem_mais
{
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

.postagem_mais a
{
	width: 20%;
	display: inline-block;
	text-align: center;
	background: #0D2832;
	color: #fff;
	padding: 1%;
	border-radius: 20px;
}

.postagem_mais a:hover
{
	background: #46D7D7;
	color: #0D2832;
	padding: 1%;
	border-radius: 25px;
	transition: 0.3s;
}
/*
==========================================================================
formulário geral
==========================================================================
*/
.formulario_geral
{
	width: 100%;
}

.formulario_geral .campo_geral
{
	background-size: 1% auto;
	border: solid 0px #ccc ;
	margin: 0% 0 1% 0 ;
	border-radius: 0px 10px 10px 10px ;
	width: 98% ;
	padding: 1%;
	background: #fff;
}

.formulario_geral .campo_geral option
{
	padding: 10px;
}

.formulario_geral span
{
	width: 100%;
	float: left;
	display: block;
}


.formulario_geral h5
{
	margin: 1% 0 0 0;
	width: 100%;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
}

.formulario_geral h6
{
	margin: 1% 0 0 0;
	width: 100%;
	display: block;
	float: left;
	color: #fff;
}

.formulario_geral h6 b
{
	background: #eee;
	border-radius: 6px 6px 0px 0px;
	width: 30%;
	padding: 0.5%;
	font-size: 14px;
	font-weight: normal;
	display: block;
	float: left;
	color: #333;
}

.formulario_geral p
{
	margin: 0;
	padding: 0;
}

.formulario_geral input[type=text]:focus input[type=number]:focus input[type=date]:focus select:focus
{
	background: #FFE599;
	color: #444;
}

.formulario_geral input[type=file]
{
	color: #444;
}

.formulario_geral label
{
	background: #eee;
	border-radius: 20px;
	display: inline-block;
	padding: 1%;
	margin: 1%;
	color: #333;
}

.formulario_geral fieldset
{
	border-radius: 10px;
	display: inline-block;
	padding: 1%;
	width: 98%;
	border: solid #ccc 1px;
	margin: 0 0 1% 0;
}

.formulario_geral fieldset legend
{
	border-radius: 20px;
	display: inline-block;
	padding: 0.7%;
	margin: 1%;
	background: #05667E;
	color: #fff;
}

.formulario_geral hr
{
	border: 0;
    border-bottom: 1px dashed #ccc;
    background: #ccc;
	clear: both;
}

.formulario_geral .div_geral_01
{
	border: solid 1px #eee ;
	margin: 0% 0 1% 0 ;
	border-radius: 0px 10px 10px 10px ;
	width: 96% ;
	padding: 2% ;
	height: 300px;
	overflow: auto;
}


.formulario_geral .div_geral_01 label
{
	border: solid 1px #eee ;
	margin: 0% 0 1% 0 ;
	border-radius: 10px ;
	width: 96% ;
	padding: 1% ;
}

.formulario_geral .div_geral_02
{
	border: solid 1px #eee ;
	margin: 0% 0 1% 0 ;
	border-radius: 0px 10px 10px 10px ;
	width: 96% ;
	padding: 2% ;
}


.formulario_geral .div_geral_02 label
{
	border: solid 1px #eee ;
	margin: 0% 0 1% 0 ;
	border-radius: 10px ;
	width: 96% ;
	padding: 1% ;
}
/*
==========================================================================
paginacao
==========================================================================
*/
.paginacao
{
	width: 100%;
	display: block;
	float: left;
	margin: 20px 0;
	color: #fff;
	text-align: center;
}

.paginacao a
{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 20px 0;
	color: #fff;
	text-align: center;
	background: #333;
	border-radius: 20px;
}

.paginacao b
{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 20px 0;
	color: #333;
	text-align: center;
	background: #fff;
	border-radius: 20px;
}

/*
==========================================================================
mensagem
==========================================================================
*/
.mensagem
{
	display: block;
	float: left;
	width: 96%;
	padding: 2%;
	margin: 1% 0;
	font-weight: normal;
	border-radius: 10px;
}

.mensagem_erro
{
	background: #FF5C26;
	color: #fff;
}

.mensagem_aviso
{
	background: #FFDC73;
}

.mensagem_sucesso
{
	/*background: #00D9A3;*/
	background: rgba(0, 217, 163, 0.5);
}

.mensagem_neutra
{
	/*background: #99CCFF;*/
	background: rgba(153, 204, 255, 0.5);
}


/*
==========================================================================
identificador
==========================================================================
*/
.identificador_formulario_publico
{
	width: 100%;
	display: block;
	float: left;
	margin: 20px 0;
	color: #fff;
	text-align: center;
}

.identificador_formulario_publico  input[type=password], input[type=email] 
{
	border: none;
	display: block;
	float: left;
	width: 90%;
	margin: 1% 3%;
	padding: 1% 2%;
}

.identificador_formulario_publico  input[type=submit] 
{
	border: none;
	display: inline-block;
	float: left;
	width: 90%;
	margin: 1% 3%;
	padding: 1% 2%;
	border-radius: 20px;
	color: #fff;
	background: #46D7D7;
}

.identificador_formulario_publico  input[type=submit]:hover
{
	color: #333;
	background: #fff;
	transition: 0.3s;
}

.identificador_formulario_publico h1
{
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 1%;
	color: #333;
}

.identificador_formulario_publico h2
{
	display: block;
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	margin: 1%;
	color: #333;
}

.identificador_formulario_publico div
{
	display: block;
	float: left;
	width: 31%;
	margin: 0 1%;
	background: #eee;
	min-height: 200px;
	border-radius: 10px;
}

/*
==========================================================================
comentario
==========================================================================
*/
.comentario
{
	width: 100%;
	display: block;
	float: left;
	margin: 10px 0;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #333;
}

.comentario h1
{
	width: 100%;
	display: block;
	float: left;
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #333;
}

.comentario h2
{
	width: 100%;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	color: #333;
}

.comentario img
{
	width: 5%;
	display: block;
	float: left;
	margin: 0 1% 0 0;
	border-radius: 50px;
}
.comentario div
{
	width: 94%;
	display: block;
	float: left;
}

