.tudo_topo #topo {
  height: 60px;
  margin: 0 auto;
  display: table;
  max-width: 1180px;
  padding: 0 32px;
}

.tudo_topo #topo_seguro {
  height: 60px;
  margin: 0 auto;
  display: table;
  max-width: 1180px;
  padding: 0 32px;
  width: 67%;
}

.tudo_topo #topo #logo {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 32px;
}

.tudo_topo #topo_seguro #logo {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 32px;
}

.tudo_topo #topo #links_topo {
  height: 60px;
  z-index: 0;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.tudo_topo #topo #links_topo_conteiner {
  display: table;
  margin: 0 auto;
  width: auto;
  float: right;
  margin-right: 30px;
}

.tudo_topo #topo #menu_topo_botao {
  width: 75px;
  height: 15px;
  /*margin:0 auto;*/
  display: table-cell;
  vertical-align: middle;
}

.tudo_topo #topo #menu_topo_telefoneTxt {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #53586c;
  cursor: pointer;
}

.tudo_topo #topo #menu_topo_telefone {
  width: 26px;
  height: 12px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

.tudo_topo #topo #menu_topo_cadastro {
  width: 146px;
  height: 12px;
  /*padding-left:40px;*/
  display: table-cell;
  vertical-align: middle;
}

.tudo_topo #topo .btn_topo_cadastro {
  width: auto;
  height: auto;
  float: left;
  border-radius: 4px;
  /*
	color: #fff;
    border: none;
    background-color: #37B5C3;
	*/
  color: #37b5c3;
  border: solid 1px #37b5c3;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 8px 14px;
  margin: 0px;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 1000px) {
  .tudo_topo #topo .btn_topo_cadastro:hover {
    color: #fff;
    background-color: #37b5c3;
  }
}

.tudo_topo #topo .btn_topo_acesso {
  /*width: auto;*/
  height: auto;
  float: left;
  border-radius: 4px;
  /*
	color: #fff;
	border: none;
    background-color: #35C021;
	*/
  color: #35c021;
  border: solid 1px #35c021;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 8px 14px;
  margin: 0px;
  text-align: center;
  white-space: nowrap;

  min-width: 62px;
  background: url(../images/ico_cadeado.png) no-repeat;
  background-position: 64px 8px;
  background-size: 11px 14px;
}

@media (min-width: 1000px) {
  .tudo_topo #topo .btn_topo_acesso:hover {
    background: url(../images/cadeado_branco_icone.png) no-repeat;
    background-position: 64px 8px;
    background-size: 11px 14px;
    color: #fff;
    background-color: #35c021;
  }
}

.tudo_topo #topo #log {
  width: 63px;
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}

/**/
#menu_topo_tel,
#menu_topo_tel_com_seta {
  width: auto;
  height: 20px;
  font-size: 13px;
  margin: 10px auto 50px auto;
  text-align: center;
  color: #ffffff;
}

#menu_topo_tel_com_seta:after {
  /*arrow added to uparrowdiv DIV*/
  content: "";
  display: block;
  position: absolute;
  top: -20px; /*should be set to -border-width x 2 */
  right: 50%;
  border-color: transparent transparent #37b5c3 transparent; /*border color should be same as div div background color*/
  border-style: solid;
  border-width: 0 0 20px 15px;
}

#menu_topo_tel .item,
#menu_topo_tel_com_seta .item {
  display: inline-block;
  *display: inline;
  zoom: 1; /*Manter estilo (*display:inline; zoom:1;) para compatibilidade com IE7*/
  vertical-align: top;
  line-height: 25px;
  margin-left: 10px;
}

#menu_topo_tel .linkContato,
#menu_topo_tel_com_seta .linkContato {
  /*width:107px;*/
  float: right;
  cursor: pointer;
  margin: 25px 10px 10px 0px;
  font-size: 11px;
  text-decoration: none;
}

/**/
.tudo_topo #topo #menu_topo {
  width: 560px;
  height: 50px;
  font-size: 13px;
  color: #37b5c3;
  margin: 0px auto 50px auto;
  text-align: center;
}

.tudo_topo #topo #menu_topo:after {
  /*arrow added to uparrowdiv DIV*/
  content: "";
  display: block;
  position: absolute;
  top: -20px; /*should be set to -border-width x 2 */
  right: 50%;
  border-color: transparent transparent #efefef transparent; /*border color should be same as div div background color*/
  border-style: solid;
  border-width: 10px;
}

.tudo_topo #topo #menu_topo .item {
  display: inline-block;
  *display: inline;
  zoom: 1; /*Manter estilo (*display:inline; zoom:1;) para compatibilidade com IE7*/
  vertical-align: top;
  height: 50px;
  line-height: 50px;
}

.tudo_topo #topo #menu_topo a {
  text-decoration: none;
  color: #37b5c3;
}

.tudo_topo #topo #menu_topo .separador {
  height: 25px;
  width: 1px;
  background-color: #8cd7df;
  display: inline-block;
  *display: inline;
  zoom: 1; /*Manter estilo (*display:inline; zoom:1;) para compatibilidade com IE7*/
  vertical-align: top;
  margin: 13px 20px;
}

/**/
#menu_right {
  width: 91px;
  height: 16px;
  padding-right: 10px;
  padding-left: 40px;
  display: table-cell;
  vertical-align: middle;
  color: #b3b3b3;
  font-size: 12px;
}

#menu_right #ico_menu_config {
  width: 27px;
  height: 16px;
  float: right;
  margin-left: 10px;
  margin-top: 4px;
  cursor: pointer;
  margin-right: 13px;
}

/*BOX MENU CONFIGURACOES*/
#box_menu_config {
  width: 325px;
  height: 210px;
  background-color: #dadada;
  margin-top: 35px;
  position: absolute;
  z-index: 50;
}

#box_menu_config .uparrowdiv,
.downarrowdiv,
.leftarrowdiv,
.rightarrowdiv {
  width: 303px;
  min-height: 188px; /*min height of DIV should be set to at least 2x the width of the arrow*/
  background: #fefefe;
  color: #666;
  padding: 5px;
  position: relative;
  margin-bottom: 2em;
  border: 1px solid #999999;
  left: 5px;
  top: 5px;
}

#box_menu_config .uparrowdiv:after {
  /*arrow added to uparrowdiv DIV*/
  content: "";
  display: block;
  position: absolute;
  top: -20px; /*should be set to -border-width x 2 */
  right: 10px;
  border-color: transparent transparent #fefefe transparent; /*border color should be same as div div background color*/
  border-style: solid;
  border-width: 10px;
}

#box_menu_config .uparrowdiv #menu_config {
  margin-top: 10px;
  padding: 0;
  text-decoration: none;
}

#box_menu_config .uparrowdiv ul li {
  width: 170px;
  float: left;
  text-align: left;
  margin-left: 30px;
  line-height: 25px;
  text-decoration: none;
}

#box_menu_config .uparrowdiv ul li a:link {
  color: #999;
  text-decoration: none;
}

#box_menu_config .uparrowdiv ul li a:hover {
  color: #999;
  text-decoration: none;
}
