:root[data-bs-theme="dark"] {
    --bs-body-bg: #1d1d1d00; /* Cor de fundo #262629*/
  --bs-body-color: #f8f9fa; /* Cor do texto */
  --bs-primary: #007bff; /* Cor primária */
  --bs-secondary: #6c757d; /* Cor secundária */
  --bs-success: #28a745; /* Cor de sucesso */
  --bs-info: #17a2b8; /* Cor de informação */
  --bs-warning: #ffc107; /* Cor de aviso */
  --bs-danger: #dc3545; /* Cor de perigo */
  --bs-light: #f8f9fa; /* Cor clara */
  --bs-dark: green; /* Cor escura #343a40 */
/* vermelho geral #8e3030 */

  --background: #1c1c1c;
  --bubble-color: #1f1f1f;
  /*--bubble-shadow:4px 5px 1px rgb(0 0 0 / 0.2);*/

  --bubble-shadow:  0 5px 15px 0px rgb(0 0 0 / 0.5);

  --background-modal-color:#00000063;

  --label-color: #9b9da0;

  --input-background-color: #232323;
  --input-color:#b7b7b7;
  --input-shadow:0px 5px 15px rgb(0 0 0 / 0.2);
  --input-border-bottom: 1px solid #2c2c2c;

  --vermelho: #8e3030;
}

@font-face {
    font-family: Quicksand-Bold ;
    src: url(fonts/Quicksand-Bold.ttf);
}

@font-face {
    font-family: Quicksand-Light ;
    src: url(fonts/Quicksand-Light.ttf);
}

@font-face {
    font-family: Quicksand-Medium ;
    src: url(fonts/Quicksand-Medium.ttf);
}

@font-face {
    font-family: Quicksand-Regular ;
    src: url(fonts/Quicksand-Regular.ttf);
}

@font-face {
    font-family: Quicksand-SemiBold ;
    src: url(fonts/Quicksand-SemiBold.ttf);
}

@font-face {
    font-family: batmfa ;
    src: url(fonts/batmfa__.ttf);
}

@font-face {
    font-family: batmfo ;
    src: url(fonts/batmfo__.ttf);
}


*{
    user-select: none;

}

body, html{
    height: 100%;
    
}


body{
    display: flex;
    align-items: center;
    justify-content: center;


   
    /*background-color:#1F1F22;*/

    background-color: var(--background);


    


 /*background-image: url('svg/fundo-preto.svg');*/
    /*background: linear-gradient(0deg, rgb(233, 52, 52), rgb(79, 70, 229));  */ /*para rodorrica*/
    margin: 0; /* Remove margens padrão do corpo da página */
    padding: 0; /* Remove preenchimento padrão do corpo da página */

    /*background-image: url('jpg/peak_background-2.jpg'); /* Substitua pelo caminho real da sua imagem */
    
    background-size: cover; /* Ajusta o tamanho da imagem para cobrir todo o fundo */
    background-position: center; /* Centraliza a imagem no background */
    background-repeat: no-repeat; /* Evita repetição da imagem */
    height: 100vh; /* Garante que o background cubra toda a altura da tela */
    /* Adicione mais estilos conforme necessário */
    transition: 1.5s;
  
}

h1{
    position: absolute;
    /*display:none;*/
    top: 10px;
    font-family:  'batmfa', arial, sans-serif;
    color: var(--vermelho);
    left: 10px;
    font-size: 30px;
}

    #div-tema{
        position: absolute;
        background-color: #2c2c2c;
        width: 70px;
        height: 30px;
        top:20px;
        align-items: end;
        right: 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    #div-bola{
        background-color: #5d5d5d;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        margin-top: 2px;
    }

    .botao-inativo{
        margin-left: 3px;
        transition: 0.5s;
    }

    .botao-ativo{
        position: absolute;
        margin-left: 42px;
        transition: 0.5s;
        
    }


    .background-preto-opacidade {
        background-color: rgba(255, 255, 255, 0.08); /* Define a cor de fundo com 80% de opacidade */
    }

    .centralizador{
        display: flex;
        align-items: center;
        justify-content: center;
   }
   
   .maximizador_conteudo_quadrado{
       width: 100%;
       height: 100%;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   #tela-carregamento{
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /*background-color: #1F1F22;*/
    /*background-color: #1f1f22c9;*/
    z-index: 300;
}

