﻿#header {
    width: 100%;
    z-index: 5;
    position: relative;
}

#banners {
    z-index: -1000;
    padding-bottom: 50px;
    padding-top: 30px;
}

#zonaTopo {
    padding: 5px 0px 25px 0px;
    width: 100%;
    background: rgba(255,255,255,.7);
    z-index: 1000;
}

#headerTop {
    height: 200px;
    z-index: 1511;
}

#headerSep, #footerSep {
    height: 40px;
}

.lblProdutosCategoriasInicio {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 28pt;
    color: #00203D;
    font-weight: 300;
}

.zonaProdutosInicio {
    padding-top: 30px;
    padding-bottom: 20px;
}

#tl_popupCL1 {
    z-index: 100000 !important;
}

/* Zona de Navegação Rápida */

#divNavegacaoRapida {
    position: fixed;
    z-index: 1001;
    right: 0;
    top: 187px;
}

.navegacaoRapida li {
    width: 100px;
    height: auto;
    display: block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    position: relative;
    -webkit-box-shadow: -1px 0 5px 0 rgba(50,50,50,.35);
    -moz-box-shadow: -1px 0 5px 0 rgba(50,50,50,.35);
    box-shadow: -1px 0 5px 0 rgba(50,50,50,.35);
}

    .navegacaoRapida li:last-child {
        border-bottom: 0;
        height: auto;
    }

    .navegacaoRapida li a {
        display: table-cell;
        vertical-align: middle;
        background-color: #030E24;
        height: auto;
        width: 120px;
        text-align: center;
        cursor: pointer;
        color: #FFF;
        text-decoration: none;
        font-family: 'Open Sans',sans-serif;
        font-size: 7pt;
        font-weight: 600;
        text-transform: uppercase;
        transition: all 300ms ease-in;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
    }

        .navegacaoRapida li a.selected, .navegacaoRapida li a:hover {
            background-color: #fff;
            color: #030E24;
        }

.carrinhoTopoNavegacao a:hover, .navegacaoRapidaCarrinho:hover {
    background-color: #fff;
    color: #030E24;
}


.navegacaoRapida li > a > p > i {
    font-size: 30pt;
}

.navegacaoRapida li > a > p {
    margin: 5px 0;
}

    .navegacaoRapida li > a > p > span {
        font-size: 8pt;
    }

.divAreaNavegacaoRapida {
    display: none;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 95px;
    -webkit-box-shadow: -1px 0 5px 0 rgba(50,50,50,.35);
    -moz-box-shadow: -1px 0 5px 0 rgba(50,50,50,.35);
    box-shadow: -1px 0 5px 0 rgba(50,50,50,.35);
}

    .divAreaNavegacaoRapida > p {
        text-align: left;
        margin: 5px 0;
        color: #000;
        font-family: 'Open Sans',sans-serif;
        font-size: 10pt;
        font-weight: 600;
    }

.botaoCarrinhoTop {
    color: #fff;
    font-size: 41pt;
}

    .botaoCarrinhoTop > i:hover {
        -webkit-animation: pulse 1s infinite linear;
        animation: pulse 1s infinite linear;
    }

.navegacaoRapidaCarrinho:hover {
    color: #030E24;
    background-color: #fff;
}

    .navegacaoRapidaCarrinho:hover p .botaoCarrinhoTop {
        color: #030E24;
    }

    .navegacaoRapidaCarrinho:hover p .txtCarrinhoTopo {
        color: #030E24;
    }

.divNavegacaoCliente {
    margin-top: 10px;
}

/* CONTRASTARIAS */

.headerContrastarias > div {
    color: #081D3D;
    background: #fff;
    padding: 10px 12px;
    text-align: center;
    border: 1px solid #081D3D;
}

.headerContrastarias {
    border: 0;
}

    .headerContrastarias > div:first-child {
        width: 32%;
    }

.interiorContrastarias > div {
    text-align: center;
    border: 1px solid #081D3D;
    padding: 5px 8px;
}

.interiorContrastarias {
    border-top: 0;
}

    .interiorContrastarias > div:first-child {
        width: 32%;
    }

        .interiorContrastarias > div:first-child span:after {
            content: '';
        }

    .interiorContrastarias > div span:after {
        content: ' €';
    }

@media (min-width: 768px) {
    .col-sm-15 {
        width: 17%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 17%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 17%;
        float: left;
    }
}


.txtCarrinhoTopo, .txtCarrinhoTopoSS {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
}

.txtCarrinhoTopoSS {
    color: #333;
}

.txtBoxStylePesquisa {
    background: #fff;
    border: 0px;
    color: #7F7F7F;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    /*background-image: url(../cliente/layout/corners2.gif);*/
    height: 18px;
    padding: 0 5px;
    width: 180px;
}

.botaoPesquisar > span {
    font-family: 'Open Sans', sans-serif;
    background-color: #FFF;
    color: #081D3D;
    font-size: 7pt;
    font-weight: 700;
    cursor: pointer;
    height: 18px;
    padding: 2px 5px;
}

    .botaoPesquisar > span:hover {
        -webkit-animation: pulse 1s infinite linear;
        animation: pulse 1s infinite linear;
    }

