@font-face{
    font-family: "raleway";
    src: url(/fonts/raleway/Raleway-Italic-VariableFont_wght.ttf) format("truetype");
}

body { margin:0 }
header {
    width:100%;
    height:120px;
    background-color:#FFF;
    border-bottom:1px solid #999999;
    text-align: center;
}

div#header_central {
    position: relative;
    height:120px;
    margin:0 auto;
}

div#header_saudacao {
    position: absolute;
    top:0;
    right:0px;
    text-align: right;
}

div#header_saudacao h5 {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 100;
    margin:8px 0 0 0; 
    padding:0;
    color:#5b5b5b;
}

.produto_troca {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    margin: 40px auto 0;
    justify-content: center;
}

main {
    width:100%;
    min-height: 730px;
    padding:0px 0px;
    margin: 0 auto;
    background-color: #fff !important;
}

main a{
   font-family: sans-serif;
}

div#footer_central {
    width:100%;
    margin:0 auto;
}

div#footer_central p {
    font-family: sans-serif;
    font-size: 14px;
    text-align: center
}

nav{
    width: 750px;
    text-align: center;
    top:123px;
    margin: 0 auto;
    list-style:none;
    z-index: 1;
}

nav a{
    text-decoration: none;
    color: #fff;
}

nav #menu{
    padding: 0px 0px;
    margin: 0px;
    margin: 0px;
    width: 100%;
}

nav #menu li{
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    width: 20.26%;
    background-color:#1881d7;
    color: #fff;
    margin: -1px;
    font-weight: 700;
    font-family: sans-serif;
    float:left;
}

nav #menu li:hover{
    background-color:#165b93;  
    border-bottom: 3px solid #D1C707;
    padding: 10px 0px 7px; 
}


#menu li ul{
    position:absolute;
    top:38px;
    display:none;
}

#menu li ul li{
    display:block;
    width:152px;
    margin: 0px -40px !important;
}

#menu li:hover ul, #menu li.over ul{
    display:block;
}


/* listagem de notas */

#conteudo{
    margin: 0 auto;
    width: 750px;
    text-align: center;
    padding-top:120px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#conteudo ul{
    padding: 8px 0px;
    margin: 0 auto;
    text-align: center;
}

#conteudo ul li:nth-child(even){
    display: inline-block;
    width: 150px;
    padding: 8px 10px;
    background-color: #6aa2e6;
    margin: -15px 0px;
}

#conteudo ul li:nth-child(odd){
    display: inline-block;
    width: 150px;
    padding: 8px 10px;
    background-color: #4384d1;
    margin: -15px -4px;
}

#conteudo ul li{
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

#conteudo ul:hover li:nth-child(odd){
   background-color:#175094;
}

#conteudo ul:hover li:nth-child(even){
   background-color:#2763ab;
}

.produtos{
    width: 30%;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
    padding: 30px 5px;
    align-items: center;
}

/* listagem de notas */
/* login */

#janela_login {
    width:300px;
    margin: 0 auto;
    padding-top: 200px;
}

#janela_login form {
    width:270px;
    margin:10px auto;
    background-color:#fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
}

#janela_login form h2  {
    font-family: sans-serif;
    color:#004D98;
    font-size: 20px;
    margin: 0px 0px 12px !important;
    font-weight: 400;
    text-align: center;
}

#janela_login form p {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 500;
    background: #F00;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    width:120px;
    text-align: center;
}

#janela_login form input[type="text"] {
    width:250px;
    padding:10px;
    border:1px solid #007841;
    border-radius: 2px;
    outline: none;
}

#janela_login form input[type="password"] {
    width:250px;
    padding:10px;
    margin-top:15px;
    border:1px solid #007841;
    border-radius: 2px;
    outline: none;
}

#janela_login form input[type="submit"] {
    width:272px;
    display: block;
    padding:10px 20px;
    margin-top:15px;
    color: #FFF;
    border:0;
    border-radius: 2px;
    background-color: #007841;
    outline: none;
    cursor: pointer;
    margin-bottom: 20px;
}

#janela_login a {
    display: block;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-color:#165b93;
    padding: 10px 20px;
    border-radius:2px;
    margin-top:15px;
    text-align: center;
}

#janela_login p {
    margin-top:15px;
    color: #F80E05;
    font-family: sans-serif;
    font-size: 15px;
}

/* login */

/* como funciona */
.banner{
    width: 100%;
    height: 400px;
    margin: 0 auto;
    margin-top:-20px;
    float: left;
}

