/** Documentação **/
/*
/* CSS das páginas do SIM - Sistema Integrado Meridiano
/*
/* 0. Importador das fontes que serão utilizadas no sistema
/* 1. CSS Defaults
/* 2. Header
/*  2.1 Menu Superior
/*  2.2 Logo
/*  2.3 Área do usuário
/* 3. Container
/* 4. Login / Recuperação
/*  4.1 Formulários
/* 5. Suporte
/* 6. CVM
/*  6.1 Navegação Interna
/*  6.2 Seção Alterar Senha
/*   6.2.1 Formulários
/* 7. Captação de Pedidos
/*  7.1 Formulários
/*   7.1.1 Formulário de Pesquisa
/*  7.2 Tabela de Produtos
/*   7.2.1 Cabeçalhos
/*   7.2.2 Rodapés
/* 8. Calculadora
/*  8.1 Formulários
/* 9. Resultados dos Pedidos
/* 10. Comunicador
/*  10.1 Formulários
/* 11. Aniversariantes da Semana
/* 12 Consulta de Pedidos
/*  12.1 Formulários
/*  12.2 Tabela de Produtos
/*  12.2.1 Cabeçalhos
/*  12.2.2 Rodapés
/* 13 Cobranca
/*  13.1 Tabela de Cobranças
/*  13.1.1 Cabeçalhos
/*  13.1.2 Rodapés
/*  13.2 Pagination
/* 14 Tabela de Precos
/*  14.1 Tabela de Preços
/*  14.1.1 Cabeçalhos
/*  14.1.2 Rodapés
/*  14.2 Pagination
/* 15 Contatos
/*  15.1.1 Cabeçalhos
/*  15.1.2 Rodapés
/*  15.2 Pagination
/* 16 Footer
/*  16.1 Navegação do Rodapé
/*  16.2 Logo no Rodapé
/*  16.3 Mídias Sociais
/*  16.4 Copyrights
/* 17. Media Queries
/*  17.1 Largura Mínima 240px e Máxima 319px
/*   17.1.1 Menus
/*   17.1.2 Logotipo
/*   17.1.3 Seções internas
/*    17.1.3.1 Geral
/*    17.1.3.2 Section Pedidos
/*    17.1.3.3 Section Consulta
/*    17.1.3.4 Section Login
/*    17.1.3.5 Section Recuperacao
/*    17.1.3.6 Section CVM
/*    17.1.3.7 Section Suport
/*    17.1.3.8 Section Calculadora
/*    17.1.3.9 Section Resultado Pedidos
/*    17.1.3.10 Section Comunicacao
/*    17.1.3.11 Section Aniversariantes
/*   17.1.4 Footer
/*  17.2 Largura Mínima 320px e Máxima 374px
/*   17.2.1 Menus
/*   17.2.2 Logotipo
/*   17.2.3 Seções internas
/*    17.2.3.1 Geral
/*    17.2.3.2 Section Pedidos
/*    17.2.3.3 Section Consulta
/*    17.2.3.4 Section Login
/*    17.2.3.5 Section Recuperacao
/*    17.2.3.6 Section CVM
/*    17.2.3.7 Section Suport
/*    17.2.3.8 Section Calculadora
/*    17.2.3.9 Section Resultado Pedidos
/*    17.2.3.10 Section Comunicacao
/*    17.2.3.11 Section Aniversariantes
/*   17.2.4 Footer
/*  17.3 Largura Mínima 375px e Máxima 424px
/*   17.3.1 Menus
/*   17.3.2 Logotipo
/*   17.3.3 Seções internas
/*    17.3.3.1 Geral
/*    17.3.3.2 Section Pedidos
/*    17.3.3.3 Section Consulta
/*    17.3.3.4 Section Login
/*    17.3.3.5 Section Recuperacao
/*    17.3.3.6 Section CVM
/*    17.3.3.7 Section Suport
/*    17.3.3.8 Section Calculadora
/*    17.3.3.9 Section Resultado Pedidos
/*    17.3.3.10 Section Comunicacao
/*    17.3.3.11 Section Aniversariantes
/*   17.3.4 Footer
/*  17.4 Largura Mínima 425px e Máxima 767px
/*   17.4.1 Menus
/*   17.4.2 Logotipo
/*   17.4.3 Seções internas
/*    17.4.3.1 Geral
/*    17.4.3.2 Section Pedidos
/*    17.4.3.3 Section Consulta
/*    17.4.3.4 Section Login
/*    17.4.3.5 Section Recuperacao
/*    17.4.3.6 Section CVM
/*    17.4.3.7 Section Suport
/*    17.4.3.8 Section Calculadora
/*    17.4.3.9 Section Resultado Pedidos
/*    17.4.3.10 Section Comunicacao
/*    17.4.3.11 Section Aniversariantes
/*   17.4.4 Footer
/*  17.5 Largura Mínima 768px e Máxima 1024px
/*   17.5.1 Menus
/*   17.5.2 Logotipo
/*   17.5.3 Seções internas
/*    17.5.3.1 Geral
/*    17.5.3.2 Section Pedidos
/*    17.5.3.3 Section Consulta
/*    17.5.3.4 Section Login
/*    17.5.3.5 Section Recuperacao
/*    17.5.3.6 Section CVM
/*    17.5.3.7 Section Suport
/*    17.5.3.8 Section Calculadora
/*    17.5.3.9 Section Resultado Pedidos
/*    17.5.3.10 Section Comunicacao
/*    17.5.3.11 Section Aniversariantes
/*   17.5.4 Footer
*/
/* 18. Cadastro Clientes
/* 
/**/

/* 0 Importador das fontes */

@import "nexa.css";
@import "nexablack.css";
@import "nexabook.css";
@import "font-awesome.css";

/* 1 CSS Defaults */

/*  */

.tempoSessao{
  display: block; 
  float: right; 
  position: absolute; 
  margin-left: -30%; 
  top: 30%;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  }

.igual{
    background-color: #32CD32;
}

.diferente{
    background-color: #FF6347;
}

.data_diferente{
    background-color: #FFD700;
}

.invisivel{
    display: none;
}

.mensagem-sucesso{
    color: #006400;
    width: 100%;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-size: 16px;
}
.mensagem-alerta{
    color: #E00109;
    width: 100%;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-size: 16px;
}

/* Custom combobox*/
#seta-combo{
    float: right;
    padding: 0 0;
    margin-top: auto;
    margin-bottom: auto;
}

.custom-combobox {
    border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0;
    margin-bottom: 0.5vh;

    display: inline-flex;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

    /*width: 370px;*/
    width: 100%;

}
.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    /*border-color: #5cb3fd;*/
    outline: none;

}
.custom-combobox-toggle {
    border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0;
    margin-bottom: 0.5vh;

    background-color: transparent!important;
    border: none!important;
    padding-left: 18px;
    padding: 0 0;!important;
}
.custom-combobox-input {
    border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0;
    margin-bottom: 0.5vh;

    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 9px;
    padding-left: 16px;
    width: 100%;

    background-color: transparent!important;
    border: none!important;
}

.input-text-date {
    border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0;
    margin-bottom: 0.5vh;

    display: block;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

    width: 30%;

    /*padding: 0.2rem;*/
    float: left;
    color: #816400;
}

*{
  margin: 0;
  padding: 0;
  font-family: "nexa-book";
}

@media (min-width: 320px){

  .tempoSessao{
    display: block; 
    float: right; 
    position: absolute; 
    margin-left: -30%; 
    top: 30%;
  }

  .row{
    margin: 0;
    padding: 0;
  }
  .logo{
    margin-top: 22%;
  }

  .span-mobile{
    font-size: small;
  }
}

ul, li{
  list-style: none;
}

a, a:visited, a:active, a:hover{
  color: #816400;
  text-decoration: none;
}

a:hover, a:active{
  font-weight: bold;
}

.not-logged{
    display: none;
}

.logged{
  display: block;
}

.left{
  float: left;
}

.right{
  float: right;
}

.center{
  margin-left: auto;
  margin-right: auto;
}

form{
  background-color: transparent!important;
  border: none!important;
}

.yellow{
  background-color: #fff4a6;
}

.title{
  font-family: "nexa_black";
  width: 100%;
  text-align: center;
}

.mobile{
  display:none;
  position: absolute;
  top: 0;
  left: -86vw;
  z-index: 99;
  height: 100vh;
  width: 85vw;
  padding: 2vw;
    padding-left: 0;
  /*background-color: rgba(255, 255, 255, 0.95);
  float: left;*/
  transition: left 2s;
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
}

.mobile nav{
  float: left;
  width: 100%;
  text-align: left;
  /* padding: 1vw; */
    padding-left: 0;
    background-color: rgba(255, 255, 255, 0.95);
  /*margin-top: 5vh;*/
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  min-height: 60px;
  max-height: 60px;
}

#navbarSupportedContent{
  background-color: rgba(255, 255, 255, 0.90);
}

.mobile_itens{
    border-top-width: thin;
    border-top-style: solid;
}

.mobile nav a{
  float: left;
  width: 100%;
}

.mobile:after{
  content: "\f0c9";
  font-family: "FontAwesome";
  position: absolute;
  padding-left: 1rem;
    padding-right: 0.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 2rem;
  color: #816400;
}

.mobile button {
  border-top-width: thin;
  border-top-style: solid;
}

strong.username{
  color: #816400;
  font-size: 15px;
  white-space: normal;
  font-weight: bold;
}

.showMobileMenu{
/*  left: 0;*/
}

/* 2 Header */

header{
  width: 100%;
  float: left;
  position: relative;
}

header .divisor{
  width: 100%;
  float: left;
}

/* 2.1 Menu Superior */

nav {
  width: 100%;
  text-align: center;
}

nav a{
  padding: 2px;
  margin: 0 0.5em;
}

nav a:hover{
  font-weight: normal;
  text-decoration: underline;
  color: #4F3B04;
}

