@charset "UTF-8";
.rounded-left,
.rounded-right {
  border-radius: 5px;
  overflow: hidden;
}

.site_msg {
  box-sizing: border-box;
}
.site_msg.info {
  border: 1px solid #1d5344;
  padding: 10px 20px;
  background-color: #2A7560;
  border-radius: 10px;
  color: white;
}

@media only screen and (min-device-width: 1024px) {
  .rounded-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }

  .rounded-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }
}
.text-center {
  text-align: center;
}

html, body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  font-size: 1em;
}

h2 {
  font-size: 1.2em;
}

#topo {
  height: 25px;
  padding: 7px;
  background: #2A7560;
  background: linear-gradient(0deg, #2A7560 0%, #579182 100%);
  display: flex;
  justify-content: space-between;
  color: white;
}
#topo img {
  vertical-align: middle;
}
#topo a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
#topo .menu_item, #topo .user_login, #topo #acesso {
  font-size: 0.9em;
  border-right: 2px solid #2A7560;
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 5px;
  vertical-align: middle;
}
#topo .menu_item.icon, #topo .user_login.icon, #topo #acesso.icon {
  border-right: none;
}
#topo .menu_item:last-child, #topo .user_login:last-child, #topo #acesso:last-child {
  border-right: none;
}
#topo .menu_item.duvidas, #topo .user_login.duvidas, #topo #acesso.duvidas {
  margin-top: 3px;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link {
  vertical-align: middle;
  display: inline-block;
  padding-top: 2px;
  margin-left: 5px;
}

img {
  border: none;
}

.contorno_top_left {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #B1C3D9;
  border-right-color: #B1C3D9;
  border-bottom-color: #B1C3D9;
  border-left-color: #B1C3D9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.contorno_bottom_right {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #B1C3D9;
  border-right-color: #B1C3D9;
  border-bottom-color: #B1C3D9;
  border-left-color: #B1C3D9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.contorno_total {
  border: 1px solid #B1C3D9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.edit_vermelho {
  border: 1px solid #B1C3D9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #FDC4B3;
}

.edit_verde {
  border: 1px solid #B1C3D9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #C5FBC4;
}

/*
.texto_verdana_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
*/
.texto_verdana_14_negrito {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.edit1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
  border: 1px solid #003399;
}

.edit2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #0033CC;
  border: 1px solid #FF0000;
}

.texto_verdana_10_negrito {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.texto_verdana_10_negrito_vermelho_achurado {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FF0000;
  text-decoration: line-through;
}

.texto_verdana_12_vermelho_achurado {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FF0000;
  text-decoration: line-through;
}

.texto_verdana_12_negrito_vermelho_achurado {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
  text-decoration: line-through;
}

.btn {
  background-color: #CCCCCC;
  border: 1px solid #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.btnRemover {
  background-color: #CCCCCC;
  border: 1px solid #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #FF0000;
}

.hrTracejado {
  border: 1px dashed #666666;
}

.texto_verdana_10_italico {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}

body {
  height: 100%;
}

#shadow {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
  cursor: pointer;
  *position: absolute;
}

#box {
  position: fixed;
  top: 200px;
  width: 300px;
  margin-left: -150px;
  left: 50%;
  z-index: 101;
  background: white;
  padding: 5px;
  font-size: 11px;
}

#box #titulo {
  background: url("../imagens/bg-topo.jpg") repeat-x;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 15px;
}

#box #cont {
  border: 1px solid #ccc;
  padding: 5px;
  background: #F5F5F5;
  margin: 10px 0;
  font-family: Verdana;
  line-height: 16px;
  text-align: left;
}

#box button {
  cursor: pointer;
}

body {
  font-family: Arial;
}

@media only screen and (min-device-width: 1024px) {
  .main_layout {
    width: 960px;
    margin: auto;
  }
  .main_layout.w1024 {
    width: 1024px;
  }
}
.main_footer {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #CCC;
  margin-top: 20px;
}

.content_logo {
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
}

#pesq_no_login {
  display: none;
}

#segundo_menu {
  background-color: #F5F5F5;
  border-bottom: 1px solid #CCC;
}

#segundo_menu a {
  font-weight: normal;
  border: 1px solid #CCC;
  color: #157B63;
  font-size: 0.8em;
  display: inline-block;
  background-color: white;
  padding: 3px 5px;
  margin: 3px 5px;
}

ul#tipo-pesquisas {
  padding: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
ul#tipo-pesquisas li {
  width: 50%;
  flex-grow: 2;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (min-device-width: 1024px) {
  ul#tipo-pesquisas {
    padding-left: unset;
    padding-right: unset;
    display: block;
    flex-wrap: none;
    margin: 10px;
  }
  ul#tipo-pesquisas li {
    width: auto;
    flex-grow: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
ul#tipo-pesquisas li {
  box-sizing: border-box;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  cursor: pointer;
  font-size: 1em;
  margin-bottom: 10px;
}

ul#tipo-pesquisas li span.mark {
  display: inline-block;
  background-image: url(../imagens/sprt-icons.png);
  background-position: 0px -22px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

ul#tipo-pesquisas li a {
  text-decoration: none;
  color: inherit;
}

ul#tipo-pesquisas li.active span.mark {
  background-position: 0px 0px;
}

ul#tipo-pesquisas li.active {
  color: #D40000;
}

#ws_Sobrenome {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 0 0 10px 0;
}

#pesquisa-sobrenomes .dicas {
  text-align: left;
  border: 1px solid #CCC;
  box-shadow: 0 0 5px #CCC;
  max-height: 0px;
  opacity: 0;
  font-size: 0.6em;
  padding: 10px;
  transition: max-height 0.5s ease-in-out;
  background: white;
  font-family: verdana;
  overflow: hidden;
  border-top: 2px solid #00AA00;
}

#sugestoes {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: "Verdana";
  background-color: white;
  height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-shadow: 0 0 10px #CCC;
  position: absolute;
  z-index: 140;
  width: calc(100% - 20px);
  display: none;
  border: 1px solid #2A7560;
}

#sugestoes li {
  padding: 10px;
  cursor: pointer;
  font-size: 13px;
  list-style-type: none;
}

#sugestoes li:nth-child(odd) {
  background-color: #EBEBEB;
}

#sugestoes li:hover {
  background-color: #187C60;
  color: white;
}

.greyGradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e5e5e5",GradientType=0 );
  /* IE6-9 */
}

#pesquisa-vapores #sobrenomes {
  margin-top: 20px;
}

#sobrenomes h2 {
  font-size: 1em;
  clear: both;
  margin-bottom: 5px;
  padding: 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#sobrenomes ul {
  margin: 0;
  padding: 0;
}

#sobrenomes {
  position: relative;
}

#sobrenomes ul li.inicial {
  list-style-type: none;
}

#sobrenomes ul li.inicial ul.sobrenomes {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 10px solid #F5F5F5;
  box-sizing: border-box;
  z-index: 2;
}