@media screen and (max-width:768px) {
    #header {
        position: relative;
    }

    #banners {
        top: -1px;
        padding-top: 1px;
        padding-bottom: 0;
    }

    #headerTop {
        height: 0;
    }

    .conteudoPubHome {
        margin-top: 20px;
    }

    .lblProdutosCategoriasInicio {
        font-size: 18pt;
    }

    #divNavegacaoRapida {
        position: relative;
        top: 0;
    }

    .navegacaoRapida {
        width: 100%;
        display: table;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .posicionamentoNavegacaoCarrinho {
        margin-left: 6px;
    }

    .navegacaoRapida li {
        width: 32%;
        min-height: 35px;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        padding: 5px;
        border-bottom: 0;
        border-right: 1px solid #666;
        -webkit-box-shadow: 0 0 0 0 rgba(50,50,50,.35);
        -moz-box-shadow: 0 0 0 0 rgba(50,50,50,.35);
        box-shadow: 0 0 0 0 rgba(50,50,50,.35);
    }

        .navegacaoRapida li:first-child {
            margin-left: 2px;
        }

        .navegacaoRapida li:last-child {
            border-right: 0;
            border-bottom: 0;
            min-height: 35px;
        }

        .navegacaoRapida li a, .navegacaoRapidaCarrinho li a {
            display: table-cell;
            vertical-align: middle;
            background-color: transparent;
            min-height: 34px;
            width: 32%;
            text-align: center;
            cursor: pointer;
            color: #012D56;
            text-decoration: none;
            font-family: 'Open Sans',sans-serif;
            font-size: 7.5pt;
            font-weight: 600;
            text-transform: uppercase;
            transition: all 300ms ease-in;
            -webkit-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
        }

            .navegacaoRapida li a:hover {
                background-color: transparent;
                color: #0056A3;
            }

        .navegacaoRapida li > a > p > i {
            font-size: 13pt;
        }

        .navegacaoRapida li > a > p, .navegacaoRapidaCarrinho > p {
            margin: 0 10px 0 0px;
            display: inline-block;
        }

    .navegacaoRapidaCarrinho p > * {
        color: #012D56;
    }

    .zonaNavegacaoRapidaMobile {
        width: 100%;
        border-bottom: 1px solid #00203D;
        border-top: 1px solid #00203D;
    }

    .carrinhoTopoNavegacao a:hover, .navegacaoRapidaCarrinho:hover {
        background-color: #fff;
        color: #0056A3;
    }

        .navegacaoRapidaCarrinho:hover p .botaoCarrinhoTop {
            color: #0056A3;
        }

        .navegacaoRapidaCarrinho:hover p .txtCarrinhoTopo {
            color: #0056A3;
        }

    .botaoCarrinhoTop {
        font-size: 14pt;
    }

    .txtCarrinhoTopo {
        font-size: 7pt;
    }

    .txtBoxStylePesquisa {
        margin-top: 7px;
        width: 100px;
    }

    .botaoPesquisar {
        margin-top: 3px;
    }
}

@media (max-width:992px) {
    .espacamentoBottom {
        margin-bottom: 15px;
    }
}



/* Tabelas */

.tabelaLinhaImpar, .tabelaLinhaPar, .tabelaHeader {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    color: #000000;
    font-weight: 400 !important;
    border: 1px solid #FFFFFF !important;
    border-bottom: 1px solid #999 !important;
}

    .tabelaLinhaImpar > td, .tabelaLinhaPar > td {
        padding: 15px 0 !important;
    }

.tabelaHeader {
    border-top: 1px solid #999 !important;
    height: 30px;
    font-weight: 700;
}

.tabelaTotal > div {
    text-align: right;
    height: 30px;
    line-height: 30px;
}

/* Popups */

.tituloPopup {
    background-color: #374562;
    padding: 5px;
    text-align: center;
}

.txtTituloPopup {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-weight: normal;
    padding-top: 1px;
    text-decoration: none;
}

.txtPopup {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    text-decoration: none;
}

/* Carrinho */

.txtCarrinho, .txtCarrinhoBold, .txtCarrinhoPeq {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    text-decoration: none;
}

.txtCarrinhoPeq {
    font-size: 10pt;
}

.txtCarrinhoBold {
    font-weight: bold;
}

/* Formulários */

.txtFormulario {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    font-weight: normal;
    text-decoration: none;
}

/* Normal */

.txtNormal, .dxcaTextBoxLabel_Office2010Silver, .txtNormalBold, .txtPequeno, .lnkNormal, .lnkNormalAzul, a.lnkNormal:link, a.lnkNormal:visited,
.txtLabelsProdutos, .txtLabelsProdutosNotas, txtNormalPequeno,
.dxigEPContainer_Office2010Silver a, .dxdvEPContainer_Office2010Silver a {
    color: #010000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
}

.lnkNormalAzul {
    color: #081D3D;
    font-weight: 700;
    font-size: 10pt;
}

.txtNormalPequeno {
    font-size: 10pt;
}

.txtLabelsProdutosNotas {
    font-size: 10pt;
    font-weight: 700;
    color: #081D3D;
}

table {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    text-decoration: none;
}

.txtNormalBold {
    font-weight: bold;
}

a.lnkNormal:hover, .lnkNormal:hover {
    color: #081D3D;
}

.txtPequeno {
    font-size: 10pt;
}