/* 2.2 Logo */

.logo{
  width: 250px;
  margin: 5% auto 2.5% auto;
}

.logo span{
  width: 100%;
  text-align: center;
  float: left;
  font-family: "nexa-book";
  color: #816400;
  font-size: 150%;
}

/* 2.3 Área do Usuário */

.user{
  position: absolute;
  text-align: right;
  right: 2em;
  top: 1em;
}

.user div{
  float: end;
}

.user img{
  width: 65%;
  float: right;
  margin-top: 1em;
  margin-right: 0.6em;
}

.user div p{
  margin-left: auto;
  margin-right: 0.5em;
  text-align: right;
  color: #816400;
}

.user div p:first-child{
    margin-top: 1.8em;
    margin-bottom: 0;
}

.user div p strong{
  color: #E00109;
}

/* 3 Container */

.container{
  position: relative;
  float: left;
  width: 100%;
}

/* 4 Login / Recuperação */

#login-invalido{
    width: 100%;
    padding: 0.5em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

section.form.recovery, section.form.login{
  min-height: 0;
}

section.form{
  width: 400px;
  margin: 10vh auto;
}

/* 4.1 Formulários */

section.form form, section.form span{
  float: left;
  width: 100%;
  text-align: center;
}

section.form span{
  font-size: 150%;
  font-family: "nexa-book";
  color: #816400;
}

section.form.recovery h2{
    text-align: center;
    margin-bottom: 5vh;
    color: #816400;
}

section.form form input[type="text"], section.form form input[type="password"], section.form form input[type="email"]{
  width: 100%;
  padding: 0.5em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  border: none;
  background-color: #F3F1DB;
}

section.form form a{
  float: left;
  margin-top: 10px;
  color: #9b9b9b;
}

section.form form a:hover{
  font-weight: normal;
  text-decoration: underline;
  color: #9b9b9b;
}

section.form form button{
  float: right;
  padding: 0.1em 0.5em;
  margin-top: 5px;
  border: none;
  border-radius: 0.3em; -moz-border-radius: 0.3em; -o-border-radius: 0.3em; -khtml-border-radius: 0.3em; -webkit-border-radius: 0.3em;
  background-color: #E42320;
  color: #FFFFFF;
}

section.form form button:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
}

/* 5 Suporte */
section.suporte{
    max-width: 400px;
}

section.suporte span{
    float: left;
    width: 100%;
    color: #816400;
    text-align: center;
    font-size: 150%;
    font-family: "nexa-book";
}

section.suporte strong{
    float: left;
    width: 100%;
    margin: 0;
    color: #816400;
    text-align: center;
    font-size: 150%;
    font-family: "nexa-book";
    font-weight: 900;
}

/* 6 CVM */

/* 6.1 Navegação Interna */

section.cvm .nav_interna{
  background-image: url("../imgs/bg_navintenro.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  width: 110%;
  margin-left: -5%;
  margin-top: 2vh;
  margin-bottom: 8vh;
  float: left;
  display: table;
}

section.cvm .nav_interna ul{
  width: 90%;
  margin: 0 auto;
}

section.cvm .nav_interna ul li{
  color: #603913;
  text-align: center;
  padding: 1em;
  margin: 0 auto;
  width: 45%;
  font-weight: bold;
  font-size: 250%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

section.cvm .nav_interna ul li.middle{
  width: 1px;
}

section.cvm .nav_interna ul li:hover{
  cursor: pointer;
  color: #2B1505;
}

section.cvm .nav_interna .downarrow{
  position: absolute;
  top: 100%;
  left: 33%;
  width: 20%;
  display: none;
  z-index: 9;
}

section.cvm .nav_interna .divert{
  height: 100%;
}

/* 6.2 Seção Alterar Senha */

section.cvm .content{
  width: 90%;
  margin: 2vh auto;
  color: #816400;
  text-align: justify;
  font-family: "nexa-book";
}

/* 6.2.1 Formulário */

section.cvm .form{
  float: left;
  width: 50%;
  text-align: left;
}

section.cvm .form form{
  width: 100%;
  float: left;
}

section.cvm .form form label, section.cvm .form form input{
  float: left;
  width: 100%;
  color: #816400;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

section.cvm .form form input{
  padding: 0.25em 0.5em;
  border-color: #A67C52;
  border-style: solid;
  border-width: 1px;
  font-family: "nexa-book";
}

section.cvm .form form input.username{
  border: none;
  padding-left: 0;
}

section.cvm .form form button{
  float: left;
  padding: 0.1em 0.5em;
  margin-top: 5px;
  border: none;
  border-radius: 0.3em; -moz-border-radius: 0.3em; -o-border-radius: 0.3em; -khtml-border-radius: 0.3em; -webkit-border-radius: 0.3em;
  background-color: #E42320;
  color: #FFFFFF;
}

section.cvm .form form button:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
}

/* 6.2.2 Suporte Pop-Up */

#ajax-popup{
  display:none;
  padding: 2rem;
  left: 30%;
  top: 10vh;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 999;
}

#blackout{
  float: left;
  display:none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  position: absolute;
  z-index: 99;
}

.imprimir {
    background-color: #999999;
    color: #FFFFFF;
    border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
    border: none;
    padding: 0.5vh 1vw;
    margin: 2vh 1rem 0 auto;
    float: right;
}

.imprimir:hover{
    cursor: pointer;
    background-color: #FF2C2C;
    box-shadow: #FF6C6C 0 0 5px;
    color: #EAEAEA;
}

/* 7 Captação de Pedidos */
.pedido-envia {
    /*float: right;*/
    background-color: #E42320;
    margin-top: 2.8vh;
    padding: 0.85vh 2.5vw;
    color: #FFFFFF;
    border: none;
    border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
}

.pedido-envia:hover{
    cursor: pointer;
    background-color: #FF2C2C;
    box-shadow: #FF6C6C 0 0 5px;
    color: #EAEAEA;
}

section.pedidos{
  width: 95%;
  margin: 1vh auto 2.5vh auto;
  padding: 2vw;
  color: #816400;
}


/* 7.1 Formulários */

section.pedidos form label{
  margin-top: 1vh;
  margin-bottom: 0;
}

section.pedidos form input, section.pedidos form select, section.pedidos form textarea {
  border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0;
  margin-bottom: 0.2vh;
}

section.pedidos form textarea{
  resize: none;
}

section.pedidos form button.confere{
  background-color: #999999;
  color: #FFFFFF;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
  border: none;
  padding: 0.5vh 1vw;
  margin: 2vh 1rem 0 auto;
  float: right;
}

section.pedidos form button.confere:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
}

section.pedidos form button.confirmar{
  background-color: #af1714;
  color: #FFFFFF;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
  border: none;
  padding: 0.5vh 1vw;
  float: right;
  margin-top: 10px;
}

section.pedidos form button.confirmar:hover{
  background-color: #FF2C2C;
  color: #FFFFFF;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
  border: none;
  padding: 0.5vh 1vw;
  float: right;
}

section.cadastro form button.confere{
  background-color: #999999;
  color: #FFFFFF;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
  border: none;
  padding: 0.5vh 1vw;
  margin: 2vh 1rem 0 auto;
  float: right;
}

section.cadastro form button.confere:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
}
/* 7.1.1 Formulário de Pesquisa */

section.pedidos form .pesquisa{
  margin-bottom: 2vh;
  float: left;
  width: 100%;
}

section.pedidos form .pesquisa div:first-child{
  padding-left: 0;
  margin-left: 0;
}

section.pedidos form .pesquisa button.ok-search{
  float: right;
  background-color: #E42320;
  margin-top: 2.8vh;
  padding: 0.85vh 2.5vw;
  color: #FFFFFF;
  border: none;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
}

section.pedidos form .pesquisa button.ok-search:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
}

/* 7.2 Tabela de Produtos */


#price-table-mobile{
    display: none;
}

table.table-produtos{
  background-color: #FFFFFF;
  color: #875C13;
  border: solid thin #A67C52;
  min-height: 45vh;
  max-height: 45vh;
}

table.table-produtos th, table.table-produtos td{
  padding-top: 0.6vh;
  padding-bottom: 0.6vh;
}

table.table-produtos td{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  overflow: hidden;
  /*text-align: center;*/
}

table.table-produtos tr{
  height: 3vh;
}

table.table-produtos tr:nth-child(even){
  background-color: #FFF3EB;
}

table.table-produtos td:last-child{
  border: none;
}

/* 7.2.1 Cabeçalhos */

table.table-produtos thead{
  background-color: #E0D0C1;
  border: none;
}

table.table-produtos thead th{
  border: none;
  text-align: center;
    background-color: #E0D0C1;
}

table.table-produtos thead th.codigo, table.table-produtos thead th.unidade{
  width: 10%;
}

table.table-produtos thead th.descricao{
  width: 40%;
}

table.table-produtos thead th.quantidade{
  width: 12%;
}

table.table-produtos thead th.valor-unitario, table.table-produtos thead th.total{
  width: 15%;
}

/* 7.2.2 Rodapés */

table.table-produtos tfoot{
  background-color: #E0D0C1;
  border: none;
}

/* 8 Calculadora */

section.calculadora{
  margin-left: 2.4vw;
  padding: 0.5rem 3vw;
  color: #816400;
  height: 560px;
}

section.calculadora div.calc-section{
  margin: 2vh 0;
}

section.calculadora div.calc-section div{
  padding: 0 0 0 0.5rem;
  margin: 0;
}

section.calculadora div.calc-section span{
  float: left;
  margin-top: 5vh;
}

section.calculadora div.calc-section input[readonly]{
  background-color: #FFFFFF;
}

section.calculadora div.calc-section input{
  border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0;
}

section.calculadora div.calc-section span{
  text-align: right;
}