.banner img{
    margin-top: -16px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    
}
/* como funciona */
#mensagem-sucesso{
    text-align: center;
    float: left;
    width: 100%;
}

#cadastro-sucesso{
    margin-top: 80px;
    font-size: 22px;
    font-family: sans-serif;
    color:#676767;
    font-weight: 400;
}

#header_saudacao{
    padding:10px 0px;
    float: right;
    width: 250px;
    font-family: sans-serif;
    font-size: 12px;
}

#header_saudacao ul{
    list-style: none;
}

.tittle:hover .submenu{
   display: block;
}

.tittle ul li{
  padding: 0px;
    margin: -10px;
}

.submenu{
    display:block;
    transition-duration: 0.5s;
    width: 200px;
    border: 1px solid #000;
    padding: 5px 0px;
    position:relative;
    float: right;
}

.submenu ul li{
    transition-duration: 0.5s;
}

.submenu ul li a{
    text-decoration: none;
}

span{
    float: right;
    font-size: 20px;
}

#pontos-img{
    width: 30px !important;
    float: right;
}

@media only screen and (max-width: 750px) {
    #header_saudacao{
        width: 100%;
        margin-right:10px !important;
    }

div#header_central {
    width:100%;
}

div#header_central img {
    margin-top:25px;
    width: 200px;
}
    
div#header_saudacao {
    position: absolute;
    top:0;
    right:0px;
    text-align: right;
}
    
#conteudo{
    width: 100%;
}

nav{
        width: 100%;
}       
    
    nav ul li{
        font-size: 14px;
    }    
}

/* estilos da pesquisa */
#janela_login {
    width:300px;
    margin: 0 auto;
    padding-top: 200px;
}

#janela_login form {
    width:270px;
    margin:10px auto;
    background-color:#fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
}

#janela_login form h2  {
    font-family: sans-serif;
    color:#004D98;
    font-size: 20px;
    margin: 0px 0px 20px;
}

#janela_login form p {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 500;
    background: #F00;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    width:120px;
    text-align: center;
}

#janela_login form input[type="text"] {
    width:250px;
    padding:10px;
    border:1px solid #007841;
    border-radius: 2px;
    outline: none;
}

#janela_login form input[type="password"] {
    width:250px;
    padding:10px;
    margin-top:15px;
    border:1px solid #007841;
    border-radius: 2px;
    outline: none;
}

#janela_login form input[type="submit"] {
    width:272px;
    display: block;
    padding:10px 20px;
    margin-top:15px;
    color: #FFF;
    border:0;
    border-radius: 2px;
    background-color: #007841;
    outline: none;
    cursor: pointer;
    margin-bottom: 20px;
}

#janela_login a {
    display: block;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-color:#165b93;
    padding: 10px 20px;
    border-radius:2px;
    margin-top:15px;
    text-align: center;
}

#janela_login p {
    margin-top:15px;
    color: #F80E05;
    font-family: sans-serif;
    font-size: 15px;
}

/* fim do estilo da pesquisa */

/* ESTILO NFP */
label{
    clear:both;
}

p{
    color:#fff;
    font-family: Arial;
    font-size: 14px;
}

.mensagem{
    color:red;
    font-family: Arial;
    font-size: 14px;
}

.mensagem_sucesso{
    color:#1667fd;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 25px 0px 0px;
}

#conteudo form{
    padding: 10px 25px 30px 25px;
    width: 100%;
    margin: 0 auto;
}

#conteudo form label{
    font-family: Arial;
    font-size: 14px;
}

#conteudo form input[type="number"] {
    width:280px;
    padding:10px;
    border:0px solid #007841;
    border-radius: 5px;
    outline: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #007841;
}

#conteudo form input[type="text"] {
    width:280px;
    padding:10px;
    border:0px solid #007841;
    border-radius: 5px;
    outline: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #007841;
}

#conteudo form input[type="number"]:focus {
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.46);
-moz-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.46);
box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.26);
}

#conteudo form input[type="text"]:focus {
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.46);
-moz-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.46);
box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.26);
}

#conteudo form input[type="submit"] {
    display: block;
    padding:10px 30px;
    margin-top:15px !important;
    margin: 0 auto;
    color: #FFF;
    border:0;
    background-color: #007841;
    outline: none;
    cursor: pointer;
    width:150px;
}

#pontuacao{
    margin: 0 auto;
    margin-top: 10px;
    width: 100px;
    text-align: center;
}

