/*****************************/
/*** Core html setup stuff ***/
/*****************************/


html {
  height: 100%;
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
  scroll-behavior: smooth;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  color: #111;
  margin: 0;
  font-size: 18px;
  background-color: #d1d0cc;
  line-height: 133%;
}


/* 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-left: -10px;
}

/*****************************************/

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;
  max-width: 800px;
  min-width: 340px;
  width: auto !important;
  width: 340px;
}

div#header {
  overflow: hidden;
  background-color: #003555;
  height: 147px;
}

div#logo {
  width: 100%;
  margin-left: 7.1%;
  margin-top: 37px;
}

div#logo img {
  width: 100%;
  max-width: 402px;
}

div#middle, div#bottom {
  width: 100%;
  max-width: 800px;
  background-color: white;
}

div#menu {
  width: 100%;
}

div#compartilhe {
  float: left;
  width: 22%;
  max-width: 175px;
  min-width: 140px;
}

div#contents {
  float: top;
  width: 100%;
  min-height: 500px;
}

div#contents table {
  font-size: 16px;
}

div#contents table.bordafina, div#contents table.bordafina tr, div#contents table.bordafina td {
    border: 1px inset #aaa;
    border-collapse: collapse;
    border-spacing: 0;
}

div#contents strong a {
  color: black;
  font-weight: 500;
}

div#contents_padding {
  width: 90%;
  padding: 2px 0 40px 8.1%;
}


/*****************************************/

div#clear {
  /* alinha floats - colocar apos os divs flutuantes */
  clear: both;
}

/*****************************************/

/* BOTTOM */

div#bottom {
  margin-bottom: 10px;
}

div#botom01 {
  overflow:hidden;
  width: 90%;
  padding: 0 0 30px 8.1%;
}

div#botom01_line {
  border-top: 1px solid gray;
  width: 96%;
  height: 14px;
}

div#botom01_container {
  font-size: 17px;
  font-weight: 500;
}

table#organizacao {
  margin: 0 0 25px 0;
  width: 50%;
  display: inline-block;
}

table#organizacao td img {
  width: 100%;
  max-width: 304px;
  min-width: 160px;
}

table#organizacao td {
  vertical-align: middle;
  height: 70px;
} 

table#compartilhe {
  margin: 0 0 25px 0;
  width: 49%;
  display: inline-block;
}

table#compartilhe td {
  vertical-align: middle;
  font-size: 18px;
  height: 70px;
}

table#compartilhe td:first-child {
  width: 55%;
}

table#compartilhe td img {
  padding: 0 0 0 15px;
}

hr.branco {
  background-color: white;
  height: 1px;
  border: 0;
}

/*****************************************/

/* titulos  */
.componentheading, .contentheading, h1, h2 {
  margin: 0;
  letter-spacing: 0.015em;
  font-size: 18px;
  padding-left: 0px;
  margin-bottom: 24px;
  text-align: left;
  text-transform: uppercase;
}

h5 {
  margin: 0;
  padding: 0;
  letter-spacing: 0.015em;
  font-size: 18px;
  margin-bottom: 2px;
  text-align: left;
}

h6 {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 10px;
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.05em;
}

a {
  text-decoration: none;
  font-weight: 300;
  color: black;
}

a.hover {
  text-decoration: underline;
}

strong {
}

table#programa {
  background-color: #B0CBDC;
}


/*****************************************/

/* menu */

#menu {
}

#menu ul {
  transition: all 2s ease-in-out 2s;
  margin: 0;
  padding: 0;
}

#menu li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 32px;
}

#menu a {
  color: white;
  text-decoration: none;
  font-size: 17.5px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin: 5px 0 0 13px;
}

#menu a:hover {
  text-decoration: underline;
}


/* submenu escondido por padrao */

#menu li ul {
  width: 100%;
  margin: 0;
  display: none;
}


/* exibe submenu se existir */
#menu li:hover ul {
  display: initial;
}

#menu li li {
  position: absolute;
  width: 100% !important;
  opacity: 0.94;
}

#menu li li:nth-child(1) {
  top: 32px;
}

#menu li li:nth-child(2) {
  top: 64px;
}

#menu li li:nth-child(3) {
  top: 96px;
}

#menu li li:nth-child(4) {
  top: 128px;
}

/*****/

#menu li:nth-child(1) {
  width: 21.3%;
  background-color: #4F8740;
}
#menu li:nth-child(1) li:nth-child(1) {
  background-color: #939B6B;
}
  
/*****/
#menu li:nth-child(2) {
  width: 25.6%;
  background-color: #BB5124;
}
#menu li:nth-child(2) li:nth-child(1) {
  background-color: #D0966B;
}
#menu li:nth-child(2) li:nth-child(2) {
  background-color: #CD766B;
}
#menu li:nth-child(2) li:nth-child(3) {
  background-color: #D0966B;
}
  
