/* ---------------------------------- */


/* -----------  FONTES  ------------- */


/* ---------------------------------- */

@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) {
  .titulo {
    font-family: "Roboto Condensed";
    font-size: 28px;  
    color: rgb(63, 63, 63);
    text-align: center;
  }
  .subtitulo {
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: 600;
    color: rgb(58, 58, 58);
    text-align: center;
  }
  .texto {
    font-family: "Roboto Light";
    font-size: 18px;
    color: #4d4d4dff;
  }
  .lojas_app {
    height: 400px;
    width: 320px;
    margin: 32px auto 32px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .lojas_app .item {
    flex: 1;
    height: 50%;
    background-color: #FFF;
    border-radius: 10px;
    margin: 18px;
    cursor: pointer;
    box-shadow: 2px 2px 5px #00000055;
    transition: 0.2s;
  }
  .lojas_app .item:hover {
    margin-top: -2px;
    margin-bottom: 16px;
    box-shadow: 0px 2px 10px #00000044;
  }
  .lojas_app .imagem {
    margin: 34px auto 16px auto;
    height: 75px;
    width: 75px;
  }
  .google_play {
    background-image: url(../imagens/solucoes/zada_financas/googleplay.png);
  }
  .app_store {
    background-image: url(../imagens/solucoes/zada_financas/appstore.png);
  }
  #pnContainer {
    width: calc(100vw - (100vw - 100%));
    border: none;
    background-color: #F5F5F5;
    transition: ease 0.5s;
  }
  #pgZadaP_Topo {
    width: 100%;
    height: 480px;
    padding-bottom: 48px;
    padding-top: 64px;
    background-color: #252525;
    border-radius: 0 0 50vw 63%/60px;
    box-shadow: 0 6px 12px #00000066;
    position: relative;
  }
  #pnContainerTopo {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #pnContainerTopo .logo {
    width: 80%;
    height: 200px;
    background-image: url(../imagens/solucoes/zada_financas/logoFinanças.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    transition: ease 0.15s;
  }
  #pnContainerTopo .titulo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-family: "Roboto Condensed";
    text-shadow: 1px 1px 3px #333333;
    color: #FFF;
    font-size: 32px;
    text-align: center;
  }
  #pnContainerTopo .subtitulo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto Condensed";
    color: #436c76;
    text-shadow: 1px 1px 2px #333333;
    font-size: 32px;
    text-align: center;
  }
  #pnContainerTopo .texto {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-family: "Roboto Condensed";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
  }
  #pnContainerTopo .texto2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-family: "Roboto Condensed";
    color: #FFF;
    font-size: 22px;
    text-align: center;
  }
  #pnContainerTopo .imagem {
    width: 500px;
    height: 420px;
    position: absolute;
    right: 0;
    top: -20px;
    opacity: 0;
    transition: ease .2s
  }
  /*  ### ACESSO (Onde encontro)*/
  #pgZadaP_Acesso_bg {
    background-repeat: repeat;
  }
  #pgZadaP_Acesso {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    transition: ease .15s;
  }
  #pgZadaP_Acesso .titulo {
    font-family: "Roboto Condensed";
    font-size: 28px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-align: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f4f4;
    border-radius: 10px;
  }
  #pgZadaP_Acesso .subtitulo {
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: max-content;
    color: rgb(56, 56, 56);
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f4f4;
    border-radius: 10px;
  }
  #pgZadaP_Acesso .texto {
    text-align: center;
  }
  #barra_pesquisa {
    width: 600px;
    height: 57px;
    margin: 32px auto 32px auto;
    background-image: url(../imagens/solucoes/zada_financas/barra_pesquisa.png);
    background-size: contain;
    display: none;
  }
  #barra_pesquisa .subtitulo {
    background-color: transparent;
    border-radius: 0;
    padding-top: 10px;
  }
  #zaza{
    width: 200px;
    height: 250px;
    top: 800px;
    left: -76px;

    background-image: url(../imagens/solucoes/zada_financas/gato1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: rotate(45deg);
    animation: aparecer 0.5s;
  }
  #zaza:hover{    
    background-image: url(../imagens/solucoes/zada_financas/gato2.png);
  }
  @keyframes aparecer {
    0% {
      left: -350px;
      background-image: url(../imagens/solucoes/zada_financas/gato1.png);
    }
    100% {
      left: -76px;
      background-image: url(../imagens/solucoes/zada_financas/gato1.png);
    }
  }
  #barra{
    margin-top: 30px;
    width: 100%;
    height: 50px;
    background-color: white;
    border-radius: 100px;
    box-shadow: 2px 2px 5px #00000055;
    display: flex;
    align-items: center;    
    text-align: center;
  }
  #barraTexto{     
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color: #4d4d4dff;
  }
  #lupa{
    width: 50px;
    height: 50px;
    background-image: url(../imagens/solucoes/zada_financas/lupa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    display: block;
  }
  #pnCarrossel_parent {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
  }
  #pnCarrossel_parent .titulo {
    margin: auto 10px auto auto;
  }
  .carousel-wrap {
    margin: auto auto auto 0;
    width: 200px;
  }
  #pnCarrosselDinheiro .item .subtitulo {
    color: #d45500ff;
    margin: auto auto auto 10px;
  }
  /* ### FACILIDADES*/
  #pgZadaP_Facilidades {
    width: 85%;
    height: 750px;
    margin: 0 auto 96px auto;
    border-radius: 10px;
    border: 2px solid #222222ff;
    box-shadow: 12px 12px rgb(80, 80, 80), 24px 24px rgb(37, 37, 37);
    padding: 0 10px 20px 10px;
  }
  #pgZadaP_Facilidades .titulo {
    width: max-content;
    margin: 30px auto 30px auto;
  }
  #pgZadaP_Facilidades .imagem.trofeu {
    position: absolute;
    margin-top: -30px;
    margin-left: 400px;
    width: 60px;
    height: 80px;
    background-image: url(../imagens/solucoes/zada_financas/facilidadestrofeu.png);
    display: none;
  }
  #pnFacilidades {
    display: flex;
    flex-direction: column;
  }
  #pnFacilidades .grupo {
    display: flex;
    flex-direction: column;
  }
  #pnFacilidades .grupo .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius: 30px;
    border: 2px solid #325e75;
    padding: 30px 5px 10px 5px;
    margin-bottom: 20px;
  }
  #pnFacilidades .grupo .item .texto {
    font-family: 'Roboto Condensed';
    text-align: center;
    font-weight: 700;
  }
  #pnFacilidades .grupo .item .imagem {
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  .facilidades_dinheiro {
    background-image: url(../imagens/solucoes/zada_financas/facilidadesdinheiro.png);
  }
  .facilidades_cartao {
    background-image: url(../imagens/solucoes/zada_financas/facilidadescartao.png);
  }
  .facilidades_graf {
    background-image: url(../imagens/solucoes/zada_financas/facilidadesgraf.png);
  }
  .facilidades_cel {
    background-image: url(../imagens/solucoes/zada_financas/facilidadescel.png);
  }
  /* ### APP*/
  #pgZadaP_App {
    background-color: #d4d4d4;
    padding: 20px 5px 20px 5px;
    height: 1000px;
    margin-bottom: 48px;
  }
  #pgZadaP_App>.titulo {
    margin-bottom: 12px;
  }
  #pgZadaP_App>.subtitulo {
    color: #4d4d4dff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  #pnApp {
    height: 85%;
    margin: 32px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #pnCelular {
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
  }
  #pnCelular .imagem.app_celular {
    width: 220px;
    height: 360px;
    background-image: url(../imagens/solucoes/zada_financas/app_celular.png);
    background-size: contain;
  }
  #pnCarrosselTelas {
    border-radius: 6px;
    width: 190px;
    height: 326px;
    margin: 16px auto;
    background-color: #162d50ff;
  }
  #pnCarrosselTelas .item.imagem {
    width: 190px;
    height: 326px;
    border-radius: 6px;
    background-color: #162d50ff;
  }
  #pnCarrosselTelas .item.imagem.app_tela1 {
    background-image: url(../imagens/solucoes/zada_financas/app_tela1.png);
  }
  #pnCarrosselTelas .item.imagem.app_tela2 {
    background-image: url(../imagens/solucoes/zada_financas/app_tela2.png);
  }
  #pnCarrosselTelas .item.imagem.app_tela3 {
    background-image: url(../imagens/solucoes/zada_financas/app_tela3.png);
  }
  #pnApp .imagem.app_shopping {
    width: 200px;
    height: 150px;
    margin: auto 0 auto 18px;
    margin-bottom: 100px;
    background-image: url(../imagens/solucoes/zada_financas/gato3.png);
    background-size: 80%;
    display: none;
  }
  #pnInformacoes {
    flex: .9;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #pnInformacoes .item {
    margin-bottom: 18px;
    flex: 0.3;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  #pnInformacoes .item .imagem {
    width: 50px;
    height: 50px;
    align-self: center;
  }
  .app_economizar {
    background-image: url(../imagens/solucoes/zada_financas/appeconomizar.png);
  }
  .app_carteira {
    background-image: url(../imagens/solucoes/zada_financas/appcarteira.png);
  }
  .app_luz {
    background-image: url(../imagens/solucoes/zada_financas/appluz.png);
  }
  #pnInformacoes .item .subitem {
    flex: 0.9;
  }
  #pnInformacoes .item .subitem .subtitulo {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
  }
  #pnInformacoes .item .subitem .texto {
    font-size: 16px;
    font-family: "Roboto Condensed";
    color: #4D4D4D;
  }
  /* ### FUNCOES*/
  #pgZadaP_Funcoes {
    width: 90%;
    margin: 0 auto 48px auto;
  }
  #pgZadaP_Funcoes .grupo {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #pgZadaP_Funcoes .grupo .subgrupo {
    flex: .7;
  }
  #pgZadaP_Funcoes .grupo .subgrupo .titulo {
    color: #333333ff;
    margin-bottom: 18px;
  }
  #pgZadaP_Funcoes .grupo .subgrupo .subtitulo {
    color: #1a1a1aff;
    font-size: 18px;
    font-weight: 400;
  }
  #pgZadaP_Funcoes .grupo .subgrupo .titulo,
  #pgZadaP_Funcoes .grupo .subgrupo .subtitulo {
    text-align: center;
  }
  #pgZadaP_Funcoes .grupo .imagem {
    margin: 18px auto 18px auto;
  }
  #pgZadaP_Funcoes .grupo .imagem.funcoes_cloud {
    background-image: url(../imagens/solucoes/zada_financas/funcoescloud.png);
    width: 180px;
    height: 240px;
  }
  #pgZadaP_Funcoes .grupo .imagem.funcoes_grafico {
    background-image: url(../imagens/solucoes/zada_financas/funcoesgrafico.png);
    width: 250px;
    height: 172px;
  }
  /* ### APPDOWNLOAD */
  #pgZadaP_AppDownload {
    margin: 0 auto 0px auto;
    padding: 18px 0;
    background-color: rgb(37, 37, 37);
  }
  #pgZadaP_AppDownload .titulo {
    color: #FFF;
    font-weight: 5 00;
  }
  #pgZadaP_AppDownload .subtitulo {
    color: #FFF;
    font-family: "Roboto Light";
    font-weight: 400;
    margin-bottom: 18px;
  }
  #pgZadaP_AppDownload .texto {
    text-align: center;
  }
  #pnBotoes {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  #pnBotoes a {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #pnBotoes .botao {
    height: 38px;
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    margin-bottom: 48px;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-align: center;
    background-color: rgb(63, 63, 63);
    border-radius: 25px;
    box-shadow: 0 4px 8px #00000055;
    cursor: pointer;
    transition: ease .15s;
  }
  #pnBotoes .botao:hover {
    margin-top: 16px;
    margin-bottom: 50px;
    box-shadow: 0 4px 12px #00000044;
  }
}

