/* ==================== Css Geral ==================== */

/* ======== section home ======== */

section.home .login {
  width: 100%;
  height: auto;
}

section.home .login form {
  width: 100%;
  height: auto;
}

section.home .login form input[type="text"],
section.home .login form input[type="password"],
section.home .login form input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  border-radius: 4px;
  border: 1px solid #ddd;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding: 20px 10px 20px 10px;
  margin: 0px auto 10px auto;
  display: block;
  font-size: 18px;
}

section.home .login form input[type="text"]:focus,
section.home .login form input[type="password"]:focus,
section.home .login form input[type="email"]:focus {
  border: 1px solid #37b5c3;
}

section.home .login form input[type="submit"] {
  width: 100%;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
  border: none;
  background-color: #37b5c3;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding: 20px 10px 20px 10px;
  margin: 0px auto 0px auto;
  display: block;
  font-size: 17px;
}

section.home .login .manter_logado {
  width: 297px;
  height: auto;
  margin: 15px auto 15px 0px;
  display: block;
  font-size: 16px;
}

section.home .login .redefinir_senha {
  width: 297px;
  height: auto;
  margin: 50px auto 50px 0px;
  display: block;
}

section.home .login .redefinir_senha a {
  text-decoration: none;
  color: #999;
  font-size: 16px;
}

/* ======== */

section.home .produtos {
  width: 100%;
  height: auto;
}

/* ==================== Erro Login ==================== */

section.home .erro_login {
  width: auto;
  height: auto;
  margin: 0px 4px 0px 4px;
}

section.home .erro_login .top {
  font-weight: bold;
  font-size: 24px;
  width: auto;
  height: auto;
  display: block;
}

