/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
  overflow-y:scroll;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: black;
  margin: 0;
  font-size: 17px;
  background-color:#e7ebed;
  line-height: 140%;
}


/* Normal link */
a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

li {
  margin-top: 14px;
  margin-left: -10px;
}

hr {
  border: 0;
  height: 1px;
  background: black;
}

/*****************************************/

div#full_container {
  position: absolute;
  left: 0;
  top: 0;
  float: top;
  width: 100%;
  height: 100%;
  vertical-align:top;
}

div#center_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 833px;
  background-color: white;
}

div#header_container {
  float: top;
}

div#header {
  width: 100%;
}

div#logo {
  width: 100%;
}

div#logo img {
  width: 100%;
  max-width: 833px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 5px;
}

div#middle {
  width: 100%;
  max-width: 833px;
  margin-top: 2px;
  background-color: white;
  overflow: auto;
}

div#menu_container {
  margin-top: 0;
}

div#menu {
  padding: 0;
}

div#contents_container {
  margin-top: 0;
}

div#contents {
  padding: 0 10% 40px 10px;
  text-align: justify;
}

/*****************************************/

div#clear {
  /* alinha floats - colocar apos os divs flutuantes */
  clear: both;
}

/*****************************************/

/* titulos  */
.componentheading, .contentheading, h1, h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  padding-left: 0px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  text-align: left;
}



/*****************************************/

/* menu */

#menu {
  margin: 0;
  margin-left: -20px;
  padding: 0;
  line-height: 130%;
}

#menu li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

#menu a {
  color: #1083C4;
  text-decoration: none;
/*  font-family: 'Signika', sans-serif; */
  font-family: Arial, sans-serif;
  font-size: 19px;
  letter-spacing: -0.4px;
  font-weight: 500;
  display: block;
  padding: 5px 20px 8px 9%;
  margin: 0;
}

#menu a:hover {
  text-decoration: underline;
}

#menu .current a{
}

#menu li:hover > a {
}

#menu ul li:first-child > a {
}

/* clearfix */
#menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*****************************************/

table.inscricoes {
  color: black;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  border: black 1px solid;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #666666;
  -webkit-box-shadow: 0 1px 2px #666666;
  box-shadow: 0 1px 2px #666666;
}

table.inscricoes tr {
}

table.inscricoes > tbody > tr > td:first-child {
  border-left: 0;
  font-family: sans-serif;
}

table.inscricoes > tbody > tr > td:last-child {
  padding: 4px 0 4px 4px;
  border-right: 0;
}

table.inscricoes td {
  padding: 4px 5px 4px 4px;
  margin: 0;
  border-top: 1px solid white;
  border-bottom:1px solid black;
  border-right:1px solid black;
  border-left: white;
  text-align: left;
  vertical-align: top;
}

table.inscricoes tr:last-child td {
  border-bottom:0;
}

table.inscricoes tr:last-child td:first-child {
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}

table.inscricoes tr:last-child td:last-child {
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}

/*****************************************/

table.vermelho {
  color: white;
  font-family: sans-serif;
  margin: 0;
  padding: 6px;
  border: #ed1c24 1px solid;
  background-color: #ed1c24;

  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}

table.vermelho a {
  color: white;
}

table.vermelho tr {
}

table.vermelho > tbody > tr > td:first-child {
  border-left: 0;
}

table.vermelho > tbody > tr > td:last-child {
  padding: 4px 0 4px 4px;
}

table.vermelho td {
  padding: 4px 5px 4px 4px;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

table.vermelho tr:last-child td {
  border-bottom:0;
}


/*****************************************/

/*****************************************/


/* Tabelas */

table.programa {
  color: #111;
  margin: 0;
  border: #999 1px solid;
  width: 100%;
  font-size: 13px;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

  -moz-box-shadow: 0 1px 2px #999;
  -webkit-box-shadow: 0 1px 2px #999;
  box-shadow: 0 1px 2px #999;
}
table.programa tr {
  text-align: left;
  padding-left:20px;
}
table.programa td:first-child {
  text-align: center;
  width: 95px;
  border-left: 0;
  white-space: nowrap;
}
table.programa td {
  padding: 6px;
  border-top: 1px solid white;
  border-bottom: 1px solid;
  border-left: 1px dotted gray;
  background: white;
  vertical-align: top;
}
table.programa tr:last-child td {
  border-bottom:0;
}
table.programa tr:last-child td:first-child {
  -moz-border-radius-bottomleft:6px;
  -webkit-border-bottom-left-radius:6px;
  border-bottom-left-radius:6px;
}
table.programa tr:last-child td:last-child {
  -moz-border-radius-bottomright:6px;
  -webkit-border-bottom-right-radius:6px;
  border-bottom-right-radius:6px;
}

table.programa h3 {
  color: white;
  font-size: 22px;
}

table.programa strong {
  color: black;
}

table.programa em {
  font-size: 12px;
  color: #26587B;
}


/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/

div#frontpage_center_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  font-size: 14px;
}

div#frontpage {
  position: relative;
  width: 100%;
  max-width: 1200px;
  background-color: white;
  overflow: auto;
}

div#frontpage_top {
  float: top;
  width: 100%;
  height: 700px;
  left: 0;
  top: 0;
  min-height: 100%;
}

div#frontpage_menu {
  position: absolute;
  top: 388px;
  left: 18%;
  font-size: 17px;
  font-weight: bold;
  color: white;
  line-height: 160%; 
}

div#frontpage_menu a {
  color: white;
}

div#frontpage_conteudo {
  float: top;
  background-color: white;
  width: 100%;
  max-width: 833px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/




/**/
/**/
/**/
/**/
/**/
/* PC *************************************************************************************/


@media only screen and (min-width: 870px) {

div#frontpage_top {
  background: url("/sbni2017/templates/site/imagem/frontpage.jpg") no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

}

@media only screen and (max-width: 870px) {

div#frontpage_top {
  background: url("/sbni2017/templates/site/imagem/frontpage_870px.jpg") no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

}

@media only screen and (min-width: 540px) and (max-width: 800px) {

body {
  font-size: 14px;
}

.componentheading, .contentheading, h1, h2 {
  font-size: 16px;
}

#menu a {
  font-size: 16px;
  padding: 3px 0 2px 0;
}

}

@media only screen and (min-width: 540px) {
.js .tinynav { display: none }

.mobile {
  display: none;
}

.pc {
  display: block;
}

div#menu_container {
  float: left;
  width: 28%;
  min-height: 500px;
}

div#contents_container {
  float: left;
  width: 70%;
  min-height: 500px;
}
































} /* PC */






















/**/
/**/
/**/
/**/
/**/
/* MOBILE *************************************************************************************/


@media screen and (max-width: 540px) {

  .js #nav { display: none }
  .js .tinynav, .tinynav {
    position: relative;
    display: block;
    width: 74px;
    height: 21px;
    background: transparent url("/sbni2017/templates/site/imagem/menu.png") 0 center no-repeat;
    color: #777;
    font-size: 14px;
    padding-right: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 0 !important;
     -webkit-appearance: none;
     -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }

.mobile {
  display: block;
}

.pc {
  display: none;
}

body {
  font-size: 14px;
}

.componentheading, .contentheading, h1, h2 {
  font-size: 16px;
}

div#menu_container {
  float: top;
  width: 100%;
  padding: 10px;
  margin: 0;
}

div#menu {
  width: 100%;
  margin: 0;
}

div#contents_container {
  float: top;
  width: 92%;
  margin: 0;
}

div#contents {
  width: 100%;
  margin: 0;
}















} /* MOBILE */