section.campanha{
  margin-left: 2.4vw;
  padding: 0.5rem 3vw;
  color: #816400;
  height: 560px;
}

 section.campanha div.form{
  /* display: flex;
  justify-content: center; */
  align-items: center;
} 

/* 8.1 Formulários */

section.calculadora form{
  padding: 0;
  margin: 0;
  color: #816400;
}

section.calculadora label{
  width: 100%;
  text-align: center;
}

section.calculadora form input, section.calculadora form select, section.calculadora form textarea {
  border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0;
  margin-bottom: 0.2vh;
}

section.calculadora form textarea{
  resize: none;
}

section.calculadora form button.calcular{
  background-color:#E42320;
  color: #FFFFFF;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
  border: none;
  padding: 0.5vh 1vw;
  margin-left: auto;
  margin-right: 2vw;
}

section.calculadora form button.calcular:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
}

section.calculadora form button.limpar{
  background-color: #F7EFDA;
  color: #816400;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
  border: none;
  padding: 0.5vh 1vw;
  margin-right: 27%;
}

section.calculadora form button.limpar:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
}

/* 9 Resultados dos Pedidos */

.paginacao-fixa{
    width: 100%;
}

section.resultado-pedidos{
  margin-right: 2.4vw;
  padding: 0.5rem 2vw;
    height: 560px;
  color: #816400;
}

section.resultado-pedidos div.result{
  background-color: #FFFFFF;
  margin-left: 1vw;
  margin-right: 1vw;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 90%;
    height: 330px;
    width: 100%;
}

section.resultado-pedidos div.result article {
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 100%;
}

section.resultado-pedidos div.pagination{
  width: 100%;
  margin-top: 3%;


}

section.resultado-pedidos div.pagination i{
  margin: 0;
  padding: 0.5rem 0.5rem;
  border: solid thin #816400;
  cursor: pointer;
    left: 50%;
}

section.resultado-pedidos div.pagination span.page{
  padding: 0.25rem 0.5rem;
  border: solid thin #816400;
}

section.resultado-pedidos div.pagination i.prev{
  border-radius: 0.5rem 0 0 0.5rem;
}

section.resultado-pedidos div.pagination i.next{
  border-radius:  0 0.5rem 0.5rem 0;
  margin-right: 0.5vw;
}

section.resultado-pedidos div.pagination span.total-pages{
  padding-top: 0.5rem;
}

section.resultado-pedidos div.periodo{
  float: left;
  width: 100%;
  text-align: center;
  margin: 1.5rem auto;
}

/* 10 Comunicador */

section.comunicacao{
  margin-top: 3.5vh;
  margin-left: 2.4vw;
  padding: 0.5rem 2vw;
    height: 510px;
  color: #816400;
}

section.comunicacao .title{
  margin-bottom: 5vh;
}

/* 10.1 Formulários */

section.comunicacao form{
  padding: 0;
  margin: 0;
  color: #816400;
}

section.comunicacao form label{
  margin-top: 0.25vh;
  margin-bottom: 0.5vh;
}

section.comunicacao form input, section.comunicacao form select, section.comunicacao form textarea {
  border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0;
  margin-bottom: 1vh;
}

section.comunicacao form textarea{
  resize: none;
}

section.comunicacao form button.enviar{
  background-color: #E42320;
  color: #FFFFFF;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
  border: none;
  padding: 0.5vh 1vw;
  float: right;
  margin-top: 2vh;
}

section.comunicacao form button.enviar:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
}

/* 11 Aniversariantes da Semana */

section.aniversario{
  margin-top: 3.5vh;
  margin-right: 2.4vw;
  padding: 0.5rem 2vw;
    height: 510px;
  color: #816400;
}

section.aniversario .imagem-aniversario{
  margin: 6.495% auto;
  width: 100%;
  text-align: center;
}

section.aniversario div.aniversariantes{
  background-color: #FFFFFF;
  padding: 2vh 2vw;
  height: auto;
  text-align: center;
  overflow: hidden;
}

/* 12 Consulta de Pedidos */

section.consulta{
  width: 95%;
  margin: 1vh auto 2.5vh auto;
  padding: 2vw;
  color: #816400;
}

/* 12.1 Formulários */

section.consulta form{
  color: #816400;
}

section.consulta form label{
  margin-top: 1vh;
  margin-bottom: 0;
  float: left;
}

section.consulta form input, section.consulta form select{
  border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0;
  margin-bottom: 0.2vh;
}

section.consulta form .tipos div.left{
  margin-top: 2vh;
  margin-bottom: 1vh;
  padding: 0;
}

section.consulta form .tipos div.left label{
  margin-top: 0.5vh;
}

section.consulta form .tipos div.left .skin{
  padding: 0.65em;
  float: left;
  border: thin solid #816400;
  border-radius: 5em; -moz-border-radius: 5em; -o-border-radius: 5em; -khmtl-border-radius: 5em; -webkit-border-radius: 5em;
  position: relative;
}

section.consulta form .tipos div.left .skin .circle{
  padding: 0.45em;
  float: left;
  right: 0.05vw;
  left: 0.05vw;
  top: 0.05vw;
  bottom: 0.05vw;
  background-color: #816400;
  border-radius: 5em; -moz-border-radius: 5em; -o-border-radius: 5em; -khmtl-border-radius: 5em; -webkit-border-radius: 5em;
  position: absolute;
}

section.consulta form .tipos div.left .skin .circle:not(.active){
  display: none;
}

section.consulta form .tipos div label{
  margin: 0 0 0 0.5vw;
}

section.consulta form input[type="radio"]{
  float: left;
  width: auto;
  padding: 0.2rem;
  visibility: hidden;
}

section.consulta form select{
  width: 32vw;
  color: #816400;
}

section.consulta form input[type="date"]{
  width: 12vw;
  padding: 0.2rem;
  float: left;
  color: #816400;
}

section.consulta form div.data span{
  width: 100%;
  float: left;
  margin: 0.6vh 0;
}

section.consulta form div.data span span{
  float: left;
  width: 2vw;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

section.consulta form button{
  float: left;
  margin-top: 2vh;
}

section.consulta form button.fechar{
  background-color: #E42320;
  color: #FFFFFF;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
  border: none;
  padding: 0.5vh 1vw;
  margin-right: 1rem;
  margin-left: 1rem;
}

section.consulta form button.fechar:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
}

section.consulta form button.prosseguir{
  background-color: #F7EFDA;
  color: #816400;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
  border: none;
  padding: 0.5vh 1vw;
  margin-left: 30%;
}

section.consulta form button.prosseguir:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
}

section.consulta form button.imprimir{
    background-color: #F7EFDA;
    color: #816400;
    border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
    border: none;
    padding: 0.5vh 1vw;
    float: right;
}

section.consulta form button.imprimir:hover{
    cursor: pointer;
    background-color: #FF2C2C;
    box-shadow: #FF6C6C 0 0 5px;
    color: #EAEAEA;
}

section.consulta form .right button.fechar{
  /*float: right;*/
  margin: 2vh 0;
}

/* 12.2 Tabela de Produtos */

table.table-consulta{
  background-color: #FFFFFF;
  color: #875C13;
  border: solid thin #A67C52;
  min-height: 45vh;
  max-height: 45vh;
}

table.table-consulta th, table.table-consulta td{
  padding-top: 0.6vh;
  padding-bottom: 0.6vh;
}

table.table-consulta td{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  overflow: hidden;
  /*text-align: center;*/
  vertical-align: middle;
}

table.table-consulta tr{
  height: 3vh;
}

table.table-consulta tr:nth-child(even){
  background-color: #FFF3EB;
}

able.table-consulta td:last-child{
  border: none;
}

/* 12.2.1 Cabeçalhos */

table.table-consulta thead{
  background-color: #E0D0C1;
  border: none;
}

table.table-consulta thead th{
  border: none;
  text-align: center;
}

table.table-consulta thead th.pedido, table.table-consulta thead th.codigo{
  width: 10%;
}

table.table-consulta thead th.nome{
  width: 40%;
}

table.table-consulta thead th.lancamento{
  width: 12%;
}

table.table-consulta thead th.status, table.table-consulta thead th.valor{
  width: 15%;
}

/* 12.2.2 Rodapés */

table.table-consulta tfoot{
  background-color: #E0D0C1;
  border: none;
}

/* 13 Cobranca */

section.cobranca{
  width: 95%;
  margin: 1vh auto 2.5vh auto;
  padding: 2vw;
  color: #816400;
}

/* 13.1 Tabela de Cobranças */

table.table-cobranca{
  background-color: #FFFFFF;
  color: #875C13;
  border: solid thin #A67C52;
  min-height: 45vh;
  max-height: 45vh;
}

table.table-cobranca th, table.table-cobranca td{
  padding-top: 0.6vh;
  padding-bottom: 0.6vh;
}

table.table-cobranca td{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  overflow: hidden;
  /*text-align: center;*/
  vertical-align: middle;
}

table.table-cobranca tr{
  height: 3vh;
}

table.table-cobranca tr:nth-child(even){
  background-color: #FFF3EB;
}

able.table-cobranca td:last-child{
  border: none;
}

/* 13.1.1 Cabeçalhos */

table.table-cobranca thead{
  background-color: #E0D0C1;
  border: none;
}

table.table-cobranca thead th{
  border: none;
  text-align: center;
}

table.table-cobranca thead th.codigo{
  width: 10%;
}

table.table-cobranca thead th.nome{
  width: 40%;
}

table.table-cobranca thead th.numero{
  width: 12%;
}

table.table-cobranca thead th.vencimento, table.table-cobranca thead th.valor{
  width: 15%;
}

/* 13.1.2 Rodapés */

table.table-cobranca tfoot{
  background-color: #E0D0C1;
  border: none;
}

/* 13.2 Pagination */

section.cobranca div.pagination{
  width: 8em;
  text-align: center;
  margin-top: 2vh;
  line-height: normal;
}

