* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  list-style-type: none;
  outline: none;
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

html {
  position: relative;
  background: url(../imagens/html.png);
}

.conteudo {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

/*
#######################################################
  #### HEADER 
#######################################################
*/
header h1 {
  height: 120px;
  padding-top: 15px;
  width: 100%;
  display: block;
  background: #555 url(../imagens/logo-cadastrar.png) center / auto 100px no-repeat;
  text-align: center;
  font-family: "SegoeUI-Bold";
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-indent: -99999px;
  cursor: pointer;
}

/*header h1 span{
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 auto 0 auto;  
}
header h1 img{
  display: block;
  height: 28px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  left: 1px;
}*/
* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  list-style-type: none;
  outline: none;
  text-decoration: none;
}

input[type=submit],
input[type=text],
input[type=password],
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

html {
  position: relative;
  background: url(../imagens/html.png);
}

.conteudo {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*
#######################################################
  #### TELA 1 - ESCOLHA DOS PLANOS
#######################################################
*/

section#planos .conteudo h2 {
  font-family: "SegoeUI-Bold";
  display: block;
  font-size: 32px;
  letter-spacing: 0.7px;
  color: #4f4f4f;
  margin-top: 60px;
}

section#planos .conteudo h3 {
  font-family: "SegoeUI-Semibold";
  display: block;
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #4f4f4f;
  text-align: center;
  margin-top: 3px;
}

section#planos .conteudo ul {
  display: table;
  width: 100%;
  margin-top: 47px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
}

section#planos .conteudo ul li {
  width: 250px;
  display: inline-block;
  float: left;
  margin-top: 24px;
  margin-left: 0px;
}

section#planos .conteudo ul li.gratis {
  margin-left: 40px;
}

section#planos .conteudo ul li.gratis span {
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  font-size: 15px;
  letter-spacing: 0px;
  color: #4f4f4f;
}

section#planos .conteudo ul li.gratis span.valor {
  font-weight: 800;
  font-size: 24px;
  color: #4f4f4f;
  float: left;
}

section#planos .conteudo ul li.gratis span.periodo {
  font-family: "SegoeUI";
  font-weight: 400;
  display: block;
  font-size: 17px;
  margin-left: 7px;
  margin-top: 5px;
}

section#planos .conteudo ul li.gratis .formulario {
  float: left;
  display: block;
  width: 224px;
  margin-top: 20px;
}

section#planos .conteudo ul li.gratis .formulario form label select {
  border: 1px solid #d4d4d4;
  display: block;
  width: 204px;
  padding-left: 20px;
  height: 44px;
  border-radius: 6px;
  color: #999999;
  font-family: "SegoeUI";
  font-size: 15px;
}

section#planos .conteudo ul li.gratis .descricao {
  float: left;
  display: block;
  margin-top: 25px;
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  font-size: 14px;
  width: 100%;
}

section#planos .conteudo ul li.gratis .descricao span.valido {
  background: url(../imagens/valido.png);
  display: block;
  width: 14px;
  height: 10px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

section#planos .conteudo ul li.gratis .descricao p.nao_valido {
  color: #d6d6d6;
  margin-top: 3px;
}


section#planos .conteudo ul li.gratis .descricao span.nao_valido {
  background: url(../imagens/nao_valido.png);
  display: block;
  width: 14px;
  height: 10px;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}

section#planos .conteudo ul li.gratis span.botao_testar {
  display: block;
  float: left;
  border: 2px solid #4ac776;
  font-family: "Source Sans Pro";
  color: #4ac776;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  font-size: 15px;
  width: 200px;
  height: 29px;
  padding-top: 7px;
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
}


section#planos .conteudo ul li.um_usuario {
  margin-left: 20px;
  margin-right: 0px;
}

section#planos .conteudo ul li.um_usuario span {
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  font-size: 15px;
  letter-spacing: 0px;
  color: #4f4f4f;
}

section#planos .conteudo ul li.um_usuario span.valor {
  font-weight: 800;
  font-size: 24px;
  color: #4f4f4f;
  float: left;
}

