@import url("../Inicial/colors.css");


html {
    font-family: Inter;
    font-size: 1.2em;
}

body {
    margin: 0;
}

/* Navegação */
.navigator {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 6px;
    font-weight: bold;
}

.nav1 {
    display: flex;
    align-items: center;
    width: auto;
    margin-left: 6px;
}

#openSidebar {
  cursor: pointer;
  display: flex;
  padding: 12px;
  border-radius: 6px;
  color: inherit;
}





.nav2 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-right: 58px;
}

#textSidebar {
  margin-inline: 12px 0;
  padding: 12px;
  display: flex;
  border-radius: 6px;

}


#closeSidebar {
  cursor: pointer;
  margin-inline: 0 12px;
  padding: 12px;
  display: flex;
  border-radius: 6px;
  color: inherit;

}

.sidebar-icons li a {
 display: flex;
 gap: 12px;
}





/* Layout */
.inicio {
    display: grid;
    margin-inline: 24px;
    text-align: justify;
}


.inicio textarea {
  width: 100%;      /* ocupa 90% da largura da tela */
  height: 200px;   /* altura inicial, pode ajustar ou usar vh */
  resize: none;    /* desativa redimensionamento */
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box; /* padding não aumenta o tamanho total */
  border: 0;
  color: #4c4f69;
}

.inicio textarea:focus-visible {
  color: #4c4f69;
  outline: 0;
}



#resposta ul li ul {

    list-style: none; /* Remove os bullets */
}

#resposta h3 {
    font-size: 1.2em;
}

#resposta ul {
        list-style: none;
        padding: 0;
    

}

#resposta > ol > li {
    margin-bottom: 24px;
}

#resposta {
    text-align: left;
}




h1 {
    font-size: 3em;
    text-align: center;
    font-weight: 1000;
}

h2 {
text-align: center;
font-size: 1em;
font-weight: normal;
}








h3 {
    font-size: 2em;

}

h4 {
    font-size: 1.4em;

}

.inicio p {
    margin-block: 0px 12px;
    font-size: 1em;
    background-color: v;
}

.help {
 margin-bottom: 0;

}



.card-box {
    padding: 2em;
    border-radius: 12px;
    margin: 0;
    font-weight: bold;
}

.div-chat {
    display: grid;
    gap: 2em;
}




.card-box-chat {
    
    padding: 2em;
    border-radius: 12px;
    margin: 0;
    font-size: 1em;
    border: none;
    
}

.button-sugest {
    font-weight: bold;
    padding: 24px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    color: #1e66f5;
    background-color: color-mix(in srgb, #1e66f5 30%, white);
    margin-bottom: 4em;
}








img {
width: 20vh;
border-radius: 12px;
}

.imagens-ctd {
background: url(../Src/Imagens/1.jpg);

}

.inicio p a {
text-decoration: none;
display: flex;
  gap: 6px;
  width: max-content;
  align-items: center;

}

/*
.inicio h3 svg {


}
*/






.gridbutton {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-block: 24px;
}

a.button {
    font-weight: bold;
    padding: 12px;
    padding-inline: 24px;
    border-radius: 4em;
    text-decoration: none;
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

a.button-sim, a.button-nao, .button-ia {
    font-weight: bold;
    padding: 12px;
    padding-inline: 24px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
}




/* Sidebar */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#sidebar {
    height: 100%;
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    overflow-x: hidden;
    transition: 0.3s;
    z-index: 2;
}

.navigator-sidebar {
    display: flex;
    list-style: none;
    align-items: center;
    height: 60px;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    font-weight: bold;
}

.sidebar-icons {
    display: grid;
    padding: 0px;
    margin: 0;
}

.sidebar-icons li {
  align-items: center;
  display: flex;
  cursor: pointer;
  margin: 6px 12px 0px 12px;
  border-radius: 6px;
  padding: 12px;
  gap: 6px;
}


i {
  width: 24px;
  height: 24px;
}

a:focus, a:active {
    outline: none;
    box-shadow: none;
}

a, li {
    -webkit-tap-highlight-color: transparent;
}



li.contrast-light {
display: none;
}

li.contrast-dark {
display: none;
}

.light-mode .resposta-ia {
    padding: 12px;
    border-radius: 12px;
    background-color: var(--card-box-light);
    margin-bottom: 24px;
}

.dark-mode .resposta-ia {
    padding: 12px;
    border-radius: 12px;
    background-color: var(--card-box-dark);
    margin-bottom: 24px;
}