section.cobranca div.pagination i{
  margin: 0;
  padding: 0.3rem 0.5rem;
  border: solid thin #816400;
}

section.cobranca div.pagination span.page{
  padding: 0.3rem 0.5rem;
  border: solid thin #816400;
}

section.cobranca div.pagination i.prev{
  border-radius: 0.5rem 0 0 0.5rem;
}

section.cobranca div.pagination i.next{
  border-radius:  0 0.5rem 0.5rem 0;
}

section.cobranca div.pagination span.total-pages{
  padding-top: 0.3rem;
  margin-left: 5px;
}

/* 14 Tabela de Precos */

section.tabela-precos{
  width: 100%;
  color: #816400;
}

/* 14.1 Tabela de Preços */

.tabela-valor{
    text-align: right;
    font-family: nexa-book;
}

.tabela-preco-item{
    padding: 0;
}

.table-precos-elem1{
    width: 100%;
    background-color: #FFF3EB;
}

.table-precos-elem1 li{
    margin-top: 0.5%;
}

.table-precos-elem2{
    width: 100%;
    background-color: #FFFFFF;
}

.table-precos-elem2 li{
    margin-top: 0.5%;
}

.table-precos-sessao{
    width: 100%;
    background-color: #E0D0C1;
}

.table-precos-cabecalho{
    padding: 0;
    margin-left: 1%;

}

.table-precos-div-cabecalho{
    width: 100%;
    background-color: #D6B25E;
}

/* 14.1.1 Cabeçalhos */

table.table-precos thead{
  background-color: #E0D0C1;
  border: none;
}

table.table-precos thead th{
  border: none;
  text-align: center;
}

table.table-precos thead th.codigo{
  width: 10%;
}

table.table-precos thead th.descricao, table.table-precos thead th.observacao{
  width: 40%;
}

table.table-precos thead th.unidade{
  width: 12%;
}

table.table-precos thead th.moeda, table.table-precos thead th.valor{
  width: 5%;
}

/* 14.1.2 Rodapés */

table.table-cobranca tfoot{
  background-color: #E0D0C1;
  border: none;
}

/* 14.2 Pagination */

section.tabela-precos div.pagination{
  width: 8em;
  text-align: center;
  margin-top: 2vh;
  line-height: normal;
}

section.tabela-precos div.pagination i{
  margin: 0;
  padding: 0.3rem 0.5rem;
  border: solid thin #816400;
}

section.tabela-precos div.pagination span.page{
  padding: 0.3rem 0.5rem;
  border: solid thin #816400;
}

section.tabela-precos div.pagination i.prev{
  border-radius: 0.5rem 0 0 0.5rem;
}

section.tabela-precos div.pagination i.next{
  border-radius:  0 0.5rem 0.5rem 0;
}

section.tabela-precos div.pagination span.total-pages{
  padding-top: 0.3rem;
  margin-left: 5px;
}

/* 15 Contatos */

section.contatos{
  width: 95%;
  margin: 1vh auto 2.5vh auto;
  padding: 2vw;
  color: #816400;
}

/* 15.1 Tabela de Contatos */

table.table-contatos{
  background-color: #FFFFFF;
  color: #875C13;
  border: solid thin #A67C52;
  min-height: 45vh;
  max-height: 45vh;
}

table.table-contatos th, table.table-contatos td{
  padding-top: 0.6vh;
  padding-bottom: 0.6vh;
}

table.table-contatos td{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  overflow: hidden;
  /*text-align: center;*/
  vertical-align: middle;
}

table.table-contatos tr{
  height: 3vh;
}

table.table-contatos tr:nth-child(even){
  background-color: #FFF3EB;
}

able.table-contatos td:last-child{
  border: none;
}

/* 15.1.1 Cabeçalhos */

table.table-contatos thead{
  background-color: #E0D0C1;
  border: none;
}

table.table-contatos thead th{
  border: none;
  text-align: center;
}

table.table-contatos thead th.email{
  width: 10%;
  text-align: center;
}

table.table-contatos thead th.nome{
  width: 40%;
}

table.table-contatos thead th.telefone, table.table-contatos thead th.celular{
  width: 20%;
}

/* 15.1.2 Rodapés */

table.table-contatos tfoot{
  background-color: #E0D0C1;
  border: none;
}

/* 15.2 Pagination */

section.contatos div.pagination{
  width: 8em;
  text-align: center;
  margin-top: 2vh;
  line-height: normal;
}

section.contatos div.pagination i{
  margin: 0;
  padding: 0.3rem 0.5rem;
  border: solid thin #816400;
}

section.contatos div.pagination span.page{
  padding: 0.3rem 0.5rem;
  border: solid thin #816400;
}

section.contatos div.pagination i.prev{
  border-radius: 0.5rem 0 0 0.5rem;
}

section.contatos div.pagination i.next{
  border-radius:  0 0.5rem 0.5rem 0;
}

section.contatos div.pagination span.total-pages{
  padding-top: 0.3rem;
  margin-left: 5px;
}

/* 16 Footer */

footer{
  position: relative;
  bottom: 0;
  float: left;
  width: 100%;
  display: block;
}

footer .divisor{
  width: 100%;
  float: left;
  margin-top: 2vh;
}

/* 16.1 Navegação do Rodapé */

footer div.footer-nav{
  float: left;
  padding-bottom: 2vh;
  margin-top: 2vh;
  width: 100%;
  background: url("../imgs/footer_bg.png") top center no-repeat;
  background-size: cover;
}

footer div.footer-nav ul{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6vh;
  text-align: center;
}

footer div.footer-nav ul li{
  display: inline-block;
  width: 12%;
  height: 80px;
  font-size: 80%;
}

footer div.footer-nav ul li img{
  width: 50%;
}

footer div.footer-nav ul li span{
  width: 100%;
  text-align: center;
  float: left;
}

footer div.footer-nav ul li:hover > a span{
  font-weight: normal;
  text-decoration: underline!important;
}

/* 16.2 Logo no Rodapé */

footer .footer-logo{
  position: absolute;
  left: 2%;
  width: 10vw;
    top: 15%;
}