.txtManutencao {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

.txtUrl {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.dxeTextBox_Office2010Silver .dxeEditArea_Office2010Silver,
.dxeTextBox_Office2010Black .dxeEditArea_Office2010Black {
    line-height: 20px;
    height: 20px;
}

/* Título Página */

td.tituloPaginaDPN, .tituloPaginaDPN {
    background: url('../cliente/layout/fundo_catmenu.jpg');
    color: #fff;
    display: block;
    height: 22px;
    text-align: left;
    vertical-align: middle;
}

h1.txtTituloPagina, a.lnkTituloPagina:link, a.lnkTituloPagina:visited, a.lnkTituloPagina:active, .txtTituloPaginaDPN, .tituloPagina {
    color: #081D3D;
    font-family: 'Open Sans', sans-serif;
    font-size: 17pt;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-decoration: none;
    margin: 0;
}

a.lnkTituloPagina:hover {
    color: #134289;
}

.txtTituloPaginaDPN {
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    color: #7E3E00;
    font-weight: 700;
    text-align: left;
}

/* Noticias */

.txtTituloNoticia, a.lnkTituloNoticia:link, a.lnkTituloNoticia:visited, a.lnkTituloNoticia:active {
    color: #B44116;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a.lnkTituloNoticia:hover {
    color: #000;
}

.txtDataNoticia, a.lnkFonteNoticia:link, a.lnkFonteNoticia:visited, a.lnkFonteNoticia:active {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
}

a.lnkFonteNoticia:hover {
    color: #000;
    text-decoration: underline;
}

/* Moedas */
a.lnkMoeda:link, a.lnkMoeda:visited, a.lnkMoeda:active {
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a.lnkMoeda:hover {
    color: #ff6600;
}

a.lnkMoedaSel:link, a.lnkMoedaSel:visited, a.lnkMoedaSel:active, a.lnkMoedaSel:hover {
    color: #ff6600;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

/* Produtos */

.txtProduto {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

a.lnkProduto:link, a.lnkProduto:visited, a.lnkProduto:active,
a.lnkProduto2:link, a.lnkProduto2:visited, a.lnkProduto2:active {
    color: #00203D;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
}

a.lnkProduto:hover,
a.lnkProduto2:hover {
    color: #000;
}

.zonaImagensMarcas {
    margin-top: 15px;
}

    .zonaImagensMarcas > img {
        display: inline-block;
        margin-right: 5px;
        width: 80px;
        height: 80px;
    }

a.lnkProduto2:link, a.lnkProduto2:visited, a.lnkProduto2:active {
    font-size: 10pt !important;
    line-height: 24px;
}

.txtPreco, .txtPrecoPromocao, .lnkPreco, a.lnkPreco:link, a.lnkPreco:visited, a.lnkPreco:active {
    color: #081D3D;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-weight: 700;
    text-decoration: none;
}

a.lnkPreco:hover {
    color: #FC731E;
    text-decoration: underline;
}

.txtPrecoPromocao {
    font-size: 11pt;
    text-decoration: line-through;
}

.txtPrecoPeq, .txtPrecoPromocaoPeq, a.lnkPrecoPeq:link, a.lnkPrecoPeq:visited, a.lnkPrecoPeq:active {
    color: #33405D !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 11pt !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.txtPrecoPromocaoPeq {
    font-size: 8pt !important;
    text-decoration: line-through !important;
}

a.lnkPrecoPeq:hover {
    color: #33405D !important;
    text-decoration: underline !important;
}

.txtLabelsProdutos {
    color: #081D3D;
}

.borderFoto, .hoverFoto {
    border: 1px solid #b3b3b3;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

    .borderFoto:hover, .hoverFoto:hover {
        opacity: 0.6 !important;
        -moz-opacity: 0.6;
        filter: alpha(opacity=60);
    }

.hoverFoto {
    border: 0;
}


.fotoBanner {
    /*border: 1px solid #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
}

.fotoBannerSombra {
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}

/* Paginação */
.txtPaginacao, .dxp-ellip {
    color: #B24115;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-decoration: none;
}

a.botaoPaginacao:link, a.botaoPaginacao:visited, a.botaoPaginacao:active,
.botaoPaginacao, td.botaoPaginacao {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #095234 !important;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    width: 16px;
}

    a.botaoPaginacao:hover, td.botaoPaginacao:hover, .botaoPaginacao:hover,
    .botaoPaginacaoSel, td.botaoPaginacaoSel, .dxpLite_Office2010Silver .dxp-current {
        background-color: #095234 !important;
        border-color: #095234 !important;
        color: #fff !important;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 8pt;
        font-style: normal;
        font-weight: normal;
        height: 16px;
        line-height: 16px;
        text-align: center;
        text-decoration: none;
        width: 16px;
    }

/* Login */

.txtLogin, a.lnkLogin:link, a.lnkLogin:visited, a.lnkLogin:active {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
}

a.lnkLogin:hover {
    color: #7E3E00;
}

.botaoLogin, .botaoRegisto, .botaoLogado,
.botaoFicha, .botaoEncomendas, .botaoLogout {
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    padding-left: 17px;
    position: relative;
}

    .botaoLogin:hover, .botaoLogado:hover {
        color: #7E3E00;
    }

.botaoRegisto {
    padding-left: 19px;
}

.botaoFicha {
    padding-left: 15px;
}

    .botaoLogin:hover, .botaoRegisto:hover,
    .botaoFicha:hover, .botaoEncomendas:hover, .botaoLogout:hover {
        color: #93C3F2;
    }

    .botaoLogin:before, .botaoRegisto:before,
    .botaoFicha:before, .botaoEncomendas:before, .botaoLogout:before {
        content: "\f011";
        font-family: FontAwesome;
        position: absolute;
        font-size: 11pt;
        top: -1px;
        left: 0;
    }

.botaoRegisto:before {
    content: "\f234";
}

.botaoFicha:before {
    content: "\f007";
}

.botaoEncomendas:before {
    content: "\f1c0";
}

.botaoRegisto:hover:before,
.botaoLogin:hover:before,
.botaoFicha:hover:before, .botaoEncomendas:hover:before, .botaoLogout:hover:before {
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
}

/* Botões */

.botaoRedondo,
.botaoRedondoPeq,
.botaoEstadoEncomenda,
.botaoEstadoEncomendaDis,
.botaoEstadoEncomendaSel,
.botaoRedondoLogin,
.botaoRedondoNewsletter,
.botaoRedondoCarrinho,
.botaoRedondoCarrinhoLista,
.botaoRedondoCarrinhoFicha,
.botaoRedondoDetalhes,
.botaoVoltar,
.botaoPrint {
    /*-moz-border-radius: 5px;
    border-radius: 5px;*/
    display: table-cell;
    background: #081D3D;
    border: 1px solid #081D3D;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 26px;
    /*line-height: 25px;
	width: 106px;
	height: 25px;*/
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    /*background: transparent url('../cliente/layout/btt_menu.png') repeat 0% 50%;*/
    vertical-align: middle;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

    .botaoRedondo:hover,
    .botaoRedondoPeq:hover,
    .botaoRedondoDetalhes:hover,
    .botaoVoltar:hover,
    .botaoPrint:hover {
        background: #134289;
        border: 1px solid #134289;
        color: #FFF;
        text-decoration: none;
    }

    .botaoRedondo:after,
    .botaoRedondoPeq:after {
        content: "\f138";
        font-family: FontAwesome;
        position: absolute;
        right: 5px;
        top: 4px;
    }

.botaoVoltar, .botaoPrint {
    padding-left: 26px;
    padding-right: 8px;
    background: #999;
    border: 1px solid #999;
}

    .botaoVoltar:hover, .botaoPrint:hover {
        background: #666;
        border: 1px solid #666;
    }

    .botaoVoltar:before {
        content: "\f137";
        font-family: FontAwesome;
        position: absolute;
        left: 5px;
        top: 4px;
    }

    .botaoPrint:before {
        content: "\f02f";
        font-family: FontAwesome;
        position: absolute;
        left: 5px;
        top: 2px;
    }

.botaoEstadoEncomenda, .botaoEstadoEncomendaDis, .botaoEstadoEncomendaSel {
    padding-right: 8px;
}

.botaoEstadoEncomenda, .botaoEstadoEncomendaDis {
    background: linear-gradient(to bottom, white, #ccc);
    border: 1px solid #666;
    color: #666;
}

    .botaoEstadoEncomenda:hover {
        background: linear-gradient(to bottom, #ccc, white);
        color: #000;
    }

.botaoRedondoNewsletter {
    background: #001223;
    background-color: #001223;
    border: 1px solid #001223;
    border-radius: 0;
    color: #fff;
    font-size: 10pt;
    font-weight: 700;
    padding: 3px 7px;
}

    .botaoRedondoNewsletter:hover {
        background-color: #00417F;
    }

.botaoRedondoCarrinho,
.botaoRedondoCarrinhoLista {
    width: 100%;
    color: #fff;
    font-size: 13pt;
    background-color: #081D3D;
}

    .botaoRedondoCarrinhoFicha:before,
    .botaoRedondoCarrinhoLista:before {
        content: "\f217";
        font-family: FontAwesome;
        font-size: 9pt;
        position: absolute;
        left: 5px;
        top: 3px;
    }


    .botaoRedondoCarrinho:hover:before,
    .botaoRedondoCarrinhoFicha:hover:before,
    .botaoRedondoCarrinhoLista:hover:before,
    .botaoRedondo:hover:after,
    .botaoVoltar:hover:before,
    .botaoPrint:hover:before,
    .botaoRedondoPeq:hover:after {
        -webkit-animation: bounceOut 0.8s infinite linear;
        animation: bounceOut 0.8s infinite linear;
    }

.botaoRedondoCarrinhoFicha:before {
    top: 2px;
    font-size: 12pt;
}

.botaoRedondoCarrinho,
.botaoRedondoCarrinhoLista {
    background: #C1C1C1;
    border: 1px solid #C1C1C1;
    font-size: 10pt;
    padding-left: 20px;
    padding-right: 6px;
}


.botaoRedondoCarrinhoFicha {
    background: #081D3D;
    border: 0;
    font-size: 10pt;
    padding-left: 20px;
    padding-right: 6px;
}

.botaoRedondoCarrinhoFicha {
    padding-left: 23px;
}

.botaoRedondoCarrinho:hover {
    background: #666;
}

.botaoRedondoCarrinhoFicha:hover {
    background: #C1C1C1;
}

.botaoRedondoCarrinhoFicha {
    font-size: 12pt;
}

.botaoRedondoDetalhes:after {
    content: "\f05a";
    font-family: FontAwesome;
    font-size: 9pt;
    position: absolute;
    right: 5px;
    top: 5px;
}

.botaoRedondoDetalhes {
    font-size: 10pt;
    padding-left: 6px;
    padding-right: 20px;
}

    .botaoRedondoDetalhes:hover:after {
        -webkit-animation: bounceOut 0.8s infinite linear;
        animation: bounceOut 0.8s infinite linear;
    }

/* Rodapé */

.txtRodape, .txtRodapeSep, a.lnkRodape:link, a.lnkRodape:visited, a.lnkRodape:active {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

a.lnkRodape:hover {
    color: #000;
    text-decoration: underline;
}

.txtRodapeSep:before {
    content: " | ";
}


#footer {
    background-color: #001223;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-style: normal;
    text-align: center;
    font-weight: 300;
    text-decoration: none;
    padding: 20px 0px;
}

.footer-title {
    font-size: 10pt;
    color: #fff;
    font-weight: 700;
}

.footer-title-sub {
    color: #fff;
    font-weight: normal;
}


#footerP, #footerSubP, .footerP {
    margin: 2px 0px;
}

    #footerP a, #footerSubP a, a.lnkFooter {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 9pt;
        text-decoration: none;
        margin: 0px;
    }

        #footerP a:hover, #footerSubP a:hover, a.lnkFooter:hover {
            text-decoration: underline;
        }

#footerSubP {
    padding-left: 10pt;
}

.zonaRodapeContactos > p {
    margin: 0;
}


.separadorPreRodape {
    border-left: 1px solid #fff;
    height: 100%;
    padding-left: 25px;
}

.separadorPreRodapeVazio {
    padding-left: 25px;
}


.rowSpecial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/* Menus */

li.botaoMenu a, li.botaoMenu a:hover, li.botaoMenuSel a, li.botaoMenuSel a:hover {
    /*background: transparent url('../cliente/layout/pixel.gif') repeat 0% 50%;*/
    clear: both;
    color: #435268;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    outline: 0;
    display: inline-block;
    white-space: nowrap;
    margin-top: 42px;
}

li.botaoMenu:first-child {
    top: -9px;
    position: relative;
}

li.botaoMenu a:hover {
    color: #435268;
    font-weight: 700;
}

li.botaoMenuSel a {
    color: #435268;
    font-weight: 700;
}

li.botaoSubMenu a, li.botaoSubMenu a:hover {
    background-color: #F1BB72;
    border: 1px solid #F1BB72;
    clear: both;
    color: #fff;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    vertical-align: middle;
    width: 110px;
}

    li.botaoSubMenu a:hover {
        background-color: #3E2528;
        border: 1px solid #3E2528;
        color: #FFF;
    }

.botaoCatMenu {
    border: 1px solid #c3c3c3;
}

li.botaoCatMenu a, li.botaoCatMenu a:hover, li.botaoCatMenuSel a, li.botaoCatMenuSub a {
    clear: both;
    background: transparent;
    color: #081D3D;
    width: 100%;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 10px 0px;
}

    li.botaoCatMenu a:hover, li.botaoCatMenuSub a:hover {
        background: #081D3D;
        color: #fff;
    }

li.botaoCatMenuSel a {
    background: #081D3D;
    color: #fff;
}

/* fundos */

.body {
    /*background: url('../cliente/layout/fundo.jpg');
    background-repeat: repeat-x;*/
    background-color: #fff;
    margin: 0px;
    overflow-x: hidden;
}

.miolo {
    background-color: #ffffff;
    width: 94%;
}

.sombraBanners {
    background: url('../cliente/layout/sombra.png');
    height: 10px;
}

.separadorTracejado:after {
    background: #999;
    display: block;
    height: 1px;
    content: "";
    margin: 15px 0;
}
/**** MENU CATALOGO ****/

/* Estilo de cada item do catalogo */

.escolhaCatMenu {
    width: 100%;
    margin: 0px auto;
    font-family: 'Open Sans', sans-serif;
    color: #081D3D;
    text-align: left;
    font-weight: 700;
    margin-bottom: 7px;
}

.lblPequenoEscolhaCatMenu {
    font-size: 11.3pt;
    font-weight: 300;
}

.dxnbLite_Office2010Silver .dxnb-header, .dxnbLite_Office2010Silver .dxnb-headerCollapsed {
    clear: both;
    background: transparent;
    color: #081D3D !important;
    width: 100% !important;
    display: block;
    font-family: "Open Sans", sans-serif !important;
    font-size: 11pt;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 5px 0px !important;
}

.dxnbLite_Office2010Silver .dxnb-header {
    border: 1px solid transparent !important;
}

.dxnbLite_Office2010Silver .dxnb-headerCollapsed {
    border: 1px solid #FFF !important;
}

.dxnb-ghtext {
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
}


.dxnbLite_Office2010Silver .dxnb-item {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #000000 !important;
    background-color: #fff !important;
    width: 100% !important;
}

.dxnbLite_Office2010Silver .dxnb-itemHover, .dxnbLite_Office2010Silver .dxnb-largeHover {
    background: #f4f4f4 !important;
    border: 1px solid #FFF !important;
}

    .dxnbLite_Office2010Silver .dxnb-itemHover a, .dxnbLite_Office2010Silver .dxnb-item a {
        background: #FFFFFF !important;
        text-align: center !important;
        display: block !important;
        color: #081D3D !important;
        width: 100% !important;
        text-decoration: none !important;
    }

.dxnbLite_Office2010Silver .dxnb-itemSelected, .dxnbLite_Office2010Silver .dxnb-largeSelected {
    background: #081D3D !important;
    text-align: center !important;
    display: block !important;
    border: 1px solid #fff !important;
    color: #FFFFFF !important;
}

.dxnb-headerHover, .dxnb-headerCollapsedHover {
    background: #f4f4f4 !important;
    text-align: center !important;
    display: block !important;
    border: 1px solid #fff !important;
    color: #FFFFFF !important;
}


.dxnbLite_Office2010Silver .dxnb-content {
    /*assim fica com um border entre as linhas devido ao fundo dos items ser branco*/
    width: 100% !important;
}

/*** SUBMENU NOS MENUS DAS CATEGORIAS ***/

.catalogoSitemap {
    background-color: #4C4B48;
    font-family: 'Open-Sans', sans-serif !important;
}

    .catalogoSitemap a:hover {
        color: #C8452B;
    }

.dxsmLevel0, .dxsmControl a:link, .dxsmControl a:active, .dxsmControl a:visited {
    color: #ffffff !important;
}

.dxsmControl a:hover {
    color: #C8452B !important;
}

.dxsmLevel1, .dxsmLevel1 a, .dxsmLevel1Categorized a, .dxsmLevel1Categorized {
    color: #C8452B;
}

a {
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.fotoAnimacao, .fotoZoom {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    position: relative;
    width: 100%;
    z-index: 2;
}

#divPopup, #divPopupCodigoPromocional {
    display: none;
    width: 800px !important;
    height: auto !important;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#divPopupCodigoPromocional {
    width: 220px !important;
}

.b-close {
    border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: bold 100% sans-serif;
    padding: 0 6px 2px;
    background-color: #ce0000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: -10px;
    top: -10px;
}

    .b-close:hover {
        background-color: #1e1e1e;
    }

.dxig-closeButtonWrapper, .dxig-playPauseButtonWrapper {
    opacity: 0.9 !important;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

#headerRedesSociais {
    text-align: right;
    padding-top: 5px;
}

    #headerRedesSociais div, #rodapeRedesSociais > div {
        display: inline-block;
        position: relative;
        z-index: 100;
    }

        #headerRedesSociais > div a, #rodapeRedesSociais > div a {
            padding: 0 5px;
            width: 20px;
            height: 26px;
            vertical-align: middle;
            text-align: center;
            display: table-cell;
            color: #fff;
            text-decoration: none;
            font-family: 'Open Sans',sans-serif;
            font-size: 8pt;
            -webkit-box-shadow: 1px 1px 5px 0 rgba(50,50,50,.35);
            -moz-box-shadow: 1px 1px 5px 0 rgba(50,50,50,.35);
            box-shadow: 1px 1px 5px 0 rgba(50,50,50,.35);
        }

        #rodapeRedesSociais > div a {
            padding: 0;
            width: 20px;
            height: 20px;
        }

        #headerRedesSociais > div:hover, #rodapeRedesSociais > div:hover {
            -ms-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            transition: all 300ms ease-in;
            -webkit-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            z-index: 5001;
        }

@media screen and (max-width:767px) {
    #headerRedesSociais div, #rodapeRedesSociais > div {
        padding-right: 8px;
    }

    a.lnkPrecoPeq:link, a.lnkPrecoPeq:visited, a.lnkPrecoPeq:active {
        font-size: 9pt !important;
        line-height: 28px;
    }

    #divPopup, #divPopupCodigoPromocional {
        width: 90% !important;
        left: 5% !important;
        margin-top: 30px;
    }
}

