html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */

hr {
  display: none;
}

/* MODAL */

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 78px;
  margin: -39px 0 0 -44px;
  z-index: 99999;
}

.bg_modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99997;
}

.view_modal {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: left;
  z-index: 99997;
}

.modal {
  visibility: hidden;
  cursor: pointer;
}

#activity {
  position: absolute;
  z-index: 9999;
  top: 200px;
  left: 50%;
  font-size: 0.8em;
  margin-left: -90px;
  color: #000;
  background: #fff url(../img/activity-indicator.gif) no-repeat right center;
  border: 2px solid #bbb;
  text-align: right;
  padding: 5px 126px 5px 5px;
}

#activity.disabled {
  display: none;
  visibility: hidden;
}

#accessJumperMenu {
  display: none;
  position: absolute;
  top: -150px;
}

.crop {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}

.corner-all {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.big-corner-all {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* RODAPE FIXADO EM BAIXO DA PAGINA [BEGIN]*/

html,
body {
  height: 100%;
}

#page {
  position: relative;
  min-height: 100%;
}

/* RODAPE FIXADO EM BAIXO DA PAGINA [END]*/

body {
  font: 12px Helvetica, Arial, Tahoma, sans-serif;
  text-align: center;
  color: #404040;
  background: url(../img/layout/bg_internas.png) repeat-x 0 13px;
}

header.crop {
  position: absolute;
  width: 980px;
  height: 144px;
  right: 50%;
  margin-right: -490px;
  background: url(../img/layout/bg_topo.png) no-repeat center bottom;
  z-index: 90;
}

header h1 a {
  display: block;
  position: absolute;
  right: 50%;
  margin-right: -126px;
  text-indent: -9999em;
  overflow: hidden;
  width: 252px;
  height: 115px;
  background: url(../img/layout/logo.png) no-repeat 0 0;
  z-index: 100;
  margin-top: 7px;
}

header #header-nav li {
  float: left;
  display: inline;
}

header #header-nav li.servicos {
  margin-right: 385px;
}

header #header-nav li.servicos a,
header #header-nav li.eventos a,
header #header-nav li.portfolio a,
header #header-nav li.contato a {
  padding: 0 24px;
  padding-top: 76px;
  padding-bottom: 34px;
}

header #header-nav li a {
  display: block;
  font-size: 14px;
  color: #4f4d4d;
  padding: 0 23px;
  padding-top: 76px;
  padding-bottom: 34px;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

header #header-nav li a:hover {
  color: #fff;
  background: url(../img/layout/bg_hover_menu.png?123) repeat-x 0 bottom;
}

#page {
  background: url(../img/layout/bg_content.png) no-repeat center bottom;
}

#content {
  padding-top: 131px;
  /* RODAPE FIXADO EM BAIXO DA PAGINA [BEGIN]*/
  padding-bottom: 140px;
  /* Mesma altura do footer, para o conteudo não ficar por baixo */
  /* RODAPE FIXADO EM BAIXO DA PAGINA [BEGIN]*/
}

#content .titulo {
  width: 940px;
  margin-top: 34px;
  padding-bottom: 40px;
}

#content .titulo h2 {
  font-size: 48px;
  font-weight: normal;
  letter-spacing: -2px;
  color: #ececec;
}

#content .crop {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 40px;
  width: 940px;
}

#content p {
  color: #404040;
  line-height: 18px;
  /*padding-bottom: 15px;*/
  margin-top: 35px;
}

#content .voltar {
  float: left;
  display: inline;
  clear: both;
  height: 30px;
  margin-top: 30px;
}

#content .link-bt,
#content .voltar a {
  float: left;
  display: inline;
  text-indent: -9999em;
  overflow: hidden;
  width: 88px;
  height: 43px;
  background: url(../img/layout/bt_voltar.png) no-repeat;
}

footer {
  /* RODAPE FIXADO EM BAIXO DA PAGINA [BEGIN]*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* RODAPE FIXADO EM BAIXO DA PAGINA [END]*/
  display: block;
  color: #fff;
  height: 140px;
  cursor: default;
  background: url(../img/layout/bg_rodape2.png) repeat-x 0 0;
}

footer .big-wrap {
  background: url(../img/layout/bg_rodape.png) no-repeat center 0;
  height: 140px;
}