@media screen and (min-width: 500px) {
  #pnContainerTopo .logo {
    width: 360px;
  }
  .lojas_app {
    height: 200px;
    width: 450px;
    flex-direction: row;
    justify-content: space-around;
  }
  .lojas_app .item {
    flex: .6;
    height: 100%;
  }
  .lojas_app .imagem {
    margin: 48px auto 16px auto;
  }
  #pnApp .imagem.app_shopping {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  /*----------------*/
  /* ### FACILIDADES*/
  /*----------------*/
  #pgZadaP_Facilidades {
    height: 500px;
    padding: 0px 20px 20px 20px;
  }
  #pgZadaP_Facilidades .imagem.trofeu {
    display: block;
  }
  #pgZadaP_Facilidades .titulo {
    margin: 30px 0 30px 30px;
  }
  #pnFacilidades {
    height: 80%;
    justify-content: space-evenly;
  }
  #pnFacilidades .grupo {
    flex: .4;
    flex-direction: row;
    justify-content: space-evenly;
    margin-right: 0px;
  }
  #pnFacilidades .grupo .item {
    width: 40%;
    margin-bottom: 0;
  }
  /*         */
  /* ### APP */
  /*         */
  #pgZadaP_App {
    padding: 18px 0 18px 0;
    height: 850px;
  }
  #pnApp {
    width: 90%;
    margin: 32px auto 0 auto;
  }
  #pnCelular {
    width: 90%;
    margin: 0 auto 32px auto;
  }
  /*             */
  /* ### FUNCOES */
  /*             */
  #pgZadaP_Funcoes .grupo {
    flex-direction: row;
  }
  #pgZadaP_Funcoes .grupo .subgrupo .titulo,
  #pgZadaP_Funcoes .grupo .subgrupo .subtitulo {
    text-align: left;
  }
  #pgZadaP_Funcoes .grupo .imagem.funcoes_cloud {
    margin: 0px auto 0px 32px;
  }
  #pgZadaP_Funcoes .grupo .imagem.funcoes_grafico {
    margin: 0px auto 0px 0px;
  }
}