#botaoFacebook a, #botaoFacebookRod a {
    background-color: #0068b9;
}

#botaoGoogle a, #botaoGoogleRod a {
    background-color: #e10e1a;
}

#botaoTwitter a, #botaoTwitterRod a {
    background-color: #00acf0;
}

#botaoYoutube a, #botaoYoutubeRod a {
    background-color: #444;
}

#headerRedesSociais > div a > i {
    font-size: 13pt;
}

.scrollTo-top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 20pt;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0.3rem;
    z-index: 500;
}

    .scrollTo-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .scrollTo-top > i {
        padding: 3px 10px;
        color: white;
    }

.botoesNavProduto, .botaoPesquisar {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

    .botoesNavProduto > i {
        color: #666;
        font-size: 16pt;
        font-weight: 700;
        background-color: #fff;
        border: 1px solid #666;
        padding: 2px 5px;
        cursor: pointer;
        transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
    }

        .botoesNavProduto > i:hover {
            background-color: #333;
            color: #fff;
        }

/*.topo:hover {
    -webkit-animation: flip 2s linear;
    animation: flip 2s linear;
}*/

#caixaContactos {
    color: #fff;
    text-shadow: 1px 1px #095234;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5pt;
    font-weight: 700;
    text-decoration: none;
}

.caixaContactos {
    color: #fff;
}