section#planos .conteudo ul li.um_usuario span.periodo {
  font-family: "SegoeUI";
  font-weight: 400;
  display: block;
  font-size: 17px;
  margin-left: 7px;
  margin-top: 5px;
}

section#planos .conteudo ul li.um_usuario .formulario {
  float: left;
  display: block;
  width: 224px;
  margin-top: 20px;
}

section#planos .conteudo ul li.um_usuario .formulario form label select {
  border: 1px solid #d4d4d4;
  display: block;
  width: 204px;
  padding-left: 20px;
  height: 44px;
  border-radius: 6px;
  color: #999999;
  font-family: "SegoeUI";
  font-size: 15px;
}

section#planos .conteudo ul li.um_usuario .descricao {
  float: left;
  display: block;
  margin-top: 25px;
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  font-size: 14px;
  width: 100%;
}

section#planos .conteudo ul li.um_usuario .descricao span.valido {
  background: url(../imagens/valido.png);
  display: block;
  width: 14px;
  height: 10px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

section#planos .conteudo ul li.um_usuario .descricao p.valido {
  color: #000;
  margin-top: 2.5px;
}


section#planos .conteudo ul li.um_usuario span.botao_assinar {
  display: block;
  float: left;
  border: 2px solid #4ac776;
  font-family: "Source Sans Pro";
  background: #4ac776;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  font-size: 15px;
  width: 200px;
  height: 29px;
  padding-top: 7px;
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;

}

section#planos .conteudo ul li.dois_usuarios {
  margin-left: 20px;
  margin-right: 5px;
  margin-top: 73px;
  float: right;
}

section#planos .conteudo ul li.dois_usuarios span {
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  font-size: 15px;
  letter-spacing: 0px;
  color: #4f4f4f;
}

section#planos .conteudo ul li.dois_usuarios span.valor {
  font-weight: 800;
  font-size: 24px;
  color: #4f4f4f;
  float: left;
}

section#planos .conteudo ul li.dois_usuarios span.periodo {
  font-family: "SegoeUI";
  font-weight: 400;
  display: block;
  font-size: 17px;
  margin-left: 7px;
  margin-top: 5px;
  float: left;
}

section#planos .conteudo ul li.dois_usuarios .desconto {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  background: #8371dc;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: -36px;
}

section#planos .conteudo ul li.dois_usuarios .desconto span.descontinho {
  font-family: "Open Sans";
  font-weight: 800;
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 13px;
  font-size: 17px;
}

section#planos .conteudo ul li.dois_usuarios .desconto span.descontinho1 {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 800;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: -5px;
}

section#planos .conteudo ul li.dois_usuarios .formulario {
  float: left;
  display: block;
  width: 224px;
  margin-top: 20px;
}

section#planos .conteudo ul li.dois_usuarios .formulario form label select {
  border: 1px solid #d4d4d4;
  display: block;
  width: 204px;
  padding-left: 20px;
  height: 44px;
  border-radius: 6px;
  color: #999999;
  font-family: "SegoeUI";
  font-size: 15px;
}

section#planos .conteudo ul li.dois_usuarios .descricao {
  float: left;
  display: block;
  margin-top: 25px;
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  font-size: 14px;
  width: 100%;
}

section#planos .conteudo ul li.dois_usuarios .descricao span.valido {
  background: url(../imagens/valido.png);
  display: block;
  width: 14px;
  height: 10px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

section#planos .conteudo ul li.dois_usuarios .descricao p.valido {
  color: #000;
  margin-top: 2.5px;
}


section#planos .conteudo ul li.dois_usuarios span.botao_assinar {
  display: block;
  float: left;
  border: 2px solid #4ac776;
  font-family: "Source Sans Pro";
  background: #4ac776;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  font-size: 15px;
  width: 200px;
  height: 29px;
  padding-top: 7px;
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;

}

section#planos .conteudo ul li.quatro_usuarios {
  margin-left: 20px;
  margin-right: 5px;
  margin-top: 73px;
  float: right;
}

section#planos .conteudo ul li.quatro_usuarios span {
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  font-size: 15px;
  letter-spacing: 0px;
  color: #4f4f4f;
}