@media screen and (min-width: 710px) {
  #pgZadaP_Acesso {
    width: 640px;
  }
  #barra_pesquisa {
    display: block;
  }
  /* ### CONTATO*/
  #pnBotoes {
    width: 500px;
  }
  #pnBotoes {
    flex-direction: row;
  }
  #pnBotoes a {
    width: 45%;
  }
}

@media screen and (min-width: 1046px) {
  #pnMenu {
    width: 100%;
    height: 72px;
    position: relative;
    z-index: 90;
    background-color: #153848;
    box-shadow: 0px 1px 18px 0px #00000044;
  }
  /* ### FACILIDADES*/
  #pgZadaP_Facilidades {
    width: 900px;
    height: 320px;
  }
  #pnFacilidades {
    flex-direction: row;
    height: 60%;
    justify-content: space-around;
  }
  #pnFacilidades .grupo {
    flex: .45;
    justify-content: space-between;
  }
  /* ### APP*/
  #pgZadaP_App {
    height: 600px;
  }
  #pnApp {
    width: 1000px;
    height: 80%;
    flex-direction: row;
  }
  #pnCelular {
    width: 50%;
    margin: 0;
  }
  /* ### FUNCOES*/
  #pgZadaP_Funcoes {
    width: 850px;
  }
}

