@charset "UTF-8";

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
}

.iframe-upload {
	width:80px;
	height:32px;
	float: left; 
	margin-right: 4px
}

body {
	width: 100%;
	margin: auto;
	background-image: var(--param_body_background_image);
	background-repeat: no-repeat;
	background-position: var(--param_body_background_position);
	overflow-y: scroll;
	overflow-x: hidden;
}

.banner { text-align: center; }

.postagem-data {
	width: 100%;
	font-size: 14px;
}
.postagem-titulo {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
    color: var(--param_postagem_titulo_color);
}
.postagem-filtro {
	font-size: 14px;
	color: var(--param_postagem_filtro_color);
	margin-top: 5px;
	margin-bottom: 0px;
}
.postagem-filtro-sel {
	font-size: 14px;
	color: var(--param_postagem_filtro_sel_color);
	margin-top: 10px;
	margin-bottom: 10px;
}

.noticia-box { text-align: center; }
.noticia-box img {
	width: 98%;
	margin-bottom: 7px;
}
.noticia-box img:hover {
	width: 100%;
	box-shadow: 0px 7px 15px black;
	margin-bottom: 0px;
}
.noticia-box div {
	height: var(--param_noticia_box_div_height);
	border: 5px solid var(--param_noticia_box_div_border_color);
	width: 98%;
	margin-bottom: 12px;
	cursor: pointer;
	padding: 20px;
	font-weight: bold;
}
.noticia-box div:hover {
	height: 80px;
	box-shadow: 0px 7px 15px black;
	margin-bottom: 12px;
}

.alerta { color: var(--param_alerta_color); }

.topico {
    background-color: var(--param_th_background_color);
    color: var(--param_th_color);
    text-align: center;
}

.boleto_linha {
    border-bottom: black 1px solid;
    font-family: verdana;
	padding: 0px;
	vertical-align: top;
}
.boleto_divisao {
    border-left: black 1px solid;
    font-family: verdana;
	padding: 0px;
}
.boleto { 
	font-family: verdana;
	padding: 0px;
}

select {
	border: 2px solid white;
	background-color: #f1f1f1;
	padding: 5px;
	font-size: 14px;
	height: 34px;
}
textarea {
	border: 2px solid white;
	background-color: #f1f1f1;
	padding: 5px;
	font-size: 14px;
	width: 100%;
	height: 140px;
}
input {
	border: 2px solid white;
	background-color: #f1f1f1;
	padding: 5px;
	font-size: 14px;
}
input[type=text] {
	background-color: #f1f1f1;
	border: 2px solid white;
	height: 34px;
}
input[type=password] {
	background-color: #f1f1f1;
	border: 2px solid white;
	height: 34px;
}
input[type=submit] {
	background-color: var(--param_button_text_background_color);
	color: var(--param_button_text_color);
	cursor: pointer;
	min-width: 20px;
	padding: 8px 20px;
}
input[type=button] {
	background-color: var(--param_button_text_background_color);
	color: var(--param_button_text_color);
	cursor: pointer;
	min-width: 20px;
	padding: 8px 20px;
}
.button-text {
	border: 2px solid white;
	padding: 8px 20px;
	font-size: 14px;
	background-color: var(--param_button_text_background_color);
	color: var(--param_button_text_color);
	cursor: pointer;
	border: 2px solid var(--param_button_text_color);
	text-decoration: none;
}
.button-text a {
	color: var(--param_button_text_background_color);
	cursor: pointer;
	text-decoration: none;
}
input[type=radio] {
	margin-right: 2px;
	margin-left: 10px;
}
input[type=checkbox] { margin-right: 2px; }
input[type=label] { background-color: white; }
input[type=label-orca] { background-color: white; }

.nav { 
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 2px;
}
.nav a { 
    margin: 0 10px; 
	background: black; 
	text-decoration: none; 
	color: black;
	border: 2px black solid;
	padding: 0;
	border-radius: 10px;
}
.nav a.activeSlide { 
	background: black; 
	color: black;
	padding: 0 10px;
}
.nav a:focus { outline: none; }

h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
    color: var(--param_h_color);
}
h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
    color: var(--param_h_color);
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
    font-weight: bold;
    color: var(--param_h_color);
}
h4 {
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 10px;
    color: var(--param_h_color);
}

a {
	text-decoration: none;
	cursor: pointer;
}
p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
}

.row:before, .row:after {
	content: "";
	display: table;
}
.row:after { clear: both; }

hr.style-eight {
    content: url(../images/divisoria.png);
    display: inline-block;
    position: relative;
    top: -0.6em;
    padding: 0;
    border: 0;
    width: 60%;
}