section#planos .conteudo ul li.quatro_usuarios span.valor {
  font-weight: 800;
  font-size: 24px;
  color: #4f4f4f;
  float: left;
}

section#planos .conteudo ul li.quatro_usuarios span.periodo {
  font-family: "SegoeUI";
  font-weight: 400;
  display: block;
  font-size: 17px;
  margin-left: 7px;
  margin-top: 5px;
}

section#planos .conteudo ul li.quatro_usuarios .desconto {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  background: #8371dc;
  border-radius: 50%;
  margin-left: 55px;
  margin-top: -63px;
}

section#planos .conteudo ul li.quatro_usuarios .desconto span.descontinho {
  font-family: "Open Sans";
  font-weight: 800;
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 13px;
  font-size: 17px;
}

section#planos .conteudo ul li.quatro_usuarios .desconto span.descontinho1 {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 800;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: -5px;
}

section#planos .conteudo ul li.quatro_usuarios .formulario {
  float: left;
  display: block;
  width: 224px;
  margin-top: 20px;
}

section#planos .conteudo ul li.quatro_usuarios .formulario form label select {
  border: 1px solid #d4d4d4;
  display: block;
  width: 204px;
  padding-left: 20px;
  height: 44px;
  border-radius: 6px;
  color: #999999;
  font-family: "SegoeUI";
  font-size: 15px;
}

section#planos .conteudo ul li.quatro_usuarios .descricao {
  float: left;
  display: block;
  margin-top: 25px;
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  font-size: 14px;
  width: 100%;
}

section#planos .conteudo ul li.quatro_usuarios .descricao span.valido {
  background: url(../imagens/valido.png);
  display: block;
  width: 14px;
  height: 10px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

section#planos .conteudo ul li.quatro_usuarios .descricao p.valido {
  color: #000;
  margin-top: 2.5px;
}


section#planos .conteudo ul li.quatro_usuarios span.botao_assinar {
  display: block;
  float: left;
  border: 2px solid #4ac776;
  font-family: "Source Sans Pro";
  background: #4ac776;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  font-size: 15px;
  width: 200px;
  height: 29px;
  padding-top: 7px;
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;

}


/*
#######################################################
  #### TELA 2 - LOGIN
#######################################################
*/

section#login .conteudo {
  max-width: 425px;
  width: 90%;
  padding-bottom: 25px;
}

section#login .conteudo h2 {
  font-family: "SegoeUI-Bold";
  display: block;
  font-size: 16px;
  letter-spacing: 0.7px;
  color: #7e7e7e;
  margin-top: 20px;
  text-align: center;
}

section#login .conteudo a.bt_face {
  width: 100%;
  height: 40px;
  padding-top: 20px;
  display: block;
  background: #3b5998;
  color: #fff;
  text-transform: uppercase;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  border-radius: 40px;
  margin-top: 50px;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: all 0.08s ease-in;
}

section#login .conteudo a.bt_face:hover {
  background: #3a61b3;
}


section#login .conteudo span.alt {
  color: #7e7e7e;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  margin-top: 16px;
  display: block;

}

section#login .conteudo span.linha2 {
  display: block;
  width: 195px;
  height: 1px;
  background: #d4d4d4;
  margin-top: -8px;
  float: right;
}

section#login .conteudo .login_senha {
  width: 100%;
  height: 178px;
  display: block;
  margin-top: 15px;
}

section#login .conteudo .login_senha form {
  position: relative;
}

section#login .conteudo .login_senha form input[type=text],
section#login .conteudo .login_senha form input[type=password] {
  display: block;
  width: 100%;
  border: 1px solid #d4d4d4;
  height: 48px;
  font-size: 15px;
  font-family: "SegoeUI";
  color: #999999;
  padding-left: 20px;
  margin-bottom: 15px;
  transition: all 0.08s ease-in;
}

section#login .conteudo .login_senha form input[type=text]:focus,
section#login .conteudo .login_senha form input[type=password]:focus {
  border: 1px solid #d7a91e;
  color: #d7a91e;
  font-family: "SegoeUI-Bold";
}