section.home .erro_login .toptext {
  line-height: 15px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

section.home .erro_login .toptext p {
  font-size: 14px;
}

section.home .erro_login .toptext b {
  color: #ff6600;
  font-size: 14px;
}

section.home .erro_login .toptext a {
  color: #585858;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

/* ==================== Rodape ==================== */

.rodape {
  width: 100%;
  font-size: 12px;
  color: #5f6460;
  margin: 10px auto 10px auto;
  text-align: center;
}

/* ======== */

/* ==================== Link Suporte ==================== */

.suporte_contato {
  width: 297px;
  height: auto;
  margin: 15px auto;
  display: block;
  text-align: center;
}

.suporte_contato a {
  text-decoration: none;
  color: #999;
}

/* ======== */

.atencao {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #900;
  width: 100%;
  margin: 20px auto 20px auto;
  text-align: center;
}

.mensagem_erro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #c00;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.mensagem_erro2 {
  clear: both;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.mensagem_email {
  padding-top: 10px;
  clear: both;
  width: 100%;
  color: #006699;
  margin: 0 auto;
  text-align: center;
}

/* ======== */

#div_cod_seg {
  width: 100%;
  margin: 20px auto 0px auto;
  text-align: center;
}

/* ==================== HomePage ==================== */

section.homepage {
  width: 100%;
  height: auto;
}

section.homepage .btn_topo_cadastro {
  width: auto;
  height: auto;
  float: right;
  color: #37b5c3;
  border-radius: 4px;
  border: solid 1px #37b5c3;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 8px 14px;
  text-align: center;
  white-space: nowrap;
  margin: 12px 0px;
}

section.homepage .btn_topo_acesso {
  width: auto;
  height: auto;
  float: right;
  color: #37b5c3;
  border-radius: 4px;
  border: solid 1px;
  cursor: pointer;
  padding: 8px 14px;
  text-align: center;
  white-space: nowrap;
  margin: 12px 5px;
}

section.homepage .btn_topo_acesso div {
  color: #fff;
  letter-spacing: 1px;
}

header .top .menu_site {
  width: 27px;
  height: 20px;
  background-image: url(../images/menu_azul_t.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  margin: 15px 12px;
}

header .top .baixar_app {
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  color: #37b5c3;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 16px 10px;
}

header .top .baixar_app:after {
  content: "baixar app";
}

/*balão*/
header .top .triangle-left {
  position: relative;
  padding: 10px;
  color: #fff;
  background: #666;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

header .top .triangle-left:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50px;
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color: #e0e3e4 transparent;
  display: block;
  width: 0;
}

header .top .triangle-left.top:after {
  top: -15px;
  right: auto;
  bottom: auto;
  left: 15px;
  border-width: 20px 0px 0 20px;
  border-color: transparent #e0e3e4;
}

.heading-h1,
.heading-h2 {
  font-weight: 600;
  color: initial;
}

.heading-h2.titulo {
  padding: 60px 0px;
}

.container {
  margin-top: 35px;
  text-align: center;
}
.heading-h2 {
  text-align: center;
  font-size: 24px;
}

.cta {
  max-width: 280px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 4px;
  padding: 16px 24px;
  display: inline-block;
  border-color: #37b5c3;
  color: #37b5c3;
  margin-top: 36px;
  width: 60%;
}

.container-japan {
  margin-top: 120px;
  text-align: center;
  padding: 0px 6px;
}

.japan {
  color: #37b5c3;
  font-size: 24px;
}

.logo-japan {
  margin-top: 20px;
}

.home-clients {
  background-color: #f7f7f7;
}

.home-clients ul {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.home-clients ul li {
  margin: 16px 32px;
}

@media (max-width: 768px) {
  .home-clients li {
    width: 26%;
  }

  .home-clients li img {
    max-width: 100%;
  }
}

.flex {
  flex-wrap: wrap;
  display: flex;
}

header .top .balaoMenu {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e0e3e4;
  width: 280px;
  height: auto;
  margin-top: 50px;
  transition: all 0.4s ease-in;
  border-radius: 7px;
  left: 10px;
  position: absolute;
  z-index: 1005;
}

header .top .balaoMenu ul {
  width: 100%;
  height: auto;
  margin: 0px;
}

header .top .balaoMenu ul li {
  display: table;
  width: 100%;
  height: auto;
}

header .top .balaoMenu ul li p {
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #646464;
  vertical-align: bottom;
  letter-spacing: 1px;
  padding: 10px;
}

header .top .balaoMenu ul li a {
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #646464;
  text-align: left;
  text-indent: 10px;
  vertical-align: middle;
}

header .top .balaoMenu ul li a:active {
  color: #ff5c26;
}

header .top .balaoMenu .horario {
  font-size: 11px;
  color: #999;
}

section.homepage .destaque_principal {
  width: 100%;
  height: auto;
}

section.homepage .destaque_principal img {
  width: 100%;
  height: auto;
}

section.homepage .destaque_principal_texto {
  color: #ffffff;
  font-size: 18px;
  padding: 20px 10px;
  margin: 0px auto;
  text-align: center;
  background-color: #50becb;
  line-height: 140%;
}

section.homepage .bloco_home {
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-top: 35px;
}

section.homepage .bloco_conteudo {
  width: 320px;
  margin: 0 auto;
}

section.homepage .fundo_cinza {
  background-color: #fff;
}

.heading-h1 {
  font-size: 24px;
  padding: 0px 6px;
}

section.homepage .fundo_branco {
  background-color: #ffffff;
}

section.homepage .titulo_bloco {
  font-size: 18px;
  width: 281px;
  margin: 0px auto;
  padding: 60px 0px 0px 0px;
}

section.homepage .titulo_bloco_2 {
  font-size: 16px;
  width: 310px;
  margin: 0px auto;
  padding: 40px 0px 0px 0px;
}

section.homepage .titulo_bloco_esquerda {
  font-size: 18px;
  width: 220px;
  margin: 0px 0px 0px 10px;
  text-align: left;
  padding: 40px 0px 0px 0px;
}

section.homepage .separador_titulo_bloco {
  padding: 0px 0px 30px 0px;
}

section.homepage .subtitulo_bloco {
  font-size: 16px;
  width: 305px;
  margin: 0px auto;
  padding: 5px 0px 0px 0px;
}

section.homepage .tela_negocios {
  text-align: left;
}

section.homepage .tela_negocios img {
  width: 320px;
  height: 200px;
}

section.homepage .ico_negocios {
  position: absolute;
  margin: 50px 0px 0px 221px;
}

section.homepage .ico_negocios img {
  width: 60px;
  height: 60px;
}

section.homepage .ico_negocios_txt {
  font-size: 12px;
  color: #868686;
  margin-top: 5px;
}

section.homepage .tela_contato {
  text-align: center;
  padding: 0px 0px 60px 0px;
}

section.homepage .tela_contato img {
  width: 300px;
  height: 139px;
}

section.homepage .tela_calendario {
  text-align: right;
}

section.homepage .tela_calendario img {
  width: 200px;
  height: 216px;
}

section.homepage .info_tela_calendario {
  text-align: left;
  width: 120px;
  margin: 0px 0px 0px 10px;
  position: absolute;
  margin-top: 110px;
  line-height: 140%;
}

section.homepage .tela_central {
  text-align: center;
  padding: 0px 0px 60px 0px;
}

section.homepage .tela_central img {
  width: 315px;
  height: 281px;
}

section.homepage .tela_smart {
  text-align: right;
}

section.homepage .tela_smart img {
  width: 195px;
  height: 216px;
}

section.homepage .info_tela_smart {
  text-align: center;
  width: 140px;
  margin: 0px 0px 0px 5px;
  position: absolute;
  margin-top: 110px;
  line-height: 140%;
}

section.homepage .tela_checkin {
  text-align: left;
  margin-left: 10px;
}

section.homepage .tela_checkin img {
  width: 147px;
  height: 212px;
}

section.homepage .ico_checkin {
  position: absolute;
  margin: 50px 0px 0px 189px;
}

section.homepage .ico_checkin img {
  width: 130px;
  height: 98px;
}

section.homepage .tela_logos {
  text-align: center;
  padding: 0px 0px 60px 0px;
}

section.homepage .tela_logos img {
  width: 319px;
  height: 368px;
}

section.homepage .seta_sobe {
  position: absolute;
  bottom: 0px;
  right: 50px;
  cursor: pointer;
}

section.homepage .seta_sobe img {
  width: 61px;
  height: 50px;
}

/* ==================== Redefinir Senha ==================== */

section.home .redefinir_senha {
  width: auto;
  height: auto;
  margin: 0px 4px 0px 4px;
}

section.home .redefinir_senha form {
  width: 100%;
  height: auto;
}

section.home .redefinir_senha .toptext {
  font-weight: bold;
  font-size: 24px;
  width: auto;
  height: auto;
  display: block;
}

section.home .redefinir_senha .text_redefinir_senha {
  line-height: 15px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

section.home .redefinir_senha .text_redefinir_senha p {
  font-size: 14px;
}

section.home .redefinir_senha form input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  border-radius: 4px;
  border: 1px solid #ddd;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding: 20px 10px 20px 10px;
  margin: 0px auto 0px auto;
  display: block;
  font-size: 18px;
}

section.home .redefinir_senha form input[type="email"]:focus {
  border: 1px solid #37b5c3;
}

section.home .redefinir_senha form input[type="submit"] {
  width: 100%;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
  border: none;
  background-color: #37b5c3;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding: 20px 10px 20px 10px;
  margin: 0px auto 0px auto;
  display: block;
  font-size: 17px;
}

#div_cod_seg_senha {
  width: 100%;
  margin: 20px auto 0px auto;
  text-align: center;
  clear: both;
}

/* ==================== Cadastro Site ==================== */

section.home .cadastro_site {
  width: auto;
  height: auto;
  margin: 0px 4px 0px 4px;
}

section.home .cadastro_site form {
  width: 100%;
  height: auto;
}

section.home .cadastro_site form input[type="text"],
section.home .cadastro_site form input[type="password"],
section.home .cadastro_site form input[type="email"],
section.home .cadastro_site form input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  border-radius: 4px;
  border: 1px solid #ddd;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding: 20px 10px 20px 10px;
  margin: 0px 0px 0px 0px;
  display: block;
  font-size: 18px;
}

section.home .cadastro_site form select {
  width: 100%;
  height: auto;
  margin: 0px auto 10px auto;
  display: block;
  font-size: 18px;
}

/*section.home .cadastro_site form select:focus,*/
section.home .cadastro_site form input[type="text"]:focus,
section.home .cadastro_site form input[type="password"]:focus,
section.home .cadastro_site form input[type="email"]:focus,
section.home .cadastro_site form input[type="tel"]:focus {
  border: 1px solid #37b5c3;
}

section.home .cadastro_site form input[type="submit"] {
  width: 100%;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
  border: none;
  background-color: #37b5c3;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding: 20px 10px 20px 10px;
  margin: 20px auto 40px auto;
  display: block;
  font-size: 17px;
  cursor: pointer;
}

section.home .cadastro_site .titulo_area {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-weight: bold;
  font-size: 19px;
  display: block;
  text-align: center;
}

section.home .cadastro_site .subTitulo_area {
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}

section.home .cadastro_site .campos_obrigatorios {
  width: 100%;
  height: auto;
  padding: 0px 0px 20px 0px;
  margin: 0px auto;
  display: block;
  color: #a9a9a9;
}

section.home .cadastro_site .desfoca {
  filter: alpha(opacity=80);
  opacity: 0.8;
  position: absolute;
  width: 100%;
  /*height: 100%;*/
  min-height: 1000px;
  background: #ffffff;
}

/*form cadastro*/
section.home .cadastro_site #form_cadastro {
  width: 100%;
  margin-top: 30px;
}

