.login #nav {
  display: none;
}
.login #corpo {
  padding: 10px;
}
.login #principal {
  margin: 0 auto;
  border-width: 5px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 5px;
  background: #fbfbfb;
  border: 1px solid #e1e1e1;
  padding: 20px;
}
@media only screen and (min-width: 701px) {
  .login #principal {
    margin-top: 50px;
  }
}
.login h1 {
  border: none !important;
}

#formLogin .botao {
  text-align: center;
}

#opcoesLogin {
  margin: 1em 0;
  font-size: 0.85em;
  padding-top: 1em;
  border-top: 1px solid #cfcfcf;
}

.logo-cliente {
  display: block;
  background-color: white;
  border: 1px solid #e1e1e1;
  margin: 0 auto 10px;
  max-width: 100%;
}
@media only screen and (min-width: 701px) {
  .logo-cliente {
    padding: 10px;
  }
}

@media (max-width: 1100px) {

  .login {
    border: none;
    box-shadow: none;
    background: none;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .login #principal {
    border: none;
    box-shadow: none;
    background: none;
    padding: 0;
    margin: -10px;
    display: flex;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
  }
  .inputs_login {
    height: 46px;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #787878;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .inputs_Acesso {
    height: 30px;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #787878;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .caixaAcesso {
    width: 320px;
  }
  .botao_login {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
  }
  .botao_solicitar_senha {
    height: 48px !important;
    min-width: 35%;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-weight: bold;
  }
  .botao_solicitar_voltar {
    height: 48px !important;
    width: 35%;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-weight: bold;
    background: #F1F2F3 !important;
    color: #333C59;
    font-weight: bold;
    box-shadow: none;
    margin-left: 4%;
  }
  .botao_solicitar_voltar:hover {
    background: #d5d6d6 !important;
  }
  .botao_acesso {
    background: #333C59 !important;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
  }
  .carrosel {
    display: none;
  }
  .caixa_pop_up {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overlay_mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333C59;
    opacity: 90%;
  }
  .pop_up {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }
  .zona_disponivel {
    border-radius: 16px;
    padding: 24px;
    background: #2885C8;
    overflow: hidden;
    margin: 10%;
  }
  .texto_bold {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 3%;
    margin-top: 3%;
  }
  .texto_non_bold {
    color: #FFFFFF;
    font-weight: 400;
    size: 16px;
    line-height: 19px;
    margin-bottom: 7%;
  }
  .background_globo {
    position: relative;
    left: 71%;
    bottom: 118px;
  }
  .caixa_voltar_web {
    border: 1px #FFFFFF solid;
    padding: 16px;
    border-radius: 100px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
  }
  .lembrete_app {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #2885C8;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 0px;
  }
  .area_texto_informacao {
    display: flex;
    align-items: center;
    margin-left: 10%;
    width: -webkit-fill-available;
  }
  .container_login {
    align-self: center;
  }
  .caixaLogin {
    width: 320px;
  }
  .imagem_logo {
    margin-top: 8%;
    display: flex;
    justify-content: center;
    height: 0;
  }
  #avisosFixed {
    max-width: 400px;
    margin-left: 3%;
    margin-right: 3%;
  }
  
}

@media (min-width: 1101px) {

  .login {
    border: none;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .login #principal {
    border: none;
    box-shadow: none;
    background: none;
    margin: -10px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
  }
  .container_login {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    justify-content: space-between;
  }
  .caixaLogin {
    align-self: center;
    width: 300px;
    display: flex;
    flex-direction: column;
    margin-top: 25%;
    overflow-y: auto;
  }
  .caixaMensagem {
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    flex-direction: column;
  }
  .caixaAcesso {
    align-self: center;
    margin: auto;
    width: 30%;
    min-width: 290px;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    flex-direction: column;
  }
  #avisosFixed {
    translate: unset;
    height: 0px;
    position: unset;
    align-self: center;
    line-height: 14px;
  }
  .inputs_login {
    height: 46px;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #787878;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .botao_login {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
  }
  .inputs_Acesso {
    height: 30px;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #787878;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .botao_acesso {
    background: #333C59 !important;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
  }
  .botao_acesso:hover{
    background: #515a79 !important;
  }
  .botao_solicitar_senha {
    height: 50px;
    width: 150px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: none;
  }
  .botao_solicitar_senha:hover {
    width: 200px;
  }
  .botao_solicitar_voltar {
    height: 50px;
    width: 100px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    background: #F1F2F3 !important;
    color: #333C59;
    font-weight: bold;
    box-shadow: none;
    margin-left: 4%;
  }
  .botao_solicitar_voltar:hover {
    background: #d5d6d6 !important;
    width: 200px;
  }
  .caixa_pop_up {
    display: none !important;
  }
  .lembrete_app {
    display: none !important;
  }
  .carrosel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    min-width: 50%;
  }
  .carrosel-slide {
    display: none;
  }
  .carrosel-imagem {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }
  .carrosel-botao {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .carrosel-botoes {
    text-align: center;
    position: fixed;
    bottom: 3%;
  }
  .imagem_logo {
    display: flex;
    justify-content: center;
    margin-top: 15%;
    align-self: center;
  }
  .caixa_campos {
    display: flex;
    flex-direction: column;
  }
  .box-regras-senha {
    margin:unset !important;
  }
  .caixa_mensagem_aviso {
    position: absolute;
    left: 0;
    width: 450px;
    display: flex;
    justify-content: center;
    margin-left: 25px;
    margin-right: 25px;
  }

}