section#login .conteudo .login_senha form a.recuperar_senha {
  display: block;
  float: left;
  font-size: 15px;
  font-family: "SegoeUI-Semibold";
  color: #d7a91e;
  margin-top: 17px;
  text-decoration: underline;
}

section#login .conteudo .login_senha form a.recuperar_senha:hover {
  color: #c79d1d;
}

section#login .conteudo .login_senha form input[type=submit] {
  width: 160px;
  height: 50px;
  background: #d7a91e;
  color: #fff;
  float: right;
  border-radius: 25px;
  font-family: "SegoeUI-Bold";
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.08s ease-in;
}

section#login .conteudo .login_senha form .carregador {
  width: 160px;
  height: 36px;
  padding-top: 14px;
  background: #ddd;
  color: #fff;
  float: right;
  border-radius: 25px;
  font-family: "SegoeUI-Bold";
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.08s ease-in;
  position: absolute;
  right: 0;
  top: 63px;
  display: none;
}

section#login .conteudo .login_senha form input[type=submit]:hover {
  background: #c79d1d;
}

section#login .conteudo .login_senha span.linha3 {
  width: 100%;
  display: block;
  height: 1px;
  background: #d4d4d4;
  float: left;
  margin-top: 45px;
  margin-bottom: 41px;
}

section#login .conteudo span.conta {
  font-family: "SegoeUI-Bold";
  font-size: 16px;
  text-align: center;
  color: #7e7e7e;
  display: block;
  float: none;
  position: relative;
  top: -5px;
}

section#login .conteudo a.bt_cadastro {
  font-family: "SegoeUI-Bold";
  font-size: 15px;
  text-align: center;
  color: #7e7e7e;
  width: 100%;
  height: 34px;
  padding-top: 12px;
  border: 2px solid #7e7e7e;
  border-radius: 20px;
  text-transform: uppercase;
  display: block;
  float: none;
  margin-top: 6px;
  border-radius: 25px;
  transition: all 0.08s ease-in;
}

section#login .conteudo a.bt_cadastro:hover {
  background: #d7a91e;
  color: #fff;
  border: 2px solid #d7a91e;
}

section#login .conteudo span.linha4 {
  width: 100%;
  display: block;
  height: 1px;
  background: #d4d4d4;
  margin-top: 30px;
}

section#login .conteudo p {
  font-family: "SegoeUI";
  font-size: 12px;
  text-align: center;
  color: #b8b8b8;
  display: block;
  margin-top: 16px;
}

section#login .conteudo p a {
  color: #d7a91e;
  font-family: "SegoeUI-Bold";
  text-decoration: underline;
}


/*
#######################################################
  #### TELA 3 - CADASTRO
#######################################################
*/
section#cadastro {
  padding-bottom: 40px;
}

section#cadastro .conteudo {
  max-width: 425px;
  width: 90%;
}

section#cadastro .conteudo a.bt_face {
  width: 100%;
  height: 40px;
  padding-top: 20px;
  display: block;
  background: #3b5998;
  color: #fff;
  text-transform: uppercase;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  border-radius: 40px;
  margin-top: 50px;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: all 0.08s ease-in;
}

section#cadastro .conteudo a.bt_face:hover {
  background: #3a61b3;
  color: #fff;
}

section#cadastro .conteudo .termos_aceite {
  display: block;
  margin-top: 20px;
  margin-left: 40px;
}

section#cadastro .conteudo .termos_aceite_rodape {
  display: table;
  width: 100%;
  margin-top: 0;
}

section#cadastro .conteudo .termos_aceite_rodape {
  margin-left: 0;
}

section#cadastro .conteudo .termos_aceite input[type=checkbox] {
  float: left;
  position: relative;
  z-index: 999;
}

section#cadastro .conteudo .termos_aceite p {
  font-family: "SegoeUI";
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #7e7e7e;
  text-decoration: none;
  position: relative;
  left: 9px;
  top: -3px;
}