@media only screen and (min-device-width: 1024px) {
  #sobrenomes ul li.inicial ul.sobrenomes {
    width: 604px;
  }
}
#sobrenomes ul li.inicial ul.sobrenomes li.sobrenome {
  list-style-type: none;
  text-align: left;
}
#sobrenomes ul li.inicial ul.sobrenomes li.sobrenome a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #F5F5F5;
}
#sobrenomes ul li.inicial ul.sobrenomes li.sobrenome a:hover {
  color: #C33833;
  text-decoration: underline;
}

#sobrenomes ul li.inicial:hover ul.sobrenomes {
  display: block;
}

#sobrenomes ul.sobrenomes {
  background: white;
}

#sobrenomes .lista_sobrenomes {
  border: 1px solid #CCC;
}

#sobrenomes ul li.inicial:first-child {
  border-left: none;
}

#sobrenomes ul li.inicial.active {
  font-weight: bold;
  color: #CC0000;
}

/* VAPORES */
/* REGIOES */
@media only screen and (min-device-width: 1024px) {
  #pesquisa-regioes form {
    display: flex;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
#pesquisa-regioes form .campo {
  flex: 1;
  font-weight: bold;
}
#pesquisa-regioes form .campo label {
  display: block;
  font-size: 0.8em;
  padding-bottom: 5px;
}
#pesquisa-regioes form .campo select {
  border: none;
  border-bottom: 1px solid #2A7560;
  border-right: 1px solid #CCC;
  border-top: 1px solid #2A7560;
  width: 100%;
  box-sizing: border-box;
  padding: 9px 5px;
}
@media only screen and (max-device-width: 1024px) {
  #pesquisa-regioes form .campo {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #pesquisa-regioes form .campo select {
    border: 1px solid #2A7560;
    border-radius: 5px;
  }
}
#pesquisa-regioes form .campo:first-child select {
  border-left: 1px solid #2A7560;
}
#pesquisa-regioes form .campo:last-child select {
  border-right: 1px solid #2A7560;
}

#pesquisa-brasil .campo {
  margin: 10px 0;
  text-align: center;
}

#pesq_regiao_brasil {
  padding-top: 20px;
}
#pesq_regiao_brasil h3 {
  color: #D40000;
  text-align: left !important;
  font-size: 15px !important;
}
#pesq_regiao_brasil h3.centered {
  width: 640px;
  margin: auto;
  margin-top: 20px;
}
#pesq_regiao_brasil .rounded {
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px #CCC;
  padding: 20px;
  box-sizing: border-box;
}
#pesq_regiao_brasil .rounded h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#pesq_regiao_brasil .botoes {
  text-align: center;
}

#pesq_regiao_brasil .botoes button {
  cursor: pointer;
}

#pesq_regiao_brasil #users-stats {
  width: 640px;
  margin: auto;
  font-size: 0.8em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#pesq_regiao_brasil #users-stats#users-stats {
  border: 1px solid #CCCC;
  margin: 20px auto 20px auto;
}
#pesq_regiao_brasil #users-stats tbody tr td:first-child {
  background-color: #F5F5F5;
}
#pesq_regiao_brasil #users-stats tbody tr:hover td {
  background-color: #CCC;
}
#pesq_regiao_brasil #users-stats th {
  text-align: left;
  border-bottom: 1px solid #CCC;
}
#pesq_regiao_brasil #users-stats td {
  padding: 3px 5px;
}
#pesq_regiao_brasil #users-stats th {
  padding: 7px 5px;
}

.botoes button {
  background-color: #CCC;
  border: 1px solid #EBEBEB;
  color: black;
  padding: 10px;
}

.botoes button.selected {
  background-color: #187C60;
  font-weight: bold;
  color: white;
}

#mapa_regioes {
  box-sizing: border-box;
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px #CCC;
}

.regiao_desc.br {
  min-height: 317px;
  height: auto;
}

.regiao_desc h2 {
  color: #D40000;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 15px;
  float: none;
}

.regiao_desc h2 strong.titulo-regiao {
  color: inherit;
}

.regiao_desc h2 strong {
  color: #000;
}

.regiao_desc {
  text-align: justify;
  display: none;
}

.regiao_desc .info {
  /*
  min-height: 240px;
  max-height: 240px;
  overflow-y: scroll;
  */
}

.regiao_desc .infobox_v2 {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #CCC;
}

.regiao_desc .coordinates,
.regiao_desc .hatnone,
.regiao_desc .navbox,
.regiao_desc .noprint,
.regiao_desc center {
  display: none;
}
.regiao_desc table {
  text-align: left;
}
.regiao_desc ul.gallery {
  padding: 0;
  margin: 0;
}
.regiao_desc ul.gallery:after {
  content: "";
  display: block;
  clear: both;
}
.regiao_desc ul.gallery li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.regiao_desc ul.gallery li.gallerycaption {
  clear: both;
}
.regiao_desc ul.gallery li.gallerybox {
  float: left;
  width: 200px !important;
}
.regiao_desc ul.gallery li.gallerybox div {
  width: 200px !important;
  margin: 0 !important;
}
.regiao_desc ul.gallery li.gallerybox a {
  display: block;
  width: 200px;
  margin: 0;
}
.regiao_desc ul.gallery li.gallerybox a img {
  width: 200px;
  height: 150px !important;
  margin: 0;
}

.regiao_desc .text {
  margin-right: 10px;
}

.regiao_desc button {
  margin-top: 10px;
  clear: both;
}

.regiao_desc .info .top {
  text-align: left;
  margin-bottom: 10px;
}

.regiao_desc .info .sobrenome {
  float: left;
  box-sizing: border-box;
  float: left;
  width: 33%;
  padding: 5px;
  border-bottom: 1px solid #CCC;
  font-size: 11px;
  text-transform: uppercase;
}

.info-prov {
  margin-top: 10px;
}

.pesq2 {
  display: none;
  margin-top: 20px;
}

#pesq_regiao_brasil .layout.ajax #map,
#pesquisa-regioes .layout.ajax #map {
  width: 100%;
}

@media only screen and (min-device-width: 1024px) {
  #pesquisa-regioes {
    width: 604px;
  }
}

@-moz-document url-prefix() {
  #menu-pesquisas select {
    -moz-appearance: none;
    background: url(../imagens/seta.png) no-repeat center right;
  }
}
#menu-pesquisas {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-device-width: 1024px) {
  #menu-pesquisas {
    flex-direction: row;
  }
  #menu-pesquisas #pesquisas,
#menu-pesquisas #tipo-pesquisas {
    width: 604px;
  }
}
#menu-pesquisas .area {
  flex: 1;
}

.index-logo img {
  width: 90%;
  display: block;
  margin: auto;
  height: auto;
}

#sobrenomes ul {
  display: flex;
  width: 100%;
  overflow-x: scroll;
}

#sobrenomes ul li.inicial {
  flex: 1;
  padding: 5px 15px;
  margin: 0;
  border: none;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
}
#sobrenomes ul li.inicial:first-child {
  border-left: none;
}
#sobrenomes ul li.inicial:hover {
  background-color: #F5F5F5;
}

