
/* css puro */
/*##############################
        CSS MANUAL GERAL
################################
*/


body{
    background-color: #ebebea;
    transition: 3s;
  }


@media (max-width: 800px) {
  body {
    padding-top: 56px; /* 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;
 
  }
  .paragrafo {
    font-size: small; /* Diminui o tamanho do texto */
    max-width: 90%; /* Permite mais largura para telas pequenas */
    color: white;
    text-align: justify;
    padding: 10px 15px;
  }

  .form-container {
    grid-template-columns: 1fr;
    gap: 10px;
    
  }


  .colunas {
    flex-direction: column;
    align-items: center;
    margin: 0px; 
    padding: 0px; 
  }
  .colunas2 {
    flex-direction: column;
    align-items: center;
    margin: 0px; 
    padding: 0px;  
  }

  .linhac1 {
    order: 2;
  }

  .linhac2{
    order: 6;
  }

  .linhac3 {
    order: 1;
  }

  article {
    width: 100%;
    padding: 10px !important;
  }

  .img1, .img2 {
    width: 100% !important; 
    max-width: 500px;
    margin: 20px 0 !important;
    padding: 0;
    order: 1;
  }
  .img3 {
    width: 100% !important;
    margin: 0px;
    order: 5;
  }

  .frase {
    text-align: justify !important;
    padding-left: 40px;
    padding-right: 40px;
  }

}

  .linhac2 {
    order: 5;
  }
  

.img1 {
  width: 45%; 
  margin-top: 20px; 
  margin-bottom: 20px;
}

.img2{
  width: 40%; 
  margin-top: 20px; 
  margin-bottom: 20px;
}

.img3 {
  width: 40%;
  margin: 10px;
  order: 6;
}

.colunas {
  padding-left: 30px;
  padding-right: 30px;
}
.colunas2 {
  padding-left: 30px;
  padding-right: 30px;
}

.frase{
  text-align: center;
  min-width: 300px;
  max-width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

article {
  min-width: 300px;
  max-width: 100%;
  padding: 30px; 
}

.paragrafo {
  margin-bottom: 20px;
  text-align: justify; /* Justifica o texto */
  font-size: medium;
  color: white;
  max-width: 80%; /* Define um limite de largura */
  margin-left: auto;
  margin-right: auto; /* Centraliza o bloco do parágrafo */
  padding: 0 15px; /* Adiciona espaçamento interno para evitar que o texto fique muito na borda */
}

  /* 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;
  }

  .minicard-text {
    color: black;
    font-size: small;
    text-align: center;
  }
  
  .cardtitle {
    color: #24305e

  }
  
  .newsletterform {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  
  .label {
    margin-right: 100px;
    color: #0369a1;
    font-size: x-large;
    font-family:'Calibri', 'Trebuchet MS', sans-serif;
  }
  
  .inputs {
    border: #0369a1 solid 0.1px;
    border-radius: 30px;
    padding: 5px 15px 5px 10px;
    margin-right: 15px;
  }

  /* 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;
  }


  
  ul.nav .nav-link {
    color: #0369a1;
    text-decoration: none; 
    transition: all 0.3s ease;
  }
  
  /* Hover nas abas */
  ul.nav .nav-link:hover { 
    color: black; 
    text-decoration: none;
  }
  
  /* Aba ativa */
  ul.nav .nav-link.active {
    color: black; 
    text-decoration: underline;
    text-decoration-color: black;
    text-decoration-thickness: 1.2px;
    text-underline-offset: 15px;
    cursor: pointer;
  }
  
  /* Aba desabilitada */
  ul.nav .nav-link.disabled {
    color: gray; 
    background-color: transparent; 
    cursor: not-allowed; 
    opacity: 0.6; 
  }
  
  
  .minicard-text {
    color: black;
    font-size: small;
    text-align: center;
  }
  
  .cardtitle {
    color: #24305e
  }
  
  
  
  .inputBox { 
    position: relative; 
    border-radius: 10px;
    
  }
  
  .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;
  }
  
  .btao_inv {
    background-color: #B1F901;
    color: black;
    border-radius: 15px;
    padding: 18px 32px 18px 32px;
    border: #B1F901 solid 0.1px;
    font-weight: bold;
  }
  
  .btao_inv:hover {
    transition: 1s;
    border: #1794fa solid 0.1px;
    background-color: #1794fa;
    color: white;
  }

  .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;
    
  }
  
  .textcl {
    font-family: Verdana;
    font-size: small;
    margin: 10px 0px 10px 0px;
  }

  
  .titlecl {
    font-family: verdana;
    
  }
  hr{
    border: color #000000;
    box-sizing:border-box;
    width:100%;  
  }
  
  /* CARDS */
  .card1, .card2, .card3, .card4, .card5, .card6, .card7, .duvidas {
    visibility: hidden;
  }

  .card1 {
    position: relative;
    overflow: hidden;
    border: 0.5px solid white;
    border-radius: 1.5rem;
  }

  .card1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 0; 
  }
  
  .card1 img {
      width: 100%;
      display: block;
      position: absolute;
      z-index: 0;
  }
  
  .card1 > div {
      position: relative;
      z-index: 1; 
  }

  .card7 {
    position: relative;
    overflow: hidden;
    border: 0.5px solid white;
    border-radius: 1.5rem;
  }

  .card7::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 0;
  }
  
  .card7 img {
      width: 100%;
      display: block;
      position: absolute;
      z-index: 0; 
  }
  
  .card7 > div {
      position: relative;
      z-index: 1;
  }

  .card4 {
    border: 0.5px solid white;
    border-radius: 1.5rem;
  }
  
  .links{
    color: white;
  }
  
  .links:hover {
    color: #5cd3ff;
    transition: 1s;
  }

  /*fim da configuração e estilo dos cards*/
  
  textarea {
    resize: none;
  }
  
  mark {
    background-color:#0369a1;
    color: white;
  }
  
  ::selection {
    background-color: #0369a1;
    color: white;
  }
  .carousel-item {
    border-radius:  0px 0px 50px 50px;
 }

 .textoprincipal {
  color: black;
 }

 .titulo_qd {
  margin-bottom: 30px; color:#061452;
}

.p1 {
  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;
}


.formulario {
  text-align: center;
  
}
.rigth-login {
  width: 50vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.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
}

.form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
  
}

#problema {
  width: 100%;
}

.link-login {
  color: #91b72e;
}
  
.backfc {
  background-color: #000000 !important; /* Define fundo preto */
  background-image: none !important; /* Remove qualquer imagem de fundo */
  height: 100%;
  padding: 30px 120px 0px 120px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.descricao4 {
  font-size: medium; 
  width: 100%;
  text-align: justify;
}


.descricao {
  text-align: justify;
  width: 100%;
}


.descricao5 {
  text-align: justify;
  width: 100%;
  font-size: medium; 
  margin-bottom: 50px;
}

.descricao6 {
  text-align: justify;
  width: 100%;
  font-size: medium;
}

.solucoes {
  padding: 60px;
}

.descricao {
  text-align: justify;
  width: 100%;
}