#div-carregamento{
    position: absolute;
    width: 420px;
    border-radius: 25px;
    background-color: var(--bubble-color);
    box-shadow: var(--bubble-shadow);
    display: block;
    align-items: center;
    justify-content: center;

}

#div-barrinhas{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 250px;
}



.barrinha{
    border-radius: 8px;
    display: flex;
    background-color: var(--vermelho);
    margin: 0px 5px 0px 5px;
   /* z-index: 1001;*/
}

/* caso de alerta*/

#tela-alerta{
    position: fixed;
    display: flex;
    align-items:start;
    justify-content: center;
    width: 100%;
    height: 100%;
    /*background-color: #1F1F22;*/
    background-color: var(--background-modal-color);
    z-index: 1000;
}

#div-alerta{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: #262629;*/
    background-color: var(--bubble-color);
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);*/
    box-shadow: var(--bubble-shadow);
    /*width: 50%;*/
    border-radius: 15px;
    /*box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.4), 0 8px 10px -6px rgb(0 0 0 / 0.4);*/
    --animate-delay: 0.6s;
    padding: 30px 50px 45px 50px;
    margin: 20px 0px 0px 0px;
    max-width: 450px;
}

.icone-alerta{
    font-size: 80px;
    color: #898a4e;
    line-height: 100px;
    margin: 0px 0px 20px 0px;
}

#titulo-alerta{
    font-size: 22px;
    letter-spacing: 2px;
    /*color: #DCDCDC;*/
    color: #d6d6d8;
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    margin: 0px 0px 20px 0px;
}

#texto-alerta{
    font-size: 16px;
    letter-spacing: 2px;
    /*color: #696969;*/
    color: #797979;
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    transition: 1.2s;
    margin: 0px 0px 20px 0px;
}


#botao-alerta-ok{
    width: 100%;
    border-radius: 8px;
    height: 40px;
    background-color: #1f1f1f;
    border: none;
    padding: 0;
    transition: 1.2s;
    letter-spacing: 2px;
    color: #DCDCDC;
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 0.3);
    border: 1px solid #2b2b2b;
}

#botao-alerta-ok:hover{
    /*background-color: #2F4F4F;*/
    /*background-color: var(--vermelho);*/
    transition: 1.2s;
    scale: 1.02;
    
    
}








/* fim do caso de alerta*/

/* caso de notificacao*/

@keyframes entrada-slide {
    0% {
        right: -50%;
    }

    100% {
        right: 0%;
    }
}


#div-notificacao{

    top: 0;
    right: 0%;

    position: fixed;
    margin: 20px 20px 0px 0px;
    /*background-color: #1F1F22;*/
    z-index: 1000;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: #262629;*/
    background-color: var(--bubble-color);
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);*/
    box-shadow: var(--bubble-shadow);
    /*width: 50%;*/
    border-radius: 15px;
    /*box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.4), 0 8px 10px -6px rgb(0 0 0 / 0.4);*/
    --animate-delay: 0.6s;
    padding: 10px 15px 10px 30px;
    animation: entrada-slide 0.5s ease-in;
    border: 1px solid #224827;
}

#col-icone-notificacao{
   width: 10%;
   margin: 0px 20px 0px 0px;
}

.icone-notificacao{
    font-size: 32px;
    color: #30892f;
    line-height: 100px;
    margin: 0px 0px 20px 0px;
}

#col-texto-notificacao{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#titulo-notificacao{
    font-size: 18px;
    letter-spacing: 2px;
    /*color: #DCDCDC;*/
    color: #bebebe;
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    margin: 0px 0px 0px 0px;
}

#texto-notificacao{
    font-size: 17px;
    letter-spacing: 2px;
    /*color: #696969;*/
    color: #797979;
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    transition: 1.2s;
    margin: 0px 0px 0px 0px;
}



/* fim do caso de notificacao*/






@keyframes carregamento-1 {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 1;
        height: 80px;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 0.2;
    }
    
    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes carregamento-2 {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
     
    }

    40% {
        opacity: 1;
        height: 80px;
    }

    60% {
        opacity: 0.2;
    }
    
    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes carregamento-3 {

    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 1;
        height: 80px;
    }
    
    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes carregamento-4 {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 0.2;
    }
    
    80% {
        opacity: 1;
        height: 80px;
    }

    100% {
        opacity: 0.2;
    }
}

#barrinha-1{
    width: 25px;
    height: 50px;
    animation: carregamento-1 2s ease-in infinite;
}