#caixaContactos a {
    color: #fff;
    text-shadow: 1px 1px #095234;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 11.5pt;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    text-decoration: none;
}

    #caixaContactos a:hover {
        color: #095234;
    }

#caixaContactos span {
    position: relative;
    bottom: 4px;
    padding-left: 8px;
    padding-right: 5px;
    font-weight: 700;
}

#caixaContactos i {
    color: #095234;
}

.slicknav_menu {
    display: none;
}

.fundoNewsletter {
    margin: 0px auto;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.75);
}

.fundoNewsletterTit {
    background-color: #A8BA1A;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    font-size: 18pt;
    font-family: 'Open Sans', sans-serif;
}

/*.fundoPubOrcamento {
    width: 100%;
    height: auto;
    background: #A8BA1A;
    color: #FFF;
    font-size: 12pt;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: left;
    margin: 0px auto;
    -webkit-box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.75);
    margin-bottom: 25px;
    padding: 15px 5px;
}

.fundoPubOrcamentoGratis {
    color: #EAE809;
    font-size: 24pt;
}*/

.formularioMiolo {
    display: table;
    width: 100%;
}

.formularioLabel, formularioField {
    display: table-cell;
    padding-bottom: 15px;
    vertical-align: top;
}

.formularioLabel {
    width: 38%;
    padding-right: 2%;
    text-align: right;
}

