/**********************************************************
				Authentication Styles
**********************************************************/
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
  display: none;
}

#create-account_form {
  min-height: 297px;
}
#create-account_form p {
  margin-bottom: 8px;
}
#create-account_form .form-group {
  margin: 0 0 20px 0;
}

#login_form {
  /* min-height: 297px; */
}
#login_form .form-group {
  margin: 0 0 3px 0;
}
#login_form .form-group.lost_password {
  margin: 14px 0 15px 0;
}
#login_form .form-group.lost_password a {
  text-decoration: underline;
}
#login_form .form-group.lost_password a:hover {
  text-decoration: none;
}

#login_form .form-control, #create-account_form .form-control {
  max-width: 271px;
}

.input-senha #passwd::-ms-reveal,
input::-ms-clear {
  display: none;
}

#center_column{
  padding-left: 50px;
  padding-right:50px
}

@media all and (max-width: 992px){
  #center_column{
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 320px) {
  #center_column{
    padding: 0 15px;
  }
}

.registro{
  display:none;
}

.forms-account{
  position: relative;
  width: 100%;
  /* background: gray; */
  height:400px;

}
.bloco-login{
  width: 400px;
  height: 210px;
  background: white;
  left: 50%;
  top: 12%;
  margin-left: -200px; 
  position: relative;
  
  /* z-index: 1; */
}
/* .cx-login.closed{
 max-height:0;
} */


.cx-login{
  margin-bottom: 20px;
}

.form-group {
  text-align: left;
}
/* .form-group label{
  position:absolute;
  transition: all .2s;
  -webkit-box-shadow: all .2s;
  -webkit-transition: all .2s;
  font-size:12px;
  color: #8c8c8c;
  font-weight: normal;
} */
.form-group select {
  margin-top:5px;
  border: 1px solid var(--B2B_grey_400);
  border-radius:5px;
  font-weight: bold;
  height: 43px;
}
.form-group input {
  margin-top:5px;
  border: 1px solid var(--B2B_grey_400);
  border-radius:5px;
}

.cx-login .checker {
  display: inline-block;
}

.cx-login .box-mostra-senha {
  margin-top:35px!important;
}
@media (max-width: 320px) {
  .cx-login .box-mostra-senha {
    padding-left: 1px;
  }
}
/* .labelfocus {
  position: relative;
  margin-top: -20px;
  font-size: 10px!important;
} */

.btn-cadastro {
  display: none;
}

@media screen and (max-width:991px){
  .primeiro-acesso-ou{
    display:none;
  }

  .primeiro-acesso-col{
    display: none;
  }

  .btn-cadastro {
    display: block;
  }
}

@media screen and (min-width:992px){
  .primeiro-acesso-col {
    padding-left: 55px;
  }
}

.primeiro-acesso-col .input-cep {
  margin-bottom: 0px!important;
}

.primeiro-acesso-ou{
  margin-top: 20px;
  margin-bottom: 20px;
  color: #818181;
}

.primeiro-acesso-ou div.hr, .mobile-acesso-cadastro div.hr{
  border-bottom: 1px solid #818181;
  height: 12px;
}

#bt-cadastre-se{
  text-decoration: underline;
}

input:-webkit-autofill {
  transition: border-bottom 1s;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-transition: border-bottom 1s; /* Safari */
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border-bottom: 2px solid #000;
}
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border-bottom: 2px solid #000;
}