#barrinha-2{
    width: 25px;
    height: 50px;
    animation: carregamento-2 2s ease-in infinite;
}

#barrinha-3{
    width: 25px;
    height: 50px;
    animation: carregamento-3 2s ease-in infinite;
}

#barrinha-4{
    width: 25px;
    height: 50px;
    animation: carregamento-4 2s ease-in infinite;
}

#div_login{
    /*background-color: #262629;*/
 
    border-radius: 25px;
    /*width: 420px;*/
    /*width: 22%;*/
    width: 420px;
    box-shadow: #2F4F4F;
    border: 1px solid #161616;

    background-color: var(--bubble-color);
    box-shadow: var(--bubble-shadow);
    transition: 1.5s;
    
}

#img_login{
    width: 180px;
    position: absolute;
    top: 0;

}

#titulo-login{
    text-align: center;
    margin: 20px 0px 20px 0px;
    font-family: 'batmfa' , arial, sans-serif;
    color: #ddd5d5;
    /*text-shadow: 1px 1px 1px var(--vermelho);*/
    transition: 1.5s;

}


h1{
    text-align: center;
    --animate-delay: 0.6s;
}

#div_cpf{
    text-align: center;
    --animate-delay: 0.8s;
    margin-top: 24px;
    margin-bottom: 16px;
}

#input_cpf_login{
    /*background-color: #262629;*/
    border-radius: 15px;
    border:none;
    border-bottom: var(--input-border-bottom);
    color: var(--input-color);
    background-color: var(--input-background-color);
    box-shadow: var(--input-shadow);
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    transition: 1.5s;

   
    
}


input:is(:-webkit-autofill, :autofill) {
    box-shadow: 0 0 0 30px var(--input-background-color) inset !important;
  }


#input_cpf_login:focus{
    /*outline: none;*/
    border-bottom: 1px solid var(--vermelho);
    transition: 1.2s;
    color: white;

}

#label_cpf{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    color: var(--label-color);
    transition: 1.5s;
}

#div_senha{
    text-align: center;
    --animate-delay: 1s;
    margin-top: 24px;
    margin-bottom: 16px;
}

#input_senha_login{
    /*background-color: #262629;*/
    border-radius: 15px;
    border: none;
    border-bottom: var(--input-border-bottom);
    color: var(--input-color);
    background-color: var(--input-background-color);
    box-shadow: var(--input-shadow);
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    transition: 1.5s;
   
}

#input_senha_login:focus{
    /*outline: none;*/
    border-bottom: 1px solid var(--vermelho);
    transition: 1.2s;
    color: white;
    

}

#label_senha{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    color: var(--label-color);
    transition: 1.5s;

}

#botao-esqueceu{
    text-align: center;
    color: #808080;
    text-decoration: underline;
    --animate-delay: 1.2s;
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    
}

#div_lembrar{
    text-align: center;
    --animate-delay: 1.4s;
}

#div_botoes{
    text-align: center;
}

#div_botao_login{
    --animate-delay: 1.6s;
}

#botao_login{
    width: 100%;
    height: 50px;
    /*background-color: #2F4F4F;*/
    background-color: var(--vermelho);
    border-style: none;
    border-radius: 15px;
    font-size:1.2em;
    /*color: #cac9c9;*/
    color: #161616;
    transition: 1.0s;
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    box-shadow: var(--input-shadow);

}

#botao_login:hover{
    /*background-color: #2F4F4F;*/
    background-color: var(--vermelho);
    color: #cac9c9;
    transition: 1.0s;
    scale: 1.05;
}

#div_botao_cadastro{
    --animate-delay: 1.6s;
}

#input_botao_cadastro{
    width: 100%;
    height: 50px;
    border-style: none;
    border-radius: 15px;
    font-size:1.2em;
    color: #cac9c9;
    border: 1px solid #2b2b2b;
    transition: 1.0s;
    font-family: 'Quicksand-SemiBold' , arial, sans-serif;
    box-shadow: var(--input-shadow);

}

#input_botao_cadastro:hover{
    border-color:var(--vermelho);
    transition: 1.0s;
    scale: 1.05;
}


@media (max-width: 300px) {

    #div_login{
        width: 280px;
    }

    }

@media (max-width: 500px) {

    #div_login{
        width: 90%;
    }

    #img_login{
        width: 140px;
    
    }
   

    }

@media (max-width: 1000px) {

    #div_login{
        

    }

}

@media (max-height: 780px) {

   

}