.formularioLabelGestao {
    width: 12%;
    text-align: left;
}

.formularioField {
    width: 60%;
    text-align: left;
}

/*.conteudoMarcas {
    display: inline-block;
}

    .conteudoMarcas > a {
        float: left;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 159px;
    }

    .conteudoMarcas > span {
        color: #FB5104;
        font-size: 13pt;
        font-weight: 700;
        line-height: 40px;
    }

    .conteudoMarcas img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
        -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
        box-shadow: 0px 1px 5px 0px #4a4a4a;
    }*/

/* Responsivo */

.col-centered {
    float: none;
    margin: 0 auto;
}

#iframeFormulario {
    height: 350px;
}


@media screen and (max-width:768px) {
    .caixaContactos, .caixaContactosMail, .caixaContactosTelefone {
        font-size: 11pt;
    }

    .tamanhoEnvelope {
        font-size: 16pt;
    }

    .tamanhoTelefone {
        font-size: 18pt;
    }

    .topo {
        text-align: center;
    }

    .img-responsive {
        margin: 0 auto;
    }

    .txtRodape {
        line-height: 50px;
    }

    .lnkRodape {
        line-height: 30px;
    }

    .txtRodapeSep:before {
        display: block;
        content: " ";
    }

    .bx-pager {
        display: none;
    }

    .formularioMiolo {
        display: block;
        width: 100%;
        padding-top: 10px;
    }

    .formularioLabel, formularioField {
        display: block;
        padding-bottom: 5px;
    }

    .formularioLabel {
        width: 100%;
        padding-right: 0;
        text-align: left;
    }

    .formularioField {
        width: 100%;
        text-align: left;
    }

    #iframeFormulario {
        margin-top: 25px;
        margin-bottom: 15px;
        height: 280px;
    }

    #iframeContrastarias {
        height: 568px;
    }

    .conhecaEmpresaResponsivo div {
        font-size: 3.0vw;
    }

    .conhecaServicosResponsivo div {
        font-size: 2.8vw;
    }

    .rowSpecial {
        display: block;
    }
}

@media screen and (max-width:1199px) {
    .js .slicknav_menu {
        display: block;
    }
}

.container-fluid {
    width: 90%;
}

.prodFloat {
    padding: 0 !important;
    padding-right: 2.5vw !important;
    padding-bottom: 100px !important;
}

.prodFloatInfo {
    padding: 0 !important;
    padding-bottom: 80px !important;
}

.txtNewsletter {
    width: 250px;
}

.zonaTeste {
    border: 1px solid #c3c3c3;
    width: 200px;
    height: 200px;
}

@media screen and (max-width:900px) {
    .prodFloat {
        padding-bottom: 10px !important;
    }

    .separadorPreRodape {
        width: 100%;
        border-top: 2px solid #fff;
        border-left: 0px solid transparent;
        padding-top: 20px;
    }

    .txtNewsletter {
        width: 150px;
    }

    .lblNewsletter span {
        font-size: 2.6vw;
    }
}

.popupDX {
    width: 440px !important;
}


@media screen and (max-width:468px) {
    .prodFloat {
        padding-bottom: 10px !important;
    }

    .popupDX {
        width: 310px !important;
    }

    .miolo {
        width: 100%;
    }
}

.prodIntroducao {
    margin-top: 5px;
    text-align: justify;
}

.fichaTecnica {
    width: 100%;
    height: 500px;
}

.divPrecoProduto {
    min-height: 24px;
}