.reg_data,
.prov_data,
.cid_data {
  display: none;
}
.reg_data.active,
.prov_data.active,
.cid_data.active {
  display: block;
}

@media only screen and (max-device-width: 1024px) {
  table[class^=infobox] {
    float: none !important;
    width: auto !important;
  }
}
@media only screen and (min-device-width: 1024px) {
  #sobrenomes ul {
    width: auto;
    overflow-x: auto;
  }

  #sobrenomes ul li.inicial {
    padding: 5px 0;
  }

  .index-logo {
    margin-top: 90px;
  }
  .index-logo img {
    width: 448px;
  }

  #pesq_no_login .botoes {
    padding-top: 355px;
    width: 900px;
    margin-left: -239px;
  }

  .info_br {
    max-height: 268px;
    overflow-y: scroll;
  }

  .prov_data .surnames, .cid_data .surnames {
    border: 1px solid #CCC;
    box-shadow: 0 0 10px #CCC;
    border-radius: 10px;
    overflow: hidden;
  }
  .prov_data .surnames .lista, .cid_data .surnames .lista {
    margin: 0 20px;
  }
  .prov_data .surnames h3, .cid_data .surnames h3 {
    margin: 20px;
  }

  /*
  #pesquisa-regioes
  .campo{
      float: left;
      width: 33.3%;
  }*/
  #mapa_regioes {
    width: 360px;
    height: 198px;
  }
}
@media only screen and (min-device-width: 1024px) and (min-device-width: 1024px) {
  #mapa_regioes {
    width: 604px;
    height: 375px;
  }
}
@media only screen and (min-device-width: 1024px) {
  .sugestoes-wrapper {
    width: 604px;
    margin: auto;
    position: relative;
  }
}
@media only screen and (min-device-width: 1024px) {
  #sugestoes {
    width: 520px;
    margin-top: -41px;
  }
}
@media only screen and (min-device-width: 1024px) {
  #segundo_menu {
    background-color: transparent;
    border-bottom: none;
  }
}
@media only screen and (min-device-width: 1024px) {
  #segundo_menu a {
    font-weight: normal;
    border: none;
    display: inline-block;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-device-width: 1024px) {
  .layer_1 {
    position: relative;
    left: 0px;
    top: 120px;
    width: 510px;
    height: 89px;
    z-index: 16;
  }
}
@media only screen and (min-device-width: 1024px) {
  .contador {
    font: bold 12px/normal Verdana;
    color: #999;
    float: left;
  }
}
@media only screen and (min-device-width: 1024px) {
  #contadores {
    width: 550px;
    margin: auto;
    margin-top: 275px;
    *margin-top: 285px;
  }
}
@media only screen and (min-device-width: 1024px) {
  .modo {
    font: normal 11px/normal Verdana;
    color: #999;
    padding-top: 10px;
  }
}
@media only screen and (min-device-width: 1024px) {
  a.selecionado {
    font-weight: bold;
  }
}
@media only screen and (min-device-width: 1024px) {
  #sobrenomes {
    margin: auto;
    position: relative;
  }
}
@media only screen and (min-device-width: 1024px) {
  #sobrenomes h2 {
    margin: 0;
    box-shadow: none;
    background: transparent;
    color: black;
    border: none;
    padding: 0;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #CCC;
    border-left: none;
    border-right: none;
  }
}
@media only screen and (min-device-width: 1024px) {
  #dados {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 0.9em;
    color: #666;
    text-align: left;
  }
}
@media only screen and (min-device-width: 1024px) and (min-device-width: 1024px) {
  #dados {
    display: flex;
    flex-wrap: wrap;
  }
  #dados div {
    flex: 1 0 50%;
  }
  #dados div:nth-child(even) {
    text-align: right;
  }
}
@media only screen and (min-device-width: 1024px) {
  .lista_sobrenomes {
    display: flex;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 604px;
    display: none;
    z-index: 100;
    top: 60px;
    box-sizing: border-box;
  }
}
@media only screen and (min-device-width: 1024px) {
  .lista_sobrenomes a {
    flex: 1;
    padding: 2px 5px;
    width: 50%;
    font-family: verdana;
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
}
@media only screen and (min-device-width: 1024px) {
  .lista_sobrenomes a:hover {
    color: #CC0000;
  }
}
@media only screen and (min-device-width: 1024px) {
  #facebook {
    margin-top: 40px;
    text-align: center;
  }
  #facebook blockquote img {
    display: block;
    margin: auto;
    width: 500px;
  }
  #facebook iframe {
    margin: auto;
  }
}
@media only screen and (min-device-width: 1024px) {
  #center {
    width: 1280px;
    margin: auto;
  }
}
@media only screen and (min-device-width: 1024px) {
  #segundo_menu {
    text-align: left;
    margin-top: 375px;
    width: 150px;
    margin-left: 30px;
    position: absolute;
  }
}
@media only screen and (min-device-width: 1024px) {
  #segundo_menu .lin {
    display: block;
    background: #2A7560;
    color: white;
    padding: 10px 5px;
    margin-bottom: 2px;
    border-radius: 3px;
  }
}
@media only screen and (min-device-width: 1024px) {
  #pesquisa-sobrenomes .como-pesquisar {
    position: relative;
    cursor: pointer;
  }
}
@media only screen and (min-device-width: 1024px) {
  #pesquisa-sobrenomes .como-pesquisar .dicas {
    position: absolute;
    top: 25px;
    left: 0;
    text-align: left;
    max-height: 0px;
    opacity: 0;
    font-size: 12px;
    transition: max-height 0.5s ease-in-out;
    background: white;
    width: 400px;
    font-family: verdana;
    overflow: hidden;
    z-index: 120;
    margin-left: -100px;
    box-sizing: border-box;
    line-height: 0px;
    padding: 0;
    border: none;
  }
}
@media only screen and (min-device-width: 1024px) {
  #pesquisa-sobrenomes .como-pesquisar:hover .dicas {
    max-height: 500px;
    border: 1px solid #CCC;
    box-shadow: 0 0 5px #CCC;
    border-top: 2px solid #00AA00;
    line-height: inherit;
    padding: 10px;
    opacity: 1;
  }
}
@media only screen and (min-device-width: 1024px) {
  #ws_Sobrenome {
    width: 330px;
    margin: 0 0 10px 0;
    padding: 1px;
  }
}
@media only screen and (min-device-width: 1024px) {
  .tabs {
    position: relative;
    padding: 0;
  }
}
@media only screen and (min-device-width: 1024px) {
  .tabs .pesquisa {
    display: none;
  }
}
@media only screen and (min-device-width: 1024px) {
  ul#tipo-pesquisas {
    height: 50px;
    margin: 0;
  }
}
@media only screen and (min-device-width: 1024px) {
  ul#tipo-pesquisas li {
    cursor: pointer;
    margin-top: 20px;
    margin-right: 5px;
  }
}
#login #logo {
  width: 90%;
  margin: auto;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-device-width: 1024px) {
  #login #logo {
    text-align: center;
    width: 448px;
    height: 67px;
  }
}
#login #logo img {
  width: 100%;
  height: auto;
}