section.home .cadastro_site #form_cadastro .title_form {
  width: 100%;
  height: auto;
  padding: 20px 0px 5px 0px;
  margin: 0 auto;
  display: block;
  color: #37b5c3;
  font-size: 16px;
}

section.home .cadastro_site #form_cadastro .avisoErro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #cc0033;
  width: 100%;
  margin: 10px auto 0px auto;
}

section.home .cadastro_site #form_cadastro .parenteses {
  color: #a9a9a9;
  margin-left: 5px;
}
/*form cadastro*/

section.home .cadastro_site #areaplanos {
  width: 100%;
  margin: 20px auto 40px auto;
}

section.home .cadastro_site #menuvert_planos1 {
  width: 100%;
  margin: 0;
  padding: 0;
}

section.home .cadastro_site #menuvert_planos1 ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

section.home .cadastro_site #menuvert_planos1 ul li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
  padding-bottom: 3px;
  list-style: none;
  font-size: 15px;
}

section.home .cadastro_site #finaliza_planos {
  width: 100%;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 15px;
  height: 34px;
}

section.home .cadastro_site .valor {
  float: left;
  color: #d75946;
  text-align: center;
  font-size: 34px;
  font-weight: normal;
  height: 34px;
}

section.home .cadastro_site .cadastro_captcha {
  width: 100%;
  margin: 20px auto 0px auto;
  text-align: center;
}

