body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    background-color: #1a1a1b;
    display: flex;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    min-height: 100vh;
    width: 100%;
    position: relative;
    
}

.sidebar-overview{
    z-index: 10;
    position: sticky;
    top: 0;
    bottom: 0;
    left: 0;
    color: #f2f2f7; 
    background-color: #111;
    
    width: 244px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-sidebar-overview{
    margin: 10px;
    margin-bottom: 0;
}

.conteudo{
    padding: 10px;
    padding-bottom: 80%;
    margin: 10px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: hidden;
    justify-content: center;
    align-items: flex-start;
}

.conteudo a:hover{
    transform: scale(1.02);
}

.conteudo p{
    margin: 10px 0;
    color: #f2f2f7; 
}

.conteudo a{
    margin: 10px 0;
    color: #f2f2f7; 
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: smaller;
    font-weight: bold;
}



 #logo-overview {
        width: 50px;
        height: 50px;
        
    }

.main-title-overview{
    display: flex;  
    color: #f2f2f7; 
    text-align: center;
    padding-top: 100px;
    width: 100%;
    max-width: 850px;
    align-items: center;
    justify-content: center;
    gap: 1em;
    
}

.main-title-overview h1{
    font-size: 40px;
    font-weight: 600;
}

.title-sidebar-overview{
    display: flex;
    justify-content: left;
    padding-left: 10px;
}

.title-sidebar-overview h1, .title-sidebar-overview h2{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
   
    color: #f2f2f7; 
}

.title-sidebar-overview a{
    color: #f2f2f7;
    text-decoration: none;
}




.input-bubble {
    display: flex;
    margin-top: 2%;
    flex-direction: column;
    width: 100%;
    max-width: 40%; 
    background-color: rgba(255, 255, 255);
    border: 1px solid rgba(255, 255, 255);
    border-radius: 25px;
    padding: 8px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}



input[type="text"] {
    flex: 1;
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    color: #1c1c1e;
    padding: 8px 15px;
    box-sizing: border-box;
}

input[type="text"]::placeholder {
    color: #8e8e93;
    text-align: left;
}


.texto-sobre{
    width: 50%;
    display: flex;
    text-align: center;
    margin-top: 8%;
    color: #f2f2f7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: large;   
    
}

.texto-sobre p{
    width: 100%;
    margin: 0;
    text-wrap: wrap;
    overflow-wrap: anywhere;
}

.privacy-text{
    position: sticky;
    width: 80%;
    background-color: #1a1a1b;
    bottom: 0;
    display: flex;
    text-align: center;
    margin-top: 50%;
    color: #f2f2f7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: large; 
}

.privacy-text p{
    width: 100%;
    margin: 5px;
    text-wrap: wrap;
    overflow-wrap: anywhere;
    font-size: 50%;
}

.login-register-div{
    position: fixed;
    display: flex;
    width: fit-content;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-right: 1%;
}

#login-register-btn{
    background-color: transparent;
    text-decoration: none;
    color: #f2f2f7;
    border: none;
    font-size: 100%;
    padding: 10px;
    cursor: pointer
}

#login-register-btn:hover{
    color: #d9d9da;
}

#login-img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}


.version-title{
    margin-top: 0;
    margin-bottom: 20px;
}

.news-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.news{
    width: 50%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20em;
    color: #f2f2f7;
    background-color: tranparente;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: large; 
}

.sec-titles{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.sec-1 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    margin-top: 10em;
    color: #f2f2f7;
    background-color:transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: large;
}

.sec-2, .sec-3, .sec-4, .sec-5, .sec-6 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    margin-top: 5em;
    color: #f2f2f7;
    border-top: solid 1px #262729;
    background-color:transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: large;
}




.cookie-card{
    position: fixed;
    bottom: 1%;
    left: 1%;
    z-index: 11;
    color: #111;
    background-color: #f2f2f7;
    height: 150px;
    width: 80%;
    max-width: 310px;
    border-radius: 5px;
    
}

.cookie-card p{
    font-size: 80%;
    margin: 1%;
    word-break: break-word;
    overflow-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    
}

.text-cookie-card{
    display: flex;
    text-align: center;
    height: 50%;
    width: 100%;
    margin-top: 3%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    
}

.title-cookie-card{
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 2%;
    height: 10%;
    width: 100%;
    
}

.btn-cookie-card{
    display: flex;
    margin-top: 3%;
    border: none;
    width: 100%;
    height: fit-content;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.btn-cookie-card button{
    border-radius: 15px;
    border: none;
    width: 30%;
    font-size: 1em;
    color: #f2f2f2;
    background-color: #111;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

}

.btn-cookie-card button:hover{
    transform: scale(1.05);
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#cookie-img{
    position: absolute;
    width: 25px;
    margin-top: 2%;
    margin-left: 2%;
    top: 0;
    left: 0;
}

#logOutBtn{
    /* Estilos Log Out na sidebar */
    margin: 0px;
    padding: 8px;
    border-radius: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #f2f2f7;
}

#logOutBtn:hover{
    background-color: rgba(150,150,150,0.15);
    border: none;
}

.logout_nav {
    border-top: solid 1px #262729;
    margin: 10px 1em;
    padding: 10px;
}

.make_flex{
    width: 100%;
    height: 6em;
    margin: 10px;
    border-radius: 15px;
    background-color: transparent;
    gap: 0.5em;
    border: none;
    display: flex;
    justify-content: start;
    align-items: center;

}

.sec-6{
    width: 100%;
    height: fit-content;
    display: flex;
    margin-top: 5em;
    color: #f2f2f7;
    border-top: solid 1px #262729;
    background-color:#1a1a1b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: large;
}

#open-sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    border: none;
    margin: 1%;
    margin-bottom: 0;
}

#open-sidebar img{
    width: 32px;
    height: 32px;
}

#close-sidebar {
    display: none;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    z-index: 100;
}

#close-sidebar img{
    height: 12px;
    width: 12px;
}

.conteudo a:nth-child(1){
    display: none;
}

.passo5{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 1em;
    align-items: center;
    text-align: center;
    margin-top: 5em;
    color: #f2f2f7;
    background-color: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; 

}

#try-ai {
  position: relative;
  margin-top: 2.5em;
  height: 3em;
  width: 12em;
  border-radius: 20px;
  background-color: #f2f2f7;
  border: none;
  font-size: large;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.2s ease;
}

@media (max-width: 768px) {
    .sidebar-overview {
        display: none; /* Esconde a sidebar no mobile */
        position: fixed;
    }


    #open-sidebar {
        display: block;
    }

    .title-sidebar-overview{
        justify-content: flex-end;
    }

    #close-sidebar {
        display: block;
    }

    .conteudo > a:nth-child(1){
        display: block;
    }

    .title-sidebar-overview h2{
        display: none;
    }

    .main div.privacy-text{
        display: none;
    }

    .news{
        width: 90%;
        text-align: start;
    }

    .input-bubble{
        max-width: 90%;
    }

    .texto-sobre{
        width: 90%;
        text-align: start;
    }

    .cookie-card{
        bottom: 1%;

        --size_left: calc(100% - 310px);

        left: calc(var(--size_left) / 200%);
        right: calc(var(--size_left) / 200%);
    }

   

    
}