@media only screen and (min-device-width: 1024px) {
  #forms {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
  }
}

.mensagem-erro {
  border: 2px solid #C33833;
  padding: 10px;
  font-size: 0.8em;
}
.mensagem-erro p {
  padding: 0;
  margin: 0;
}
.mensagem-erro ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.mensagem-erro ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

#form_cadastro,
#form_login {
  font-family: Arial;
  font-size: 0.8em;
  flex: 1;
}
@media only screen and (min-device-width: 1024px) {
  #form_cadastro#form_cadastro,
#form_login#form_cadastro {
    margin-right: 10px;
  }
}
#form_cadastro h2,
#form_login h2 {
  font-size: 1.2em;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
}
#form_cadastro table,
#form_login table {
  width: 100%;
}
#form_cadastro table tr td:first-child,
#form_login table tr td:first-child {
  width: 150px;
}
#form_cadastro table tr td,
#form_login table tr td {
  padding: 2px 0;
}
#form_cadastro table tr td input:not([type=checkbox]), #form_cadastro table tr td select,
#form_login table tr td input:not([type=checkbox]),
#form_login table tr td select {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
#form_cadastro .botoes,
#form_login .botoes {
  margin: 5px 0;
}
#form_cadastro .botoes input,
#form_login .botoes input {
  background-color: #2A7560;
  color: white;
  border: 1px solid #1d5344;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.5s;
}
#form_cadastro .botoes input:hover,
#form_login .botoes input:hover {
  background-color: #1d5344;
}
#form_cadastro .mudaTexto,
#form_login .mudaTexto {
  padding: 5px 10px;
}

.textoLogin ul {
  margin: 0px;
  padding: 0px;
}

.textoLogin li {
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  list-style-type: none;
  background: url(../imagens/ponto.png) no-repeat left center;
}

.form {
  padding: 10px;
  border: 1px solid #CCC;
  background: #f1f1f1;
  margin-top: 20px;
  box-shadow: 0 0 10px #CCC;
}

.botoes {
  text-align: right;
}

#autorizo {
  clear: both;
}

h2 {
  margin: 0;
  padding: 0;
}

#localizacao {
  font: normal 11px/normal Verdana;
}

.contorno_total {
  width: 308px;
}

#no_existing_login {
  margin-top: 5px;
  color: #FF0000;
  display: none;
}

@media only screen and (min-device-width: 1024px) {
  #main-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #main-content #left {
    flex: 1;
  }
  #main-content #right {
    flex: 1;
  }
  #main-content #middle {
    width: 1024px;
  }
}
body.mobile.pesquisa-regioes #middle .item-wrapper, body.mobile.pesquisa-estados #middle .item-wrapper, body.mobile.pesquisa-associacoes #middle .item-wrapper, body.mobile.pesquisa-empresas #middle .item-wrapper, body.mobile.pesquisa-brasil #middle .item-wrapper {
  display: none;
}

.sobrenomes-logradouros .retorno tbody {
  max-height: 500px;
  overflow-y: scroll;
}

table.retorno {
  border-lefT: 1px solid #CCC;
  font-family: Verdana;
  font-size: 12px;
  width: 100%;
}

@media only screen and (max-device-width: 1024px) {
  .banner-area.esquerdo {
    display: none;
  }
}
.pagina-sobrenomes .flex {
  display: flex;
}
.pagina-sobrenomes .sobrenomes-estatistica,
.pagina-sobrenomes .sobrenomes-estatistica-brasil {
  margin-bottom: 20px;
}
.pagina-sobrenomes .sobrenomes-estatistica #chart_div,
.pagina-sobrenomes .sobrenomes-estatistica-brasil #chart_div {
  border: 1px solid #CCC;
}
.pagina-sobrenomes .sobrenomes-estatistica #chart_div_br,
.pagina-sobrenomes .sobrenomes-estatistica-brasil #chart_div_br {
  border: 1px solid #CCC;
  border-left: none;
}
.pagina-sobrenomes .sobrenomes-estatistica .contorno-tabela,
.pagina-sobrenomes .sobrenomes-estatistica-brasil .contorno-tabela {
  box-sizing: border-box;
  flex-grow: 1;
}
.pagina-sobrenomes .sobrenomes-estatistica table,
.pagina-sobrenomes .sobrenomes-estatistica-brasil table {
  width: 100%;
}
.pagina-sobrenomes .sobrenomes-estatistica.sem-mapa .contorno-tabela,
.pagina-sobrenomes .sobrenomes-estatistica-brasil.sem-mapa .contorno-tabela {
  padding-left: 0;
}
.pagina-sobrenomes .tabela .tabela-wrapper {
  max-height: 400px;
  overflow-y: scroll;
  border-bottom: 1px solid #CCC;
}
.pagina-sobrenomes .tabela h2 {
  border: 1px solid #CCC;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  padding: 10px;
  background-color: #F5F5F5;
}
.pagina-sobrenomes .resultado-pesquisa h2 {
  text-align: left;
}
.pagina-sobrenomes .banner-area.inferior {
  text-align: center;
}
.pagina-sobrenomes .banner-area.inferior img {
  border: 1px solid #CCC;
}
.pagina-sobrenomes #right, .pagina-sobrenomes #left {
  text-align: center;
}
.pagina-sobrenomes #right .banner-area, .pagina-sobrenomes #left .banner-area {
  margin-top: 40px;
}
@media only screen and (min-device-width: 1024px) {
  .pagina-sobrenomes #right#right .banner-area, .pagina-sobrenomes #left#right .banner-area {
    margin-top: 270px;
    float: left;
  }
}
.pagina-sobrenomes #right#right .banner, .pagina-sobrenomes #left#right .banner {
  margin-left: 10px;
  margin-bottom: 10px;
}
.pagina-sobrenomes #right#right .banner img, .pagina-sobrenomes #left#right .banner img {
  border: 1px solid #CCC;
}
@media only screen and (min-device-width: 1024px) {
  .pagina-sobrenomes #right#left .banner-area, .pagina-sobrenomes #left#left .banner-area {
    margin-top: 270px;
    float: right;
  }
}
.pagina-sobrenomes #right#left .banner-area .banner, .pagina-sobrenomes #left#left .banner-area .banner {
  margin-right: 10px;
}
.pagina-sobrenomes #right#left .banner-area .banner img, .pagina-sobrenomes #left#left .banner-area .banner img {
  border: 1px solid #CCC;
}

h2 {
  margin: 20px 0;
}

.retorno .casamento {
  margin-top: 10px;
}

.retorno th.cas {
  padding: 10px 0 10px 0 !important;
}

.retorno .casamento td {
  border: none;
  border-top: 1px solid #CCC;
  padding: 0;
  padding-top: 10px;
  width: 80px;
}

.retorno tr td {
  border-bottom: 1px solid #CCCCCC;
  padding: 4px 5px;
  border-right: 1px solid #CCCCCC;
}

