#faixa_newsletter .btn:before {
  content: "";
  display: none;
  width: 1%;
  background: transparent;
  height: 1px;
}
#faixa_newsletter {
  border-bottom: 4px solid #004c6d;
  margin: 30px 0 5px;
  padding: 30px 0 0;
  background-color: #46829c;
  text-align: center;
  font-size: 11px;
}
#faixa_newsletter h4 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 15px 0 30px;
}
#faixa_newsletter .col-xs-12 {
  padding-left: 2px;
  padding-right: 2px;
}
#faixa_newsletter input,
#faixa_newsletter button,
#faixa_newsletter select {
  font-size: 14px;
}
#faixa_newsletter select {
  color: #999;
}
#faixa_newsletter ul.act-error-message,
#faixa_newsletter ul.act-success-message {
  font-size: 11px;
  font-weight: bold;
  background: #df8386;
  color: #fff;
  box-shadow: 2px 2px 3px #333;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 1s;
  padding: 5px 0;
  top: -10px;
  list-style-type: none;
  text-align: center;
  position: relative;
}
#faixa_newsletter ul.act-success-message {
  background: #238d23;
  top: -20px;
}
#faixa_newsletter ul.show {
  opacity: 1;
  filter: alpha(opacity=1);
}
#faixa_newsletter .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#checkboxes {
  display: none;
  border: 1px #dadada solid;
  background: #fff;
  position: absolute;
  z-index: 70;
  margin-left: 0;
  padding: 5px;
  text-align: left;
  font-size: 14px;
}
#checkboxes label {
  font-weight: normal;
}

#como_funciona {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: justify;
  color: #727272;
  font-size: 12px;
}
#como_funciona h1,
#como_funciona h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}
#como_funciona .texto_longo {
  height: 100px;
  overflow: hidden;
}
#como_funciona .inner .col-xs-12 {
  border: solid 1px #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
#como_funciona p {
  line-height: 20px;
}

#rodape_tags {
  margin-top: 20px;
}
#rodape_tags h4 {
  color: #425179;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px #ddd dashed;
  text-align: left;
  margin-bottom: 10px;
}
#rodape_tags a,
#rodape_tags a:link,
#rodape_tags a:visited,
#rodape_tags a:hover {
  font-weight: bold;
  color: #808080;
  margin-left: 8px;
}
#rodape_tags .busca1 {
  font-size: 12px;
}
#rodape_tags .busca2 {
  font-size: 14px;
}
#rodape_tags .busca3 {
  font-size: 16px;
}
#rodape_tags .busca4 {
  font-size: 18px;
}
#rodape_tags .busca5 {
  font-size: 20px;
}
#rodape_tags .busca6 {
  font-size: 22px;
}

#rodape_atendimento {
  margin-top: 20px;
}
#rodape_atendimento h4 {
  color: #425179;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px #ddd dashed;
  text-align: left;
  margin-bottom: 15px;
}
#rodape_atendimento_blocos div {
  margin-bottom: 20px;
  line-height: 17px;
  color: transparent;
}
.atendimento_rodape div {
  color: transparent;
  margin-bottom: 0px;
}
.chat_liveperson { 
  border-bottom: solid 1px #ddd;
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  font-size: 11px;
}
#rodape_atendimento_blocos span {
  text-align: right;
}
#rodape_atendimento_blocos a {
  border-bottom: solid 1px #ddd;
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  font-size: 11px;
}
#rodape_atendimento_blocos a:hover {
  background: #d1e7e7;
}
#rodape_atendimento_blocos b {
  color: #0085b1;
}
#rodape_atendimento_blocos .figura {
  background: #003653;
  color: #fff;
  width: 25px;
  padding: 5px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  text-align: center;
  font-size: 17px;
}

#rodape_links {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #003653;
  color: #fff;
  text-align: left;
}
#rodape_links h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: #46829c 1px solid;
  color: #fff;
}
#rodape_links ul {
  list-style: none;
}
#rodape_links ul li {
  margin-left: 0;
}
#rodape_links ul li a,
#rodape_links ul li a:link,
#rodape_links ul li a:visited,
#rodape_links ul li a:hover {
  color: #fff;
  line-height: 20px;
}
#rodape_links_cont {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}
#rodape_links_cont div {
	border-bottom: #46829c 1px solid;
}
#rodape_links_cont ul.list-inline {
  margin-top: 10px;
}
#rodape_links_cont ul li {
	display: inline-block;
}
#rodape_links_cont ul li a,
#rodape_links_cont ul li a:link,
#rodape_links_cont ul li a:visited,
#rodape_links_cont ul li a:hover {
  font-weight: bold;
  margin-left: 10px;
}
#rodape_copyright {
	text-align: center;
}
#rodape_copyright span {
	color: #fff;
}


#rodape-touch {
  position: relative;
}
#rodape_prev, #rodape_next {
  display: inline-block;
	width: 25px;
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=55);
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
#rodape_prev {
  left: -15px;
}
#rodape_next {
  right: -15px;
}
#rodape_prev i,
#rodape_next i {
  color: #fff;
  font-size: 25px;
  margin-top: -12.5px;
  top: 50%;
  left: 50%;
  position: absolute;
}
#rodape_prev i,
#rodape_next i {
  margin-left: -4.47px;
}