@media screen and (min-width:487px) and (max-width:768px) {
    .prodIntroducao {
        padding-top: 30px;
    }

    .fichaTecnica {
        height: 300px;
    }
}

.prodFloatInfo {
    display: block;
    padding-bottom: 70px;
}

@media screen and (max-width:487px) {
    .conteudoMarcas > a {
        width: 105px;
    }

    .prodFloat {
        float: none;
        padding-right: 0;
        display: block;
    }

        .prodFloat img {
            width: 100%;
        }

    .prodFloatInfo {
        padding-bottom: 70px;
    }
}

@media (min-width:1400px) {
    /*.txtNormal, .dxcaTextBoxLabel_Office2010Silver, .txtNormalBold, .txtPequeno, .lnkNormal, a.lnkNormal:link, a.lnkNormal:visited,
    .txtLabelsProdutos,
    .dxigEPContainer_Office2010Silver a, .dxdvEPContainer_Office2010Silver a,
    .txtFormulario {
        font-size: 16pt;
        line-height: 35px;
        height: 35px;
    }

    h1.txtTituloPagina, a.lnkTituloPagina:link, a.lnkTituloPagina:visited, a.lnkTituloPagina:active, .txtTituloPaginaDPN, .tituloPagina {
        font-size: 24pt;
        line-height: 40px;
    }
    .txtProduto {
        font-size: 20pt;
    }

    a.lnkProduto:link, a.lnkProduto:visited, a.lnkProduto:active {
        font-size: 16pt;
    }

    .txtDataNoticia {
        font-size: 13pt;
    }

    #iframeFormulario {
        height: 500px;
    }

    .botaoRedondo, .botaoRedondoPeq, .botaoEstadoEncomenda, .botaoEstadoEncomendaDis, .botaoEstadoEncomendaSel, .botaoRedondoLogin, .botaoRedondoNewsletter, .botaoRedondoCarrinho, .botaoRedondoCarrinhoFicha, .botaoRedondoDetalhes, .botaoVoltar, .botaoPrint {
        font-size: 11pt;
        padding-left: 7px;
        padding-right: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .botaoVoltar, .botaoPrint {
        padding-left: 25px;
        padding-right: 8px;
    }

    .botaoRedondoCarrinho, .botaoRedondoCarrinhoFicha {
        padding-left: 20px;
        padding-right: 6px;
    }

    .botaoRedondoCarrinhoFicha {
        padding-left: 23px;
    }

    .botaoRedondoNewsletter {
        padding-right: 7px;
    }*/
}

@media (max-width:487px) {
    .txtNormal, .dxcaTextBoxLabel_Office2010Silver, .txtNormalBold, .txtPequeno, .lnkNormal, a.lnkNormal:link, a.lnkNormal:visited,
    .txtLabelsProdutos,
    .dxigEPContainer_Office2010Silver a, .dxdvEPContainer_Office2010Silver a,
    table, .txtFormulario {
        font-size: 11pt;
    }

    .txtNormal, .txtNormalBold, .txtPequeno, .lnkNormal, a.lnkNormal:link, a.lnkNormal:visited,
    .txtLabelsProdutos,
    .txtFormulario {
        line-height: 25px;
    }

    .txtPequeno {
        font-size: 9pt;
    }

    h1.txtTituloPagina, a.lnkTituloPagina:link, a.lnkTituloPagina:visited, a.lnkTituloPagina:active, .txtTituloPaginaDPN, .tituloPagina {
        font-size: 16pt;
        line-height: 30px;
    }

    .txtRodape, .txtRodapeSep, a.lnkRodape:link, a.lnkRodape:visited, a.lnkRodape:active {
        font-size: 10pt;
    }

    .botaoRedondo, .botaoRedondoPeq, .botaoEstadoEncomenda, .botaoEstadoEncomendaDis, .botaoEstadoEncomendaSel, .botaoRedondoLogin, .botaoRedondoNewsletter, .botaoRedondoDetalhes, .botaoVoltar, .botaoPrint {
        line-height: 18px;
        height: 18px;
    }

        .botaoRedondo:after,
        .botaoRedondoPeq:after {
            right: 6px;
            top: 4px;
        }

        .botaoRedondoDetalhes:after, .botaoRedondoCarrinho:before, .botaoRedondoCarrinhoFicha:before {
            top: 4px;
        }


    .fichaTecnica {
        height: 200px;
    }
}

@media (min-width:768px) {
    .conteudoCombosCatalogo > div {
        display: inline-block;
        vertical-align: middle;
    }

    .conteudoCombosCatalogoDireito > div {
        float: right;
    }

    .conteudoCombosCatalogoEsquerdo {
        float: left;
    }

    .espacamentoLateral {
        text-align: right;
    }

    .espacamentoBottomDesktop {
        margin-bottom: 10px;
    }
}

.textoConteudoEmpresa {
    font-size: 10pt;
}