.retorno tr.header th {
  background: #333;
  color: white;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  padding: 10px;
}

.retorno tr.visitante td {
  background: #F5F5F5;
}

/*
tr.rel-over{
    td{
        background-color: black;
    }
}
*/
.retorno .nome_requerente {
  width: 160px;
}

.retorno td.infos {
  border-right: 1px solid #000;
  text-align: center;
}

.superheader th {
  background: #999;
  color: white;
  padding: 5px;
  border-right: 1px solid #000;
}

#atencao {
  border: 1px solid #ccc;
  font: normal 12px/18px Verdana;
  display: block;
  padding: 5px;
  margin-top: 10px;
  color: black;
  background: #F5F5F5;
}

.topo-pesquisa {
  display: flex;
  margin-bottom: 10px;
}
.topo-pesquisa .paginacao {
  flex: 1;
  text-align: right;
}
.topo-pesquisa .paginacao a {
  text-decoration: none;
  color: #C33833;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #CCC;
  padding: 2px 5px;
  vertical-align: middle;
  font-size: 0.8em;
}
.topo-pesquisa .quantidade {
  flex: 1;
}
.topo-pesquisa .quantidade span {
  font-weight: bold;
}

.bannerArea.esquerdo,
.bannerArea.direito {
  width: 125px;
  position: absolute;
  height: 640px;
  top: 195px;
}

.bannerArea .banner {
  overflow: hidden;
}

.bannerArea.esquerdo .banner {
  height: 300px;
}

.bannerArea.direito .banner {
  height: 75px;
  margin-bottom: 10px;
}

.bannerArea .banner {
  border: 1px solid #CCC;
}

.bannerArea.esquerdo {
  left: -145px;
}

.bannerArea.direito {
  right: -145px;
}

.bannerArea .anuncie {
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.bannerArea.inferior .banner {
  height: 80px;
  width: 600px;
  margin: auto;
}

.varia {
  font-family: Verdana;
  font-size: 11px;
  margin: 10px 0;
}

.varia .at {
  color: #CC0000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.varia .border {
  border: 1px solid #CC0000;
  padding: 10px;
}

.retorno td strong {
  text-transform: uppercase;
}

section.main-header h1 span {
  color: #C33833;
}

#main-content #logo {
  margin: 60px 0 20px 0;
  display: inline-block;
}

.align-center {
  text-align: center;
}

.tabs input[type=submit] {
  color: white;
  background-color: #2A7560;
  border: 1px solid #2A7560;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
}
@media only screen and (min-device-width: 1024px) {
  .tabs input[type=submit] {
    display: inline;
    width: auto;
    margin-top: 0;
  }
}
.tabs input[type=submit]:hover {
  background-color: #1d5344;
}

#form-pesquisa-sobrenome {
  text-align: center;
  margin-top: 10px;
}
#form-pesquisa-sobrenome input#sobrenome {
  padding: 10px;
  margin: 0;
  border: 1px solid #2A7560;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#form-pesquisa-sobrenome .modos {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 20px;
}
#form-pesquisa-sobrenome .modos > div {
  flex: 1;
  text-align: center;
}
#form-pesquisa-sobrenome .modos > div label {
  cursor: pointer;
}
@media only screen and (max-device-width: 1024px) {
  #form-pesquisa-sobrenome .modos > div {
    flex: unset;
  }
  #form-pesquisa-sobrenome .modos > div:nth-child(1), #form-pesquisa-sobrenome .modos > div:nth-child(2) {
    width: 50%;
  }
  #form-pesquisa-sobrenome .modos > div:nth-child(3) {
    width: 100%;
    margin-top: 20px;
    text-decoration: underline;
    color: #2A7560;
  }
}
#form-pesquisa-sobrenome > div:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-device-width: 1024px) {
  #form-pesquisa-sobrenome input#sobrenome {
    width: 496px;
  }
  #form-pesquisa-sobrenome > div {
    display: flex;
  }
  #form-pesquisa-sobrenome > div:first-child {
    margin-top: 38px;
    padding-left: unset;
    padding-right: unset;
  }
  #form-pesquisa-sobrenome .modos {
    width: 604px;
  }
}

#pesquisa-vapores p {
  font-size: 0.8em;
}
#pesquisa-vapores ul {
  font-size: 1em;
}

#form-pesquisa-vapores {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-device-width: 1024px) {
  #form-pesquisa-vapores {
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
}
#form-pesquisa-vapores .campo {
  margin-top: 20px;
}
#form-pesquisa-vapores .campo, #form-pesquisa-vapores input[type=submit] {
  flex: 3;
}
#form-pesquisa-vapores .campo label, #form-pesquisa-vapores .campo span, #form-pesquisa-vapores input[type=submit] label, #form-pesquisa-vapores input[type=submit] span {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 0.8em;
  display: block;
}
#form-pesquisa-vapores .campo > div, #form-pesquisa-vapores input[type=submit] > div {
  display: flex;
}
#form-pesquisa-vapores .campo > div select, #form-pesquisa-vapores input[type=submit] > div select {
  flex: 1;
  border: 1px solid #2A7560;
  border-right: none;
  border-left: 1px solid #CCC;
  padding: 9px 5px;
}
@media only screen and (max-device-width: 1024px) {
  #form-pesquisa-vapores .campo > div select:last-child, #form-pesquisa-vapores input[type=submit] > div select:last-child {
    border-right: 1px solid #2A7560;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #form-pesquisa-vapores .campo > div select:first-child, #form-pesquisa-vapores input[type=submit] > div select:first-child {
    border-left: 1px solid #2A7560;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
#form-pesquisa-vapores .campo:first-child > div select, #form-pesquisa-vapores input[type=submit]:first-child > div select {
  border-left: 1px solid #2A7560;
}
#form-pesquisa-vapores .campo:last-child, #form-pesquisa-vapores input[type=submit]:last-child {
  flex: 1;
}

@media only screen and (max-device-width: 1024px) {
  p {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#utilidades {
  display: flex;
}
#utilidades nav, #utilidades section {
  flex: 1;
}

.item-wrapper {
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-device-width: 1024px) {
  .item-wrapper {
    margin-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.item-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}
.item-wrapper ul a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu.area {
  order: 1;
}

.ranking.area {
  order: 2;
}

@media only screen and (min-device-width: 1024px) {
  .menu.area {
    order: unset;
  }

  .ranking.area {
    order: unset;
  }

  .item-wrapper {
    border: 1px solid #CCC;
  }
  .item-wrapper a {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu.area .item-wrapper {
    margin-right: 40px;
  }

  .ranking.area .item-wrapper {
    margin-left: 40px;
  }

  .ranking.area .item-wrapper,
.menu.area .item-wrapper {
    margin-top: 176px;
  }
}
#ranking ul {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}

#ranking ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-transform: uppercase;
}

#ranking ul li a.nome {
  text-decoration: none;
  color: black;
}

#ranking ul li span.total {
  font-weight: bold;
  float: right;
  text-align: right;
}

.ranking-list.closed {
  display: block;
}

.ranking-list.open {
  display: block;
}