form .form-group{
  /* padding-left: 13px; */
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.esqueci-senha small a{
  float:right;
  margin-top:5px;
  color: #e49813;
}
.esqueci-senha small a:hover{
  color: #ffab17;
}

.entrar{
  text-transform: uppercase;
  background-color: var(--cor_principal);
  color: #fff;
  font-weight: 600;
  transition: background-color 0.5s;
  -webkit-transition: background-color  0.5s;
  -moz-transition: background-color  0.5s;
  margin-top: 24px;
}
@media (max-width: 320px) {
  .entrar{
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.entrar:hover{
  background-color: #1d8820;
  color: #fff;
  font-weight: 600;
  border-color: var(--B2B_grey_400);
}
.primeiro-acesso-bt{
  background-color: #1d8820;
  color: #fff;
  font-weight: 600;
  transition: background-color 0.5s;
  -webkit-transition: background-color  0.5s;
  -moz-transition: background-color  0.5s;
  margin-top: 10px;
}
.primeiro-acesso-bt:hover{
  background-color: var(--cor_principal);
  color: #fff;
  font-weight: 600;
}
.cadastre-se-bt{
  background-color: #8c8c8c;
  color: #fff;
  font-weight: 600;
  transition: background-color 0.5s;
  -webkit-transition: background-color  0.5s;
  -moz-transition: background-color  0.5s;
  margin-bottom: 20px;
}
.cadastre-se-bt:hover{
  background-color: var(--cor_principal);
  color: #fff;
  font-weight: 600;
}
.cadastre-se-bt p{
  font-weight: normal;
}
hr{
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

/* .controlador{
  padding-top: 15px;
} */
.controlador .novo-usuario{
  margin-top: 15px;
  padding-top: 10px;
  width: 100%;
  height: 60px;
  background-color: #eeeeee;
  text-align: center;
}
.controlador .novo-usuario .novo-aqui{
  font-size: 14px;
 color: #000;
}
.controlador .novo-usuario .cadastrar-agora{
  font-size: 12px;
  color: var(--cor_principal);
  font-weight: 600;
  cursor: pointer;
}
.controlador .novo-usuario .cadastrar-agora:hover{
 color: #1d8820;
}

.cadastrar .dados-usuario{
  margin-top: 30px;
  padding: 22px;
  width: 100%;
  height: 60px;
  background-color: #eeeeee;
  text-align: center;
}

.cadastrar .dados-usuario .voltar-login{
  font-size: 12px;
  color: var(--cor_principal);
  font-weight: 600;
  cursor: pointer;
  
}
.cadastrar .dados-usuario .voltar-login:hover{
  color: #1d8820;
}

.bloco-cadastrar {
  width: 400px;
  height: 598px;
  /* background: red; */
  left: 50%;
  /* top: 12%; */
  margin-left: -200px;
  position: relative;
}

.bloco-cadastrar-aparecer{
  display: block;
}

.cadastrar{
  display: flex;
  flex-direction: column;
  /* max-height:300px; */
  overflow:hidden;
  /* padding-top: */
}

.conjunto-blocos{
  background: green;
  height: 400px;
  width: 400px;
}


.panel1, .panel2, .flip, .flip2 {
  /* padding: 5px; */
  text-align: center;
  /* background-color: #e5eecc;
  border: solid 1px #c3c3c3; */
  
}

.panel2{
  /* padding: 50px; */
  height: 400px;
  height: 243px;
}

.panel1 {
  /* padding: 50px; */
  
  display: none;
  /* min-height:400px; */
  height: 600px;

}

.total{
  height: 400px;
  transition: height .5s;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
}

.total-interno{
  width: 400px;
  height: 400px;
  /* background: red; */
  left: 50%;
  /* top: 5%; */

  margin-left: -200px; 
  position: absolute;
  /* display:none; */
}

#authentication .form-group .form-control {
  max-width:100%;
}

.mensagem-sucesso{
  color: var(--cor_principal);
  background-color: #e4e4e4;
  padding: 15px 22px 15px 22px;
  text-align: center;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}

.campos-obrigatorios-text{
  color: #9c3333;
  font-size: 11px;
  text-align: left;
}
@media all and (max-width: 768px){
  .total-interno{
    padding: 0px 30px;
  }

  .bloco-login{
    padding: 0px 30px;
  }
  .bloco-cadastrar{
    padding: 0px 30px;
  }
  .primeiro-acesso-col{
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 50px;
    border-top: 1px solid #eee;
    border-left: none;
  }
}

@media screen and (max-width:425px){
  .modal-esqueci-minha-senha h4, .modal-falha-enviar h4 {
    text-align: center;
  }
}

.modal-esqueci-minha-senha, .modal-falha-enviar {
  padding:20px;
}

.modal-esqueci-minha-senha .strong, .modal-falha-enviar .strong {
  font-weight: bold;
}

.modal-esqueci-minha-senha h4.sucesso, .modal-falha-enviar h4.sucesso {
  color:#32CD32!important;
  text-align: center;
}

.modal-esqueci-minha-senha h4.erro span, .modal-falha-enviar h4.erro span {
  color:#363636!important;
}

.modal-esqueci-minha-senha h4.erro, .modal-falha-enviar h4.erro{
  text-align: center;
  color:#FF0000!important;
}

.modal-esqueci-minha-senha .bt-cadastre-se, .modal-falha-enviar .bt-cadastre-se{
  background-color:#4169E1;
  color: #FFF;
}

.modal-esqueci-minha-senha .bt-voltar, .modal-falha-enviar .bt-voltar {
  background-color:var(--cor_principal);
  color: #FFF;
}

@media screen and (max-width:991px) {
  .hidden-hr {
    display:none;
  }
}

.modal-esqueci-minha-senha h4, .modal-falha-enviar h4 {
  font-weight: bold;
  font-size:17px;
  color: #000;
  padding-bottom:20px;
}

.modal-esqueci-minha-senha p, .modal-falha-enviar p {
  font-size: 15px;
  margin-bottom:1px;
  text-align: left;
  color: #000;
}

.modal-esqueci-minha-senha .bloco-form, .modal-falha-enviar .bloco-form {
  padding-top:20px;
}

.modal-esqueci-minha-senha .bt-enviar, .modal-falha-enviar .bt-enviar { 
  margin-top:15px;
  background-color:var(--cor_principal);
  color:#FFF;
  text-transform: uppercase;
  font-weight: bold;
}

#bt-esqueci-senha, #bt-meu-cep {
  font-size: 13px;
}

.login .titulo h1 {
  margin-bottom:40px;
  text-align: left;
  font-weight:bold;
  font-size:18px;
  margin-top:10px;
  color:#000;
}

.login .titulo-principal h1 {
  margin-bottom:40px;
  text-align: left;
  font-weight:bold;
  font-size:22px;
  margin-top:10px;
  color:#000;
}

#do-cadastro {
  background-color: #4169E1;
  color: #FFF;
  padding: 10px;
  margin-top: 27px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.box-login-erro {
  width: 100%;
  display: flex;
  justify-content: center;
}

.login-erro {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.row-principal .title {
  height: 60px;
  margin: 20px;
}

@media (max-width: 320px) {
  .login .titulo h1 {
    margin-bottom: 20px;
  }
  .row-principal .title {
    height: max-content;
    margin: 30px 15px 20px 15px;
  }
  #authentication #columns > div:first-child {
    margin: 0;
  }
  #authentication #page {
    min-height: auto;
  }
}

.row-principal .title h4{
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  color: #000;
}

.row .login {
  /* margin-bottom: 40px; */
}

.box-mostra-senha {
  text-align: right!important;
}

@media screen and (max-width:422px) {
  .box-mostra-senha {
    text-align: left!important;
  }

  .box-mostra-senha label {
    font-size: 12px;
  }
}

.ja-cliente {
  border-right: 1px solid #D3D3D3;
}

@media (max-width: 320px) {
  .ja-cliente {
    border-right: none;
  }
}

.erro input {
  border: 1px solid #f00!important;
}

.erro label, .label-aviso {
  color: #f00;
}

.label-aviso {
  display:none;
}