/*XS*/
@media (max-width: 767px) {
  #faixa_newsletter h4 {
    font-size: 17.85px;
  }
  #faixa_newsletter ul.act-error-message,
  #faixa_newsletter ul.act-success-message {
    top: 5px;
  }

  #faixa_newsletter ul.act-success-message {
    top: -5px;
  }
  #como_funciona {
    font-size: 9.35;
  }
  #como_funciona h1,
  #como_funciona h2 {
    font-size: 11.9px;
  }
  #rodape_tags h1 {
    font-size: 10.2px;
  }
  #rodape_tags .busca1 {
    font-size: 10.2px;
  }

  #rodape_tags .busca2 {
    font-size: 11.9px;
  }

  #rodape_tags .busca3 {
    font-size: 13.6px;
  }

  #rodape_tags .busca4 {
    font-size: 15.3px;
  }

  #rodape_tags .busca5 {
    font-size: 17px;
  }

  #rodape_tags .busca6 {
    font-size: 18.7px;
  }
  #rodape_atendimento_blocos a {
    font-size: 9px;
  }
  #rodape_atendimento_blocos .figura {
    font-size: 14.45px;
  }
  #rodape_links h4 {
    font-size: 10.2px;
  }
  #rodape_links .xs-br {
    margin-bottom: 30px;
  }
}

/*SM*/
@media (max-width: 991px) {
  #faixa_newsletter h4 {
    font-size: 18.9px;
  }
  #como_funciona {
    font-size: 9.9;
  }
  #como_funciona h1,
  #como_funciona h2 {
    font-size: 12.6px;
  }
  #rodape_tags h1 {
    font-size: 10.8px;
  }
  #rodape_tags .busca1 {
    font-size: 10.8px;
  }

  #rodape_tags .busca2 {
    font-size: 12.6px;
  }

  #rodape_tags .busca3 {
    font-size: 14.4px;
  }

  #rodape_tags .busca4 {
    font-size: 16.2px;
  }

  #rodape_tags .busca5 {
    font-size: 18px;
  }

  #rodape_tags .busca6 {
    font-size: 19.8px;
  }
  #rodape_atendimento_blocos a {
    font-size: 9.9px;
  }
  #rodape_atendimento_blocos .figura {
    font-size: 15.3px;
  }
  #rodape_links h4 {
    font-size: 10.8px;
  }
  #rodape_links .sm-br {
    margin-bottom: 20px;
  }
}

/*MD*/
@media (max-width: 1199px) {
  #faixa_newsletter h4 {
    font-size: 19.95px;
  }
  #como_funciona {
    font-size: 10.45;
  }
  #como_funciona h1,
  #como_funciona h2 {
    font-size: 13.3px;
  }
  #rodape_tags h1 {
    font-size: 11.4px;
  }
  #rodape_tags .busca1 {
    font-size: 11.4px;
  }

  #rodape_tags .busca2 {
    font-size: 13.3px;
  }

  #rodape_tags .busca3 {
    font-size: 15.2px;
  }

  #rodape_tags .busca4 {
    font-size: 17.1px;
  }

  #rodape_tags .busca5 {
    font-size: 19px;
  }

  #rodape_tags .busca6 {
    font-size: 20.9px;
  }
  #rodape_atendimento_blocos a {
    font-size: 10.45px;
  }
  #rodape_atendimento_blocos .figura {
    font-size: 16.15px;
  }
  #rodape_links h4 {
    font-size: 11.4px;
  }
}

@media (max-width: 560px) {
  #rodape_atendimento_blocos div {
    width: 100%;
  }
}

@media (max-width: 404px) {
  #rodape_categorias div {
	  width: 100%;
	  /*margin-bottom: 20px;*/
  }
  #rodape_links .xs-br {
    margin-bottom: 20px;
  }
  #rodape_links {
	  font-size: 11px;
  }
  #rodape_links_cont {
	  text-align: center;
  }
  #rodape_links_cont ul li a {
	  margin-left: 2px;
	  font-size: 10px;
  }
  #rodape_links_cont div {
	  padding-top: 5px;
  }
}

/* Popup Recuperar senha */
.text_recovery_password {
	padding-top: 12px;
}
.cpf_cnpj_box_recovery {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.text-cpf-message {
  text-align: left;
  margin-left: 53px;
  margin-bottom: -16px;
}
.email_box_recovery_password {
  display: block;
  margin-top: 22px;
}
.input_box_recovery_field {
  width: 71% !important; 
  float: right; 
  margin-right: 20px;
}
.span_box_recovery {
  display: contents;
  width: 100%;
  text-align: right;
}
.span_box_recovery_align {
  width: 71%;
  text-align: center;
}
#box_phone_recovery {
  display: none;
}

/* ajustes na versao mobile do recuperar senha */
@media (max-width: 560px) {
  .email_box_recovery_password{
      display: flow-root !important;
      width: 100% !important;
      
  }
  .label-cpf-cnpj-recovery {
  margin-right: 29%;
  }

  .label-email-recovery  {
  margin-right: 40%;
  }
  .label-phone-recovery {
    display: inline;
  }
  .phone_box_recovery{
    display: inline-grid !important;
    margin-left: 44px !important;
  }
  .label-phone-recovery {
    display: inline;
    margin-right: 58%;
  }
}
.label-cpf-cnpj-recovery {
  display: inline;
}
.label-email-recovery {
	display: inline;
}
.label-phone-recovery {
	display: inline;
}
.label-click-desable{
	display: none !important;
}