/* DDD E TELEFONE */
section.home .cadastro_site .div_DDD_telefone {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

section.home .cadastro_site .div_DDD_telefone .divisao .title_form {
  width: auto;
}

section.home .cadastro_site .div_DDD_telefone .divisao_DDD {
  height: auto;
  display: table-cell;

  float: left;
  width: 20%;
}

section.home .cadastro_site .div_DDD_telefone .divisao_telefone {
  height: auto;
  display: table-cell;

  float: right;
  width: 70%;
}
/* DDD E TELEFONE */

/* ==================== Empresa ==================== */

section.home .empresa {
  width: 100%;
  height: auto;
}

section.home .empresa .titulo {
  width: 100%;
  height: auto;
  margin: 0px auto 20px auto;
  font-weight: bold;
  font-size: 24px;
  display: block;
}

section.home .empresa p {
  margin-bottom: 15px;
}

.footer {
  background-color: #edf1f6;
  padding: 32px;
}

.footer__menu li {
  font-size: 14px;
}


.footer__social {
  align-items: flex-start;
  justify-content: flex-end;
  width: 19%;
}

.footer__copyright span, .footer__copyright small {
    text-align: center;
}



.footer__social div {
    justify-content: flex-end;
}

.footer__menu {
  justify-content: center;
}


.footer__menu {
  flex: 1;
}

.footer__menu li a {
  color: #757575;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

.footer__copyright span,
.footer__copyright small {
  font-size: 10px;
  color: #757575;
}

.footer__menu li + li {
  margin-top: 16px;
}

.footer__copyright {
  width: 100%;
  justify-content: space-between;
  margin-top: 64px;
}

.footer__social div {
  width: 100%;
}

.footer__back_to_the_top {
  width: 49px;
  margin-top: -7px;
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
}

.footer__copyright small img {
  margin-left: 6px;
}

@media (min-width: 767px) {

	.footer__menu{
		margin-left:160px;
	}
}

@media (max-width: 768px) {
  constructed stylesheet .container-footer {
    max-width: calc(100% - 32px);
  }
  .footer__menu {
		margin-bottom: 32px;		
  }
  .footer__menu ul {
    width: 100%;
    text-align: center;
  }

  .footer__menu,
  .footer__social {
    width: 100%;
  }

  .footer__social ul {
    margin: auto;
  }

  .footer__copyright {
    justify-content: center;
  }

  .footer__social > div {
    justify-content: center;
    margin-top: 32px;
  }

  .footer__copyright span {
    margin-bottom: 32px;
    display: block;
  }

  @media (max-width: 768px) {
    .footer__copyright small {
      text-align: center;
    }
  }

  .footer__back_to_the_top {
    margin-top: 7px;
  }

  .main.home-sue img {
    width: 80px;
    margin: auto;
    padding: 45px 0;
  }
}
