
/* css puro */
/*##############################
        CSS MANUAL GERAL
################################
*/


body{
    background-color: #000000;
    transition: 3s;
    padding-top: 100px;
  }



@media (max-width: 800px) {
  body {
  padding-top: 80px; 
  margin: 0;/* Navbar menor em telas pequenas */
  }
  .backfc {
    background-color: #000000;
    background-image: none;
    z-index: 1;
  }
  
  #banner {
    margin-top: 0px;
  }
  #subtitulobanner {
    font-size: small;
    padding-top: 10px;
  }

  #titulobanner {
    font-size: larger;
  }

  #subsubti {
    display: none;
  }

  ul.nav .nav-item:not(.active) {
    display: none;
  }

  ul.nav {
    flex-direction: column;
    
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .navbar-collapse {
    width: 100%;
  }

  .colsecao {
    min-width: 220px;
    max-width: 100%;
    margin-top: 10px; 
    text-align: justify;
    align-items: center;
    justify-content: center;
    line-height: 1.8; 
    font-size: 1.1rem;
  }
  
  #titulosobre {
    text-align: center;
  }
  

 .bodycolor {
    background-color: #000000;
 
  }


  
  
  .linha-form {
    gap: 8px !important;
    flex-direction: column !important; 
    
  }

  .p1 {
    text-align: justify !important;
    width: 70% !important;
  }
  .p2 {
    text-align: justify !important;
  }
}
.p2 {
  color: white;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 35px 15px 0px 15px;
}
 
  .p1 {
    font-size: medium;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px;
    width: 60%;
  }

  /* barra de navegação*/
  .navbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .navbar-toggler {
    border: none;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .nav-link {
    color: white;
    white-space: nowrap;
    margin-right:  20px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
  }
  
  .nav-link:hover {
    text-decoration: underline !important;
    text-decoration-color: black;
    text-decoration-thickness: 1.2px;
    text-underline-offset: 15px;
    cursor: pointer;
  }
  
  .dropdown-menu {
    background-color: black;
    border: none;
  }
  
  .dropdown-menu .dropdown-item {
    color: white;
  }
  
  .dropdown-menu .dropdown-item:hover {
    background-color: gray;
  }

  

  /* Botão */
  .button_navbar {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background: #333;
    color: white;
    transition: 0.3s;
  }
  


  .button_navbar:hover {
    background: #555;
  }


  
  .inputBox { 
    position: relative; 
    border-radius: 10px;
    width: 100%;
    
    
  }
  
  .inputBox i {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #0369a1;
    width: 100%;
    height: 1px;
  }
  
  
  .inputBox input {
    width: 100%; 
    padding: 15px 10px 10px 10px;
    border: none;
    outline: none;
    background: #ccc;
    color: #333;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    border-radius: 5px; 
  }
  
  .inputBox textarea {
    width: 100%; 
    padding: 30px 10px 10px 10px;
    border-bottom: solid 1px #0369a1;
    outline: none;
    background: #ccc;
    color: #333;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    border-radius: 5px; 
  }
  
  
  .inputBox span {
    position: absolute; 
    top: 50%; 
    left: 10px; 
    transform: translateY(-50%); 
    color: #030405;
    font-size: 1rem;
    transition: 0.3s; 
    pointer-events: none; 
  }
  
  .inputBox span.texts {
    position: absolute; 
    top: 25%; 
    left: 10px; 
    transform: translateY(-50%); 
    color: #030405;
    font-size: 1rem;
    transition: 0.3s; 
    pointer-events: none; 
  }
  
  .inputBox input:valid ~ span,
  .inputBox input:focus ~ span{
    font-size: 0.80rem; /* Reduz o tamanho do texto */
    transform: translateY(-22px); /* Move o texto para cima */
    color: #0369a1; 
  }
  
  .inputBox textarea:valid ~ span,
  .inputBox textarea:focus ~ span {
    font-size: 0.80rem; /* Reduz o tamanho do texto */
    color: #0369a1; 
  }
  
  

  .btao {
    background-color: #1794fa;
    color: white;
    border-radius: 15px;
    padding: 18px 32px 18px 32px;
    border: #1794fa solid 0.1px;
    font-weight: bold;
  }
  
  .btao:hover {
    transition: 1s;
    border: #B1F901 solid 0.1px;
    background-color: #B1F901;
    color: black;
  }
  
  
  .titlerp {
    color: #0369a1;
    font-size: large;
    padding-bottom: 20px;
  }
  
  .textrp {
    color: #24305e;
    font-size: small;
    
  }

  .textrp :hover {
    color: #0369a1;
  }
  
  .ulrp {
    list-style: none;
    padding-left: 0;
  }
  
  .rodape {
    margin-top: 30px;
    margin-bottom: 40px;
    
  }
  
  
  textarea {
    resize: none;
  }
  
  
  ::selection {
    background-color: #0369a1;
    color: white;
  }
  .carousel-item {
    border-radius:  0px 0px 50px 50px;
 }

 .textoprincipal {
  color: black;
 }

 .titulo_qd {
  margin-bottom: 30px; color:#061452;
}

article {
  min-width: 220px;
  max-width: 100%;
  padding: 40px; 
}

.colsecao {
  margin-top: 10px; 
  text-align: justify; 
  align-items: center;
  display: flex; 
  flex-direction: column; 
  justify-content: center;
  flex: 1;
  line-height: 1.8; 
  font-size: 1.1rem;
}

.duvidas {
  min-width: 260px;
  max-width: 100%;
  margin: auto;
  padding: 20px; 
  text-align: center;
}

.textolista {
    min-width: 240px;
    max-width: 100%;
    text-align: justify;
    line-height: 1.8;
}

.titulolista {
    min-width: 240px;
    max-width: 100%;
    padding: auto;
    text-align: justify;
    margin-bottom: 40px;
}



.card-login{
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 30px 35px;
  background-color:  #2f2841;
  border-radius: 20px;
  box-shadow: 0px 10px 40px #00000056;
  
}

.card-login > h1 {
  color: #91b72e;
  font-weight: 800;
  margin-bottom: 15px;
}

.textfield {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 10px 0px;
}

.textfield > input {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 15px;
  background-color: #514869;
  color: #f0ffffde;
  font-size: 12pt;
  outline: none;
  box-sizing: border-box;
}

.textfield > label {
  color: #f0ffffde;
  margin-bottom: 10px;
}

.textfield > input::placeholder {
  color: #f0ffff94;
}

.btn-login {
  width: 100%;
  padding: 16px 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  font-weight: 800;
  letter-spacing: 3px;
  background-color: #91b72e; 
  box-shadow: 0px 10px 40px -12px #00ff8052;
}

.btn-login:hover {
  background-color: #3dafe5;
}

a {
  text-decoration: none;
  color: #201b2c
}


.link-login {
  color: #91b72e;
}
  
.backfc {
  
  
  height: 100%;
  padding: 30px 120px 0px 120px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
  
}

.caixa-form{
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 70%;
  justify-content: center;
  align-items: center;
}

.textarea-estilo {
  width: 50%;
}

.linha-form {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 30px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}