footer .big-wrap .box {
  height: 59px;
}

footer .big-wrap #footer-nav {
  float: left;
  display: inline;
}

footer .big-wrap #footer-nav li {
  float: left;
  display: inline;
}

footer .big-wrap #footer-nav li a {
  color: #fff;
  padding: 22px 17px;
}

footer .big-wrap #footer-nav li.first a {
  padding-left: 0;
}

footer .big-wrap .midias {
  float: right;
  display: inline;
  margin-top: 20px;
}

footer .big-wrap .midias li {
  float: left;
  display: inline;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

footer .big-wrap .midias li a {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background: url(../img/layout/midias.png) no-repeat 0 0;
}

footer .big-wrap .midias li.facebook a {
  background-position: -20px 0;
}

footer .big-wrap .midias li.google a {
  background-position: -40px 0;
}

footer .big-wrap .midias li.instagram a {
  background: url(../img/layout/icon_insta.png) no-repeat center;
}

footer .big-wrap .midias li.instagram a:hover {
  opacity: 0.9s;
}

footer .big-wrap .midias li.twitter a:hover {
  background-position: 0 -20px;
}

footer .big-wrap .midias li.facebook a:hover {
  background-position: -20px -20px;
}

footer .big-wrap .midias li.google a:hover {
  background-position: -40px -20px;
}

footer .big-wrap .rights-sub {
  float: left;
  display: inline;
  padding-top: 10px;
  width: 500px;
}

footer .big-wrap .rights-sub p {
  line-height: 20px;
}

footer .big-wrap p.dev {
  float: right;
  display: inline;
  margin-top: 33px;
}

footer .big-wrap p.dev a {
  color: #fff;
}

footer .sitemap {
  padding-top: 80px;
  cursor: default;
}

footer .sitemap .group {
  float: left;
  margin: 0 45px 0 5px;
  line-height: 21px;
  color: #235581;
}

footer .sitemap .group a {
  color: #235581;
}

footer .sitemap .group a:hover {
  color: #002749;
}

/* UI */

.ui-button {
  display: inline-block;
  padding: 5px 10px;
  overflow: hidden;
  text-align: center;
  font-family: "Muli", Helvetica, sans-serif;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #626772 url(../img/layout/ui_button.png?1) repeat-x bottom left;
  border: 1px solid #1f1e21;
  color: #fff;
  cursor: pointer;
}

input.ui-button,
button.ui-button {
  overflow: visible;
}

.ui-button-small {
  padding: 2px 3px;
  font-size: 11px;
}

.ui-button-big {
  padding: 8px 11px;
  font-size: 14px;
}

.ui-button:hover,
.ui-button.over {
  background: #1f1e21;
  border-color: #626772;
  text-decoration: none;
}

.ui-form .input input {
  background: #f9f9f9 url(../img/layout/bg_input.png) repeat-x top left;
  border: 1px solid #bcbcbc;
  font: 13px Helvetica, Arial, Tahoma, sans-serif;
  color: #565656;
  padding: 7px;
  /*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.ui-form .ui-button {
  cursor: pointer;
  padding: 0;
  overflow: visible;
  font: 13px Helvetica, Arial, Tahoma, sans-serif;
  padding: 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #0f385b;
  background: #2a5b86;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#467197), color-stop(5%, #2a5b86), to(#12436e));
  background-image: -webkit-linear-gradient(#467197, #2a5b86 5%, #12436e);
  background-image: -moz-linear-gradient(top, #467197, #2a5b86 5%, #12436e);
  background-image: -ms-linear-gradient(#467197, #2a5b86 5%, #12436e);
  background-image: -o-linear-gradient(#467197, #2a5b86 5%, #12436e);
  background-image: linear-gradient(#467197, #2a5b86 5%, #12436e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a5b86', endColorstr='#12436e', GradientType=0);
}

.ui-form .ui-button:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#467197), color-stop(5%, #12436e), to(#2a5b86));
  background-image: -webkit-linear-gradient(#467197, #12436e 5%, #2a5b86);
  background-image: -moz-linear-gradient(top, #467197, #12436e 5%, #2a5b86);
  background-image: -ms-linear-gradient(#467197, #12436e 5%, #2a5b86);
  background-image: -o-linear-gradient(#467197, #12436e 5%, #2a5b86);
  background-image: linear-gradient(#467197, #12436e 5%, #2a5b86);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12436e', endColorstr='#2a5b86', GradientType=0);
}

.ui-table {
  margin: 0 auto;
  width: 938px;
}

.ui-table thead tr th,
.ui-table tr.thead td {
  font-size: 15px;
  font-weight: normal;
  background: url(../img/layout/bg_table_th.png) repeat-x;
  color: #6c6c6c;
  padding: 6px;
  cursor: default;
  text-align: center;
  border-right: 1px solid #dfdfdf;
}

.ui-table thead tr th.th3 {
  border-right: 0 none;
}

.ui-table tbody tr td {
  padding: 9px;
  text-align: center;
  color: #6c6c6c;
  background: #e8e8e8;
  border: 1px solid #dfdfdf;
}

.ui-table tbody tr td.td1 {
  border-left: 0 none;
}

.ui-table tbody tr td.td3 {
  border-right: 0 none;
}

.ui-table tbody tr:hover td {
  background: #ededed;
}

.ui-table tfoot tr td {
  background: #211c51;
  padding: 5px 6px;
  color: #fff;
}

.ui-form .input input,
.ui-form .input textarea {
  border: 1px solid #bcbcbc;
  /*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
  font-size: 12px;
  padding: 5px 8px;
  width: 94%;
}

.ui-form .input input[type="file"] {
  background: none;
  border: none;
  width: auto;
  padding: 0;
}

.ui-form .input {
  margin: 5px 0;
}

.ui-form .input small {
  display: block;
  font-size: 11px;
  color: #999;
  margin: 2px 0 0;
}

.ui-form .input label,
.ui-form fieldset fieldset legend {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #224f75;
  margin: 12px 0 2px;
}

.ui-form fieldset fieldset label {
  margin-right: 12px;
}

.ui-form .input input:focus,
.ui-form .input textarea:focus {
  color: #666;
  border-color: #224f75;
}

.ui-form input.form-error,
.ui-form textarea.form-error {
  border-color: #c00 !important;
}

.ui-form .form-error,
.ui-form .error-message {
  font-size: 11px;
  padding: 4px 2px;
  color: #c00;
}

.ui-form .row-button {
  padding: 6px 0;
}

.ui-form .checkbox-group .input {
  text-align: left;
  line-height: 16px;
  margin: 2px 0;
}

.ui-form .checkbox-group .input input {
  float: left;
  width: auto;
  margin: 2px;
  padding: 0;
}

.ui-form .checkbox-group .input label {
  float: left;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  margin: 0 2px;
  padding: 0;
}

.paging {
  text-align: center;
  clear: both;
  margin: 21px 0 12px;
  cursor: default;
  line-height: 23px;
}

.paging a,
.paging span.current {
  display: inline-block;
  color: #151515;
  background: #ececec;
  font-weight: bold;
  font-size: 15px;
  padding: 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.paging span.current,
.paging a:hover {
  color: #fff;
  background: #ce1717;
}

.paging a.setas {
  display: inline-block;
  text-indent: -1000em;
  background: url(../img/layout/setas.png?1) no-repeat;
  width: 23px;
  height: 23px;
  padding: 0 !important;
  margin: 0 2px 0;
}

.paging a.setas:hover {
}

.paging a.next {
  background-position: -23px 0;
}

.paging .disabled {
  display: none;
}

/* SCROLL */

#content ::-webkit-scrollbar {
  height: 9px;
  width: 9px;
}

#content ::-webkit-scrollbar-button:start:decrement,
#content ::-webkit-scrollbar-button:end:increment {
  background-color: transparent;
  display: block;
  height: 0;
}

#content ::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

#content ::-webkit-scrollbar-thumb:vertical,
#content ::-webkit-scrollbar-thumb:horizontal {
  background-color: #d6d6d6;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

/* notices and errors */

.message {
  font-family: "Muli", Helvetica, sans-serif;
  letter-spacing: -1px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
  background-color: #6e85cc;
  background-color: rgba(25, 109, 160, 0.9);
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: #fff;
  cursor: default;
  border-bottom: 2px solid #176da0;
}

.message .error {
  background-color: #046da3;
  border-bottom: 2px solid #036598;
  color: #fff;
}

/* breadcrumb */

.breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb,
.breadcrumb * {
  font-weight: bold;
  color: #29166f;
}