section#cadastro .conteudo .termos_aceite p a {
  font-family: "SegoeUI-Bold";
  text-decoration: underline;
  display: inline;
  color: #7e7e7e;
  transition: all 0.08s ease-in;
}

section#cadastro .conteudo .termos_aceite p a:hover {
  color: #d7a91e;
}

.conteudo span.linha1 {
  display: block;
  width: 100%;
  border-top: 1px solid #d4d4d4;
  text-align: center;
  color: #7e7e7e;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  margin-top: 26px;
}

.conteudo span.linha1 b {
  color: #7e7e7e;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  display: block;
  margin-top: -12px;
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}

section#cadastro .conteudo h2 {
  font-family: "SegoeUI-Bold";
  display: block;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #7e7e7e;
  margin-top: 28px;
  text-align: center;
}

section#cadastro .conteudo span.pessoa {
  display: inline-block;
  padding: 10px 15px;
  background: #cdcdcd;
  font-size: 12px;
  font-family: "SegoeUI-Bold";
  border-radius: 6px;
  text-transform: uppercase;
  position: relative;
  top: 15px;
  color: #fff;
  cursor: pointer;
}

section#cadastro .conteudo span.pessoa_ativa {
  background: #d7a91e;
}

section#cadastro .conteudo .cadastro_senha {
  width: 100%;
  display: table;
  margin-top: 21px;
  position: relative;
  padding-bottom: 10px;
}

section#cadastro .conteudo .cadastro_senha .carregador_email {
  display: block;
  width: 16px;
  height: 11px;
  background: url(../imagens/carregador_email.gif) center center no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.08s ease-in;
}

section#cadastro .conteudo .cadastro_senha .carregador_cpf {
  display: block;
  width: 16px;
  height: 11px;
  background: url(../imagens/carregador_email.gif) center center no-repeat;
  position: absolute;
  top: 45px;
  right: 20px;
  opacity: 0;
  transition: all 0.08s ease-in;
}

.carregador_cep {
  display: block;
  width: 16px;
  height: 11px;
  background: url(../imagens/carregador_email.gif) center center no-repeat;
  position: absolute;
  top: 45px;
  right: 20px;
  opacity: 0;
  transition: all 0.08s ease-in;
}

section#cadastro .conteudo .cadastro_senha input[type=text],
section#cadastro .conteudo .cadastro_senha input[type=email],
section#cadastro .conteudo .cadastro_senha input[type=password] {
  display: block;
  width: 100%;
  border: 1px solid #d4d4d4;
  height: 48px;
  font-size: 15px;
  font-family: "SegoeUI";
  color: #999999;
  padding-left: 20px;
  margin-bottom: 15px;
  transition: all 0.08s ease-in;
}

section#cadastro .conteudo .cadastro_senha input[type=password],
section#cadastro .conteudo .cadastro_senha label.metade {
  width: 48.5%;
  float: left;
  position: relative;
}

section#cadastro .conteudo .cadastro_senha label.metade {
  margin-top: 10px;
  color: #7e7e7e;
  font-family: "SegoeUI";
  font-size: 15px;
}

section#cadastro .conteudo .cadastro_senha label.metade input,
section#cadastro .conteudo .cadastro_senha label.metade select {
  margin-top: 6px;
}

section#cadastro .conteudo .cadastro_senha label.metade select {
  display: block;
  width: 100%;
  border: 1px solid #d4d4d4;
  height: 48px;
  font-size: 15px;
  font-family: "SegoeUI";
  color: #999999;
  padding-left: 20px;
  margin-bottom: 15px;
  transition: all 0.08s ease-in;
  -moz-appearance: window;
  -webkit-appearance: none;
  background: url(../imagens/seta_select.png) 91% center no-repeat;
  background-size: 16px 8px;
  -moz-background-size: 16px 8px;
  -webkit-background-size: 16px 8px;
}

section#cadastro .conteudo .cadastro_senha input[name=repetir_senha],
section#cadastro .conteudo .cadastro_senha label.metade_right {
  float: right;
}