.green-gray-div {
  font-size: 0.9em;
  background-color: #F5F5F5;
  display: block;
  padding: 5px;
  margin-bottom: 5px;
  border-left: 2px solid #579182;
  text-decoration: none;
  color: #333;
  transition: background-color 0.1s, color 0.1s;
}

.menu .green-gray-div:hover {
  background-color: #579182;
  color: white;
}

nav.menu .social {
  display: flex;
}
nav.menu .social a {
  flex: 1;
  background-color: #CCC;
  padding: 8px 2px;
  text-align: center;
  color: transparent;
  text-decoration: none;
  overflow: hidden;
}
nav.menu .social a.fb {
  background-color: #3c5a99;
  background-image: url(../imagens/logo-fb.svg);
  background-repeat: no-repeat;
  background-position: center;
}
nav.menu .social a.tw {
  background-color: #1DA1F2;
  background-image: url(../imagens/logo-fw.svg);
  background-repeat: no-repeat;
  background-position: center;
}
nav.menu .social a.is {
  background-color: #8b3c99;
  background-image: url(../imagens/logo-is.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#ranking ul li {
  padding: 5px 0;
}

#ranking ul li span.total {
  color: #D40000;
}

@media only screen and (min-device-width: 1024px) {
  nav.menu ul {
    padding: 0;
    margin: 0;
  }
  nav.menu ul li {
    list-style-type: none;
  }

  .campo.confirmar {
    text-align: right;
  }

  .ranking-list.closed {
    display: block;
  }

  #ranking {
    text-align: left;
  }

  #ranking h2 {
    margin-top: 0;
  }

  #ranking ul li {
    padding: 3px 0;
    background-color: transparent;
    transition: background-color 0.1s, color 0.1s;
  }
  #ranking ul li a {
    padding-left: 5px;
    font-size: 0.9em;
  }
  #ranking ul li .total {
    padding-right: 5px;
  }
  #ranking ul li:hover {
    background-color: #579182;
    color: white;
  }
  #ranking ul li:hover a, #ranking ul li:hover .total {
    color: white;
  }

  #ranking ul li span.total {
    display: inline-block;
    width: 40px;
    font-weight: normal;
  }
}
#mural2 h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

#mural-home {
  position: absolute;
  width: 300px;
  right: -300px;
  top: 60px;
  z-index: 100;
  transition: right 1s;
}

.mural-main {
  background: white;
  text-align: justify;
  font-family: verdana;
  font-size: 12px;
}

#mural-home.active {
  right: 0px;
}

.mural-main li,
.mural-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mural-main li {
  position: relative;
}

.mural-main ul.respostas {
  margin: 10px 0 10px 20px;
}

.mural-main ul.respostas li {
  background-color: #F5F5F5;
  box-sizing: border-box;
  border-left: 2px solid #00AA00;
  margin-bottom: 2px;
  padding: 10px;
  font-size: 0.9em;
}

.mural-main ul.respostas li .texto {
  margin: 10px 0;
}

.mural-main ul li .autor {
  font-weight: bold;
}
.mural-main ul li .autor .tag {
  display: inline-block;
  padding: 3px 3px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #CCC;
  margin-left: 10px;
}
.mural-main ul li .autor .tag.pesquisador {
  background-color: #1d5344;
  color: white;
}
.mural-main ul li .autor .tag.verificado {
  background-color: #8d0000;
  color: white;
}

.mural-main #mural-botao {
  position: absolute;
  left: -37px;
  top: 80px;
  width: 37px;
  height: 180px;
  border: 1px solid #CCC;
  border-right: none;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
}

.mural-main .raiz {
  background: white;
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 15px;
  border-right: 0;
  box-shadow: 0 0 10px #CCC;
  border-radius: 10px 0 0 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 625px;
}

.mural-main .apagar {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #CCC;
  color: #CC0000;
  background: white;
  cursor: pointer;
}

.mural-main #frm-mensagem {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.mural-main #frm-mensagem textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #CCC;
  font-family: Verdana;
  font-size: 12px;
  padding: 3px;
  margin: 10px 0;
}

#txt-assu {
  display: none;
}

.mural-main #frm-mensagem .botao {
  text-align: right;
  margin: 10px 0;
}

.post textarea {
  width: 100%;
  height: 50px;
  clear: both;
  margin-bottom: 10px;
}

.mural-main .resposta {
  text-align: right;
  padding: 10px;
  background-color: #F5F5F5;
  box-sizing: border-box;
  margin-left: 20px;
}

.mural-main .mais {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #F5F5F5;
  color: #333;
  border-color: 1px solid #CCC;
  margin: 10px 0;
}

button.disabled {
  background-color: #CCC !important;
  opacity: 0.3 !important;
}

.click_surname {
  color: black;
  text-decoration: none;
}

.click_surname:hover {
  color: black;
  text-decoration: underline;
}

.mural-main li.is-user .apagar {
  display: none;
}

.mural-main li.is-user:hover .apagar {
  display: block;
}

.surnames .retorno, .pesquisa_area, #retorno_sobrenomes {
  border: none;
  font-family: Arial;
}
.surnames .retorno.pesquisa_area h1, .pesquisa_area.pesquisa_area h1, #retorno_sobrenomes.pesquisa_area h1 {
  padding: 0;
  margin: 0;
}
.surnames .retorno.pesquisa_area h2, .pesquisa_area.pesquisa_area h2, #retorno_sobrenomes.pesquisa_area h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #C33833;
}
.surnames .retorno h3, .pesquisa_area h3, #retorno_sobrenomes h3 {
  color: #D40000;
  text-align: left !important;
  font-size: 15px !important;
}
.surnames .retorno .lista, .pesquisa_area .lista, #retorno_sobrenomes .lista {
  display: flex;
  flex-wrap: wrap;
  max-height: 800px;
  overflow-y: scroll;
}
.surnames .retorno .lista .sobrenome, .pesquisa_area .lista .sobrenome, #retorno_sobrenomes .lista .sobrenome {
  text-align: center;
  flex: 1 0 21%;
  /* explanation below */
  padding: 10px;
  border-bottom: 1px solid #CCC;
}
.surnames .retorno .lista .sobrenome a, .pesquisa_area .lista .sobrenome a, #retorno_sobrenomes .lista .sobrenome a {
  text-transform: uppercase;
  font-size: 14px;
}

.retorno .desc {
  width: 60%;
  float: left;
  box-sizing: border-box;
}

#map {
  width: 100%;
  height: 300px;
  border: 1px solid #CCC;
  overflow: hidden;
  margin-bottom: 20px;
}

.descricao {
  float: left;
  margin-left: 20px;
  box-sizing: border-box;
  width: 554px;
  text-align: justify;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #CCC;
  box-shadow: 0 0 5px #CCC;
}

h3 {
  clear: both;
}

#regiao_retorno {
  display: none;
}

.mapa_info {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.8em;
}
@media only screen and (max-device-width: 1024px) {
  .mapa_info {
    margin-left: 15px;
    margin-right: 15px;
  }
}

