/* ---------------------------------- */


/* -----------  FONTES  ------------- */


/* ---------------------------------- */

@font-face {
  font-family: 'Roboto Regular';
  src: url(../fonts/Roboto-Regular.ttf)
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url(../fonts/Roboto-Condensed.ttf)
}

@font-face {
  font-family: 'Roboto Light';
  src: url(../fonts/Roboto-Light.ttf)
}

@font-face {
  font-family: 'Roboto Thin';
  src: url(../fonts/Roboto-Thin.ttf)
}

body {
  overflow-x: hidden
}

@media screen and (min-width:0px) {
  .texto {
    font-family: "Roboto Regular";
    color: #204b5c;
    text-align: center;
    font-size: 18px;
    margin: 9px 0 9px 0;
  }
  #pnContainer {
    background-color: #f5f5f5
  }
  #pgDownload_Topo {
    height: 200px;
    width: 100%;
    background-color: #b9d8e4;
    padding-top: 72px;
    position: relative;
    transition: ease-in .15s
  }
  #pnContainer_Topo {
    width: 100%;
    height: 100%;
    position: relative
  }
  #pnTextos_Topo {
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
  #lbTitulo_Topo {
    font-family: "Roboto Light";
    font-size: 32px;
    text-align: left;
    margin-top: 24px;
    color: #153848
  }
  #lbDesc_Topo {
    font-family: "Roboto Condensed";
    font-size: 18px;
    text-align: left;
    margin-top: 12px;
    color: #2b7392
  }
  #lbDesc_Topo a {
    font-weight: 600;
    color: #2b7392
  }
  #imgTopoDown {
    background-image: url(../imagens/downloads/m_topo.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 98vw;
    position: absolute;
    top: 0;
    z-index: 10;
    transition: ease .15s
  }
  #pgDownload_Topo .titulo {
    font-family: 'Roboto Thin';
    font-size: 8.5vw;
    text-align: center;
    color: #fff;
    top: 24vw;
    width: 100%;
    z-index: 11;
    position: absolute
  }
  .btDownloads {
    width: 101.5%;
    height: 32px;
    margin-bottom: 48px;
    padding-top: 14px;
    background-color: #2b7392;
    border-radius: 8px;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: ease .35s
  }
  .btDownloads:hover {
    margin-bottom: 50px;
    margin-top: -2px;
    box-shadow: 0 2px 16px #bbb
  }
  .btDownloads.novidades {
    background-image: url(../imagens/downloads/estrela.png);
    background-size: 20px;
    background-position: 12px 14px;
    background-repeat: no-repeat;
  }
  .btDownloads.demo {
    font-size: 22px;
    height: 40px;
  }
  #cards_topo {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 5%;
    margin-top: -60px;
    position: relative;
    top: 118vw
  }
  #cards_topo .card {
    width: 100%;
    height: 72px;
    background-color: #fff;
    box-shadow: 0 4px 8px #bbb;
    border-radius: 8px;
    position: relative;
    cursor: pointer
  }
  #cards_topo .card+.card {
    margin-top: 16px
  }
  #cards_topo .card>.icone {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 18px;
    margin-top: 19px;
    width: 30px;
    height: 34px
  }
  #cards_topo .card .btAcessar {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../imagens/downloads/seta_card.png);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 28px;
    right: 28px
  }
  #cards_topo .card.apps .icone {
    background-image: url(../imagens/downloads/iconeApps.png)
  }
  #cards_topo .card.fiscais .icone {
    background-image: url(../imagens/downloads/iconeFiscais.png)
  }
  #cards_topo .card.util .icone {
    background-image: url(../imagens/downloads/iconeUtil.png)
  }
  #cards_topo .card .tituloCard {
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: 600;
    color: #153848;
    position: absolute;
    top: 24px;
    left: 72px
  }
  #pgDownload_Corpo {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    margin-top: -32px;
    margin-bottom: 48px;
    position: relative;
    background-color: transparent
  }
  .tituloSecao {
    text-align: center;
    font-family: "Roboto Condensed";
    font-weight: 600;
    font-size: 32px;
    color: #204b5c;
    margin: 48px 16px 0 16px
  }
  #pnDownloads {
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
  .painel_down {
    width: 100%;
    height: auto;
    box-shadow: 0 1px 7px -4px #000;
    border-radius: 8px;
    border-width: 4px;
    border-style: solid;
    background-color: #326174;
    border-color: #326174;
    margin-bottom: 12px
  }
  .painel_down .container {
    width: 100%;
    height: 65px;
    color: #fff;
    position: relative
  }
  .painel_down .container .titulo {
    font-family: 'Roboto Regular';
    font-size: 32px;
    margin-left: 12px;
    margin-top: 14px;
    float: left
  }
  #pnZadaAtu .container {
    height: 95px;
    color: #fff
  }
  #pnZadaAtu .container .titulo {
    font-size: 28px;
    width: 200px
  }
  #pnZadaAtu .btExpandirOpc {
    margin-top: 40px
  }
  .titulo.bold {
    font-weight: 600
  }
  .painel_down .container .flex {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    margin-top: 8px;
    font-family: 'Roboto Regular';
    float: left;
    align-items: baseline
  }
  .painel_down .container .flex .versao {
    font-size: 21px
  }
  .painel_down .container .info {
    font-size: 14px;
    color: #e4e6e7;
    text-align: left
  }
  .btExpandirOpc {
    float: right;
    width: 20px;
    height: 20px;
    margin: 23px 18px 0 0;
    background-size: cover;
    cursor: pointer
  }
  .btExpandirOpc.expandido {
    background-image: url(../imagens/downloads/minimizar.png)
  }
  .btExpandirOpc:not(.expandido) {
    background-image: url(../imagens/downloads/maximizar.png)
  }
  .tabela_download.expandido {
    display: inline-table
  }
  .tabela_download:not(.expandido) {
    display: none
  }
  th.lbTamanho {
    text-align: right
  }
  .linha_cab {
    background-color: #548ea5;
    height: 32px
  }
  .tabela_download {
    font-family: Roboto, sans-serif;
    cursor: pointer;
    font-size: 15px;
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    border-spacing: 0
  }
  .divisor {
    margin-bottom: 16px
  }
  #pnCabZadaAnt .titulo,
  #pnCabZadaAtual .titulo {
    font-size: 42px;
    margin-top: 7px
  }
  #gdSuporte .linha_cab {
    background-color: #feccad
  }
  #gdSuporte .linha_cab .grid_cab {
    color: #a23f02
  }
  .grid_cab {
    color: #fff;
    font-weight: 600;
    text-align: center;
    cursor: default
  }
  .grid_content {
    color: #676767;
    font-weight: 400;
    text-align: center
  }
  .col_aplic {
    font-weight: 600;
    text-align: left;
    padding-left: 16px
  }
  .lin_1 {
    background-color: #fff;
    height: 35px;
    transition: ease .15s
  }
  .lin_1:hover {
    background-color: #d1dae6
  }
  .lin_2 {
    background-color: #f7f7f7;
    height: 35px;
    transition: ease .15s
  }
  .lin_2:hover {
    background-color: #d1dae6
  }
  .btDownload {
    background-image: url(../imagens/downloads/botaoDownload.png);
    background-repeat: no-repeat;
    background-size: 16px;
    width: 40px;
    background-position: center;
    cursor: pointer
  }
  .imgPlay {
    background-image: url(../imagens/downloads/botaoPlay.png);
    background-size: 14px
  }
}