section#cadastro .conteudo .cadastro_senha input[type=text]:focus,
section#cadastro .conteudo .cadastro_senha input[type=email]:focus,
section#cadastro .conteudo .cadastro_senha input[type=password]:focus {
  border: 1px solid #d7a91e;
  color: #d7a91e;
  font-family: "SegoeUI-Bold";
}

section#cadastro .conteudo .cadastro_senha span.nascimento {
  color: #7e7e7e;
  font-family: "SegoeUI";
  font-size: 15px;
  margin-top: 25px;
  display: block;
}

section#cadastro .conteudo .cadastro_senha select {
  -moz-appearance: window;
  -webkit-appearance: none;
  background: url(../imagens/seta_select.png) 80% center no-repeat;
  background-size: 16px 8px;
  -moz-background-size: 16px 8px;
  -webkit-background-size: 16px 8px;
}

section#cadastro .conteudo .cadastro_senha select#dia {
  display: inline-block;
  float: left;
  width: 25%;
  height: 50px;
  border: 1px solid #d4d4d4;
  margin-right: 10px;
  margin-top: 6px;
  font-family: "SegoeUI";
  font-size: 15px;
  color: #999999;
  text-indent: 10px;
}

section#cadastro .conteudo .cadastro_senha select#mes {
  display: inline-block;
  float: left;
  width: 45.1%;
  height: 50px;
  border: 1px solid #d4d4d4;
  margin-right: 10px;
  margin-top: 6px;
  font-family: "SegoeUI";
  font-size: 15px;
  color: #999999;
  background: url(../imagens/seta_select.png) 92% center no-repeat;
  background-size: 16px 8px;
  -moz-background-size: 16px 8px;
  -webkit-background-size: 16px 8px;
  text-indent: 10px;
}

section#cadastro .conteudo .cadastro_senha select#ano {
  display: inline-block;
  float: left;
  width: 25%;
  height: 50px;
  border: 1px solid #d4d4d4;
  margin-top: 6px;
  font-family: "SegoeUI";
  font-size: 15px;
  color: #999999;
  text-indent: 10px;
  float: right;
}

section#cadastro .conteudo .cadastro_senha .radios {
  display: table;
  width: 100%;
}

section#cadastro .conteudo .cadastro_senha .radios li {
  display: inline-block;
  font-size: 14px;
  color: #7e7e7e;
  font-family: "SegoeUI";
  padding-right: 15px;
}

section#cadastro .conteudo .cadastro_senha .radios li input {
  margin-right: 1px;
}

section#cadastro .conteudo .g-recaptcha {
  margin: 20px auto 0 auto;
}

section#cadastro .conteudo .avancar {
  display: block;
  width: 300px;
  height: 50px;
  background: #d7a91e;
  color: #fff;
  border-radius: 25px;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.08s ease-in;
  text-decoration: none;
  margin: 20px auto 0 auto;
  letter-spacing: 1.5px;
  border: none;
}

section#cadastro .conteudo .avancar:hover {
  background: #e5b421;
  color: #fff;
}

section#cadastro .conteudo p.usuario {
  margin-top: 10px;
  font-family: "SegoeUI";
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #7e7e7e;
  margin-right: 5px;
  text-align: center;
}

section#cadastro .conteudo a {
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  color: #d7a91e;
  text-decoration: underline;
  transition: all 0.08s ease-in;
}

section#cadastro .conteudo a:hover {
  color: #d7a91e;
}

/*
#######################################################
  #### TELA 4 - PAGAMENTO
#######################################################
*/
section#pagamento {
  padding-bottom: 25px;
  display: table;
  width: 100%;
}

section#pagamento .conteudo {
  max-width: 425px;
  width: 90%;
}

section#pagamento .conteudo .planos {
  width: 100%;
  display: block;
  float: left;
}

section#pagamento .conteudo .planos span.plano1 {
  font-family: "SegoeUI";
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #5b5b5b;
  margin-top: 40px;
  display: block;
  float: left;
}

section#pagamento .conteudo .planos span.troca {
  font-family: "SegoeUI";
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #5b5b5b;
  text-decoration: underline;
  text-align: right;
  display: block;
  margin-top: 40px;
}