footer .footer-logo img{
  width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* 16.3 Mídias Sociais */

footer div.social-media{
  position: static;
  float: right;
    margin-right: 3%;
  width: 15%;
  text-align: center;
  color: #C78530;
}

footer div.social-media ul{
  width: 100%;
}

footer div.social-media ul li{
  display: inline-block;
  width: 5em;
  font-size: 60%;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

footer div.social-media ul li img{
  width: 100%;
}

/* 16.4 Copyrights */

footer div.copyright{
  float: left;
  width: 100%;
    height: 100%;
  text-align: center;
  margin-top: 5px;
  padding-top: 0.5em;
  border-top: solid thin #F0D700;
  color: #574400;
  font-size: 70%;
  position: static;
  margin-bottom: -10%
}

@media screen and (min-width: 2000px){
    footer div.footer-nav{
        float: left;
        padding-top: 2vh;
        padding-bottom: 6vh;
        margin-top: 2vh;
        width: 100%;
        background: url("../imgs/footer_bg.png") top center no-repeat;
        background-size: cover;
    }
}

/* 17 Media Queries */

/* 17.1 Largura Mínima 240px e Máxima 319px */



@media screen and (min-width: 240px) and (max-width: 319px){

  /* 17.1.1 Menus */
  .logo{
    margin-top: 24%;
  }

  .span-mobile{
    font-size: small;
  }

  strong.username{
      font-size: 8px;
  }

    .container{
        margin-left: 0;
        margin-right: 0;
    }

  .normal{
    display: none;
  }

  .mobile{
    display: block;
    position: fixed;
  }

  .mobile .user{
    float: left;
    width: 100%;
    position: static;
    text-align: center;
  }

  .user div p{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .user div img{
    float: left;
    width: 25vw;
    margin-left: 35%;
    margin-top: 0;
  }

  /* 17.1.2 Logotipo */

  header .logo{
    width: 150px;
  }

  header .logo img{
    width: 100%;
  }

  /* 17.1.3 Seções internas */

  /* 17.1.3.1 Geral */

    #price-table-mobile{
        display: inline-table;
    }

    #price-table{
        display: none;
    }

  .title h2{
    font-size: 120%;
    padding-top: 1vh;
  }

  section.pedidos, section.calculadora, section.resultado-pedidos, section.comunicacao, section.aniversario, section.cadastro, section.campanha{
    width: 100%!important;
    margin: 2vh auto;
    padding: 0;
      height: 100%;
  }

  section form{
    width: 90%;
    margin-left: auto!important;
    margin-right: auto!important;
  }

  section form div{
    width: 100%;
    padding: 0!important;
    float: none;
  }

  /* 17.1.3.2 Section Pedidos */

  section.pedidos form .pesquisa button.ok-search{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
  }

  section.pedidos form button.confere{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }

  section.cadastro form button.confere{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }

  /* 17.1.3.3 Section Consulta */

  section.consulta form div{
      display: inline;
    float: none;
    width: 100%;
  }

  section.consulta form div.tipos{
    float: left;
    width: 100%;
    margin-bottom: 2vh!important;
  }

  section.consulta form div.tipos div{
    padding: 0 0;
    border-top: thin solid #816400;
    float: left;
    width: 100%;
  }

  section.consulta form div.tipos div:first-child{
    border: none;
  }

  section.consulta form div.tipos div label{
    margin: 0;
    padding: 0.25rem 0.1rem;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 900;
    color: #E42320;
  }

  section.consulta form div.tipos div label.selected{
    border: thin solid #816400;
    border-radius: 1rem;
    background-color: #816400;
    color: #ffffff;
  }

  section.consulta form div.skin{
    display: none;
  }

  section.consulta form div.cliente label{
    float: left;
    width: 100%;
    margin-bottom: 0.5vh;
  }

  section.consulta form div.cliente select{
    float: left;
    width: 100%;
  }

  section.consulta form div.data {
    float: left;
    width: 100%;
    margin: 3vh 0;
  }

  section.consulta form div.data span span{
    float: left;
  }

  section.consulta form input[type="date"]{
    margin: 0 5vw;
  }

  section.consulta form div.buttons button{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }

  section.consulta form button.fechar{
    padding: 0.255rem 0;
    width: 100%;
    float: left;
    margin: 1vh 0;
  }

  /* 17.1.3.4 Section Login */

  section.form.login{
    width: 90%;
  }

  section.form.login span{
    font-size: 130%;
  }

  section.form form a{
    float: left;
    width: 100%;
  }

  section.form form button{
    float: left;
    width: 100%;
  }

  /* 17.1.3.5 Section Recuperacao */

  section.form.recovery{
    width: 90%;
  }

  section.form.recovery span{
    font-size: 130%;
  }

  section.form.recovery form a{
    float: left;
    width: 100%;
  }

  section.form.recovery form button{
    float: left;
    width: 100%;
  }

  /* 17.1.3.6 Section CVM */

  section.cvm .nav_interna ul li{
    float: left;
    width: 100%;
    font-size: 150%;
    border-bottom: thin solid #816400;
  }

  section.cvm .nav_interna ul li:last-child{
    border: none;
  }

  section.cvm .nav_interna li.middle{
    display: none;
  }

  section.cvm .form{
    width: 100%;
  }

  section.cvm .form form button{
    width: 100%;
  }

  /* 17.1.3.7 Section Suport */

  section.suporte{
    width: 90%;
  }

  /* 17.1.3.8 Section Calculadora */

  section.calculadora div.calc-section{
    margin-top: 0;
    padding-bottom: 1vh;
  }

  section.calculadora form{
    width: 90%;
  }

  section.calculadora form div.calc-section span{
    text-align: center;
    margin-top: 1vh;
    width: 100%;
    float: left;
  }

  section.calculadora form div.calc-section button{
    /*float: left;*/
    width: 100%;
    margin-top: 2vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  section.calculadora div.calc-section div{
    float: left;
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }

  section.calculadora div.calc-section span{
    text-align: center!important;
    margin-top: 1vh;
    width: 100%;
    float: right;
  }

  /* 17.1.3.9 Section Resultado Pedidos */

  section.resultado-pedidos{
    height: 100%;
      padding-bottom: 2vw;
  }

    section.resultado-pedidos div.result article{
        margin: 2vw 2vw;
    }

  section.resultado-pedidos div.result{
    margin: 1vh auto;
    width: 90%;
    float: none;
      height: 100%;
  }

  section.resultado-pedidos div.pagination{
      align-items: center;
  }

  section.resultado-pedidos div.result article:first-child{
    margin-top: 1.5vh;
  }

  section.resultado-pedidos div.periodo{
    float: none;
    padding-bottom: 1vh;
  }

  /* 17.1.3.10 Section Comunicacao */

  section.comunicacao .title{
    margin-bottom: 1vh;
  }

  section.comunicacao form{
    width: 90%;
    padding-bottom: 1vh;
  }

  section.comunicacao form button.enviar{
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* 17.1.3.11 Section Aniversariantes */

  section.aniversario div.aniversariantes{
    width: 90%;
    height: auto;
  }

  section.aniversario{
    padding-bottom: 1vh;
  }

  section.campanha{
    margin-left: 0vw;
    padding: 0.5rem 3vw;
    color: #816400;
  }

  section.campanha .title{
    margin-bottom: 1vh;
  }

  section.campanha div.form div.row{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 17.1.4 Footer */

  footer{
    margin-top: 2vh;
  }

  footer div.footer-nav{
    margin-top: 8vh;
  }

  footer div.footer-nav ul li{
    margin-top: 2vh;
    float: none;
    width: 100%;
    height: auto;
    padding: 1vh 0;
  }

  footer .footer-logo{
      top: 1vh;
      left: 30vw;
      width: 35%;
      margin-top: 3%;
  }

  footer div.social-media{
    position: static;
    width: 100%;
  }

  footer div.copyright{
    position: static;
  }

}

/* 17.2 Largura Mínima 320px e Máxima 374px */

@media screen and (min-width: 320px) and (max-width: 374px){

  .tempoSessao{
    display: block; 
    float: right; 
    position: absolute; 
    margin-left: -31%; 
    top: 32%;
  }

  /* 17.2.1 Menus */
  .logo{
    margin-top: 22%;
  }

.span-mobile{
    font-size: small;
}
  strong.username{
      font-size: 10px;
  }

  .normal{
    display: none;
  }

  .mobile{
    display: block;
    position: fixed;
  }

  .mobile .user{
    float: left;
    width: 100%;
    position: static;
    text-align: center;
  }

  .user div p{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .user div img{
    float: left;
    width: 25vw;
    margin-left: 35%;
    margin-top: 0;
  }

  /* 17.2.2 Logotipo */

  header .logo{
    width: 150px;
  }

  header .logo img{
    width: 100%;
  }

  /* 17.2.3 Seções internas */

  /* 17.2.3.1 Geral */

    #price-table-mobile{
        display: inline-table;
        white-space: nowrap;
    }

    #price-table{
        display: none;
    }

    .container{
        padding-left: 0;!important;
        padding-right: 0;!important;
    }

  .title h2{
    font-size: 120%;
    padding-top: 1vh;
  }

    section.pedidos, section.consulta, section.cobranca, section.calculadora, section.resultado-pedidos, section.comunicacao, section.aniversario, section.cadastro, section.campanha{
    width: 100%!important;
    margin: 2vh auto;
    padding: 2%;
      height: 100%;
  }

  section form{
    width: 90%;
    margin-left: auto!important;
    margin-right: auto!important;
  }

  section form div{
    width: 100%;
    padding: 0!important;
    float: none;
  }

  /* 17.2.3.2 Section Pedidos */

  section.pedidos form{
    width: 90%;
  }

  section.pedidos form .pesquisa button.ok-search{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
  }

  section.pedidos form button.confere{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }

  section.cadastro form button.confere{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }

  /* 17.2.3.3 Section Consulta */

  section.consulta form div{
    width: 100%;
  }

  section.consulta form div.tipos{
    float: left;
    width: 100%;
    margin-bottom: 2vh!important;
  }

  section.consulta form div.tipos div{
    padding: 0 0;
    border-top: thin solid #816400;
    float: left;
    width: 100%;
  }

  section.consulta form div.tipos div:first-child{
    border: none;
  }

  section.consulta form div.tipos div label{
    margin: 0;
    padding: 0.25rem 0.1rem;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 900;
    color: #E42320;
  }

  section.consulta form div.tipos div label.selected{
    border: thin solid #816400;
    border-radius: 1rem;
    background-color: #816400;
    color: #ffffff;
  }

  section.consulta form div.skin{
    display: none;
  }

  section.consulta form div.cliente label{
    float: left;
    width: 100%;
    margin-bottom: 0.5vh;
  }

  section.consulta form div.cliente select{
    float: left;
    width: 100%;
  }

  section.consulta form div.data {
    float: left;
    width: 100%;
    margin: 3vh 0;
  }

  section.consulta form div.data span span{
    float: left;
  }

  section.consulta form input[type="date"]{
    margin: 0 5vw;
  }

  section.consulta form div.buttons button{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }

  section.consulta form button.fechar{
    padding: 0.255rem 0;
    width: 100%;
    float: left;
    margin: 1vh 0;
  }

  /* 17.2.3.4 Section Login */

  section.form.login{
    width: 90%;
  }

  section.form.login span{
    font-size: 130%;
  }

  section.form form a{
    float: left;
    width: 100%;
  }

  section.form form button{
    float: left;
    width: 100%;
  }

  /* 17.2.3.5 Section Recuperacao */

  section.form.recovery{
    width: 90%;
  }

  section.form.recovery span{
    font-size: 130%;
  }

  section.form.recovery form a{
    float: left;
    width: 100%;
  }

  section.form.recovery form button{
    float: left;
    width: 100%;
  }

  /* 17.2.3.6 Section CVM */

  section.cvm .nav_interna ul li{
    float: left;
    width: 100%;
    font-size: 150%;
    border-bottom: thin solid #816400;
  }

  section.cvm .nav_interna ul li:last-child{
    border: none;
  }

  section.cvm .nav_interna li.middle{
    display: none;
  }

  section.cvm .form{
    width: 100%;
  }

  section.cvm .form form button{
    width: 100%;
  }

  /* 17.2.3.7 Section Suport */

  section.suporte{
    width: 90%;
  }

  /* 17.2.3.8 Section Calculadora */

  section.calculadora{
    height: 100%;
      padding-bottom: 2vh;
  }

  section.calculadora div.calc-section{
    margin-top: 0;
    padding-bottom: 1vh;
  }

  section.calculadora form{
    width: 90%;
  }

  section.calculadora form div.calc-section span{
    text-align: center;
    margin-top: 1vh;
    width: 100%;
    float: right;
  }

  section.calculadora form div.calc-section button{
    /*float: left;*/
    width: 100%;
    margin-top: 2vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  section.calculadora div.calc-section div{
    float: left;
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }

  section.calculadora div.calc-section span{
    text-align: center!important;
    margin-top: 1vh;
    width: 100%;
    float: left;
  }

  /* 17.2.3.9 Section Resultado Pedidos */

  section.resultado-pedidos{
    height: 100%;
      padding-bottom: 2vw;
  }

    section.resultado-pedidos div.result article{
        margin: 2vw 2vw;
    }

  section.resultado-pedidos div.result{
    margin: 1vh auto;
    width: 90%;
    float: none;
      height: 100%;
  }

  section.resultado-pedidos div.result article:first-child{
    margin-top: 1.5vh;
  }

  section.resultado-pedidos div.periodo{
    float: none;
    padding-bottom: 1vh;
  }

  /* 17.2.3.10 Section Comunicacao */

  section.comunicacao .title{
    margin-bottom: 1vh;
  }

  section.comunicacao form{
    width: 90%;
    padding-bottom: 1vh;
  }

  section.comunicacao form button.enviar{
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* 17.2.3.11 Section Aniversariantes */

  section.aniversario div.aniversariantes{
    width: 90%;
    height: auto;
  }

  section.aniversario{
    padding-bottom: 1vh;
  }

  section.campanha .title{
    margin-bottom: 1vh;
  }

  section.campanha div.form div.row{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 17.2.4 Footer */

  footer{
    margin-top: 2vh;
  }

  footer div.footer-nav{
    margin-top: 12vh;
  }

  footer div.footer-nav ul li{
    margin-top: 1vh;
    float: none;
    width: 100%;
    height: auto;
    padding: 1vh 0;
  }

  footer .footer-logo{
    top: 4vh;
    left: 30vw;
    width: 35%;
    margin: 0 auto;
  }

  footer div.social-media{
    position: static;
    width: 100%;
  }

  footer div.social-media ul li img{
      width: 100%;
  }

  footer div.copyright{
    position: static;
  }

}

/* 17.3 Largura Mínima 375px e Máxima 424px */

@media screen and (min-width: 375px) and (max-width: 424px){

  .tempoSessao{
    display: block; 
    float: right; 
    position: absolute; 
    margin-left: -30%; 
    top: 30%;
  }

  /* 17.3.1 Menus */
    strong.username{
        font-size: 10px;
    }
  .logo{
    margin-top: 20%;
  }

  .normal{
    display: none;
  }

  .mobile{
    display: block;
    position: fixed;
  }

  .mobile .user{
    float: left;
    width: 100%;
    position: static;
    text-align: center;
  }

  .user div p{
    padding: 0 5vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .user div img{
    float: left;
    width: 25vw;
    margin-left: 35%;
    margin-top: 0;
  }

  /* 17.3.2 Logotipo */

  header .logo{
    width: 180px;
  }

  header .logo img{
    width: 100%;
  }

  /* 17.3.3 Seções internas */

  /* 17.3.3.1 Geral */

    #price-table-mobile{
        display: inline-table;
    }

    #price-table{
        display: none;
    }

    .container{
        padding-left: 0;
        padding-right: 0;
    }

  .title h2{
    font-size: 175%;
    padding-top: 1vh;
  }

  section.pedidos, section.consulta, section.cobranca, section.calculadora, section.resultado-pedidos, section.comunicacao, section.aniversario, section.cadastro, section.campanha{
    width: 100%!important;
    margin: 2vh auto;
    padding: 2%;
      height: 100%;
  }

  section form{
    width: 90%;
    margin-left: auto!important;
    margin-right: auto!important;
  }

  section form div{
    width: 100%;
    padding: 0!important;
    float: none;
  }

  /* 17.3.3.2 Section Pedidos */

  section.pedidos form{
    width: 90%;
  }

  section.pedidos form .pesquisa button.ok-search{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
  }

  section.pedidos form button.confere{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }

  section.cadastro form button.confere{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }

  /* 17.3.3.3 Section Consulta */

  section.consulta form div{
    width: 100%;
  }

  section.consulta form div.tipos{
    float: left;
    width: 100%;
    margin-bottom: 2vh!important;
  }

  section.consulta form div.tipos div{
    padding: 0 0;
    border-top: thin solid #816400;
    float: left;
    width: 100%;
  }

  section.consulta form div.tipos div:first-child{
    border: none;
  }

  section.consulta form div.tipos div label{
    margin: 0;
    padding: 0.25rem 0.1rem;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 900;
    color: #E42320;
  }

  section.consulta form div.tipos div label.selected{
    border: thin solid #816400;
    border-radius: 1rem;
    background-color: #816400;
    color: #ffffff;
  }

  section.consulta form div.skin{
    display: none;
  }

  section.consulta form div.cliente label{
    float: left;
    width: 100%;
    margin-bottom: 0.5vh;
  }

  section.consulta form div.cliente select{
    float: left;
    width: 100%;
  }

  section.consulta form div.data {
    float: left;
    width: 100%;
    margin: 3vh 0;
  }

  section.consulta form div.data span span{
    float: left;
  }

  section.consulta form input[type="date"]{
    margin: 0 5vw;
  }

  section.consulta form div.buttons button{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }

  section.consulta form button.fechar{
    padding: 0.255rem 0;
    width: 100%;
    float: left;
    margin: 1vh 0;
  }

  /* 17.3.3.4 Section Login */

  section.form.login{
    width: 90%;
  }

  section.form.login span{
    font-size: 130%;
  }

  section.form form a{
    float: left;
    width: 100%;
  }

  section.form form button{
    float: left;
    width: 100%;
  }

  /* 17.3.3.5 Section Recuperacao */

  section.form.recovery{
    width: 90%;
  }

  section.form.recovery span{
    font-size: 130%;
  }

  section.form.recovery form a{
    float: left;
    width: 100%;
  }

  section.form.recovery form button{
    float: left;
    width: 100%;
  }

  /* 17.3.3.6 Section CVM */

  section.cvm .nav_interna ul li{
    float: left;
    width: 100%;
    font-size: 150%;
    border-bottom: thin solid #816400;
  }

  section.cvm .nav_interna ul li:last-child{
    border: none;
  }

  section.cvm .nav_interna li.middle{
    display: none;
  }

  section.cvm .form{
    width: 100%;
  }

  section.cvm .form form button{
    width: 100%;
  }

  /* 17.3.3.7 Section Suport */

  section.suporte{
    width: 90%;
  }

  /* 17.3.3.8 Section Calculadora */

  section.calculadora{
    height: 100%;
      padding-bottom: 2vw;
  }

  section.calculadora div.calc-section{
    margin-top: 0;
    padding-bottom: 1vh;
  }

  section.calculadora form{
    width: 90%;
  }

  section.calculadora form div.calc-section span{
    text-align: center;
    margin-top: 1vh;
    width: 100%;
    float: left;
  }

  section.calculadora form div.calc-section button{
    /*float: left;*/
    width: 100%;
    margin-top: 2vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  section.calculadora div.calc-section div{
    float: left;
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }

  section.calculadora div.calc-section span{
    text-align: center!important;
    margin-top: 1vh;
    width: 100%;
    float: left;
  }

  /* 17.3.3.9 Section Resultado Pedidos */

    section.resultado-pedidos div.result article{
        margin: 2vw 2vw;
    }

  section.resultado-pedidos{
    height: 100%;
      padding-bottom: 2vw;
  }

  section.resultado-pedidos div.result{
    margin: 1vh auto;
    width: 90%;
    float: none;
      height: 100%;
  }

  section.resultado-pedidos div.result article:first-child{
    margin-top: 1.5vh;
  }

  section.resultado-pedidos div.pagination i.prev{
    margin-left: 26vw;
  }

  section.resultado-pedidos div.periodo{
    float: none;
    padding-bottom: 1vh;
  }

  /* 17.3.3.10 Section Comunicacao */

  section.comunicacao .title{
    margin-bottom: 1vh;
  }

  section.comunicacao form{
    width: 90%;
    padding-bottom: 1vh;
  }

  section.comunicacao form button.enviar{
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* 17.3.3.11 Section Aniversariantes */

  section.aniversario div.aniversariantes{
    width: 90%;
    height: auto;
  }

  section.aniversario{
    padding-bottom: 1vh;
  }

  section.campanha{
    margin-left: 0vw;
  }

  section.campanha div.form{
    width: 90%;
    padding-bottom: 1vh;
    display: flex;
  }

  section.campanha .title{
    margin-bottom: 1vh;
  }

  section.campanha div.form div.row{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 17.3.4 Footer */

  footer{
    margin-top: 2vh;
  }

  footer div.footer-nav{
    margin-top: 10vh;
    padding-top: 5vh;
  }

  footer div.footer-nav ul li{
    margin-top: 1vh;
    float: none;
    width: 100%;
    height: auto;
    padding: 1vh 12vw;
  }

  footer .footer-logo{
    top: 2vh;
    left: 30vw;
    width: 35%;
    margin: 0 auto;
  }

  footer div.social-media{
    position: static;
    width: 100%;
  }

  footer div.copyright{
    position: static;
  }

}

/* 17.4 Largura Mínima 425px e Máxima 767px */

@media screen and (min-width: 425px) and (max-width: 767px){
  .tempoSessao{
    display: block; 
    float: right; 
    position: absolute; 
    margin-left: -35%; 
    top: 30%;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px){
  .tempoSessao{
    display: block; 
    float: right; 
    position: absolute; 
    margin-left: -40%; 
    top: 30%;
  }
}

@media screen and (min-width: 425px) and (max-width: 767px){

  /* 17.4.1 Menus */
  .logo{
    margin-top: 15%;
  }

  .normal{
    display: none;
  }

  .mobile{
    display: block;
    position: fixed;
  }

  .mobile .user{
    float: left;
    width: 100%;
    position: static;
    text-align: center;
  }

  .user div p{
    padding: 0 5vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .user div img{
    float: left;
    width: 25vw;
    margin-left: 35%;
    margin-top: 0;
  }

  /* 17.4.2 Logotipo */

  header .logo{
    width: 180px;
  }

  header .logo img{
    width: 100%;
  }

  /* 17.4.3 Seções internas */

  /* 17.4.3.1 Geral */

    #price-table-mobile{
        display: inline-table;
    }

    #price-table{
        display: none;
    }

    .container{
        padding-left: 0;
        padding-right: 0;
    }

  .title h2{
    font-size: auto;
    padding-top: 1vh;
  }

    section.pedidos, section.consulta, section.cobranca, section.calculadora, section.resultado-pedidos, section.comunicacao, section.aniversario, section.contingentes, section.cadastro, section.campanha{
    width: 100%!important;
    margin: 2vh auto;
    padding: 2%;
      height: 100%;
  }

  section form{
    width: 90%;
    margin-left: auto!important;
    margin-right: auto!important;
  }

  section form div{
    width: 100%;
    padding: 0!important;
    float: none;
  }

  /* 17.4.3.2 Section Pedidos */

  section.pedidos form{
    width: 90%;
  }

  section.pedidos form .pesquisa button.ok-search{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
  }

  section.pedidos form button.confere{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }
  section.cadastro form button.confere{
    padding: 0.255rem 0;
    width: 100%;
    float: right;
    margin: 1vh 0;
  }

  /* 17.4.3.3 Section Consulta */

  section.consulta form div{
    width: 100%;
  }

  section.consulta form div.tipos{
    float: left;
    width: 100%;
    margin-bottom: 2vh!important;
  }

  section.consulta form div.tipos div{
    padding: 0 0;
    border-top: thin solid #816400;
    float: left;
    width: 100%;
  }

  section.consulta form div.tipos div:first-child{
    border: none;
  }

  section.consulta form div.tipos div label{
    margin: 0;
    padding: 0.25rem 0.1rem;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 900;
    color: #E42320;
  }

  section.consulta form div.tipos div label.selected{
    border: thin solid #816400;
    border-radius: 1rem;
    background-color: #816400;
    color: #ffffff;
  }

  section.consulta form div.skin{
    display: none;
  }

  section.consulta form div.cliente label{
    float: left;
    width: 100%;
    margin-bottom: 0.5vh;
  }

  section.consulta form div.cliente select{
    float: left;
    width: 100%;
  }

  section.consulta form div.data {
    float: left;
    width: 100%;
    margin: 3vh 0;
  }

  section.consulta form div.data span span{
    float: left;
  }

  section.consulta form input[type="date"]{
    margin: 0 5vw;
  }

  section.consulta form div.buttons button{
    padding: 0.255rem 0;
    width: 100%;
    float: left;
    margin: 1vh 0;
  }

  section.consulta form button.fechar{
    padding: 0.255rem 0;
    width: 100%;
    float: left;
    margin: 1vh 0;
  }

  /* 17.4.3.4 Section Login */

  section.form.login{
    width: 400px;
    margin: inherit auto;
  }

  section.form.login span{
    font-size: 130%;
  }

  section.form form a{
    float: left;
    width: 100%;
  }

  section.form form button{
    float: left;
    width: 100%;
  }

  /* 17.4.3.5 Section Recuperacao */

  section.form.recovery{
    width: 400px;
    margin: inherit auto;
  }

  section.form.recovery span{
    font-size: 130%;
  }

  section.form.recovery form a{
    float: left;
    width: 100%;
  }

  section.form.recovery form button{
    float: left;
    width: 100%;
  }

  /* 17.4.3.6 Section CVM */

  section.cvm .nav_interna ul li{
    float: left;
    width: 100%;
    font-size: 150%;
    border-bottom: thin solid #816400;
  }

  section.cvm .nav_interna ul li:last-child{
    border: none;
  }

  section.cvm .nav_interna li.middle{
    display: none;
  }

  section.cvm .form{
    width: 100%;
  }

  section.cvm .form form button{
    width: 100%;
  }

  /* 17.4.3.7 Section Suport */

  section.suporte{
    width: 90%;
  }

  /* 17.4.3.8 Section Calculadora */

  section.calculadora div.calc-section{
    margin-top: 0;
    padding-bottom: 1vh;
  }

  section.calculadora form{
    width: 90%;
  }

  section.calculadora form div.calc-section span{
    text-align: center;
    margin-top: 1vh;
    width: 100%;
    float: none;
  }

  section.calculadora form div.calc-section button{
    /*float: left;*/
    width: 100%;
    margin-top: 2vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  section.calculadora div.calc-section div{
    float: left;
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }

  section.calculadora div.calc-section span{
    text-align: center!important;
    margin-top: 1vh;
    width: 100%;
    float: left;
  }

  /* 17.4.3.9 Section Resultado Pedidos */



  section.resultado-pedidos{
    height: 100%;
      padding-bottom: 1vw;
  }

  section.resultado-pedidos div.result{
    margin: 1vh auto;
      padding: 2vw;
    width: 90%;
    float: none;
      height: 100%;
  }

  section.resultado-pedidos div.result article:first-child{
    margin-top: 1.5vh;
  }

  section.resultado-pedidos div.pagination i.prev{
    margin-left: 26vw;
  }

  section.resultado-pedidos div.periodo{
    float: none;
    padding-bottom: 1vh;
  }

  /* 17.4.3.10 Section Comunicacao */

  section.comunicacao .title{
    margin-bottom: 1vh;
  }

  section.comunicacao form{
    width: 90%;
    padding-bottom: 1vh;
  }

  section.comunicacao form button.enviar{
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* 17.4.3.11 Section Aniversariantes */

  section.aniversario div.aniversariantes{
    width: 90%;
    height: auto;
  }

  section.aniversario{
    padding-bottom: 1vh;
  }

  section.campanha{
    margin-left: 0vw;
  }

  section.campanha div.form{
    padding-bottom: 1vh;
    display: flex;
  }

  section.campanha .title{
    margin-bottom: 1vh;
  }

  section.campanha div.form div.row{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 17.4.4 Footer */

  footer{
    margin-top: 2vh;
  }

  footer .footer-logo img{
      margin-top: 16%;
  }

  footer div.footer-nav{
    margin-top: 15%;
  }

  footer div.footer-nav ul li{
    display: inline-block;
    list-style: none;
    margin-top: 1vh;
    display: inline-block;
    width: 50%;
    height: auto;
     float: left;
  }

    footer div.footer-nav ul li:nth-child(odd){
        display: inline-block;
        list-style: none;
        margin-top: 1vh;
        width: 50%;
        height: auto;
        float: right;
        align-content: center;
    }

#ultimo-elemento-footer{
    position: relative;
    right: 25%;
}

  footer .footer-logo{
      margin-left: 35%;
      margin-right: 50%;
      top: 3%;
    width: 30%;
      margin-top: -5%;
  }

  footer div.social-media{
    position: static;
    width: 100%;
  }

  footer div.copyright{
    position: static;
  }

}

/* 17.5 Largura Mínima 768px e Máxima 1023px */

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .tempoSessao{
    display: block; 
    float: right; 
    position: absolute; 
    margin-left: -42%; 
    top: 30%;
  }

    /* 17.5.1 Menus */

    .logo{
      margin-top: 10%;
    } 

    .normal {
        display: none;
    }

    .mobile {
        width: 40vw;
        left: -40vw;
        display: block;
        position: fixed;
        transition: left 2s;
    }

    .mobile .user {
        float: left;
        width: 100%;
        position: static;
        text-align: center;
    }

    .user div p {
        padding: 0 5vw;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .user div img {
        float: left;
        margin-left: 20%;
        margin-top: 0;
    }

    .showMobileMenu {
        /*left: 0;*/
    }

    /* 17.5.2 Logotipo */
    header .logo {
        width: 180px;
    }

    header .logo img {
        width: 100%;
        margin-top: 0;!important;
    }

    /* 17.5.3 Seções internas */
    /* 17.5.3.1 Geral */

    #price-table-mobile{
        display: none;
    }

    .title h2 {
        padding-top: 1vh;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 150%;
    }

    section.pedidos, section.consulta, section.cobranca, section.calculadora, section.resultado-pedidos, section.comunicacao, section.aniversario, section.contingentes, section.cadastro, section.campanha {
        width: 100%;
        margin: 2vh auto;
        padding: 0;
        padding-bottom: 1vw;!important;
    }

    section form {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* 17.5.3.2 Section Pedidos */
    section.pedidos {
        height: 100%;
        padding-bottom: 2vw;
    }

    section.pedidos form {
        width: 90%;
    }

    section.pedidos form .pesquisa div {
        margin: 0;
        padding: 0 0.2rem;
    }

    section.pedidos form .pesquisa div:first-child {
        padding-left: 0;
    }

    section.pedidos form .pesquisa button.ok-search {
        padding: 0.6rem 0.9rem;
        width: auto;
        float: right;
    }

    section.pedidos form button.confere {
        padding: 0.255rem 0.9rem;
        width: auto;
        float: right;
        margin-left: auto;
        margin-right: 3%;
    }

    section.cadastro form button.confere {
      padding: 0.255rem 0.9rem;
      width: auto;
      float: right;
      margin-left: auto;
      margin-right: 3%;
  }

    /* 17.5.3.3 Section Consulta */
    section.consulta form div {
        float: left;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
    }

    section.consulta form div.tipos {
        float: left;
        width: 100%;
        margin-bottom: 1vh !important;
    }

    section.consulta form div.tipos {
        padding: 0 0;
        margin-top: 0.5vh !important;
        margin-bottom: 0.5vh !important;
        border-top: thin solid #816400;
        float: left;
        width: 100%;
    }

    section.consulta form div.tipos div:first-child {
        border: none;
    }

    section.consulta form div.tipos div label {
        margin: 0;
        padding: 0.25rem 0.1rem;
        width: 100%;
        float: left;
        text-align: center;
        font-weight: 900;
        color: #E42320;
    }

    section.consulta form div.tipos div label.selected {
        border: thin solid #816400;
        border-radius: 1rem;
        background-color: #816400;
        color: #ffffff;
    }

    section.consulta form div.skin {
        display: none;
    }

    section.consulta form div.cliente label {
        float: left;
        width: 100%;
        margin-bottom: 0.5vh;
    }

    section.consulta form div.cliente select {
        float: left;
        width: 100%;
    }

    section.consulta form div.data {
        float: left;
        width: 100%;
        margin: 3vh 0;
    }

    section.consulta form div.data span span {
        float: left;
        margin-left: 0;
        margin-right: 0.75rem;

    }

    section.consulta form input[type="date"] {
        margin: 0;
        width: 12rem;
    }

    section.consulta form div.buttons button {
        padding: 0.5rem;
        width: 15rem;
        float: left;
        margin: 1vh 4vw 2vh 4vw;
    }

    section.consulta form button.fechar {
        padding: 0.5rem;
        width: auto;
        float: left;
        margin: 1vh 2% 0 auto;
    }

    section.contingentes {
      height: 100%;
      padding-bottom: 2vw;
  }


    /* 17.5.3.4 Section Login */
    section.form.login {
        width: 400px;
        margin: inherit auto;
    }

    section.form.login span {
        font-size: 130%;
    }

    section.form form a {
        float: left;
        width: 100%;
    }

    section.form form button {
        float: left;
        width: 100%;
    }

    /* 17.5.3.5 Section Recuperacao */
    section.form.recovery {
        width: 400px;
        margin: inherit auto;
    }

    section.form.recovery span {
        font-size: 130%;
    }

    section.form.recovery form a {
        float: left;
        width: 100%;
    }

    section.form.recovery form button {
        float: left;
        width: 100%;
    }

    /* 17.5.3.6 Section CVM */
    section.cvm .nav_interna ul li {
        float: left;
        width: 100%;
        font-size: 150%;
        border-bottom: thin solid #816400;
    }

    section.cvm .nav_interna ul li:last-child {
        border: none;
    }

    section.cvm .nav_interna li.middle {
        display: none;
    }

    section.cvm .form {
        width: 100%;
    }

    section.cvm .form form button {
        width: 100%;
    }

    /* 17.5.3.7 Section Suport */
    section.suporte {
        width: 90%;
    }

    /* 17.5.3.8 Section Calculadora */
    section.calculadora{
        height: 570px;
    }

    section.calculadora div.calc-section {
        margin-top: 0;
        padding-bottom: 1vh;
    }

    section.calculadora form div.calc-section:nth-child(1) {
        width: 100%;
        float: left;
    }

    section.calculadora form div.calc-section:nth-child(2) {
        width: 100%;
    }

    section.calculadora form {
        width: 90%;
    }

    section.calculadora form div.calc-section button {
        /*float: left;*/
        width: 47%;
        margin-top: 0vh;
        margin-left: 1vw;
        margin-right: 1vw;
        padding-left: 0;
        padding-right: 0;
    }

    section.calculadora form div.calc-section button:first-child {
        /*float: left;*/
        margin-left: 0;
    }

    section.calculadora form div.calc-section button:last-child {
        /*float: left;*/
        margin-right: 0;
    }

    section.calculadora form div.calc-section div.col-sm-4 {
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
        float: left;
        flex: none;
    }

    section.calculadora form div.calc-section span.col-sm-4 {
        text-align: center;
        margin-top: 1vh;
        max-width: 100%;
        float: left;
        flex: none;
    }

    section.calculadora div.calc-section div.col-sm-4 {
        margin: 0 auto;
        max-width: 90%;
        text-align: center;
        float: left;
        flex: none;
    }

    section.calculadora div.calc-section span.col-sm-4 {
        text-align: center;
        margin-top: 1vh;
        max-width: 90%;
        float: left;
        flex: none;
    }

    /* 17.5.3.9 Section Resultado Pedidos */

    section.resultado-pedidos{
        height: 570px;
    }

    section.resultado-pedidos div.result{
        background-color: #FFFFFF;
        margin-left: 1vw;
        margin-right: 1vw;
        margin-top: 2vh;
        margin-bottom: 2vh;
        font-size: 83%;
        height: 330px;
    }

    section.resultado-pedidos div.result {
        width: 100%;
    }

    section.resultado-pedidos div.result article:first-child {
        margin-top: 1.5vh;
    }

    section.resultado-pedidos div.pagination i.prev {
        margin-left: 19vw;
    }

    section.resultado-pedidos div.periodo {
        float: none;
        padding-bottom: 1vh;
    }

    /* 17.5.3.10 Section Comunicacao */
    section.comunicacao{
        height: 530px;
    }

    section.comunicacao{
        padding-bottom: 1vh;
    }

    section.comunicacao .title {
        margin-bottom: 1vh;
    }

    section.comunicacao form {
        width: 90%;
        padding-bottom: 1vh;
    }

    section.comunicacao form button.enviar {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 7.36%;
    }

    /* 17.5.3.11 Section Aniversariantes */
    section.aniversario{
        height: 530px;
    }

    section.aniversario div.aniversariantes {
        width: 90%;
        height: auto;
    }

    section.aniversario {
        padding-bottom: 1vh;
    }

    section.campanha{
      height: 570px;
      padding-bottom: 1vh;
      margin-left: 0;
    }

  section.campanha .title {
    margin-bottom: 1vh;
  }

  /* section.campanha div.form div.row{
    display: flex;
    justify-content: center;
    align-items: center;
  } */

    /* 17.5.4 Footer */
    footer {
        margin-top: 2vh;
    }

    footer div.footer-nav {
        margin-top: 8vh;
    }

    footer div.footer-nav ul li {
        margin-top: 1vh;
        width: 20%;
        height: auto;
        padding: 1vh 0;
    }

    footer .footer-logo {
        top: 8vh;
        left: 2vw;
        width: 15%;
    }

    footer div.social-media {
        position: relative;
        width: 100%;
    }

    footer div.copyright {
        position: static;
    }
}

@media (max-width: 991px){

    .alinhamento-tabela-mobile{
        text-align: right;
    }

    .espaco{
        margin-left: 3%;
    }

    .tabela-observacao-mobile{
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  section.cadastro form span.mensagem-alerta {
    font-size: 12px;
  }
}


/* 18. Cadastro de Clientes */
section.cadastro{
  width: 95%;
  margin: 1vh auto 2.5vh auto;
  padding: 2vw;
  color: #816400;
}

section.cadastro form button.confere{
  background-color: #999999;
  color: #FFFFFF;
  border-radius: 2em; -moz-border-radius: 2em; -o-border-radius: 2em; -webkit-border-radius: 2em; -khtml-border-radius: 2em;
  border: none;
  padding: 0.5vh 1vw;
  margin: 2vh 1rem 0 auto;
  float: right;
				   
}

section.cadastro form button.confere:hover{
  cursor: pointer;
  background-color: #FF2C2C;
  box-shadow: #FF6C6C 0 0 5px;
  color: #EAEAEA;
			   
					 
			   
}

/* 18.1 Formulários */
section.cadastro form label{
  margin-top: 1vh;
  margin-bottom: 0;
}

section.cadastro form input, section.cadastro form select, section.cadastro form textarea {
  border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0;
  margin-bottom: 0.2vh;
}

section.cadastro form textarea{
  resize: none;
}

section.cadastro form .cadastrais{
  margin-bottom: 2vh;
  float: left;
  width: 100%;
}

section.cadastro form .cadastrais div:first-child{
  padding-left: 0;
  margin-left: 0;
}


/* 19. Clientes Contingentes */

section.contingentes{
  width: 100%;
  margin: 1vh auto 2.5vh auto;
  padding: 2vw;
  color: #816400; 
  margin-top: 20px;
}

.table-ctg-div-cabecalho tr{
  display: flex; 
  justify-content: space-between;
  background-color: #E0D0C1;
  padding: 10px;
  text-align: center;
  color:#816400;
  font-family: "nexa-book";
}

.tabela-ctg-item1{
  flex: 1;
  /* font-family: "nexa_black" ; */
}

.tabela-ctg-item2{
  flex: 1;
  text-align: center;
  /* font-family: "nexa_black" ; */
}

.tabela-ctg-item3{
  flex: 1;
  text-align: center;
  /* font-family: "nexa_black" ; */
}

.tabela-ctg-item3 button#botao1{
  flex: 1;
  text-align: center;
  border-radius: 10px;
  background-color: #A67C52;
  color:black;
  font-family: "nexa-book";
}
.tabela-ctg-item3 button#botao1:hover{
  background-color: #a8a097;
  color:black;
}

.tabela-ctg-item3 button#botao2{
  flex: 1;
  text-align: center;
  border-radius: 10px;
  background-color:  #df472c;
  color:black;
  font-family: "nexa-book";
}

.tabela-ctg-item3 button#botao2:hover{
  background-color: #cfb9ab;
  color:black;
}

.table-ctg-elem1{
  display: flex;
  padding: 10px;
  background-color: #FFF3EB;
}

.table-ctg-elem2{
    display: flex;
    padding: 10px;
    background-color: #FFFFFF;
}

.tabela-ctg-cabecalho-item {
  flex: 1;
 text-align: center; 
  text-align: center;
  font-size: 150%;
}

@media screen and (max-width: 460px) {

  section.contingentes{
    width: 100%;
  }

  .table-ctg-div-cabecalho{
    font-size: 90%;
  }
  .table-ctg-elem1{
    flex-direction: column;
    background-color: #FFF3EB;
  }
  .table-ctg-elem2 {
      flex-direction: column;
      background-color: #FFFFFF;
  }

  .tabela-ctg-item1 {
      width: 100%;
      text-align: center;
  }
  .tabela-ctg-item2 {
    width: 100%;
    text-align: center;
    color: #FF6347;
}

.tabela-ctg-cabecalho-item h4{
  flex: 1;
  font-size: 115%;
  font-weight: bold;
}

.tabela-ctg-cabecalho-item h2{
  flex: 1;
  font-size: 115%;
  font-weight : border;
}

.tabela-ctg-cabecalho-item li{
  flex: 1;
  font-size: 115%; 
  display:flex;
}

}

@media screen and (min-width: 1024px){
  section.contingentes {
      width: 95%;
      margin: 1vh auto 2.5vh auto;
      padding: 2vw;
      padding-bottom: 1vw;!important;
      margin-top: 20px;
      margin-left: 38px;
    
}

}  

@media (min-width: 320px){

  section.campanha div.form div.row{
    margin: 0;
  }
}