@media screen and (min-width:530px) {
  #cards_topo {
    flex-direction: row;
    margin-top: -180px
  }
  #cards_topo .card {
    height: 150px;
    margin-left: 3px;
    margin-right: 3px;
    cursor: default
  }
  #cards_topo .card+.card {
    margin-top: 0
  }
  #cards_topo .card .icone {
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: 40px
  }
  #cards_topo .card .tituloCard {
    height: 34px;
    width: 90%;
    left: 5%;
    top: auto;
    bottom: 24px;
    padding-top: 12px;
    background-color: #43b3f9;
    border-radius: 25px;
    font-size: 18px;
    box-shadow: 0 1px 4px #bbb;
    color: #005ba2;
    text-align: center;
    cursor: pointer;
    transition: ease .15s
  }
  #cards_topo .card .tituloCard:hover {
    bottom: 26px;
    box-shadow: 0 3px 8px #aaa
  }
  #cards_topo .card .btAcessar {
    display: none
  }
  #pnZadaAtu .container {
    height: 65px
  }
  #pnZadaAtu .container .titulo {
    font-size: 32px;
    width: auto
  }
  #pnZadaAtu .btExpandirOpc {
    margin-top: 23px
  }
}

@media screen and (min-width:560px) {
  #imgTopoDown {
    height: 560px;
    right: 0;
    left: auto;
    background-position: right;
    background-size: 580px
  }
  #cards_topo {
    margin-left: 5%;
    position: relative;
    top: 640px
  }
}

@media screen and (min-width:710px) {
  #pgDownload_Topo {
    height: 170px
  }
  #pnContainer_Topo {
    width: 620px;
    margin-left: auto;
    margin-right: auto
  }
  #pnTextos_Topo {
    width: 100%;
    margin: 0
  }
  #cards_topo {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    transition: ease .15s
  }
  #pgDownload_Corpo {
    background-color: transparent
  }
  #cards_topo .card {
    margin-left: 8px;
    margin-right: 8px
  }
  #cards_topo .card .tituloCard {
    width: 80%;
    left: 10%
  }
  #pnDownloads {
    width: 620px
  }
  .tituloSecao {
    text-align: left
  }
}

@media screen and (min-width:780px) {
  #cards_topo {
    top: 400px;
    left: 0;
    margin-left: 28px;
    z-index: 10
  }
  #imgPCtopo {
    background-image: url(../imagens/downloads/pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 300px;
    height: 250px;
    position: absolute;
    right: 32px;
    top: 240px;
    z-index: 10;
    transition: ease .25s
  }
  #pgDownload_Corpo {
    position: relative
  }
}

@media screen and (min-width:1046px) {
  #pnMenu {
    width: 100%;
    height: 72px;
    position: relative;
    z-index: 90;
    background-color: #153848;
    box-shadow: 0 1px 18px 0 #00000044
  }
  #pgDownload_Topo {
    padding-top: 1px;
    min-height: 240px
  }
  #imgTopoDown {
    background-position: top right
  }
  #pnContainer_Topo {
    padding-top: 40px;
    height: 200px;
    width: 800px
  }
  #imgTopo {
    background-image: url(../imagens/downloads/topo_download.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 220px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
  }
  #pnContainer {
    background-color: transparent;
    background: linear-gradient(90deg, #dcecf2 0, #fff 15%, #fff 85%, #dcecf2 100%)
  }
}

@media screen and (min-width:1200px) {
  #pnContainerTopo {
    width: 1050px;
    margin-left: auto;
    margin-right: auto
  }
  #imgTopoDown {
    background-image: url(../imagens/downloads/g_topo.png);
    background-position: left top;
    background-size: 100%;
    height: 700px;
    right: -10%;
    width: 70%
  }
}