section#pagamento .conteudo .planos span.troca a {
  font-family: "SegoeUI";
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #5b5b5b;
  text-decoration: underline;
}

section#pagamento .conteudo .planos .oferta {
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  margin-top: 10px;
  background: #fafafa;
}

section#pagamento .conteudo .planos .oferta h2 {
  margin-left: 24px;
  margin-top: 19px;
  display: block;
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #5b5b5b;
  font-size: 16px;
  padding-bottom: 7px;
}

section#pagamento .conteudo .planos .oferta h3 {
  font-family: "Open Sans";
  font-weight: 800;
  display: block;
  color: #4f4f4f;
  font-size: 24px;
  margin-left: 24px;
  line-height: 16px;
  float: left;
  margin-right: 8px;
}

section#pagamento .conteudo .planos .oferta h3 b {
  font-size: 12px;
  display: block;
  color: #f55;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

section#pagamento .conteudo .planos .oferta h3 b span {
  text-decoration: line-through;
  font-weight: 800;
}

section#pagamento .conteudo .planos .oferta span.periodo1 {
  font-family: "SegoeUI";
  letter-spacing: 0.5px;
  font-size: 17px;
  color: #4f4f4f;
  margin-top: 3px;
  display: block;

}

section#pagamento .conteudo .planos .oferta p.cancelar {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  color: #5b5b5b;
  margin-top: 16px;
  margin-left: 24px;
  margin-bottom: 17px;
  letter-spacing: 0.5px;
  display: table;
  width: 100%;
  float: none;
  padding-top: 12px;
}

section#pagamento .conteudo .planos .oferta p.cancelar a.oferta_desc {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  color: #5b5b5b;
  text-decoration: underline;
}

section#pagamento .conteudo .planos form {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

section#pagamento .conteudo .planos form label {
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  color: #4f4f4f;
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
}

section#pagamento .conteudo .planos form label.metade_1 {
  width: 28.5%;
  float: right;
}

section#pagamento .conteudo .planos form label.metade_2 {
  width: 48.5%;
  float: left;
}

section#pagamento .conteudo .planos form label.metade_2:nth-child(2n) {
  width: 48.5%;
  float: right;
}

section#pagamento .conteudo .planos form label.metade_3 {
  width: 68.5%;
  float: left;
}

section#pagamento .conteudo .planos form label.metade_1 input,
section#pagamento .conteudo .planos form label.metade_2 input,
section#pagamento .conteudo .planos form label.metade_3 input,
section#pagamento .conteudo .planos form label.metade_4 input {
  margin-top: 6px;
}

section#pagamento .conteudo .planos form input[type=text],
section#pagamento .conteudo .planos form input[type=number] {
  display: block;
  width: 100%;
  border: 1px solid #d4d4d4;
  height: 48px;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: 700;
  color: #4f4f4f;
  padding-left: 20px;
  margin-bottom: 25px;
  border-radius: 8px;
}

section#pagamento .conteudo .planos form label.documento {
  display: table;
  width: 100%;
}

section#pagamento .conteudo .planos form label .uploader {
  display: table;
  width: 94%;
  height: 35px;
  padding-top: 13px;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: 700;
  color: #4f4f4f;
  padding-left: 20px;
  border-radius: 8px;
  margin-top: 6px;
  background: #fff370 url(../imagens/uploader.png) 96% center no-repeat;
  background-size: 27px 21px;
  -moz-background-size: 27px 21px;
  -webkit-background-size: 27px 21px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

section#pagamento .conteudo .planos form input[type=file] {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: inline;
  width: 99%;
  height: 50px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

section#pagamento .conteudo .planos form input[name=numero_cartao] {
  display: block;
  width: 100%;
  border: 1px solid #d4d4d4;
  height: 48px;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #4f4f4f;
}

section#pagamento .conteudo .planos form input[name=numero_cartao]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.3;
}

section#pagamento .conteudo .planos form input[name=numero_cartao]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.3;
}

section#pagamento .conteudo .planos form input[name=numero_cartao]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.3;
}

section#pagamento .conteudo .planos form input[name=numero_cartao]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.3;
}

