@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    background: black;
    overflow-y: hidden !important;
}

::placeholder {
    white-space: nowrap;
}


a {
    text-decoration: none !important;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
}

.Vol2{
    display: none;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
}

.Vol1{
    display: none;
}

.Vol3{
    display: none;
}

.Vol4{
    display: none;
}

.Vol5{
    display: none;
}

.Vol6{
    display: none;
}

.Vol7{
    display: none;
}

.Vol8{
    display: none;
}

.Vol9{
    display: none;
}

.Vol10{
    display: none;
}

.Vol11{
    display: none;
}

.Vol12{
    display: none;
}

.Vol13{
    display: none;
}

.Vol14{
    display: none;
}

.Vol15{
    display: none;
}

.Vol16{
    display: none;
}

.Vol17{
    display: none;
}

.Vol18{
    display: none;
}

.Vol19{
    display: none;
}

.show{
    display: flex;
}

.filtro{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: hsl(0deg 0% 100% / 4%);
    backdrop-filter: blur(24px);
    padding: 3rem 2rem 3rem 2rem;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    border-bottom: 4px solid #ffffff05;
    outline: 4px solid #ffffff17;
}
.filtro:hover{
    border-bottom: 4px solid #ffffff08;
    outline: 4px solid #ffffff1f;
    transition: .2s;
}
.btn{
    margin-right: 1rem;
    padding: 1rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 25px;
    border: 3.5px solid black;
    background-color: #02f67c;
    color: black;
    cursor: pointer;
}

.btn:hover{
    outline-color: #02f67c;
    outline-style: solid;
    outline-offset: 0.5px;
    transition: .1s;
}

.clicado{
    border: 3.5px solid white;
    background-color: #000000;
    color: white;
    cursor: default;
    transition: .3s !important;
}

.clicado:hover{
    outline: none !important;
}

.main{
    background-color: rgba(0, 0, 0, 0.9);
    padding: 30px;
    border-radius: 15px;
    color:white;
    border: 2px solid white;
    z-index: 6;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gab{
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    border-radius: 15px;
    color:white;
    z-index: 6;
    border: 2px solid white;

}

.gab h1{
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    color: white !important;
    font-size: 30px;
}

#tesf{
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-size: 22px;
}

#lalo{
    color: #02f67c;
    background: black;
    padding: 20px;
    border: 2px solid white;
    border-radius: 15px;
}

.inputPos{
    background-color: rgb(255, 255, 255);
    padding: 3px;
    width: 100%;
    border-radius: 10px;
    color: black !important;
    display: flex;
    height: 3rem;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: 2px solid black;
    outline-color: black;
    outline-style: solid;
    outline-offset: 2px;
}
.inputPos:hover{
    outline-color: #02f67c;
}






.box-question {
    background-color: #ffffff;
    border-radius: 15px;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border: 2px solid white;
    min-width: 45%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 6;
    position: absolute;
    transform: translateY(65px);
    max-height: calc(100vh - 160px);
    max-width: 90%;
}

.header{
    background-color: #000000;
    border-radius: 14px 14px 0 0;
    color: #ffffff;
    font-size: 16px;
    padding: 30px 0 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.header h1{
    text-align: center;
    justify-content: center;
    align-items: center;
}

.footer {
    background-color: #000000;
    padding: 22px;
    border-radius: 0 0 14px 14px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.iaput{
    width: 55%;
    font-size: 22px;
    outline: none;
    border: none;
    padding: 16px;
    border-radius: 15px;
    margin-right: 15px;
    font-family: 'Poppins', sans-serif !important;
    color: #000000;
}

.materia{
    color: black !important;
}

#btn-submit{
    border-radius: 15px;
    font-size: 22px;
    padding: 16px;
    color: black;
    background-color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    border: 2px solid black;
    outline-color: black;
    outline-style: solid;
    outline-offset: 2px;
    cursor: pointer;
}

#btn-submit:hover{
    outline-color: #02f67c;
}

#history{
  padding: 16px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 500px;
  border: 4px solid black;
}

.box-my-message{
  padding-left: 280px;
  padding-top: 16px;
  padding-right: 16px;
  text-align: right;
  display: flex;
  justify-content: right;
  justify-content: flex-end;
}

.box-response-message{
  padding-right: 65px;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  text-align: left;
  display: flex;
  justify-content: left;
  justify-content: flex-start;
}

.my-message{
  text-align: right;
  background-color:  #000000;
  color: white !important;
}

.response-message{
  text-align: left;
  background-color: #02f67c;
}

.my-message,
.response-message{
  border-radius: 33px;
  padding: 25px;
  color: #000000;
  margin: 0;
  font-size: 22px;
  outline-color: black;
  outline-style: solid;
  outline-offset: 2px;
}





.fotor{
    width: 400px;
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    border-radius: 15px;
    color:white;
    z-index: 6;
    border: 2px solid white;
}

.inpNome{
    padding: 15px;
    border: 2px solid black;
    font-size: 17px;
    border-radius: 10px;
    width: 100%;
    outline-color: black;
    outline-style: solid;
    outline-offset: 2px;
    font-weight: bold;
}

.inpSub{
    padding: 15px;
    border: 2px solid black;
    font-size: 17px;
    border-radius: 10px;
    width: 100%;
    outline-color: black;
    outline-style: solid;
    outline-offset: 2px;
    font-weight: bold;
    background: #02f67c;
    cursor: pointer;
}

.inpNome:hover{
    outline-color: #02f67c;
}

.inpSub:hover{
    outline-color: #02f67c;
}

.inpCri{
    background-color: rgb(255, 255, 255);
    padding: 15px;
    border: 2px solid black;
    width: 100%;
    border-radius: 10px;
    color: black;
    display: flex;
    height: 3.7rem;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    outline-color: black;
    outline-style: solid;
    outline-offset: 2px;
}

.inpCri:hover{
    outline-color: #02f67c;
}

.select{
    outline-color: #02f67c;
}

#check{
    display: none;
}

.icons{
    right: 10%;
    position: absolute;
    font-size: 3.5rem;
    color: #02f67c;
    cursor: pointer;
    display: none;
}

@media (max-width: 600px) {
.icons{
    display: inline-flex;
}

#check:checked~.icons #menu-icon{
    display: none;
}

#check:checked~.icons #close-icon{
    display: block;
}

.icons #close-icon{
    display: none;
}

.buttons{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: #003d1f;
    border:none;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    transition: height 0.3s ease;
}

#check:checked~.buttons {
    height: 15.4rem;
    border: 3px solid #02f67c;
}

.btn{
    display: block;
    border-radius: 0;
    width: 50%;
    border: 3px solid #003d1f;
    margin-left: 25%;
    border-radius: 15px;
    margin-top: 13px;
    margin-bottom: 13px;
    white-space: nowrap;
}
.btn:hover{
    outline: none;
}

.clicado{
    background-color: rgb(0, 0, 0);
    outline: none;
    border: 3px solid #ffffff;
    color: white;
}

.clicado:hover{
    outline: none;
}

.filtro{
    outline: 4px solid #02f67c3f;
    border-bottom: 4px solid #02f67c11;
    background-color: #0a0b0b;
    z-index: 9999;
}
.filtro:hover{
    outline: 4px solid #02f67c3f;
    border-bottom: 4px solid #02f67c11;
}

.cursor-glow {
    width: 150px;
    height: 150px;
    background-color: #02f67c;
    filter: blur(125px);
    transition: .2s ease;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-45%, -85%) !important;
}
}