footer {
	padding: 10px 30px 10px;
	background-color: var(--param_footer_background_color);
    color: var(--param_footer_color);
	text-align: center;
	font-size: 14px;
}
footer h1 {
	font-weight: bold;
	font-size: 16px;
    color: var(--param_footer_color);
	margin-bottom: 2px;
}

.tb-formulario {
    width: 100%;
	font-size: 14px;
}
.tb-formulario-titulo {
    width: 100%;
	background: var(--param_th_background_color);
	color: var(--param_th_color);
	padding: 5px;
	font-weight: bold;
}

table, th, td {
    border: none;
    padding: 5px;
    border-collapse: collapse;
    text-align: left;
	vertical-align: bottom;
	font-size: 14px;
}
th {
    background-color: var(--param_th_background_color);
    color: var(--param_th_color);
    text-align: center;
}

.l1 { background-color: var(--param_l1_background_color); }
.l2 { background-color: var(--param_l2_background_color); }

.frame-dhtml { height: 160px; }
.img-dhtml {
	padding: 0px;
	width: 36px;
}

.popCookie a {
	margin-right: 20px;
	color: var(--param_popcookie_a_color);
	text-decoration: none;
}

hr {
	content: url(../images/divisoria.png);
	border: 0;
	width: 90%;
	padding: 20px;
	margin: auto;
}

.banner img {
	width: 80%;
	margin-top: 20px;
}

.bloco img {
	width: 98%;
	margin-bottom: 9px;
}
.bloco {
	margin-bottom: 15px;
	font-size: 16px;
}

/*Mobile View*/
@media (max-width: 454px){
	.so-mobile  { display: auto; }
	.so-desktop { display: none; }

   body { padding-top: 63px; }

	.popCookie {
		position: fixed; 
		bottom: 10px; 
		margin-left: 1%;
		margin-right: 1%;
		z-index: 110;
		width: 98%;
		height: 270px;
		background: var(--param_popcookie_background);
		color: var(--param_popcookie_color);
		border: 2px solid black;
		padding: 10px;
		border-radius: 10px;
	}

	.destaque { width: 100%; }
	.destaque img {
		width: 100%;
		height: auto;
	}

	.col {
		width: 100%;
		float: left;
	}
	.col-p33 {
		width: 45%; 
		padding-left: 20px;
	}
	.col-p66 {width: 55%; }
	.col-2 { width: 100%; }
	.col-4 {
		width: 50%;
		float: left;
	}
	.col-5 {width: 50%; float: left}

	.pesquisa {
		width: 100%;
		position: relative;
		top: 132px;
		border-radius: 50px;
		height: 40px;
		text-align: right;
		border: 2px solid #0674bf;
		background: white;
	}
	.pesquisa i { 
		color: black; 
		font-size: 18px; 
		float: left;
		margin-top: 10px;
		margin-left: 15px;
	}
	.pesquisa input {
		background-color: white;
		width: 90%;
		height: 36px;
		border-radius: 0px 50px 50px 0px;
		font-size: 20px;
	}
	.pesquisa input:focus { outline: none; }

	.th-vertical {
		background-color: #808080;
		color: white;
		text-align: right;
		writing-mode: vertical-rl;
		text-orientation: mixed;
	}
}

/*Desktop View*/
@media (min-width: 455px){
	.so-mobile  { display: none; }
	.so-desktop { display: auto; }
	
	body { min-width: 900px; }

	.popCookie {
		position: fixed; 
		bottom: 20px; 
		right: 20px; 
		z-index: 110;
		width: 480px;
		height: 206px;
		background: var(--param_popcookie_background);
		color: var(--param_popcookie_color);
		border: 2px solid black;
		padding: 10px;
		border-radius: 10px;
	}

	.banner img:hover {
		width: 80%;
		margin-top: 20px;
		box-shadow: 0px 7px 15px black;
	}

	.bloco img:hover {
		width: 100%;
		box-shadow: 0px 7px 15px black;
		margin-bottom: 5px;
	}

    .row {
		max-width: 900px;
        margin: auto;
    }
	
	.col {
		width: 100%;
		float: left;
		padding: 0px 7px 14px;
	}
	.col-p33 {width: 33%;}
	.col-p66 {width: 66%;}
	.col-2 {width: 50%;}
	.col-4 {width: 25%;}
	.col-5 {width: 20%;}
	
	.pesquisa {
		width: 300px;
		margin-top: 10px;
		border-radius: 50px;
		height: 40px;
		float: right;
		text-align: right;
		border: 2px solid #0674bf;
		background: white;
	}
	.pesquisa i { color: black; }
	.pesquisa input {
		background-color: white;
		width: 260px;
		height: 36px;
		border-radius: 0px 50px 50px 0px;
		font-size: 16px;

	}
	.pesquisa input:focus { outline: none; }

	.th-vertical {
		background-color: #808080;
		color: white;
		text-align: center;
	}
}