@media screen and (min-width: 1150px) {
  #zaza{
    top: 700;
  }
  #pnContainer {
    background: linear-gradient(90deg, #cfdbe0 0, #f5f5f5 18%, #f5f5f5 88%, #cfdbe0 100%);
  }
  #pgZadaP_Topo {
    padding-top: 0px;
    height: 340px;
  }
  #pnContainerTopo {
    width: 600px;
  }
  #pnContainerTopo {
    width: 1020px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  #pnContainerTopo .logo {
    position: absolute;
    margin: 0 0 0 100px;
    width: 360px;
  }
  #pnContainerTopo .texto {
    width: 350px;
    margin: 0 0 0 100px;
    display: block;
    position: absolute;
    top: 210px;
    left: 30px;
    text-align: left;
    font-size: 19px;
  }
  #pnContainerTopo .texto2 {
    width: 420px;
    margin: 0 0 0 100px;
    display: block;
    position: absolute;
    top: 260px;
    text-align: left;
    font-size: 19px;
  }
  @keyframes cell {
    0%{
      right: -100%; 
      transform: rotate(65deg);
    }
    100%{
      right: 0px;
      transform: rotate(15deg);
    }
  }
  #pnContainerTopo .imagem {
    width: 500px;
    height: 420px;
    transform: rotate(15deg);
    right: 0px;
    top: 30px;
    opacity: 1;
    background-image: url(../imagens/solucoes/zada_financas/zfinancas.png);
    animation: cell 1s;
  }
}