ul.reg-tabs {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #2A7560;
}
ul.reg-tabs li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.reg-tabs li button {
  border: 0;
  background-color: white;
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  border-bottom: none;
  margin: 0;
  opacity: 0;
}
ul.reg-tabs li button:focus {
  outline: none;
}
ul.reg-tabs li button.has_content {
  background-color: #579182;
  cursor: pointer;
  color: white;
  opacity: 1;
}
ul.reg-tabs li button.active {
  background-color: #2A7560;
  color: white;
  border: 1px solid #2A7560;
  cursor: pointer;
  opacity: 1;
  font-weight: bold;
}

.retorno2 .desc {
  width: 60%;
  float: left;
  box-sizing: border-box;
}

#map {
  width: 40%;
  height: 200px;
  border: 1px solid #CCC;
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
}

.descricao {
  float: left;
  margin-left: 20px;
  box-sizing: border-box;
  width: 554px;
  text-align: justify;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #CCC;
  box-shadow: 0 0 5px #CCC;
}

.main.image {
  float: left;
  border: 1px solid #CCC;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 10px;
}

.main.image img {
  width: 80px;
}

.h-campo .label {
  font-weight: bold;
  display: inline-block;
  padding: 2px;
  width: 100px;
  margin-right: 10px;
}

h3 {
  clear: both;
}

.layout.ajax {
  margin-left: -250px;
  width: 929px !important;
  padding-top: 344px;
}

.layout.ajax .descricao {
  width: 520px;
  margin-right: 20px;
  margin-left: 0;
}

.retorno tr td {
  border-bottom: 1px solid #CCCCCC;
  padding: 4px 5px;
  border-right: 1px solid #CCCCCC;
}

.retorno tr.header th {
  background: #333;
  color: white;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  padding: 10px;
}

.retorno tr td.obs span {
  font-weight: bold;
  font-size: 0.8em;
}

.retorno tr.visitante td {
  background: #F5F5F5;
}

.retorno .nome_requerente {
  width: 160px;
}

.botoes {
  padding-top: 10px;
}

.botoes button {
  background-color: #CCC;
  border: 1px solid #EBEBEB;
  color: black;
  padding: 10px;
}

.botoes button.selected {
  background-color: #187C60;
  font-weight: bold;
  color: white;
}

.voltar-topo {
  text-decoration: none;
  padding: 7px;
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #C33833;
  color: #C33833;
}
.voltar-topo:hover {
  color: white;
  background-color: #579182;
  border-color: #579182;
}

#categorias {
  margin-bottom: 20px;
  font-size: 13px;
}

#categorias option {
  padding: 5px;
}

#empresas-menu,
#empresas-menu li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#empresas-menu {
  margin: 20px 0;
}

#empresas-menu li {
  display: inline-block;
}

#empresas-menu li a {
  padding: 10px 20px;
  background-color: #CCC;
  text-decoration: none;
  color: black;
  font-size: 12px;
}

#empresas-menu li a.open {
  background-color: #187C60;
  color: white;
  font-weight: bold;
}

.categorias_principal {
  text-align: left;
}

.categorias_principal .label {
  display: block;
  border-bottom: 1px solid #CCC;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  cursor: pointer;
}

.categorias_atividade .label {
  font-size: 11px;
  background-color: #CCC;
  border-radius: 30px;
  padding: 10px 10px;
  display: inline-block;
  margin: 10px 0;
}

.categorias_atuacao .label {
  font-size: 11px;
  background-color: transparent;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  border: 1px solid #CCC;
}

.categorias_principal .label {
  text-transform: capitalize;
}

.categorias_principal .label.active {
  color: #FF0000;
  border-bottom-color: #FF0000;
}

.categorias_atividade .label.active {
  background-color: #187C60;
  color: white;
  border-bottom-color: black;
}

.categorias_atuacao .label.active {
  background-color: inherit;
  border: 1px solid #187C60;
  color: #187C60;
}

.categorias_atuacao .label.empty {
  display: none;
}

.sections {
  display: none;
}

.sections.visible {
  display: block;
}

.sections.visible > .section.empty .sections {
  display: block;
}

.sections.visible > .section {
  display: block;
}

.section {
  display: block;
}

.section.visible {
  display: block;
}

.section table .nome {
  width: 60%;
}

.section table .cidade {
  width: 20%;
}

.section table .tel {
  width: 20%;
}

@media only screen and (min-device-width: 1024px) {
  /* versão desktop */
  #empresas {
    min-height: 700px;
  }

  .categorias_principal {
    width: 50%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #CCC;
  }

  .categorias_principal > .label {
    text-align: center;
  }

  #data-categorias::after {
    display: block;
    content: "";
    clear: both;
  }

  #data-categorias {
    position: relative;
  }

  .categorias_principal > .sections {
    position: absolute;
    left: 0;
    top: 108px;
  }

  .categorias_atividade > .sections {
    position: absolute;
    left: 0;
    top: 54px;
  }

  #empresario_industrial .categorias_atividade > .sections {
    position: absolute;
    left: 0;
    top: 164px;
  }

  #profissional_liberal .categorias_atividade > .sections {
    position: absolute;
    left: 0;
    top: 270px;
  }

  .categorias_atuacao:not(.empty) .sections {
    position: absolute;
    top: 50px;
    left: 0;
  }

  #comercio_e_servicos .categorias_atuacao:not(.empty) .sections {
    top: 160px;
  }

  .sections .section {
    display: inline-block !important;
  }

  .section table {
    width: 930px;
  }

  .categorias_atividade > .sections:not(.empty) {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    margin-top: 5px;
    width: 930px;
  }

  .categorias_atuacao .section {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    margin-top: 5px;
  }
}
@media only screen and (max-device-width: 1024px) {
  #empresas-menu li {
    display: block;
  }

  #empresas-menu li a {
    display: block;
    border-bottom: 1px solid #FFF;
  }

  #data-tipo-atividades,
#data-cidades {
    width: 100%;
    overflow-x: scroll;
  }
}
.logo-principal {
  padding: 40px 0;
  text-align: center;
}
.logo-principal img {
  width: 100%;
  height: auto;
}
@media only screen and (min-device-width: 1024px) {
  .logo-principal img {
    width: auto;
  }
}

.mensagem_principal {
  border: 2px solid #1DA1F2;
  padding: 10px;
  margin-bottom: 10px;
  color: #1DA1F2;
  text-align: center;
  background-color: #ddeffa;
}
.mensagem_principal.sucesso {
  border-color: #579182;
  color: #579182;
  background-color: #e9fff9;
}

