/*/////////////////////////////////////////////////////////////////*/
/* Padrões */
body {
    font-family: 'Open Sans', sans-serif;
}
h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
}
.div_titulo{
    position:relative;
    width:100%;
    background-color:#fff;
}
.titulos{
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    color:#000;
}
.titulo_principal{
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color:#05619a;
    padding-top: 30px;
    padding-bottom: 40px;
}
.vertodas{
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    padding-top: 25px;
}
.vertodas a{
    color:#000;
}
.botao_padrao{
    text-align: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    border-radius: 0px;
    background-color: #0086da;
    color: #FFF;
}

.botao_comprar{
    text-align: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    border-radius: 0px;
    background-color: #009a00;
    color: #FFF;
}

@media (max-width: 770px){
    .titulos{
        text-align: center;
    }
    .vertodas{
        text-align: center;
        font-size: 16px;
    }
    .separador_inicial{
        display: block;
    }
}

/*/////////////////////////////////////////////////////////////////*/
/* Botao Voltar ao topo */

a#scrollUp {
    bottom: 0px;
    right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:10px;
    padding-bottom:10px;
    background: #ffcb08;
    color: #333333;
    font-size: 20px;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    background:#000;
    color:#fff;
}

/*/////////////////////////////////////////////////////////////////*/
/* TOPO */

#topo {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index:20;
    background-color:#ddd;
}
#logo {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}
#logo img{
    width: 80%;
    border: 0px;
}
#menu{
    margin-top: 40px;
    width:100%;
    text-align: right;
}
#menu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#menu ul li{
    list-style: none;
    font-size: 17px;
    color: #333;
    margin-top: 15px;
    padding-left: 35px;
    display: inline-block;
    font-weight: 500;
}
#menu ul li a{
    color:#333;
    font-weight: bold;
}
#menu ul li a.ativo{
    color:#000;

}
#menu ul li a:hover{
    color:#999;
    text-decoration: underline;
}
#menu ul li a.active{

}


#menu_responsivo_botao{
    position:relative;
    display: none;
    color: #FFF;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
    padding-top: 12px;
}
#menu_responsivo_botao a{
    color:#fff;
    text-decoration: none;
}
#menu_responsivo_botao:hover {
    cursor: pointer;
    text-decoration: underline;
}

#menu_responsivo {
    display: none;
    position: absolute;
    z-index: 99999999999;
    left: 0px;
    top: 46px;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
#menu_responsivo ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#menu_responsivo ul li{
    list-style: none;
    font-size: 16px;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}
#menu_responsivo ul li a{
    color:#FFF;
}


/*/////////////////////////////////////////////////////////////////*/
/* Corpo padrao */

#corpo{
    position: relative;
}

/*/////////////////////////////////////////////////////////////////*/
/* Rodape */

#rodape {
    width: 100%;
    background-color: #111;
}
.copyright{
    text-align:center;
    padding-top:35px;
    padding-bottom:35px;
    color:#FFF;
    font-size: 14px;
}
.copyright a {
    color: #FFF;
}

.loja_lista_div{
    padding: 20px;
    margin-top:20px;
    margin-bottom: 20px;
    border:1px solid #ddd;
}

.loja_lista_titulo{
    margin-top:15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.loja_lista_imagem{
    width: 100%;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}

.loja_lista_previa{
    margin-top:5px;
    font-size: 13px;
    color:#666;
}

.loja_lista_valor{
    margin-top:15px;
    text-align: center;
    font-size: 18px;
    color:#990000;
    font-weight: 500;
}

.loja_lista_botao{
    margin-top:15px;
    text-align: center;
}

.form_personal{
  border-radius: 0px;
}


.pi-section-white .pi-pagenav a.pi-active, .pi-section-grey .pi-pagenav a.pi-active{
    background: #0086da;
    box-shadow: inset 0 1px 0 #fff;
    border-color: #eee;
    border-radius: 0px;
}
.pi-section-white .pi-pagenav a.pi-active:hover {
    background: #0086da;
    box-shadow: inset 0 1px 0 #fff;
    border-color: #eee;
    border-radius: 0px;
}

.pi-pagenav li {
    border-color: #FFF;
    border-radius: 0px;
}
.pi-pagenav li a{
    color: #000;
    border-radius: 0px;
}
.pi-pagenav li:hover {
    background: #0086da;
    border-radius: 0px;
}
.pi-pagenav li a:hover{
    color: #000;
    border-color: #eee;
    background: #eee;
    border-radius: 0px;
}
.pi-pagenav li .active {
    background: #0086da;
    border-color: #0086da;
    color: #FFF;
    border-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0px;
}


@media(max-width:1200px) {
    #menu{
        margin-top: 30px;
    }
    #menu ul li{
        margin-top: 20px;
    }
}

@media(max-width:995px) {
    #logo img{
        width: 100%;
    }
    #menu ul li{
        font-size: 14px;
        margin-top: 20px;
        padding-left: 15px;
    }
    .titulos{
        font-size: 26px;
    }
    .titulo_principal{
        font-size: 28px;
    }
}

@media(max-width:770px) {

    #menu {
        display: none;
    }
    #menu ul li{
        font-size: 12px;
        margin-top: 15px;
        padding-right: 17px;
    }
    #menu_responsivo_botao{
        display: block;
    }

    #logo {
        text-align: center;
    }
    #logo img{
        width: 70%;
    }

    .titulo_principal{
        font-size: 24px;
    }

}


.categorias{
    margin-top:10px;
}
.categorias a{
    color:#000;
}
.categorias_ativa a{
    color:#999;
}

.loja_imagem_interna{
    width: 100%;
    margin-top:30px;
}
.loja_imagem_interna img{
    width: 100%;
}


.loja_lista_meta{
    margin-top:20px;
    margin-bottom: 20px;
    font-size: 14px;
    color:#666;
}

.titulo_interno{
    font-size: 24px;
    color:#000;
    font-weight: bold;
}


.loja_divisao_lateral{
    border-right:1px solid #ddd;
    padding-right: 30px;
    margin-right: 10px;
}