.posicaoBotoesCatalogo > div {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

    .posicaoBotoesCatalogo > div:last-child {
        float: right;
        padding-right: 0;
    }

@media (max-width:487px) {
    .posicaoBotoesCatalogo > div {
        width: 100%;
        padding-bottom: 5px;
        padding-right: 0;
    }

        .posicaoBotoesCatalogo > div:last-child {
            text-align: right;
        }
}

.nav-tabs > li > a {
    color: #000;
    text-align: left;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #333;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid transparent !important;
    border-bottom: 1px solid #333 !important;
    border-bottom-color: red;
    outline: 0;
    border-radius: 0;
}


.popupLeft {
    float: left;
}

.popupRight {
    float: right;
}

.txtTitPub {
    color: #FF753D;
    text-align: center;
    font-size: 20pt;
    font-weight: 700;
    margin-bottom: 20px;
}

.pubMarcas {
    text-align: center;
}

    .pubMarcas > div {
        display: inline;
        margin-right: 30px;
    }

        .pubMarcas > div:last-child {
            margin-right: 0px;
        }

@media (max-width:468px) {
    .esconde-xs {
        display: none !important;
    }

    .txtTitPub {
        font-size: 13pt;
    }

    .pubMarcas > div {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.wait2 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.wait4 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.wait6 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.wait8 {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.fundoPub {
    background-color: #F9EEE8;
    padding: 30px 0;
}

.pubResponsive img {
    width: 100%;
}

.botaoCookie {
    border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font: bold 100% sans-serif;
    font-size: 13pt;
    padding: 0 6px 3px;
    background-color: #ce0000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: 0;
    margin-left: 10px;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

    .botaoCookie:hover {
        transform: scale(1.2);
    }

.txtBemvindo {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 11pt;
}

.txtBemvindoNome {
    font-family: 'Playball', cursive;
    color: #000;
    font-size: 16pt;
}

.txtAreaPrivadaTit {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14pt;
    font-weight: bold;
    line-height: 40px;
}

a.lnkAreaPrivada, a.lnkAreaPrivada:link, a.lnkAreaPrivada:visited {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 24px;
    text-decoration: none;
}

    a.lnkAreaPrivada:hover {
        color: #FC731E;
    }

.bemvindoAreaPrivada {
    position: relative;
    top: -50px;
    text-align: right;
}

.botaoAreaPrivadaVerMais {
    text-align: right;
}

    .botaoAreaPrivadaVerMais a {
        color: #000;
        font-family: 'Open Sans', sans-serif;
        font-size: 12pt;
        line-height: 24px;
        text-decoration: none;
    }

        .botaoAreaPrivadaVerMais a:hover {
            color: #FC731E;
        }

@media (max-width:468px) {
    .bemvindoAreaPrivada {
        position: relative;
        top: -20px;
        text-align: right;
    }

    .botaoAreaPrivadaVerMais {
        padding-top: 10px;
        text-align: center;
    }
}

.botaoDownload:before {
    content: "\f019";
    font-family: "FontAwesome";
    font-size: 20pt;
    color: #666;
    cursor: pointer;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

a.botaoDownload {
    text-decoration: none;
}

.botaoDownload:hover:before {
    color: #FC731E;
}

.fundoTabPub {
    border: 1px solid #c3c3c3;
    width: 100%;
    height: 100%;
}

.lblPainelLogin {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12pt;
    text-align: left;
}

.fundoHeaderTopo {
    width: 100%;
    background: #081D3D;
    padding: 5px 0px 3px 0px;
}

.botaoRedeSocialTopo, .botaoRedeSocialRodape {
    background: #fff;
    color: #081D3D;
    padding: 3px 5px 0px 5px;
    font-size: 10.5pt;
    font-weight: 700;
}

.botaoRedeSocialRodape {
    font-size: 18pt;
    padding: 6px 8px;
}

.botaoRedeSocialRodapeFacebook {
    padding: 6px 10px;
}

/* Fundo Pré Rodapé */

.fundoPreRodape {
    width: 100%;
    background: #001223;
    height: auto;
    padding: 30px 0px;
}

.fundoPreRodapeNewsletter {
    width: 100%;
    background: #102C57;
    height: auto;
    text-align: center;
    padding: 10px 0px;
}

.lblPreRodape {
    color: #fff;
    font-weight: 700;
    font-size: 14pt;
}


.alignImages {
    margin: 0 auto;
    padding: 10px 0px;
}


.pagamentosPreRodapeTransferencia {
    background: #fff;
    color: #011224;
    padding: 5px 16px;
    font-size: 11pt;
    font-weight: 700;
    float: right;
    height: auto;
    margin-top: 5px;
    height: auto;
}

.zonaCTT {
    text-align: left;
    padding-bottom: 30px;
}

.lblCTT {
    width: 100%;
    margin: 0px auto;
    font-family: 'Open Sans', sans-serif;
    color: #081D3D;
    text-align: left;
    font-weight: 300;
    margin-bottom: 7px;
    font-size: 11pt;
}


.btnCTT {
    display: none;
}

.zonaCTT .txtCTT {
    text-align: left;
}

.txtCTT {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc !important;
    color: #071C3C;
    padding: 0 5px;
    border: 0;
}

.conteudoMarcasVender {
    -webkit-box-shadow: -1px 0 5px 0 rgba(50,50,50,.35);
    -moz-box-shadow: -1px 0 5px 0 rgba(50,50,50,.35);
    box-shadow: -1px 0 5px 0 rgba(50,50,50,.35);
    padding: 20px 20px;
}

    .conteudoMarcasVender > img {
        display: inline-block;
        text-align: center;
        padding-right: 8px;
    }

.txtCombosCatalogo {
    color: #00203D;
    font-weight: 700;
    font-size: 10pt;
}

.ddlComboCatalogo {
    border: 1px solid #00203D !important;
    font-size: 10pt !important;
    color: #00203D !important;
    font-weight: 700 !important;
    font-size: 7pt !important;
}

.divPrecoProduto {
    text-align: center;
}

a.rodapeArkis:link, a.rodapeArkis:visited {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
}

a.rodapeArkis:hover {
    color: #ccc;
}

.topo {
    display: table;
}

.txtOuroUsadoMobile {
    position: relative;
    min-width: 100px;
    bottom: 15px;
    left: 12px;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1pt;
    color: #4783BE;
    /*text-shadow: 1px 1px #ccc;*/
}

.txtOuroUsado {
    position: absolute;
    width: 243px;
    bottom: 0;
    display: table-cell;
    text-align: center;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1pt;
    color: #4783BE;
    /*text-shadow: 1px 1px #ccc;*/
}

.txtLogoDesde {
    position: absolute;
    bottom: -20px;
    left: -10px;
    display: table-cell;
    text-align: center;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1pt;
    color: #4783BE;
    /*text-shadow: 1px 1px #ccc;*/
}

.txtLogoDesdeMobile {
    position: relative;
    bottom: 5px;
    left: -98px;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1pt;
    color: #4783BE;
    /*text-shadow: 1px 1px #ccc;*/
}

a.lnkPublicidadeMais:link, a.lnkPublicidadeMais:visited {
    width: 100%;
    background-color: #999;
    padding: 5px 0;
    display: table;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
}

a.lnkPublicidadeMais:hover {
    background-color: #666;
}
