@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@200;300;400;500;600;700&display=swap');

* {
  font-family: 'Bai Jamjuree', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background-color: #fff;
}

.topo {
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 7px #ccc;
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.topo img {
  width:  160px;
}

.banner {
  width: 100%;
  height: 450px;
  background-image: url(../img/cadastro.jpg);
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}

.bannerb {
  width: 100%;
  height: 450px;
  background-image: url(../img/cadastro.jpg);
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  display: none;
  /*
  display: flex;
  */
  align-content: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}

.bannerC {
  width: 100%;
    height: 202px;
    background-image: url(../img/cadastro.jpg);
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}

.bTexto {
  width: 80%;
  display: flex;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.bTexto {
  width: 80%;
  display: flex;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.bTextoC {
  width: 80%;
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.bLinhaAC,
.bLinhaA {
  width: 100%;
  display: flex;
  align-items: center;
  color: #2FBCEE;
  font-size: 25px;
}

.bLinhaA {
  color: #2FBCEE;
}

.bLinhaAC {
  color: #FFFFFF;
}

.bLinhaB {
  width: 100%;
  color: #fff;
  font-size: 110px;
}

/* ************************ início da area de trabalho ******************************* */


.areaCentro {
  width: 100%;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px;
}


.areaTrabalho {
  max-width: 1400px;
  min-height: 300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 8px #00000050;
  border-radius: 10px;
  overflow: hidden;
}

.atMenu {
  width: 150px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.atConteudo {
    flex: 1;
    padding: 0 10px 10px;
}

.atmEtapA {
  color: #174864;
  margin: 10px 10px 10px 0;
  border-radius: 0 15px 15px 0;
  padding: 15px 10px;
  border: 1px solid #99B5BF;
  border-left: none;
  opacity: 0.5;
  width: 80%;
}

.atmEtapA.active {
  border: none;
  opacity: 1;
  background-color: #E8F7FD;
  width: 90%;
}

.atmeItemP {
  font-weight: 600;
}

.linhadv {
    width: 100%;
    margin: 10px 0;
    text-align: end;
}

.mensPreen {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: red;
  font-weight: 600;
}

.lfOpc {
  flex: 1;
  background-color: #e8f7fd;
  margin: 0 2px;
  border: 2px solid #99B5BF;
  height: 80px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #174864;
}

.lfOpc:hover {
  border: 2px solid #174864;
}

.opcExtend {
  flex: 3;
  border: 2px solid #174864;
  background-color: #0e7599;
  color: #fff;
}

@media (max-width: 800px) {
  .atMenu {
    width: 100%;
    min-height: 50px;
    flex-direction: row;
  }
  
  .atmEtapA {
    margin: 0 2px 10px 2px;
    border-radius: 0 0 15px 15px;
    padding: 10px 15px;
    border: 1px solid #99B5BF;
    border-top: none;
    opacity: 0.5;
    width: 30%;
  }

  .atConteudo {
    width: 100%;
    min-height: 250px;
  }
  .atmeItemP {
    font-size: 10px;
  }
}

@media (max-width: 450px) {
    .atMenu {
      font-size: 14px;
    }
    .atmEtapA {
      padding: 5px 10px;
    }
}

/* *************************** final da area de trabalho ******************************* */

.informa {
  width: 100%;
  padding: 0 10%;
  align-items: center;
  display: grid;
  grid-template-columns: 40% 59%;
  background-color: #fff;
  margin-bottom: 20px;
}

.informab {
  width: 100%;
  padding: 0 10%;
  align-items: center;
  display: none;
  grid-template-columns: 40% 59%;
  background-color: #fff;
  margin-bottom: 20px;
}

.infimagem {
  width: 100%;
}

.infimagem img {
  width: 100%;
}

.inftexto {
  display: flex;
  text-align: justify;
  padding: 0 32px;
  flex-wrap: wrap;
}

.inftxt {
  color: #7c7c7c;
}

.inftxtC {
  color: #575656;
  display: flex;
  flex-wrap: wrap;
}

.itTitulo {
    width: 100%;
    text-align: center;
    font-size: 27px;
  margin-bottom: 20px;
}

.itTitulob {
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
}

.itTexto {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.linhaLnk {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.linhaLnk {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.lnkCadMed {
    display: flex;
    width: 150px;
    flex-wrap: wrap;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    background: #0094d4;  
    background: -webkit-linear-gradient(to top, #006CB7, #2ABCEF);  
    background: linear-gradient(to top, #006CB7, #2ABCEF); 
}

.lnkCadMed:hover {
    box-shadow: 0px 0px 6px #092044;
}

.lcmIco {
    width: 100%;
    text-align: center;
    font-size: 50px;
}

.lcmTit {
    text-align: center;
    font-size: 13px;
    width: 100%;
}

.lcmTxt {
    width: 100%;
    font-size: 18px;
}

.lCadast {
  width: 100%;
  padding: 5px 5%;
  text-align: right;
}

.lLnk {
    background-color: #14b5ea;
    padding: 5px 10px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-weight: 500;
}

.lLnk:hover {
    background-color: #000;
}

.cCadast {
    width: 100%;
    padding: 5px 5%;
}


/* 
* início da
* ESTRUTURA DO FORMULARIO 
*
*/
.prdDivisaU {
    width: 100%;
    margin-top: 14px;
}

.prdDivisa,
.prdDivisaB,
.prdDivisaC,
.prdDivisaD, 
.prdDivisaE,
.prdDivisaF,
.prdDivisaG,
.prdDivisaJ,
.prdDivisaK,
.prdDivisaM,
.prdDivisaN,
.prdDivisaO,
.prdDivisaP,
.prdDivisaQ {
    width: 100%;
    display: grid;
    grid-gap: 5px;
    margin-top: 9px;
}

.prdDivisa {
    grid-template-columns: repeat(4, 1fr);
}

.prdDivisaB {
    grid-template-columns: repeat(4, 1fr);
    text-decoration: none;
    color: #000;
}

.prdDivisaC {
    grid-template-columns: repeat(3, 1fr);
}

.prdDivisaD {
    grid-template-columns: 70% auto;
}

.prdDivisaE {
  grid-template-columns: 50% auto;
}

.prdDivisaN {
  grid-template-columns: 24.5% auto;
}

.prdDivisaQ {
  grid-template-columns: auto 20% 25%;
}

.linfor {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}

.linforb {
  width: 190px;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}

.linhadvb {
    width: 190px;
    margin: 10px 0;
    text-align: end;
}

.linhadvc {
    width: 300px;
    margin: 10px 0;
    text-align: justify;
}

.linhadvc span {
  color: #0c8ab3;
  font-weight: 700;
}

.areaCPF {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center {
  text-align: center;
}

.inputs,
.inputsDg,
.lininpA {
  width: 100%;
  padding: 9px;
  font-size: 1em;
  border-radius: 5px;
  background-color: #79cff12b;
  border: 2px solid #99b5bf;
}

.inputsDg {
  width: 33px;
}

.inputs:invalid,
.inputsDg:invalid {
  border: 2px solid red;
}

.inputs:valid,
.inputsDg:valid {
  border: 2px solid #99b5bf;
}

.inputs:focus,
.inputsDg:focus {
  border: 2px solid #13cdeb;
}

.lintit {
  width: 100%;
  padding: 10px 0 5px;
  font-weight: 500;
  font-size: 1em;
  color: #174864;
  display: block;
}

.lintit span {
  color: red;
}

.inform {
  font-size: 14px;
  color: red;
}

.inputsb {
  width: 25%;
  padding: 9px;
  font-size: 1em;
  border-radius: 5px;
  border: none;
  background-color: #79cff12b;
  border: 2px solid #99b5bf;
}

.lininpC {
  width: 99%;
  padding: 9px;
  font-size: 1em;
  border-radius: 5px;
  background-color: #79cff12b;
  border: 2px solid #99b5bf;
  margin-bottom: 5px;
}

.lininpB {
  background-color: #79cff12b;
  width: 100%;
  padding: 9px;
  font-size: 1em;
  border-radius: 5px;
  border: none;
  border: 2px solid #99b5bf;
}

.span-required {
  display: none;
  font-size: 14px;
  color: red;
  justify-content: flex-end;
  padding: 5px 0 0 2px;
}

.btnLnk {
      border: none;
    background-color: #0079c0;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 0.9em;
}

.btnLnk:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.linforTxt {
  background-color: #e8f7fd;
  margin-top: 5px;
  padding: 10px;
  border-radius: 6px;
  color: darkred;
  display: none;
}

.linforTxtB {
  background-color: #f8fdff;
  margin-top: 5px;
  padding: 10px;
  border-radius: 6px;
  color: #004465;
  border: 2px solid #84bddd;
}

.linforC {
  background-color: #e8f7fd;
  padding: 10px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 80% auto;
}

.linforCa {
  background-color: #e8f7fd;
  padding: 10px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 33% auto 33%;
}

.ifCombo {
  display: grid;
  grid-template-columns: 45% 50%;
  grid-gap: 1%;
}

.docFalta {
  padding: 0 5px 0 0;
} 

.docTitulo {
  width: 100%;
  padding: 10px 0 5px;
  font-weight: 500;
  font-size: 1em;
  color: #174864;
}


.docLnk {
  border: 2px solid #99b5bf;
  background-color: #e8f7fd;
  padding: 9px 24px 9px 9px;
  border-radius: 5px;
  margin: 0px 0 5px 0;
  cursor: pointer;
  position: relative;
}

.docLnk:hover {
  background-color: #174878;
  color: #fff;
  border-color: transparent;
}

.docValido {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: green;
}

.docLnkAtv {
  border-color: #0d8d1c;
}

.docLnk span {
  color: red;
}

.areaEnvio {
  width: 100%;
  height: 100%;
  background-color: #152944cc;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

form.forDoc {
  width: 80%;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.aeTitulo {
  color: #174864;
  font-weight: 600;
  border-bottom: 1px solid #99b5bf;
  padding: 22px 0;
  font-size: 18px;
}

.aetFch {
  background: #99b5bf;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 34px;
  border-radius: 0 0 0 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.aetFch:hover {
  background: #2f4b6f;
}

@media (max-width: 1070px) {
  .bLinhaB {
    font-size: 60px;
  }
}

@media (max-width: 960px){
    .prdDivisa,
    .prdDivisaB,
    .prdDivisaC,
    .prdDivisaD,
    .prdDivisaE,
    .prdDivisaG,
    .prdDivisaL,
    .prdDivisaM,
    .prdDivisaN,
    .prdDivisaO,
    .prdDivisaQ {
        grid-template-columns: 100%;
    }
    
    .prdDivisaH {
        grid-template-columns: 100%;
        grid-gap: 0;
    }
    
    .prdDivisaI,
    .prdDivisaJ {
        display: none;
    }
    
    .prdDivisaJ {
        grid-template-columns: auto 60%;
    }
}
@media (max-width: 900px) {
  .informa {
    grid-template-columns: 100%;
  }
}

@media (max-width: 600px) {
  .banner {
    height: 300px;
  }

  .bTexto {
    width: 96%;
    margin-bottom: 60px;
  }

  .bLinhaA {
    font-size: 16px;
  }
  .bLinhaB {
    font-size: 45px;
  }

  .informa {
    padding: 0 2%;
  }

  .inftexto {
    padding: 0;
  }
  
  .lfOpc {
    font-size: 14px;
    padding: 10px;
  }


}