@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --main-color: #070e13;
    --ico-bars: #333;
    --main-color-dark: #026eb6;
    --main-color-light: #999898;
    --text-color: rgb(253, 253, 253);

    --cor-azul:#026eb6;
    --cor-azulescuro:#070e13;
    --cor-laranja: #f60;
    --cor-verde: #049b05;
    --cor-vermelha: #f00;
    --cor-vermelha900: #900;
    
}


body {
    color: #333;
    font-family: 'Montserrat', 'montserratregular', 'montserratlight', Arial, Tahoma, Verdana, 'Trebuchet MS';
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 23px;


    overflow-x: hidden;
    background-color: white;
     min-height: 100vh;
    display: flex;
    position: relative;
    /*margin: auto 0; */
    



}

section,
article,
div,
nav,
footer,
aside,
header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
  html, body{

    height: 100%;
   
   
   width: 100%;
   
   
   
  }  */ 
/* CSS FLEXBOX 1 */
header {
    display: flex;
    flex-direction: row;
    /* flex-direction: [row / row-reverse / column / column-reverse]; */
    flex-wrap: wrap;
    /* flex-wrap: [nowrap / wrap / wrap-reverse]; flex-flow: column wrap; */
    justify-content: flex-start;
    /* justify-content: [flex-start/flex-end/center/space-between/space-around];*/
    align-content: space-between;
    width: 100%;
    height: 55px;
    letter-spacing: -1px;
    /*  position: fixed;
    z-index: 999;
    top:0;*/
    padding: 0em 1em;



    font-size: 20px;
    color: #fff;

    background: rgb(109, 110, 110);
}

aside {
    width: 16rem;
    border: 1px solid #f60;
}
/*
main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 50px;



} */
main {
  flex: 1;
  padding: 0rem;
  color: #1f2027;
  display: flex;
  flex-direction: column;
}
.cor-azul{color:var(--cor-azul);}
.cor-azulescuro{color:var(--cor-azulescuro);}
.cor-verde{color:var(--cor-verde);}
.cor-laranja{color:var(--cor-laranja);}
.cor-vermelha900{color:var(--cor-vermelha900);}
.cor-vermelha{color:var(--cor-vermelha);}

.fundo-f2{ background-color: #f2f2f2;}

.txtl{text-align: left;}
.txtc{text-align: center;}
.txtr{text-align: right;}

.conteudo {
    min-height: 40px;
    flex: 1;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-items: flex-start;
    justify-content: space-between;
    border: 1px solid #333;
}

.rowt {
    min-height: 40px;
    width: 100%;
    min-width: 320px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;


}

.rowt span {
    font-size: 18px;
    letter-spacing: -1px;
    padding: 7px 0px 0px;

}

.row {
    min-height: 40px;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;


}

.rowc {
    min-height: 40px;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-items: flex-start;
    justify-content: space-between;
    border: 0px solid #333;
}
.fundo-banner{
    background-image: linear-gradient(to top, rgba(56, 81, 101, 0.300),rgba(18, 43, 63, 0.587)), url(../images/bgn2.jpg); 
      /*clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);*/
  
    background-repeat: no-repeat;
    background-size: cover;
   max-height: 350px;
    background-attachment:local;
 
   
      /*
              background-size: cover;      
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-attachment:fixed;
      */
       background-position: bottom center;
       color:#fff;
    
  }

  .cardsetor{
    min-width: 300px;
    max-width: 320px;
    min-height: max-content;
    border: 0px solid #f60;
    border-radius: 3px;
    padding: 20px 15px;
    margin: 10px 10px 0px 0px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .cardsetor:hover { background-color: #ddd;color:#003; }
  .card-itema {
    width: 99%;
    border: 0px solid #900;
  }
  .card-itemb {
    width: 48%;
    border: 0px solid #900;
    padding-top: 10px;
  }

    
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  
   /*  max-width: 1140px; */
   flex:1;
    
    margin: 0 auto;
    border: #222 0px solid;
  }

  .flex > .itemh {
    flex:1 1 35px;
    border:0px solid #ff0;
    padding:5px 0px;
    max-width: 50px;
    margin: 7px 2px;
    height: 40px;
    font-size: small;
   
  
  }

  .itemh { 
    flex:1 1 100px;
    border:1px solid #ff0;
    padding:5px 0px;
    
}

  .card-secao {
    flex:1;
    min-width: 270px;
   /* max-width: 320px;*/
    min-height: 85px;
    background-color: #f2f2f2;
    border:1px solid #d2d2d2;
    border-radius: 3px;
    padding: 5px 3px;
    margin: 10px 10px 0px 0px;
    font-size: 14px;
  
   /* -webkit-box-shadow: 1px 1px 1px 1px #ccc;
      box-shadow: 1px 1px 1px 1px #ccc;*/
  
  }
  .item99{
    width: 100%; 
   
    min-height: 25px;
  }