* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.container-pagina1{
  margin: 0;
}

section {
  margin: 10px;
}


/* SEÇÃO 1 */ 

.div0-pagina1 {
  height: 0px;
  margin-bottom: 50px;
}

.secao1-pagina1 img {
  max-height: 30px;
  box-sizing: border-box;
}

.div-pagina1 img, .secao3-pagina1 img {
  margin: 10px 0;
}

.div-pagina1 {
  text-align: center;
  box-sizing: border-box;
}

.paragrafo-login {
  text-align:left;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-pagina1 h1{
  margin-top: 0;
  padding-top: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.div-pagina1 h2, .secao3-pagina1 h1{
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.paragrafo-login span { 
  color: var(--azulcrescento);
}

[data-position] {
  position: relative;
}

[data-position] .logout {
  display: none;
  transition: 0.6s;
}

[data-position]:hover .logout{
  display: block;
}


/* SEÇÃO 2 */

.secao2-pagina1 {
  color: white;
}

.paragrafo {
  font-family: 'Open Sans', sans-serif, monospace;
}

.estilo-palavra {
  font-family: 'Open Sans', sans-serif, monospace;
  color: rgb(131, 199, 238);
}

.container-box {
  margin: 5px;
  padding: 5px;
  
  background: linear-gradient(46deg, rgb(233, 233, 233,0.1) 0%, rgb(131, 131, 131,0.15) 100%);
 /* background: linear-gradient(46deg, rgba(0,138,216,1) 0%, rgba(1,95,148,1) 47%, rgba(3,46,71,1) 100%); */
  border-radius: 20px;
  font-family: "Ubuntu", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.container-box h3 {
  font-weight: 500;
  font-size: 17px;
  margin: 0px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: solid 1px rgba(188, 188, 188,0.44);
}

.mini-container {
  margin: 5px;
  background: rgb(255,255,255);
  background: linear-gradient(-86deg, rgba(255,255,255,1) 100%, rgba(222,217,217,1) 100%);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 5px;
}

.lista-filtro {
  display: flex;
  justify-content: space-around;
  padding: 10px 5px;
  margin: 5px;
  text-wrap: nowrap;
}

.lista-filtro a{
  color: #939090;
  position: relative;
  font-size: 17px;
  font-weight: 400;
}

.lista-filtro a::before {
  content: "";
  background: #C1E5F5;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: -20px;
  bottom: 3px;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0, 0.15);
}

.lista-filtro .fitro-ativo::before {
  background: #015F94;
}

.container-card {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 5px;
  flex-wrap: wrap;
}

.inner-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-grow: 1;
}

.mini-container {
  flex: 1 1 0px;
  margin: 0 0;
  display: flex;
  flex-direction: column;
  align-content: space-around;
}

.mini-container h4, span {
  color: #020202;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  text-wrap: nowrap;
}

.mini-container span {
  color: #7E7E7E;
}

.mini-container h4{
  padding: 20px 10px 20px 10px;
}

.mini-container p{
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
  text-align: center;
  padding-bottom: 20px;
}

.p-grad-azul {
  background: linear-gradient(90deg, #008AD8 40%, #004972 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 !important;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px !important;
}

.p-grad-verde {
  background: linear-gradient(90deg, #6CBDA4 40%, #0D9066 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-graficos {
  display: flex;
  gap: 20px;
}

.container-tabelas {
  display: flex;
  gap: 20px;
}

.img-resumo {
  margin: 0 auto;
  display: block;
  padding: 20px;
  width: 100%;
  max-width: 550px;
  height: auto;
  box-sizing: border-box;
}

.img-resumo-donut {
  margin: 0 auto;
  display: block;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  height: auto;
  box-sizing: border-box;
}

h4 {
  padding: 20px;
}

.border-bottom {
  border-bottom: solid 1px rgba(188, 188, 188,0.44);
}

.border-top {
  border-top: solid 1px rgba(188, 188, 188,0.44);
}

.add-border {
  border:solid 1px #DCDCDC;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 0 5px;
  flex-grow: 1;
  text-align: center;
  justify-content: space-evenly; /* Juninho 1408 */
}



.add-padding-20 {
  padding: 20px 0px;
}

.align-bottom {
  margin-top: auto;
}

.align-center{
  margin: 5px 0 !important;
  align-self: center;
}

.legenda-grafico-column {
  display: flex;
  flex-direction: column;
  padding: 20px 50px;
  align-items: flex-start;
}

.legenda-grafico-column p, .legenda-grafico-row p{
  color: #4E3E48;
  font-size: 15px;
}

.legenda-grafico-column .lista-filtro a::before, .legenda-grafico-row .lista-filtro a::before { 
  border-radius: 0;
}


.legenda-grafico-column .lista-filtro {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.remove-padding:last-child {
  padding-bottom: 0px;
}




/* Gráfico Composição */

.svg-text-number { 
  fill: #585858;
  font-family: 'Ubuntu', sans-serif;
  font-size: 10px;
  font-weight: 700;
  }

  .svg-text{ 
  fill: #585858;
  font-family: 'Ubuntu', sans-serif;
  font-size: 10px;
  font-weight: 700;
  }

  .subgrafico-donut .svg-text{ 
    font-size: 12px;
    }

  .cor-grafico-1 {
  stroke:#117FBD;
}

.valor-grafico-1 {
  stroke-dashoffset: round(up, calc(calc(100 - 15.32) * 2.199 ), 1 ) ; 
}

.valor-subgrafico-1 {
  stroke-dashoffset: round(up, calc(calc(100 - 52.32) * 2.199 ), 1 ) ; 
}

.valor-subgrafico-2 {
  stroke-dashoffset: round(up, calc(calc(100 - 32.9) * 2.199 ), 1 ) ; 
}

.valor-subgrafico-3 {
  stroke-dashoffset: round(up, calc(calc(100 - 14.9) * 2.199 ), 1 ) ; 
}

.grafico-donut {
  height: 200px;
  margin-bottom: 20px;
}

.subgrafico-donut {
  height: 150px;
  padding-left: 25px;
}

.set-rect-width {
  width:530px; /*660*/
}

.set-rect-width-sub {
  width:710px; /*845*/
}

.graficos-composicao {
  align-items: start;
}

.container-grafico-desenho {
  position: relative;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
  z-index: inherit;
}

.container-subgrafico-desenho {
  position: relative;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
}

.container-subgrafico-desenho-- {
  position: relative;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
}

.position-grafico-donut {
  margin: 0;
  left: 20px;
  z-index: 2;
}

.position-subgrafico-donut {
  margin: 0;
  /*position: absolute;*/
  left: 50px;
  z-index: 2;
}

.div-desenho-grafico {
  display: flex;
  box-sizing: border-box;
  position: absolute;
  left: 100px;
  margin: 20px;
  padding: 0 20px 0 80px;
  /*
  Width antigo da mari

  */
  width: 90%;

  border-radius: 50px;
  background-color:#e5e5e5;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0, 0.15), -2px -2px 8px 0px rgba(0,0,0, 0.15);
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 1;
  border: none;
  cursor: pointer;
  top: 65px
}

h5 {
  margin: 0;
  padding: 15px;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  color: #585858;
  text-wrap: nowrap;
}

.container-subgrafico-desenho h5 {
  padding: 8px;
  font-size: 16px;
}

.container-subgrafico-desenho::before{
  content: "";
  background: #2180ce;
  width: 3px;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 75px;
  top: -10px;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0, 0.15);
  z-index: 1;
}
/*
.container-subgraficos::before {
  content: "";
  background: #2180ce;
  width: 3px;
  height: 250px;
  border-radius: 10px;
  position: absolute;
  left: 95px;
  top: 180px;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0, 0.15);
}
  */

.rotate-arrow {
  transform: rotate(180deg);
  transition: 0.3s;
}

#rotate-arrow-JS{
  transition: 0.3s;
}


/* Table */

.table, th, td {
  border: 0px;
  color: #111111;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-wrap: nowrap;
}


table {
  width: 95%;
  align-self: center;
}

th {
  white-space: nowrap;
}

.tb-resumo th {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  color: #4E3E48;
}

.tb-resumo td {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  color: #4E3E48;
}

table th {
  padding: 15px 10px;
}

.tb-carteira th:first-child{
  border-radius:15px 0 0 15px;
}

.tb-carteira  th:last-child{
  border-radius:0 15px 15px 0;
  /*box-shadow: 2px 2px 4px 0px rgba(0,0,0, 0.15);*/
}

.tg {
  /*margin: 0px 10px 30px;*/
  margin: 0 auto;
  margin-bottom: 10px;
}


.tb-carteira thead tr {
  background: linear-gradient(90deg, rgba(0,138,216,1) 0%, rgba(0,73,114,1) 100%);
}

.tb-carteira  th {
  color: white;
  /*box-shadow: 0px 4px 2px -2px rgba(0,0,0, 0.15);*/
  }


th, td {
  padding: 10px;
  
}

td {
  font-weight: 500;
}

th {
  font-weight: 700px;
}

.tb-n-negativo {
  color: #C31414 !important;
}

.tg {
  border-collapse:collapse;
  border-spacing:0;
}

.tg .tg-0lax { 
  text-align:center;
  vertical-align:top;
}

.tg .tg-lqy6{
  text-align:left;
  vertical-align:top;
}


/*.set-cell-size {
  width: 50px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}*/

.img-tb {
  /*height: 10px;*/
  width: 18px;
  margin: 0 !important;
  padding: 2px 0 0 0 !important;
}

.img-tb-up {
  transform: rotate(180deg);
  padding: 0 0 2px 0 !important;
}

.tg .tg-c3ow{
  text-align:left;
  vertical-align:top;
}

.center-img {
float: right;
}


.tb-column-width {
  width: 50%;
}

.add-bold {
  font-size: 14px;
}

.pos-table-composicao {

  /*width: 1100px;
  /*
  position: absolute;
  top: 300px;
  */
}

.div-tabela-composicao {
  display: flex;
  overflow-x: auto;
  justify-content:space-around;
  margin: 5px;
  z-index: 10;
  background-color: rgba(255,255,255,0.9);
  padding-left: 20px !important
}

.div-tabela-carteira {
  align-content: center;
  align-items: center;
  justify-content: center;
 /* overflow-x: auto;*/
}



#div-rotate-svg-JS + table {
  background-color: #008AD8;
}

.show-table {
  display: none;
}

.graficos-composicao {
  background-image: url('data:image/svg+xml,<svg viewBox="-50 -50 100 1000" xmlns="http://www.w3.org/2000/svg"><rect width="2" height="1000" x="0" y="-15" rx="20" ry="20" fill="rgb(17,127,189)" /></svg>');
  background-position-x: 50px;
  background-repeat: no-repeat;
}


.pos-table-composicao th:first-child{
  border-radius: 30px 0 0 30px;
}

.pos-table-composicao th:last-child{
  border-radius: 0 30px 30px 0;
}



/*.tg td{
  overflow:hidden;
  padding:10px 5px;
  word-break:normal;
}
*/


/*
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0lax{text-align:left;vertical-align:top}
*/

/* SEÇÃO 3 */

.secao3-pagina1 {
  height: 150px;
  text-align: center;
}



.secao3-pagina1 img {
  rotate: 180deg;
  max-height: 30px;
  margin-top: 30px;
}

/* MENU MOVEL */
.menu-movel {
  font-size: 18px;
  display: flex;
  transform: rotate(270deg);
  position: fixed;
  right: -205px;
  top: 50%;
  z-index: 300;
}

.menu-movel a {
  border-radius: 40px 40px 0 0;
  padding: 10px 25px;
  height: 40px;
  width: 150px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Ubuntu', sans-serif;
}

/*.btn-resumo {
  background: linear-gradient(90deg, rgba(2,71,111,1) 0%, rgba(0,137,215,1) 100%);
  color: #fff;
  transition: .5s;
}*/



.btn-carteira, .btn-resumo, .btn-detalhes {
  background: linear-gradient(90deg, rgba(229,225,225,1) 0%, rgb(214, 214, 214) 100%);
  color: #484849;
  transition: .5s;
}

.btn-carteira:hover, .btn-resumo:hover, .btn-detalhes:hover{
  background: linear-gradient(90deg, rgb(199, 197, 197) 0%, rgb(214, 214, 214) 100%);
  color: #9d9d9e;
  transition: .5s;
}

.btn-secao-ativa {
  background: linear-gradient(90deg, rgba(2,71,111,1) 0%, rgba(0,137,215,1) 100%);
  color: #fff;
  transition: .5s;
}

.btn-secao-ativa:hover {
  background: linear-gradient(90deg, rgb(7, 95, 146) 0%, rgba(0,137,215,1) 100%);
  color: rgb(185, 216, 235);
}
/*
.btn-carteira {
  background: linear-gradient(90deg, rgba(229,225,225,1) 0%, rgb(214, 214, 214) 100%);
  color: #484849;
  transition: .5s;
}

.btn-detalhes {
  background: linear-gradient(90deg, rgba(229,225,225,1) 0%, rgb(214, 214, 214) 100%);
  color: #484849;
}
  */





@media (max-width: 1200px) {
  /*.container-card .mini-container{
    overflow-x: auto;
  } 
    */
    .div-tabela-carteira {
      overflow-x: scroll;
    }

    .mini-container {
      flex: auto;
      overflow-x: auto;
    }

    .div-desenho-grafico {
      min-width: 560px;
    }

    .container-subgrafico-desenho .div-desenho-grafico {
      min-width: 540px;
    }
}

@media (max-width: 745px) {

  /*
  .container-grafico-desenho button h5{
    padding: 5px 15px;
    font-size: 15px;
  }*/





}

/*
@media (max-width: 670px) {
    .container-grafico-desenho button {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      top: 35px;
    }

    .container-grafico-desenho #rotate-arrow-JS {
      position: absolute;
      right: 30px;
      top: 20px;
    }
}
*/