@media (min-width: 1101px) and (max-height: 700px) {
  .imagem_logo {
    margin-top: 8%;
    align-self: center;
  }
  .botao_solicitar_voltar {
    height: 35px;
  }
  .botao_solicitar_senha {
    height: 35px;
  }
  .botao_acesso {
    height: 30px;
  }
  .botao_login {
    margin-top: 4%;
    height: 35px;
  }
  .inputs_Acesso {
    height: 25px;
  }
  .inputs_login {
    height: 35px;
  }
  .texto_margin_topo {
    margin-top: 7% !important;
  }
  .texto_acesso {
    margin-top: 4% !important;
  }
  .caixaLogin {
    margin-top: 12% !important;
  }
  .botao-login {
    margin-top: 4% !important;
  }
  .botao_solicitar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1101px) and (max-height: 600px) {
  .imagem_logo {
    margin-top: 8%;
    align-self: center;
  }
  .botao_solicitar_voltar {
    height: 30px;
  }
  .botao_solicitar_senha {
    height: 30px;
  }
  .botao_acesso {
    height: 25px;
  }
  .botao_login {
    margin-top: 0% !important;
    height: 30px;
  }
  .inputs_Acesso {
    height: 20px;
  }
  .inputs_login {
    height: 30px;
  }
  .texto_margin_topo {
    margin-top: 5% !important;
  }
  .texto_acesso {
    margin-top: 4% !important;
  }
  .texto_senha {
    margin-top: 2%;
    margin-bottom: 4%;
  }
  .caixaLogin {
    margin-top: 6% !important;
  }
  .botao-login {
    margin-top: 2% !important;
  }
  .botao_solicitar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.texto_margin_topo {
  margin-top: 10%;
}
.active, .carrosel-botao:hover {
  background-color: #717171;
}
.fade {
  animation-name: fade;
  animation-duration: 4s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.texto_senha {
  align-self: flex-end;
  color: #333C59 !important;
  text-decoration: none;
  font-size: 16px;
  margin-top: 3%;
  margin-bottom: 6%;
}
.error {
  color:#CC3300 !important;
  font-style: italic;
}
.texto_acesso {
  font-weight: 500;
  font-size: 24px;
  color: #000000 ;
  margin-bottom: 5%;
  margin-top: 8%;
  line-height: 24px;
}
.texto_campos {
  color: #000000 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.texto_solicitar {
  color:#A3A6A9 !important;
  font-size: 16px;
  font-weight: 500;
}
.texto_erro {
  font-weight:600; 
  color:#CC3300;
  font-style:italic;
  margin-top:2%;
}
.botao_solicitar {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
  padding-right: 28px;
  background: #F1F2F3 !important;
  color: #333C59 !important;
  border-radius: 100px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
.botao_solicitar:hover {
  background: #d3dbe3 !important;
  font-weight: bold;
}
.botao-login {
  margin-top: 8%;
  display: flex;
  justify-content: center;
}

/* Padronização de estilos para telas menores */
@media (max-width: 750px) {
  #avisosFixed {
    max-width: 92% !important;
    margin-left: 4% !important;
    margin-right: 0 !important;
    padding: 8px 12px !important;
    width: 100%;
  }
}