/*****/
#menu li:nth-child(3) {
  width: 18.8%;
  background-color: #155272;
}
#menu li:nth-child(3) li:nth-child(1) {
  background-color: #4DA7BB;
}
  
/*****/
#menu li:nth-child(4) {
  width: 19.4%;
  background-color: #643608;
}
#menu li:nth-child(4) li:nth-child(1) {
  background-color: #C6A490;
}
#menu li:nth-child(4) li:nth-child(2) {
  background-color: #BE927A;
}
  
/*****/
#menu li:nth-child(5) {
  width: 14.9%;
  background-color: #24A1A5;
}
/*****/

/* clearfix */
#menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


/*****************************************/

div#topo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 5%;
  min-width: 30px;
}

img#topo {
  width: 100%;
  max-width: 50px;
}


/**/
/**/
/**/
/**/
/**/
/* FRONTPAGE **********************************************************************************/

body#frontpage {
  background-color: #777777;
}

div#frontpage_center_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  min-width: 340px;
  width: auto !important;
  width: 340px;
  /* background: url('/conesul2018/frontpage_pdf.jpg') 0 0 no-repeat; */
}

div#frontpage_header {
  width: 100%;
  background-color: #003255;
}

div#frontpage_header_800 {
  position: relative;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 800px;
  height: 260px;
  background-color: #003255;
}

div#frontpage_logotipo {
  position: absolute;
  left: 0;
  top: 116px;
  margin: 0px auto 0 auto;
  width: 100%;
  height: 626px;
}

img#frontpage_banner_normal {
  width: 100%;
  max-width: 800px;
}

img#frontpage_banner_mobile {
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 424px;
}

div#frontpage_menu .js, div#frontpage_menu .tinynav {
    top: -40px;
}

div#frontpage_menu, div#frontpage_contents {
  position: relative;
  width: 100%;
  background-color: #006997;
}

div#frontpage_contents {
  position: relative;
  height: 452px;
  background-color: #003255;
}

div#frontpage_menu_800, div#frontpage_contents_800 {
  position: relative;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 800px;
}

div#frontpage_menu_800 {
  z-index: 9999;
}

div#frontpage_contents_800 {
  width: 100%;
  max-width: 800px;
  height: 452px;
}

div#frontpage_bottom {
  width: 100%;
  margin: 0;
  background-color: white;

}

div#frontpage_botom01 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0 auto;
  padding: 0 0 30px 1%;
}

div#frontpage_botom01 {
  overflow:hidden;
  width: 90%;
  padding: 30px 0 30px 0;
}

@media screen and (min-width: 540px) {

img#frontpage_banner_normal {
  display: block;
} 

img#frontpage_banner_mobile {
  display: none;
}

} /* media */

@media screen and (max-width: 540px) {

div#frontpage_logotipo {
  top: 68px;
}

img#frontpage_banner_normal {
  display: none;
} 

img#frontpage_banner_mobile {
  display: block;
}


} /* media */




























/*####################*/
@media screen and (min-width: 640px) and (max-width: 800px) {
} /*media*/



/*####################*/
@media screen and (min-width: 540px) and (max-width: 640px) {
} /*media*/



/*####################*/
@media screen and (max-width: 540px) {
} /*media*/



/*####################*/
@media screen and (max-width: 640px) {
} /*media*/
















/**/
/**/
/**/
/**/
/**/
/* MOBILE *************************************************************************************/


/*####################*/
@media only screen and (max-width: 740px) {

#menu a {
  font-size: 15px;
  letter-spacing: -1px;
  margin: 5px 0 0 5px;
}

} /*media*/




/*####################*/
@media only screen and (max-width: 640px) {

div#contents table#inscricoes {
  width: 95%;
  font-size: 14px;
}

div#contents table#inscricoes td {
  line-height: 130%;
  padding: 4px;
}

body {
  font-size: 15px;
}

div#contents table {
  font-size: 14px;
}

div#logo {
  margin-left: 1%;
}

} /*media*/



/*####################*/
@media only screen and (min-width: 540px) {
.js .tinynav { display: none }

div#header {
  margin-top: 5px;
}

} /*media*/



/*####################*/
@media screen and (max-width: 540px) {

  .js #nav { display: none }
  .js .tinynav, .tinynav {
    position: absolute;
    display: block;
    width: 41px;
    height: 26px;
    background: transparent url("../imagem/menu2.png") 0 center no-repeat;
    color: #777;
    font-size: 14px;
    top: 154px;
    right: 0;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 0 !important;
     -webkit-appearance: none;
     -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }

div#contents_padding {
  padding: 20px 0 0 2%;
}

div#middle, div#bottom {
  width: 100%;
}

table#compartilhe td, table#organizacao td {
  font-size: 16px;
  width: 100px;
}

div#contents {
  width: 100%;
}

div#botom01 {
  width: 100%;
  padding: 0 0 30px 1%;
}

div#botom01_line {
  border-top: 1px solid gray;
  width: 98%;
}

div#botom01_container {
} /*media*/