section#pagamento .conteudo .planos form img {
  display: block;


}

section#pagamento .conteudo .planos form span.dados_cartao {
  margin-top: 30px;
  display: block;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  color: #4f4f4f;
}

section#pagamento .conteudo .planos form select#mes {
  display: inline-block;
  width: 48.5%;
  padding-left: 15px;
  height: 50px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  margin-right: 7px;
  margin-top: 6px;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 15px;
  color: #4f4f4f;
  -moz-appearance: window;
  -webkit-appearance: none;
  background: url(../imagens/seta_select.png) 92% center no-repeat;
  background-size: 16px 8px;
  -moz-background-size: 16px 8px;
  -webkit-background-size: 16px 8px;
}

section#pagamento .conteudo .planos form select#ano {
  display: inline-block;
  width: 48.5%;
  padding-left: 15px;
  height: 50px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  margin-top: 6px;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 15px;
  color: #4f4f4f;
  -moz-appearance: window;
  -webkit-appearance: none;
  background: url(../imagens/seta_select.png) 92% center no-repeat;
  background-size: 16px 8px;
  -moz-background-size: 16px 8px;
  -webkit-background-size: 16px 8px;
}

section#pagamento .conteudo .planos form .label_ccv {
  padding-top: 25px;
}

section#pagamento .conteudo .planos form p.aviso_plano {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4f4f4f;
  margin-top: 20px;
  text-align: left;
  padding-bottom: 20px;
}

section#pagamento .conteudo .planos form input[type=submit].aceite_final {
  display: block;
  height: 50px;
  padding-bottom: 3px;
  width: 100%;
  background: #d7a91e;
  color: #fff;
  border-radius: 25px;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.08s ease-in;
  text-decoration: none;
  margin: 0 auto;
  letter-spacing: 1.5px;
}

section#pagamento .conteudo .planos form .carregador_last {
  display: block;
  height: 36px;
  padding-top: 14px;
  width: 90%;
  background: #efefef url(../imagens/carregador_last.gif) 94% center no-repeat;
  color: #414141;
  border-radius: 25px;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.08s ease-in;
  text-decoration: none;
  letter-spacing: 0.75px;
  position: absolute;
  left: 20px;
  bottom: 35px;
  z-index: 999;
  display: none;
}

section#pagamento .conteudo .planos form input[type=submit].aceite_final:hover {
  background: #d7a91e;
  color: #fff;
}

#pagamento .planos .boleto {
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
  border-radius: 10px;
}

#pagamento .planos .header_pagto {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 25px;
  border-radius: 10px;
  transition: all 0.08s ease-in;
}

#pagamento .planos .header_pagto h2 {
  display: block;
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #5b5b5b;
  font-size: 16px;
}

#pagamento .planos .header_pagto h3 {
  font-family: "Open Sans";
  font-weight: 800;
  display: block;
  color: #4f4f4f;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: -5px;
}

#pagamento .planos .header_pagto p {
  color: #d7a91e;
  font-size: 13px;
}

#pagamento .planos .header_pagto:hover {
  background: #d7a91e;
}

#pagamento .planos .header_pagto:hover h2,
#pagamento .planos .header_pagto:hover h3,
#pagamento .planos .header_pagto:hover p {
  color: #c2c2c2;
}

#pagamento .planos .boleto .header_pagto span {
  background: url(../imagens/header_pagto_boleto.png) center top no-repeat;
  background-size: 48px 59px;
  -moz-background-size: 48px 59px;
  -webkit-background-size: 48px 59px;
  display: block;
  width: 48px;
  height: 34px;
  text-indent: -20000px;
  position: absolute;
  top: 28px;
  right: 25px;
}

.bt_codigo_parceiro {
  width: 100px;
  height: 35px;
  background: #d7a91e;
  color: #fff;
  border-radius: 15px;
  font-family: "SegoeUI-Bold";
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.08s ease-in;
  position: absolute;
  top: 66px;
  right: 32px;
}

.agencia_parceira {
  position: relative;
  top: -15px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "SegoeUI-Bold";
  color: #406689;
}