#livros, #lista_livros {
  margin: 0 10px;
}
@media only screen and (min-device-width: 1024px) {
  #livros, #lista_livros {
    margin: auto;
  }
}
#livros#lista_livros p, #lista_livros#lista_livros p {
  text-align: justify;
}
#livros #livros_list, #lista_livros #livros_list {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #CCC;
}
@media only screen and (min-device-width: 1024px) {
  #livros #livros_list, #lista_livros #livros_list {
    border: none;
    overflow-x: auto;
  }
}
#livros .sem_livros, #lista_livros .sem_livros {
  font-style: italic;
  text-align: center;
}
#livros table.livros, #lista_livros table.livros {
  font-family: Verdana;
  font-size: 0.8em;
  border: 1px solid #CCC;
  width: 100%;
}
#livros table.livros td, #livros table.livros th, #lista_livros table.livros td, #lista_livros table.livros th {
  border: none;
  padding: 10px 5px;
}
#livros table.livros th, #lista_livros table.livros th {
  background-color: #333;
  color: white;
  font-weight: bold;
}
#livros table.livros td, #lista_livros table.livros td {
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: left;
}
#livros table.livros td:first-child, #lista_livros table.livros td:first-child {
  border-left: none;
}
#livros table.livros .titulo, #lista_livros table.livros .titulo {
  text-align: center;
}
#livros table.livros td.comentarios, #lista_livros table.livros td.comentarios {
  border-left: 1px solid #CCC;
}
#livros table.livros td.excluir,
#livros table.livros td.acesso, #lista_livros table.livros td.excluir,
#lista_livros table.livros td.acesso {
  text-align: center;
}
#livros table.livros tr:last-child td, #lista_livros table.livros tr:last-child td {
  border-bottom: none;
}
#livros table.livros tr.impar td, #lista_livros table.livros tr.impar td {
  background-color: #F5F5F5;
}
#livros tr.colunas:nth-child(even), #lista_livros tr.colunas:nth-child(even) {
  background-color: #F5F5F5;
}
#livros .titulo, #lista_livros .titulo {
  width: 25%;
}
#livros .titulo h2, #lista_livros .titulo h2 {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
}
#livros .titulo .autor, #lista_livros .titulo .autor {
  font-style: italic;
}
#livros .ficha-tecnica dl, #lista_livros .ficha-tecnica dl {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
#livros .ficha-tecnica dl div, #lista_livros .ficha-tecnica dl div {
  width: 50%;
  padding: 3px 0;
}
#livros .ficha-tecnica dl div dt, #lista_livros .ficha-tecnica dl div dt {
  font-weight: bold;
}
#livros .ficha-tecnica dl div dt::after, #lista_livros .ficha-tecnica dl div dt::after {
  content: ":";
  display: inline;
}
#livros .ficha-tecnica dl div dt, #livros .ficha-tecnica dl div dd, #lista_livros .ficha-tecnica dl div dt, #lista_livros .ficha-tecnica dl div dd {
  display: inline;
  margin: 0;
}
#livros .comentarios, #lista_livros .comentarios {
  width: 30%;
}

.form_default {
  font-size: 0.8em;
}
.form_default input, .form_default select, .form_default textarea {
  padding: 8px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-family: Verdana;
}
.form_default input:focus, .form_default select:focus, .form_default textarea:focus {
  border-color: #579182;
  outline: 1px solid #579182;
  box-shadow: 0 0 2px #579182;
}
.form_default input[type=submit], .form_default select[type=submit], .form_default textarea[type=submit] {
  background-color: #1d5344;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.form_default label {
  font-weight: bold;
}
.form_default .notes {
  color: #494949;
  margin-top: 5px;
  font-style: italic;
}

.form_livros {
  border: 1px solid #CCC;
  background-color: #F5F5F5;
  margin-bottom: 20px;
  padding-top: 10px;
  margin-right: 0;
}
@media only screen and (min-device-width: 1024px) {
  .form_livros {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
  .form_livros .livros_isbn {
    grid-column: 1/-4;
  }
  .form_livros .livros_link {
    grid-column: 2/-2;
  }
  .form_livros .livros_arquivo {
    grid-column: 4/-1;
  }
  .form_livros .livros_comentarios {
    grid-column: 1/-1;
  }
  .form_livros .livros_submit {
    grid-column: 1/-1;
  }
}
.form_livros .input {
  padding: 10px 10px;
}
.form_livros .input .msg {
  color: #C33833;
  margin-top: 5px;
}
.form_livros .input.livros_comentarios textarea {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}
.form_livros .livros_id {
  display: none;
}
.form_livros label {
  display: block;
  margin-bottom: 5px;
}
.form_livros input, .form_livros select {
  width: 100%;
}
.form_livros .livros_submit input {
  width: 50%;
  margin: auto;
  display: block;
  margin-bottom: 10px;
}

a.excluir {
  display: inline-block;
  padding: 5px;
  background-color: #C33833;
  color: white;
  text-decoration: none;
}

blockquote.code {
  font-family: "Lucida Console";
  font-size: 0.8em;
  padding: 0;
  border: 1px solid #579182;
  margin: 0;
  overflow-x: scroll;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
blockquote.code::before {
  content: "Houve um erro na execução da Query";
  display: block;
  border: 1px solid #579182;
  margin: 5px 0;
  padding: 10px;
  background-color: #579182;
  color: white;
}

.menu-midia {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu-midia li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-midia a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #CCC;
  margin-right: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #C33833;
}
.menu-midia a.selected {
  background-color: #579182;
  font-weight: bold;
  color: white;
  border: 1px solid #1d5344;
}

@media only screen and (max-device-width: 1024px) {
  .main_layout.artigo {
    padding: 20px;
    box-sizing: border-box;
  }
}
.artigo h1, .artigo h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.artigo h2 {
  margin-bottom: 20px;
  font-weight: normal;
}
.artigo .mudancas {
  margin-bottom: 20px;
  font-size: 0.8em;
  color: #333;
}
.artigo .texto {
  border: 1px solid #CCC;
  background-color: #F5F5F5;
  font-family: Verdana;
  font-size: 12px;
  padding: 5px 15px;
  box-sizing: border-box;
}
.artigo .content-text textarea {
  width: 100%;
  height: 300px;
}
.artigo .content-text input[type=submit] {
  width: 50%;
  margin: auto;
  display: block;
  margin-top: 20px;
}

.numero-verificado {
  color: #2A7560;
  display: none;
  text-align: right;
  font-size: 11px;
  font-family: Verdana;
}

.valida-sms {
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 10px;
  font: 12px Verdana;
  display: none;
  clear: both;
}
.valida-sms .numero-telefone {
  font-weight: bold;
}
.valida-sms input {
  padding: 5px;
  width: 155px;
  box-sizing: border-box;
}
.valida-sms .caixa-codigo {
  width: 240px;
  margin-bottom: 5px;
}
.valida-sms .caixa-codigo button {
  width: 80px;
  font-size: 1em;
}
.valida-sms .buttons {
  width: 242px;
}
.valida-sms #confirmar-sms {
  width: 242px;
}
.valida-sms p {
  max-width: 800px;
}
.valida-sms #verificar-tag {
  max-width: 800px;
  margin-bottom: 20px;
}
.valida-sms button {
  background-color: #579182;
  color: white;
  border: 1px solid #2A7560;
  padding: 5px;
}
.valida-sms button[disabled] {
  opacity: 0.5;
}

/*# sourceMappingURL=main.css.map */