#pontuacao img{
    width: 40px;
    margin:0 auto;
    float:left;
}

#pontuacao h2{
    font-family: sans-serif;
    color: #e60a5d;
}

.conteudo-informativo{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0px 50px;
}

.conteudo-informativo h1{
    margin:30px 0px 20px;
   font-family: sans-serif;
    border-bottom: 3px solid #FFE100;
    display: inline-block;
}

.conteudo-informativo h2{
    font-family: sans-serif;
    display: inline-block;
    margin: 5px;
    color:#094F2F;
}

.conteudo-informativo h3{
    font-family: sans-serif;
    display: inline-block;
    color:#094F2F;
    font-size: 16px;
    background-color: #1C5C9C;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.conteudo-informativo p{
   font-family: sans-serif;
    color: #666;
    line-height: 1.6;
}

.conteudo-informativo a{
   font-family: sans-serif;
    color: #D62E4B;
    line-height: 1.6;
    text-decoration: none;
    font-weight: 700;
}

.conteudo-informativo ul{
    list-style:none;
    margin-left:-40px;
    width: 100%;
}

.conteudo-informativo ul li{
    display: block;
    margin-bottom:10px;
    font-family: sans-serif;
    font-size: 13px;
    background-color: #FFFC12;
    padding: 10px;
    font-weight: 600;
    width: 100%;
}

.conteudo-informativo label{
    display:inline-block;
    font-weight: 600;
    padding: 10px;
    color:#fff;
    background-color: #D62E4B;
    margin-right: 10px;
}

#link_especial{
    display: block;
    margin: 0 auto;
    width: 500px;
    text-align: center; 
    background-color:#fff;
    font-size: 20px;
}

.conteudo-produtos{
    margin: 50px auto;
    max-width: 750px;
    text-align: center;
    padding-top:20px;
    background-color: #f0f0f0;
    display: flex;
    flex-wrap: wrap;
}

.conteudo-produtos .produtos{
    padding: 30px 30px;
    float: left;
    margin: 10px 10px;
    border-radius: 5px;
    transition: 0.4s;
    background-color: #fff;
    flex: 1;
    flex-basis:10em;
}

.conteudo-produtos .produtos:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 15px;
    
}

.conteudo-produtos .produtos ul{
    padding: 0px !important;
    margin: 0px !important;
    list-style: none;
    font-family: sans-serif;
    font-size: 10px;
}

.conteudo-produtos .produtos ul li{
    background-color: #ffffff !important;
    color: #000000 !important;
    height: auto;
    padding: 0px !important;
    text-align: center;
}

.conteudo-produtos .produtos ul li .moeda{
    width: 25px;
    margin-right: 2px;
}

.conteudo-produtos .produtos ul li h3{
    color: #898989;
    font-size: 14px;
    margin: 10px;
    font-weight: 600;
}

.conteudo-produtos .produtos ul li h4{
    color: #000000;
    font-size: 24px;
    margin: 0px 0px;
    color: #AB1327;
    font-family: sans-serif;
    display: inline-block;
    width: 40px;
}

.conteudo-produtos .compra-produto{
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-top:20px;
}

.conteudo-produtos .compra-produto input{
    width: 100%;
    border: 0px;
    padding: 10px;
    background-color: #0D7A49;
    color: #fff;
    font-weight: 700;
}

#detalhe_produto{
    width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background-color:#f3f3f3;
}

#detalhe_produto ul{
    background-color: #fff;
    list-style: none;
    padding: 50px;
    width: 400px;
    margin: 0 auto;
    border-radius: 30px;
}

#detalhe_produto ul:hover{
    -webkit-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.55);
}

#detalhe_produto ul li{
    font-family: sans-serif;
    line-height: 1.4;
}

#detalhe_produto h2{
    font-family: sans-serif;
    padding: 0px;
    margin: 10px 0px;
}

#detalhe_produto h3{
    display: inline-block;
    font-size: 40px;
    color: #3c63b3;
}

#detalhe_produto input{
    color: #fff;
    padding: 10px 30px;
    border: 0px;
    font-size: 25px;
    background-color:#235d0f;
    font-weight: 600;
    margin: 00px 0px 20px;
}

.erro{
    color: red;
}

.sucesso{
    color: blue;
}

.imagem img{
    width: 150px !important;
    height: 80px;
    object-fit: contain;
}

.bloqueado{
    background-color: red !important;
}

.div-nav{
    width: 100%;
    display: flex;
    justify-content: center;
}