﻿.branco {
    color: #fff;
}

.grey33 {
    color: #333;
}

.grey55 {
    color: #555;
}

.grey54 {
    color: #545454;
}

.validator .erroDetail {
    color: #333;
}

.lnk_login.button {
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

html, body {
    color: #B0B0B0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
textarea {
    border: 1px solid #555;
    border-radius: 0;
}

input[type="text"]:not(:focus) {
    color: rgba(255, 255, 255, 0.7);
}

.validator .erroDetail {
    background-color: #ddd;
    color: #333;
}

.lnk_login.button {
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

button, .button {
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
}

button, .button {
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    color: #000;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
}


button.loading:after, .button.loading:after {
    background-image: url(images/preloader.gif);
}


/* -- IMAGES MAIN.CSS -- */
#loading:after {
    background-image: url("images/preloader.gif");
}

.img-loading:after {
    background-image: url(images/preloader.gif);
}

.sprite {
    background-image: url(images/userSprite.png);
}

.masterSprite {
    background-image: url(images/userSprite.png);
}

.gallery-module-slider li {
    height: 665px;
}

.gallery-module-slider li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-module-slider li a .descr {
    position:absolute;
    z-index:1;
    bottom:20px;
    left:0;
    right:0;
    margin:auto;
    color: #212121;
    font-family: "Playfair Display";
    font-size:16px;
    display:block;
    text-align:center;
    text-shadow: 1px 1px 1px white;
}

.lbl_preco {
    color: #545454 !important;
    font-size: 50px;
}

.lbl_preco.listagem {
    color: #555 !important;
}


/* -- MASTER -- */
.master {
    background-color: #1D1D1D;
}

.master .carrinho_click {
    padding-right: 60px;
    border-right: 1px solid #c3c3c3;
    margin-left: 24px;
}

.master .cliente_click {
    margin-right: 7px;
    border-right: 1px solid #c3c3c3;
}

.master .entre_contacto {
    margin-right: 34px;
    border-right: 1px solid #c3c3c3;
}

.master .areaCliente {
    background-color: #222;
}

.master .lnk_cria_nova_conta {
    background-color: #1D1D1D;
    color: #fff;
}

.master .lbl_fechar {
    background-image: url(images/closeList.png);
}

.master .CarrinhoList {
    background-color: #222;
}

.master .lnk_verCarrinho {
    background: #272727;
    color: #BBBBBB;
    border: 1px solid #171717;
    border-left: 0;
    border-right: 0;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0;
}

.master .lnk_checkout {
    border: 1px solid #fff;
    border-left: 0;
    border-radius: 0;
    margin-right: 10px;
    border-right: 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

.master .closeCarrinhoList {
    background-color: #222;
}

.master .imgFrame {
    border: 1px solid #222;
}

.master .closeAreaCliente {
    background-color: #222;
}

.master .areaClienteHolder .input {
    border-color: #333;
}

.master .itemCarProd {
    border-bottom: 1px solid #333;
}

.master .lnk_delcart {
    border: 1px solid #333;
}

.master .lnk_delcart:after {
    background: url(images/macart/sprite_cart.png) no-repeat -92px -47px;
}

#footer .copyHolder {
    color: #999;
    font-family: 'Open Sans';
}

#footer .copyHolder:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 132px;
}

#footer .copyHolder a {
    color: #999;
}

.cinzaB {
    color: #555;
}

/* - Menu - */
nav.mainMenu li a {
    color: #333;
    font-weight: 400;
    font-family: 'Playfair Display';
}

nav.mainMenu li a.activo {
    font-weight: 700;
}

nav.mainMenu li a.activo:after {
    display: none;
}

nav.mainMenu li a.activo:hover {
    color: #333;
    font-weight: 700 !important;
}

nav.mainMenu li:hover a {
    color: #fff;
    font-weight: 400 !important;
}

nav.mainMenu li:hover a:after {
    content: attr(title);
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    font-weight: 700;
    text-align: center;
}

nav.mainMenu li:hover ul li a {
    font-weight: 400;
}

nav.mainMenu li ul li a {
    color: #333 !important;
}

nav.mainMenu li ul li a:hover {
    font-weight: 700 !important;
    background-color: #525252;
    color: #fff !important;
}

nav.mainMenu li .icon-arrow-down {
    background-image: url(images/userSprite.png);
    width: 5px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -58px -1px;
    cursor: pointer;
    overflow: hidden;
    padding-top: 7px;
    margin-left: -9px;
}

nav.mainMenu .menu-icon:after {
    background-image: url(images/userSprite.png);
}

nav.mainMenu li ul li a {
    border-bottom: 1px solid #313131;
}

nav.mainMenu li ul li a:before {
    background-image: url(images/userSprite.png);
}

nav.mainMenu li:hover:nth-child(7) a {
    background-color: transparent;
    opacity: 0.8;
}

nav.mainMenu li ul.submenu li {
    display: block;
}

nav.mainMenu li .submenu-linguas {
    line-height: 22px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40px;
    padding-top: 15px;
    background-color: #fff;
    padding: 5px;
    right: -27px;
}

nav.mainMenu li .submenu-linguas li {
    display: block;
}

nav.mainMenu li .submenu-linguas li a {
    text-align: center;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
}

nav.mainMenu li .submenu-linguas li a:before {
    display: none;
}

@media all and (min-width: 981px) and (max-width: 1139px) {
    /*#menuArea .row {width:99%;}*/
    nav.mainMenu li a {
        padding: 15px 6px;
    }

    .lingua_ativa {
        margin-left: 20px;
        margin-right: 20px;
    }

    nav.mainMenu li .submenu-linguas {
        right: -7px;
    }
}

.lingua_ativa:before {
    background-color: #eee;
}

#userArea {
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3;
}

#menuArea {
    background-color: #fff;
}

/* - MediaQuery - Menu - */
@media only screen and (max-width:980px) {
    nav.mainMenu ul {
        background: #222;
    }

    nav.mainMenu li a.activo {
        border-left: 2px solid #BDBDBD;
        border-bottom: 0;
    }

    nav.mainMenu #linguas {
        margin-top: 10px;
    }

    nav.mainMenu li a {
        color: #fff;
    }

    nav.mainMenu li .icon-arrow-down {
        display: none;
    }

    nav.mainMenu li .submenu-linguas {
        background-color: #222;
        margin-top: 42px;
        right: -20px;
    }

    .lingua_ativa {
        margin-left: 0;
    }

    .lingua_ativa:before {
        display: none;
    }

    .breadcrumbs li a {
        color: #222;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .breadcrumbs li:last-child a {
        font-weight: 400;
        text-decoration: none;
    }

    nav.mainMenu li .pesquisa.ico_pesq {
        background-position: 0 -15px;
    }
}

@media only screen and (max-width:605px) {
    /*#menuArea .row{width:100%;}*/
    #menuArea .mLogoHolder img {
        width: 80%;
    }

    #userArea .row {
        width: 100%;
    }

    #userArea .uaHolders {
        display: block;
        text-align: center;
        float: none;
    }

    .master .entre_contacto {
        margin-right: 0;
        border-right: 0;
        width: 100%;
    }

    .master .carrinho_click {
        padding-right: 0;
        border-right: 0;
        margin-left: 0;
        width: 100%;
        border-bottom: 1px solid #c3c3c3;
    }

    .master .cliente_click {
        margin-right: 0;
        border-right: 0;
        width: 100%;
        border-bottom: 1px solid #c3c3c3;
    }

    #userArea .carrinhoCntrHldr {
        margin: auto 0 auto 78px;
        right: 20%;
    }

    #userArea .lbl_carrinho,
    #userArea .lnk_areaCliente {
        display: block;
        padding-right: 0;
    }

    #userArea .lbl_entre_contacto,
    #userArea .lbl_contact_nr {
        display: inline-block;
    }

    #userArea .ico_carrinho {
        left: 40%;
    }

    #userArea .ico_aCliente {
        left: 30%;
    }

    #userArea .ico_aContacto {
        position: relative;
        display: inline-block;
    }
}

@media only screen and (min-width:400px) and (max-width:605px) {
    #userArea .carrinhoCntrHldr {
        right: 30%;
    }

    #userArea .ico_aCliente {
        left: 35%;
    }
}

/* - Footer - */
#footer {
    background-color: #222;
    height: 494px;
}

#footer .footer_left {
    display: inline-block;
    width: 49%;
    height: 100%;
}

#footer .footer_right {
    display: inline-block;
    width: 49%;
    height: 100%;
    vertical-align: top;
}

#footer .footer_right-inner {
    top: 25%;
    margin-left: 25%;
}

@media only screen and (max-width: 1160px) {
    #footer .footer_right-inner {
        left: auto;
    }
}

#footer .rowCopy {
    max-width: 100%;
    margin-left: 10%;
    text-align: left;
}

#footer .footer_right .row.logo {
    display: none;
}

#footer .lbl_newsletter {
    color: #fff;
    font-family: 'Open Sans';
}

#footer .btnenviarnews:after {
    background-image: url(images/sprite_geral.png);
}

#footer .socNet a {
    background-image: url(images/socNet_sprite.png);
}

#footer .P_Newletter {
    width: 255px;
}

#footer .newletter-module {
    text-align: left;
}


#footer .social-module {
    padding-bottom: 60px;
    text-align: left;
}

#footer .social-module .lbl_redes_sociais {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

.footerMenu ul a {
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 18px;
    z-index: 1;
    font-family: 'Playfair Display';
}

.footerMenu ul a:hover {
    color: rgba(238, 238, 238, 0.8);
}

@media only screen and (max-width: 980px) {
    #footer {
        height: auto;
        display: table;
    }

    #footer .footer_left {
        display: table-footer-group;
        width: 100%;
    }

    #footer .footer_right {
        display: table-header-group;
        width: 100%;
    }

    #footer .footer_right-inner {
        top: 0;
        padding-top: 50px;
    }

    #footer .social-module {
        text-align: center;
    }

    #footer .newletter-module {
        text-align: center;
    }

    #footer .rowCopy {
        max-width: 95%;
        margin-left: 0;
        text-align: center;
    }

    #footer .copyHolder {
        text-align: center;
    }

    #footer .fLogoHolder {
        display: none;
    }

    .footerMenu {
        padding: 15px 0 25px 0;
        margin-left: 5%;
    }

    #footer .P_Newletter {
        margin: 0 auto;
    }

    .footerMenu ul {
        text-align: center;
    }

    #footer .footer_right .row.logo {
        display: block;
        margin-bottom: 30px;
    }
}

/* -- DEFAULT -- */
.titulo_slider_prod .lit_titulo {
    background-color: #1d1d1d;
    color: #B8A474;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
}

.titulo_slider_prod h1:after {
    background-color: #343434;
    top: 75%;
    max-width: 100px;
}

.titulo_slider_prod h1:before {
    background-color: #343434;
    top: 75%;
    max-width: 100px;
}


.prodList .lnk_tipo {
    text-align: left;
    color: #212121;
    font-family: 'Playfair Display';
    letter-spacing: 4px;
    font-weight: 400;
}

.prodList .listagem .lnk_tipo {
    text-align: center;
}

#default {
    background-color: #fff;
}

.prodList .lnk_nome {
    text-align: left;
    color: #222;
    font-family: 'Playfair Display';
    font-weight: 400;
}

.prodList.destaques .lnk_nome {
    text-transform: uppercase;
}

.prodList .listagem .lnk_nome {
    text-align: center;
    height: 40px;
}

.prodList .listagem .lnk_nome1 {
    text-align: center;
    height:40px;
}

.prodList .lnk_preco {
    color: #555;
    font-family: 'Open Sans', Arial,sans-serif;
    font-weight: 700;
}

/* - Titulos - */
.title-module {
    color: #fff;
}

.title-module a {
    color: #fff;
}


/* -- MODULO - LISTAGEM GALERIAS -- */
.gallery-list-module .itemCol .lbl_nome.openGal:after {
    background-image: url(images/gallery_sprite.png);
}

.paginacao_barra .button_pag span:before {
    background-image: url(images/sprite_geral.png);
}

#UCProdList {
    border-top: 1px solid #242424;
}

#UCProdList .prodControls a {
    background-image: url("images/sprite_slider.png");
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-image: url("images/sprite_slider.png");
}


/* -- MODULO - SLIDER -- */
.bx-wrapper .bx-loading {
    background-image: url('images/preloader.gif');
}

.bx-controls-direction .bx-prev {
    background-image: url('images/sprite_slider.png');
}

.bx-controls-direction .bx-next {
    background-image: url('images/sprite_slider.png');
}


/* -- PRODUTOS LISTAGEM -- */
#produtos .lbl_produtos {
    background: #171717;
}

#produtos .lbl_produtos:after {
    background-color: #242424;
}

#produtos .lbl_produtos:before {
    background-color: #242424;
}


#UCProdList .item {
    border: 1px solid rgba(0,0,0,0);
}

#UCProdList .item:hover {
    border: 1px solid #353228;
}

#UCProdList .item .produtoCartOn {
    background-color: #EEE;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 10px;
    color: #868686;
}

#UCProdList .item:hover .produtoCartOn {
    background-color: #222;
    color: #fff;
}

/* -- IMAGENS CART -- */
.cart-module .icon {
    background-image: url(images/macart/sprite_cart.png);
}

.cart-module .cart-panel .cart-product-remove a:after {
    background-image: url(images/macart/sprite_cart.png);
}

.stepper .stepper-arrow:after {
    background-image: url(images/macart/sprite_cart.png);
}

.cart-module .cart-voucher .cart-voucher-remove:after {
    background-image: url(images/macart/macart/sprite_cart.png);
}

.cart-module .refresh:after {
    background-image: url(images/sprite_cart.png);
}

.chosen-container-single .chosen-single > div > b {
    background-image: url(images/sprite_geral.png);
}

.checkout-module .cart-nav li:before {
    background-position: -39px -40px;
}

.checkout-module .cart-nav li:before {
    background-image: url(images/macart/sprite_cart.png);
    background-color: #fff;
}

.ico_plus {
    display: block;
    height: 39px;
    width: 39px;
    background: url(images/plus.png) no-repeat center center;
}

/* -- CART -- */
.cart-module .icon {
    background: url(images/macart/sprite_cart.png) no-repeat 0 0;
}

.cart-module .cart-titulo {
    color: #B0B1B2;
}

.cart-module .cart-titulo a {
    color: #B0B1B2;
}

.cart-module .cart-panel .cart-product-header {
    border-bottom: 1px #222222 solid;
    color: #B0B1B2;
}

.cart-module .cart-panel .cart-product {
    border-bottom: 1px #222222 solid;
}

.cart-module .cart-panel .cart-product-img a {
    border: 1px solid #222222;
}

.cart-module .cart-panel .cart-product-fam {
    color: #fff;
}

.cart-module .cart-panel .cart-product-fam a {
    color: #fff;
}

.cart-module .cart-panel .cart-product-name {
    color: #fff;
}

.cart-module .cart-panel .cart-product-name a {
    color: #fff;
}

.cart-module .cart-panel .cart-product-remove a {
    border: 1px solid #222222;
}

.cart-module .cart-panel .cart-product-remove a:after {
    background: url(images/macart/sprite_cart.png) no-repeat -90px -45px;
}

.cart-module .cart-panel .cart-product-remove a:hover {
    outline: 1px solid #333;
}

.stepper .stepper-arrow:after {
    background: url(images/macart/sprite_cart.png) no-repeat -80px -45px;
}

.cart-module .cart-voucher-label {
    color: #fff;
}

.cart-module .cart-voucher .cart-voucher-remove {
    border: 1px solid #222222;
}

.cart-module .cart-voucher .cart-voucher-remove:after {
    background: url(images/macart/sprite_cart.png) no-repeat -90px -45px;
}

.cart-module .cart-voucher .cart-voucher-remove:hover {
    outline: 1px solid #333;
}

.cart-module .refresh {
    border: 1px solid #fff;
}

.cart-module .refresh:after {
    background: url(images/macart/sprite_cart.png) no-repeat -105px -45px;
}

.cart-module .row.cart-totais {
    border: 1px solid #1D1D1D;
}

.cart-module .cart-totais-item {
    border-bottom: 1px solid #151515;
    color: #B0B1B2;
}

.cart-module .cart-totais-item:first-child {
    border-top: 1px solid #151515;
}

.cart-module .cart-totais-item.cart-total {
    color: #ECECEC;
}


.checkout-module .cart-nav:before {
    background-color: #222;
}

.checkout-module .cart-panel .cart-panel-titulo {
    color: #222;
}

.checkout-module .cart-panel .cart-panel-sub-titulo {
    color: #888A8B;
}

.pnl_hold_resumo {
    border: 1px solid #1D1D1D;
}

.pnl_hold_resumo .row {
    border-bottom: 1px solid #222222;
    color: #222;
}

.pagamentos_list li {
    border: 1px solid #222222;
}

.pagamentos_list li .titulo_pagamento {
    color: #B0B1B2;
}

.pagamentos_list li .titulo_pagamento:after {
    background: url(images/macart/sprite_cart.png) -90px 0;
}

.pagamentos_list li .titulo_pagamento label {
    color: #000;
}

.pagamentos_list li .descricao_pagamento {
    color: #000;
}

.pagamentos_list li.active {
    border: 2px solid #ffffff;
}

.lnk_carrinho {
    color: #B0B1B2;
    border: 1px solid #3D3D3D;
}

.checkout-module .recuperar-password a {
    color:#333!important;
}

.recuperar-password a {
    color:#333!important;
}

.morada_label {
    color: #fff;
}

.resumoMorada {
    color: #222;
}

.resumoMorada hr {
    background-color: #1D1D1D;
}

.icheckbox_polaris, .iradio_polaris {
    background-image: url(images/icheck.png);
}


#UCProdList .item:hover .produtoCartOn .addItem {
    background-position: -13px -1px;
}

#produtos .lnkPPP {
    border: 1px solid #c8c8c8;
    color: #222;
    font-family: 'Open Sans';
    border-radius: 50%;
}

#produtos .lnkPPP.activo {
    border: 1px solid #222;
}

#UCProdList .imgHolder {
    border: 0 solid #222;
}

#UCProdList .item .highlightkeyword {
    color: #B0B1B2 !important;
}

.menu-tipos-links {
}

.menu-tipos-links li {
    display: inline-block;
    padding: 0 15px;
}

.menu-tipos-links li:first-child {
    padding-left: 0;
}

.menu-tipos-links li a {
    font-size: 13px;
    color: #CCCCCC;
}

.menu-tipos-links li a.active {
    color: #97885F;
}

.menu-tipos-links li a.active:after {
    height: 3px;
    content: '';
    width: 100%;
    background-color: #97885F;
    position: absolute;
    bottom: -5px;
    left: 0;
}

/*PAGINACAO*/
.paginacao_barra .pag_item.current {
    color: #212;
    font-size: 13px;
    font-weight: 400;
}

.paginacao_barra a.pag_item {
    color: #aaa;
}

.columns .item .prod_separator {
    background-color: #222;
}

.row .item .prod_separator {
    background-color: #222;
}


#produtos .menu-lateral-holder {
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
    padding: 0;
    padding-bottom: 30px;
}

#produtos .menu-lateral-holder h2 {
    color: #B0B1B2;
    padding-left: 15px;
}

#produtos .menu-lateral-holder .lbl_filtre {
    color: #B0B1B2;
}

#produtos .menu-lateral-holder .lbl_filtre:after {
    background: url(images/sprite_geral.png) no-repeat -53px -0px;
}

#produtos .menu-lateral {
    margin-bottom: 40px;
}

#produtos .menu-lateral li {
    text-align: left;
}

#produtos .menu-lateral ul {
    display: none;
}

#produtos .menu-lateral ul.open {
    display: block;
}

#produtos .menu-lateral a {
    border-bottom: 1px solid #252525;
    padding: 13px 0;
    color: #ddd;
}

#produtos .menu-lateral > li:first-child > a:first-child {
    border-top: 1px solid #252525;
}

#produtos .menu-lateral li a:after {
    background: url(/images/sprite_geral.png) no-repeat -19px -8px;
}

#produtos .menu-lateral li.active a:after {
    background-position: -19px 0;
}

#produtos .menu-lateral .lvl2 li a:before {
    content: '';
    background-color: #252525;
    display: block;
}

#produtos .menu-lateral .lvl2 li a:after {
    content: '';
    background: url(/images/sprite_geral.png) no-repeat -21px -10px;
}

#produtos .menu-lateral .lvl2 li.active a:after {
    background-position: -21px 0;
}

#produtos .menu-lateral .lvl3 li a {
    color: #999999;
}

#produtos .menu-lateral li a.last:after,
#produtos .menu-lateral li.active a.last:after {
    content: '';
    background: url(/images/sprite_geral.png) no-repeat -43px 0;
}

#produtos .menu-lateral a:hover {
    border-left-color: #ddd;
}

#produtos .menu-lateral a.active {
    background-color: #222;
}

.breadcrumbs li a {
    color: #FFFFFF;
    color: rgba(255,255,255,0.7);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
}

.breadcrumbs li:last-child a {
    font-weight: 400;
    text-decoration: none;
}


/* -- PRODUTO SHOW -- */
#produtoShow .spritesocial {
    background-image: url(images/partilha_sprite.png);
}

.prodNav {
    border-bottom: 1px solid #E9E9E9;
}

.prodNav .innerProdNav {
    z-index: 2;
    position: absolute;
    text-align: center;
    width: 100%;
    top: -83%;
}

.prodNav .close:before {
    background: url(images/sprite_geral.png) no-repeat 0 -20px;
}

.prodNav .btnprev:before {
    background: url(images/sprite_geral.png) no-repeat 0 -20px;
}

.prodNav .btnnext:after {
    background: url(images/sprite_geral.png) no-repeat -8px -20px;
}

.prodNav .lbl_produtos {
    color: #333;
    font-family: 'Playfair Display';
    letter-spacing: 5px;
}

#produtoShow .produtoCartOn {
    background-color: #eee;
    color: #FFFFFF;
}

#produtoShow .produtoCartOn:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #111;
}

#produtoShow .prodRel {
    border-top: 1px solid #eaeaea;
}

#produtoShow .prodRel .pnl_textos {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}

#produtoShow .prodRel .pnl_textos .titulo {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 30px;
    color: #1f1f1f;
}

#produtoShow .prodRel .pnl_textos .subtitulo {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 12px;
    color: #1f1f1f;
    letter-spacing: 5px;
    margin-top: 25px;
}

#produtoShow .text-module-h1 {
    font-size: 55px;
    color: #212121;
    font-family: 'Playfair Display';
}

#produtoShow .lit_ref {
    color: #666;
    font-weight: 700;
    font-family: 'Open Sans';
}

#produtoShow .text-module-texto {
    font-family: 'Open Sans';
    color: #858585;
    margin-top: 10px;
}

@media only screen and (max-width:600px) {
    #produtoShow .prodRel .pnl_textos {
        width: 90%;
    }
}

@media only screen and (max-width:365px) {
    .prodNav a.navLnk {
        padding: 0 6px;
    }

    .prodNav .lbl_produtos {
        padding: 0 5px;
    }
}

.bloco_precos {
    width: 49%;
    display: inline-block;
    height: 76px;
}

.bloco_precos:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 76px;
    background: url('images/arrow-gray-right.png') no-repeat;
    top: -15px;
    right: 0;
}

.bloco_portes {
    width: 49%;
    display: inline-block;
    color: #999;
    padding-top: 30px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Open Sans';
}

.bloco_portes .lbl_iva {
    background: url(images/icon_percentagem.png) no-repeat 5px center;
    padding-left: 25px;
    display: block;
    margin-bottom: 15px;
    margin-left: 30px;
}

.bloco_portes .lbl_portes {
    background: url(images/icon_entrega.png) no-repeat left center;
    padding-left: 25px;
    display: block;
    margin-bottom: 15px;
    margin-left: 30px;
}

.lbl_preco_promo {
    margin-left: 30px;
}

.prodNav a.navLnk {
    color: #333;
    font-family: 'Playfair Display';
}

.prodNav a.navLnk.btnprev {
    border-right: 1px solid #e9e9e9;
}

#produtoShow .innerProdutoShow {
    max-width: 95%;
    margin: 0 auto;
    padding-top: 60px;
}

#produtoShow .lbl_voucher {
    background: #0D0D0D;
}

#produtoShow .tbx_quantidade {
    border: 2px solid #222;
}

#produtoShow .lnk_ver_produtos_contemplados {
    background-color: #0D0D0D;
    border: 1px solid #444444;
    color: #AAA;
}


#produtoShow #UCProdList {
    border-top: 0;
}

.lbl_download_ficha {
    font-size: 13px;
    color: #777777;
    display: block;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
}

.lnk_download_ficha {
    color: #222;
    font-size: 14px;
    background: url(images/icon-download.png) no-repeat left center;
    padding-left: 15px;
    font-weight: 600;
    font-family: 'Open Sans';
}

/* -- NOTICIAS LIST -- */
.noticiasBg {
    background-color: #f0f0f0;
}

#news .lbl_noticias {
    margin-top: 110px;
}

#news .noticia {
    border-bottom: 1px solid #fff;
    margin-bottom: 55px;
}

#news .tituloSpacer {
    margin-top: 100px;
}

#news .noticia .lnk_noticia .branco {
    color: #777;
}

#news .lbl_noticias:before,
#news .lbl_noticias:after {
    display: none;
}

#news .lit_titulo {
    color: #1f1f1f;
    font-family: 'Playfair Display';
}

#news .lbl_resumo {
    color: #1f1f1f;
    font-family: 'Playfair Display';
}

#news .spanNova {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #1f1f1f;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Playfair Display';
    color: #fff;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    line-height: 59px;
    text-transform: uppercase;
}

#news .spanData {
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
    font-family: 'Open Sans';
    color: #444;
}


.conteudo h1.text-module-h1 {
    font-weight: 400;
    color: #fff;
}

/* -- NOTICIAS SHOW -- */

.noticiaShow {
    background-color: #f0f0f0;
}

.noticiaShow .lnk_voltar:before {
    background: url(images/sprite_geral.png) no-repeat 0 -20px;
}

.noticiaShow .spritesocial {
    background-image: url(images/partilha_sprite.png);
}

.noticiaShow .lnk_print:after {
    background: url(images/sprite_geral.png) no-repeat -25px -18px;
}

.noticia_holder {
    max-width: 1160px;
    width: 95%;
    margin: 0 auto;
}

.noticiaShow .gallery-module-slider li {
    height: 400px;
}

.noticiaShow .spanData {
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
    font-family: 'Open Sans';
    color: #444;
}

.noticiaShow .textos-show .text-module-h1 {
    color: #1f1f1f;
}

.noticiaShow .textos-show .text-module-resumo {
    color: #1f1f1f;
    margin-top:30px;
    display:block;
    font-size:24px!important;
}

.noticiaShow .textos-show .text-module-texto {
    color: #202020;
    font-weight: 400;
    margin-top: 10px;
}

.noticiaShow .social-module-share .lbl_partilhe {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

.noticiaShow .social-module-share ul li a:after {
    background-image: url(images/partilha_sprite2.png);
}

@media only screen and (min-width:451px) and (max-width:641px) {
    .noticiaShow .gallery-module-slider li {
        height: 300px;
    }
}

@media only screen and (max-width:450px) {
    .noticiaShow .gallery-module-slider li {
        height: 250px;
    }
}

@media only screen and (max-width:350px) {
    .noticiaShow .gallery-module-slider li {
        height: 200px;
    }
}

/* -- SOCIAL SHARE -- */

.social-module-share .lbl_partilhe {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    color: #727272;
    font-size: 12px;
    font-family: 'Open Sans';
}

.social_shares {
    display: inline-block;
    vertical-align: middle;
}

.social-module-share ul li a {
    width: 20px;
    border: 0;
}

.social-module-share ul li a:after {
    background-image: url(images/partilha_sprite2.png);
}


/* -- MODULO DO MAPA -- */
.map-module .map-module-map-holder #map-module-dir {
    background-color: #111;
}

.map-module .map-module-map-holder #map-module-dir .map-module-dir-label:after {
    background: url(images/map_module_sprite.png) no-repeat -115px -1px;
}

.map-module .map-module-map-holder #botao-mapa-MA:after {
    background: url(images/map_module_sprite.png) no-repeat -115px -1px;
}

.map-module #map-module-dirresult #directions-fundo-mapaMA {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}


/* -- MODULO - BANNER TEXTO -- */
.banner-text-module-titulo {
    color: #fff;
    font-size: 100px;
    font-weight: 400;
    font-family: 'Playfair Display';
    display: block;
}

.banner-text-module-resumo {
    color: #fff;
    font-size: 25px;
    line-height: 1.2em;
    font-style: italic;
    font-family: 'Playfair Display';
    display: block;
    padding-top: 15px;
}

.banner-text-module-resumo .year {
    display: inline-block;
    height: 100%;
}

.banner-text-module-resumo .grey-year {
    color: #545454;
    font-size: 125px;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: normal;
}

.banner-text-module-resumo .white-year {
    color: #fff;
    font-size: 125px;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: normal;
    margin-left: -25px;
}

.banner-text-module-resumo .descontos {
    display: inline-block;
    height: 100%;
}

@media only screen and (max-width: 1260px) {
    .banner-text-module-titulo {
        font-size: 100px;
    }

    .banner-text-module-resumo .grey-year {
        font-size: 100px;
    }

    .banner-text-module-resumo .white-year {
        font-size: 100px;
    }
}

@media only screen and (max-width:450px) {
    .banner-text-module-titulo {
        font-size: 70px;
    }

    .banner-text-module-resumo .grey-year {
        font-size: 65px;
    }

    .banner-text-module-resumo .white-year {
        font-size: 65px;
    }
}

/* -- MODULO - BANNER TEXTO -- */
.banner-text-module-imagem {
    height: 650px;
}


/* -- LISTAGEM DE ARTIGOS -- */
.text-list-module .text-list-item-titulo {
    color: #fff;
}

.text-list-module .text-list-item-resumo {
    color: #fff;
}

.text-list-module .text-list-item-mais {
    color: #fff;
}


/* -- MENU CONTEUDOS -- */
.menu_conteudos li a {
    color: #CCCCCC;
    background-color: transparent;
    font-size: 24px;
}

.menu_conteudos li a.active {
    background-color: transparent;
    border-bottom: 1px solid #BAA673;
    border-top: 1px solid #BAA673;
    color: #BAA673;
}

.menu_conteudos > li > a {
    background-color: #333;
    color: #ddd;
}

.menu_conteudos > li > a.active {
    background-color: #333;
}

.menu_conteudos > li > a:after {
    background-image: url(images/sprite_geral.png);
}

.text-module-resumo {
    color: #202020;
    font-weight: 400 !important;
    font-size: 35px;
    font-family: 'Playfair Display' !important;
}

.text-module-texto {
    color: #1f1f1f;
    font-weight: 400;
    margin-top: 20px;
}

.text-module-texto strong {
    font-size: 20px;
    font-weight: 700;
}

.conteudo h1 {
    color: #333;
    font-family: 'Playfair Display';
    letter-spacing: 5px;
}

@media only screen and (max-width:600px) {
    .text-module-resumo {
        font-size: 35px;
    }
}

/* -- GALERIA MODULE -- */
.gallery-module .gallaNav {
    background: url(images/sprite_slider.png) -93px -80px;
}

.gallery-module .gallaNav.arrowLeft {
    background: url(images/sprite_slider.png) -3px -3px;
    width: 58px;
    height: 58px;
}

.gallery-module .gallaNav.arrowRight {
    background: url(images/sprite_slider.png) -73px -3px;
    width: 58px;
    height: 58px;
}

.gallery-module .bx-pager-item .bx-pager-link.active:after {
    background: url(images/gallery_sprite.png) no-repeat 0 -30px;
}

/* -- MODULO - LISTAGEM GALERIAS -- */
.gallery-list-module {
    padding-top: 100px;
}

.gallery-list-module .titulos {
    border-top: 0 solid #222222;
    border-bottom: 0 solid #222222;
}

.gallery-list-module .titulos:before {
    content: '';
    display: block;
    border-bottom: 1px solid #222;
    position: absolute;
    width: 100%;
    top: 50px;
}

.gallery-list-module .titulos h1 {
    color: #B0B1B2;
    font-size: 25px;
    font-weight: 300;
    display: inline-block;
    padding: 0 30px;
    background-color: #171717;
}

.gallery-list-module .itemCol .lbl_nome {
    color: #fff;
    background-color: #191919;
    border: 1px solid #191919;
    line-height: 1em;
    text-align: left;
    padding-left: 30px;
}

.gallery-list-module .titulos h2 {
    color: #B0B1B2;
}

.gallery-list-module .titulos h2 a {
    color: #B0B1B2;
}

.gallery-list-module .itemCol .lbl_nome.openGal:after {
    background: url(images/gallery_sprite.png) no-repeat 0 0;
}

.gallery-list-module .itemCol .lbl_nome .tipo_gal {
    font-size: 11px;
    color: #555555;
    display: block;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 70%;
    overflow: hidden;
}

.gallery-list-module .itemCol .lbl_nome .nome_gal {
    font-size: 16px;
    color: #CCCCCC;
}

/* -- SWIPEBOX -- */
#swipebox-slider .slide {
    background-image: url(images/preloader.gif);
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    background-image: url(images/gallery_sprite.png);
}

#swipebox-overlay {
    background: #0d0d0d;
    background: rgba(11,11,11,0.8);
}

#swipebox-action, #swipebox-caption {
    text-shadow: 1px 1px 1px black;
    background-color: #0d0d0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
    background-image: -webkit-linear-gradient(top, #0d0d0d, black);
    background-image: linear-gradient(to bottom, #0d0d0d, black);
}

#swipebox-action {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white !important;
}


/* -- MALIGHTBOX -- */
#malightbox .content {
    background: none repeat scroll 0 0 #333;
    color: #fff;
}

#malightbox .content .descr span.titulo {
    color: #fff;
}

#malightbox .content .descr span.subtitulo {
    color: #fff;
}


/* -- SELECTS -- */
.select2-container {
    width: auto;
}

.select2-container .select2-choice {
    background-color: #fff;
    border: 0;
    margin-top: 20px;
    padding: 0 0 0 20px;
    z-index: 1;
}

.select2-container .select2-choice:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.select2-container .select2-choice:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.select2-container .select2-choice > .select2-chosen {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    font-family: 'Playfair Display';
    margin-right: 115px;
}

.select2-container .select2-choice .select2-arrow {
}

.select2-container .select2-choice .select2-arrow b {
    background-image: url('images/sprite_geral.png');
    width: 18px;
    height: 10px;
}

.select2-search input {
    border: 1px solid #222222;
    background-image: url('images/select2.png');
}

.select2-search-choice-close {
    background-image: url('images/select2.png');
}

.select2-container .select2-choice abbr {
    background-image: url('images/select2.png');
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #0D0D0D;
    border: 1px solid #222222;
}

@media only screen and (max-width:800px) {
    .select2-container .select2-choice {
        padding: 0 0 0 10px;
    }

    .select2-container .select2-choice > .select2-chosen {
        margin-right: 50px;
    }
}

@media only screen and (max-width:600px) {
    .select2-container {
        display: block;
    }
}

.chosen-container-single .chosen-single {
    border: 1px solid #222222;
    color: rgba(255, 255, 255, 0.5);
}

.chosen-container-single .chosen-single > div > b {
    background: url(images/sprite_geral.png) no-repeat 0 0;
}


/* -- IMAGENS CART -- */
.cart-module .icon {
    background-image: url(images/macart/sprite_cart.png);
}

.cart-module .cart-panel .cart-product-remove a:after {
    background-image: url(images/macart/sprite_cart.png);
}

.stepper .stepper-arrow:after {
    background-image: url(images/macart/sprite_cart.png);
}

.cart-module .cart-voucher .cart-voucher-remove:after {
    background-image: url(images/macart/macart/sprite_cart.png);
}

.cart-module .refresh:after {
    background-image: url(images/sprite_cart.png);
}

.chosen-container-single .chosen-single > div > b {
    background-image: url(images/sprite_geral.png);
}

.checkout-module .cart-nav li:before {
    background-position: -39px -40px;
}

.checkout-module .cart-nav li:before {
    background-image: url(images/macart/sprite_cart.png);
    background-color: #fff;
}

.ico_plus {
    display: block;
    height: 39px;
    width: 39px;
    background: url(images/plus.png) no-repeat center center;
}

/* -- CART -- */
.cart-module .icon {
    background: url(images/macart/sprite_cart.png) no-repeat 0 0;
}

.cart-module .cart-titulo {
    color: #B0B1B2;
}

.cart-module .cart-titulo a {
    color: #B0B1B2;
}

.cart-module .cart-panel .cart-product-header {
    border-bottom: 1px #222222 solid;
    color: #B0B1B2;
}

.cart-module .cart-panel .cart-product {
    border-bottom: 1px #222222 solid;
}

.cart-module .cart-panel .cart-product-img a {
    border: 1px solid #222222;
}

.cart-module .cart-panel .cart-product-fam {
    color: #222;
}

.cart-module .cart-panel .cart-product-fam a {
    color: #fff;
}

.cart-module .cart-panel .cart-product-name {
    color: #222;
}

.cart-module .cart-panel .cart-product-name a {
    color: #fff;
}

.cart-module .cart-panel .cart-product-remove a {
    border: 1px solid #222222;
}

.cart-module .cart-panel .cart-product-remove a:after {
    background: url(images/macart/sprite_cart.png) no-repeat -90px -45px;
}

.cart-module .cart-panel .cart-product-remove a:hover {
    outline: 1px solid #333;
}

.stepper .stepper-arrow:after {
    background: url(images/macart/sprite_cart.png) no-repeat -80px -45px;
}

.cart-module .cart-voucher-label {
    color: #222;
}

.cart-module .cart-voucher .cart-voucher-remove {
    border: 1px solid #222222;
}

.cart-module .cart-voucher .cart-voucher-remove:after {
    background: url(images/macart/sprite_cart.png) no-repeat -90px -45px;
}

.cart-module .cart-voucher .cart-voucher-remove:hover {
    outline: 1px solid #333;
}

.cart-module .refresh {
    border: 1px solid #fff;
}

.cart-module .refresh:after {
    background: url(images/macart/sprite_cart.png) no-repeat -105px -45px;
}

.cart-module .row.cart-totais {
    border: 1px solid #1D1D1D;
}

.cart-module .cart-totais-item {
    border-bottom: 1px solid #151515;
    color: #B0B1B2;
}

.cart-module .cart-totais-item:first-child {
    border-top: 1px solid #151515;
}

.cart-module .cart-totais-item.cart-total {
    color: #ECECEC;
}


.checkout-module .cart-nav:before {
    background-color: #222;
}

.checkout-module .cart-panel .cart-panel-titulo {
    color: #222;
}

.checkout-module .cart-panel .cart-panel-sub-titulo {
    color: #333 !important;
}

.pnl_hold_resumo {
    border: 1px solid #1D1D1D;
}

.pnl_hold_resumo .row {
    border-bottom: 1px solid #222222;
    color: #222;
}

.pagamentos_list li {
    border: 1px solid #222222;
}

.pagamentos_list li .titulo_pagamento {
    color: #B0B1B2;
}

.pagamentos_list li .titulo_pagamento:after {
    background: url(images/macart/sprite_cart.png) -90px 0;
}

.pagamentos_list li .titulo_pagamento label {
    color: #222;
}

.pagamentos_list li .descricao_pagamento {
    color: #222;
}

.pagamentos_list li.active {
    border: 2px solid #ffffff;
}

.lnk_carrinho {
    color: #B0B1B2;
    border: 1px solid #3D3D3D;
}

.checkout-module .recuperar-password a {
    color: rgb(237, 237, 237);
}

.recuperar-password a {
    color: rgb(237, 237, 237);
}

.morada_label {
    color: #fff;
}

.resumoMorada {
    color: #222;
}

.resumoMorada hr {
    background-color: #1D1D1D;
}

.icheckbox_polaris, .iradio_polaris {
    background-image: url(images/icheck.png);
}


@media only screen and (min-width: 1026px) and (max-width: 1126px) {
    .cart-module .cart-panel .cart-product-txt {
        padding-left: 15px !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 700px) {
     .cart-module .cart-panel .cart-product-txt {
        width: 70% !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 762px) {
    .cart-module .cart-panel .cart-product-qtd {
        padding: 0!important;
    }
}

@media only screen and (max-width: 640px) {
    .cart-module .cart-panel .cart-product-qtd {
        text-align: center;
    }

    .cart-module .cart-panel .cart-product-remove {
        padding-top: 11px!important;
    }
} 


/* -- AREA CLIENTE -- */
#user_info .dashboard .lbl_bem_vindo:after,
#user_info .dashboard .lbl_bem_vindo:before {
    display: none;
}

#user_info .lnk_logout {
    border: 1px solid #3D3D3D;
    color: #FFF;
    background: url("images/closeList.png") no-repeat 15px center transparent;
}

#user_info .line_separator {
    border-top: 1px solid #252525;
}

#user_info .AC_menu .lnk_menu {
    color: #fff;
}

#user_info .AC_menu .lnk_menu.activo {
    border-bottom: 4px solid #bdbdbd;
}

@media only screen and (max-width: 40em) {
    #user_info .AC_menu li {
        border-bottom: 1px solid #222;
        display: block;
        min-height: 33px;
        line-height: 27px;
        margin: 0 auto;
        width: 60%;
    }

    #user_info .AC_menu .lnk_menu.activo {
        border-bottom: 0;
        border-left: 2px solid #bdbdbd;
    }
}


/* - Listagem de Encomendas - */
.encomendas .row.encomendas {
    text-align:center;
    margin: auto;
}

.encomendas .row.encomendas .lbl_no_res {
    top: 20px;
}

.encomendas .repeaterHat,
.encomendas .repeaterHat1,
.encomendas .repeaterHatEncomenda {
    background-color: #1d1d1d;
    color: #fff !important;
}

.encomendas .repeaterHat span,
.encomendas .repeaterHat1 span,
.encomendas .repeaterHatEncomenda span {
    color: #fff !important;
}

.encomendas .repeaterLine {
    border-bottom: 1px solid #252525;
}

.encomendas .lnkBack {
    border: 1px solid #222;
}

.encomendas .lnkBack:hover {
    background-color: #222;
    color: #fff;
}

.encomendas .lbl_subtotal {
    border-bottom: 1px solid #1D1D1D;
}

/* - Listagem de Moradas - */

.moradas .add_morada {
    margin: 20px 0;
    color: #fff;
    background-color: #222;
}

.moradas .add_morada:hover {
    background-color: #111;
    color: #fff;
}

.moradas .morada {
    border: 1px solid #222;
}

.moradas .lnkb_removerMorda {
    color: #FFF;
    background-color: #222;
}

.moradas .lnkb_editarMorda {
    border: 2px solid #FFF;
}

.sFont {
    font-family: 'Open Sans', Arial,sans-serif;
}

.Light {
    font-weight: 300;
}

.banner-module-texto .conteudo {
    background-color: transparent;
    font-family: 'Open Sans', Arial,sans-serif;
}

.banner-module .banner-module-texto .conteudo2 {
    font-size: 100px;
    color: #212121;
    font-weight: 400;
    font-family: 'Playfair Display', 'Open Sans Condensed', sans-serif;
    line-height: 1em;
    margin-top: 40px;
}

.bloco_caixas {
    margin-top: 20px;
    width: 100%;
    display: block;
    vertical-align: top;
    margin-right: 3%;
    max-width: 457px;
}

.bloco_caixas .select2-container {
    width: 100% !important;
}

.bloco_caixas .select2-choice:before,
.bloco_caixas .select2-choice:after {
    display: none;
}

#produtoShow .qnt {
    height: 71px;
    border: 2px solid #222222;
    border-radius: 2px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    display: block;
    vertical-align: top;
    float: none;
    max-width: 457px;
}

#produtoShow .lbl_quantidade {
    float: none;
    display: inline-block;
    color: #666666;
    font-size: 13px;
}

#produtoShow .tbx_quantidade {
    border: 0;
    display: inline-block;
    float: none;
    color: #333;
    font-size: 25px;
    text-align: left;
    font-weight: 400;
    font-family: 'Playfair Display';
}

#produtoShow .select2-container .select2-choice .select2-arrow {
    width: 50px;
}

#produtoShow .select2-container .select2-choice .select2-arrow b {
    background-image: url('images/sprite_geral.png');
    right: 30px;
    width: 18px;
    height: 10px;
}

#produtoShow .select2-container .select2-choice {
    height: 71px;
    line-height: 71px;
    border: 2px solid #222222;
    font-size: 13px;
}

#produtoShow .produtoCartOn {
    font-size: 10px;
    color: #444;
    width: 100%;
    text-align: center;
    border-radius: 0;
    max-width: 457px;
    font-weight: 700;
    font-family: 'Open Sans';
    letter-spacing: 1px;
    height: 71px;
    line-height: 71px;
    float: none;
}

#produtoShow .produtoCartOn:hover {
    background-color: #222;
    color: #fff;
}

#produtoShow .addItem {
    position: relative;
    left: 0;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-position: -14px 1px;
}

#produtoShow .lbl_preco {
    font-weight: 700;
    color: #545454;
    font-family: 'Open Sans';
    font-size: 35px;
}

#produtoShow .lbl_preco:before {
    content:attr(data-variacao);
    
    position:absolute;
    left:0;
    top:-5px;
    font-size:10px;
}

#produtoShow .lbl_preco .old {
    display: block;
    color: #929292;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 400;
    margin-top: 10px;
}

@media only screen and (max-width: 1025px) {
    .bloco_caixas {
        margin: auto;
        margin-top: 20px;
    }

    #produtoShow .qnt {
        margin: auto;
        margin-top: 20px;
    }

    #produtoShow .produtoCartOn {
        margin: auto;
        margin-top: 20px;
    }
}

.stepper_button {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    background: url('images/sprite_geral.png') no-repeat -45px -15px;
    right: 30px;
    top: 25px;
    cursor: pointer;
}

.stepper_button.stepper_down {
    right: auto;
    left: 30px;
    background-position: -25px -15px;
}

/* Two Blocks module*/
.two-blocks-module {
    width: 100%;
    height: 463px;
    display: block;
    font-size: 0;
    clear: both;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    margin: 0 !important;
}

.two-blocks-module .block-left,
.two-blocks-module .block-right {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
    overflow: hidden;
}

.two-blocks-module .block-left:after,
.two-blocks-module .block-right:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222;
    opacity: 0.9;
}

.two-blocks-module .block-left:hover .img,
.two-blocks-module .block-right:hover .img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -moz-transition: transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}

.two-blocks-module .img {
    width: 100%;
    height: 100%;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -moz-transition: transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}

.two-blocks-module .textos {
    display: block;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.two-blocks-module .desc {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Playfair Display';
}

.two-blocks-module .titulo {
    text-align: center;
    font-size: 80px;
    font-weight: 400;
    color: #fff;
    padding-top: 20px;
    font-family: 'Playfair Display';
}

.two-blocks-module .ver-produtos {
    display: inline-block;
    width: 140px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #222;
    margin-top: 60px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Open Sans';
    letter-spacing: 1px;
}

.two-blocks-module .ver-produtos:hover {
    background-color: #fff;
    color: #222;
}

@media only screen and (max-width: 980px) {
    .two-blocks-module {
        height: 800px;
    }

    .two-blocks-module .block-left,
    .two-blocks-module .block-right {
        display: block;
        width: 100%;
        height: 50%;
    }
}

/* destaque marcas module*/

.destaque-marcas-module {
    display: block;
    clear: both;
    padding: 6% 0;
    text-align: center;
    width: 96%;
    max-width: 1235px;
    margin: 0 auto;
    font-size: 0;
}

.destaque-marcas-module .top-textos {
    display: table;
    width: 50%;
    margin: 0 auto 10%;
    text-align: center;
}

.destaque-marcas-module .top-textos .titulo {
    font-size: 30px;
    font-weight: 400;
    color: #212121;
    font-family: 'Playfair Display';
}

.destaque-marcas-module .top-textos .subtitulo {
    font-size: 12px;
    font-weight: 400;
    color: #202020;
    font-family: 'Playfair Display';
    letter-spacing: 6px;
    margin-top: 30px;
    text-transform: uppercase;
}

.destaque-marcas-module .list {
    display: block;
    clear: both;
    position: relative;
}

.destaque-marcas-module .caroufredsel_wrapper {
    margin: 4% auto !important;
}

.destaque-marcas-module ul {
    clear: both;
    display: block;
    width: 100%;
    margin-top: 4%;
    font-size: 0;
}

.destaque-marcas-module ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    height: 100px;
}

.destaque-marcas-module ul li .item {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.destaque-marcas-module ul li .imagem {
    display: block;
    width: 150px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.destaque-marcas-module .btn-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 10;
    cursor: pointer;
}

.destaque-marcas-module .btn-nav.btn-prev {
    left: -5px;
}

.destaque-marcas-module .btn-nav.btn-next {
    right: -5px;
}


.destaque-marcas-module .btn-nav span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.destaque-marcas-module .btn-nav.disabled {
    zoom: 1;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: default;
}


.destaque-marcas-module .btn-nav.btn-prev .ico {
    background: url('/styles/black/images/sprite_slider.png') no-repeat -49px -71px;
    width: 22px;
}

.destaque-marcas-module .btn-nav.btn-next .ico {
    background: url('/styles/black/images/sprite_slider.png') no-repeat -71px -71px;
    width: 22px;
}


@media only screen and (max-width: 600px) {
    .destaque-marcas-module .top-textos {
        width: 80%;
    }
}

/* banner produtos*/
.banner-produtos {
    width: 100%;
    height: 372px;
}

.banner-produtos:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222;
    opacity: 0.95;
}

.banner-produtos .banner_img {
    width: 100%;
    height: 100%;
}

.banner-produtos .textos {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    top: 25%;
    height: 100%;
}

.banner-produtos .textos .subtitulo {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'Playfair Display';
    letter-spacing: 5px;
    text-transform: uppercase;
}

.banner-produtos .textos .titulo {
    font-size: 100px;
    font-weight: 400;
    color: #fff;
    font-family: 'Playfair Display';
    margin-top: 30px;
}

.banner-produtos .seta {
    display: block;
    width: 22px;
    height: 12px;
    margin: 0 auto;
    margin-top: 50px;
}

.banner-produtos .seta .arrow-white-down {
    display: block;
    margin: 0 auto;
    background: url('images/userSprite.png') no-repeat -41px -98px;
    width: 22px;
    height: 12px;
}

@media only screen and (min-width: 561px) and (max-width: 700px) {
    .banner-produtos .textos {
        width: 90%;
    }

    .banner-produtos .textos .titulo {
        font-size: 85px;
    }
}

@media only screen and (max-width: 560px) {
    .banner-produtos .textos {
        width: 90%;
    }

    .banner-produtos .textos .titulo {
        font-size: 75px;
    }

    .banner-produtos .textos .subtitulo {
        font-size: 13px;
    }
}


@media all and (max-width: 450px) {
    .banner-produtos .textos .titulo {
        font-size: 50px;
    }
}

/* zona de pesquisa */
.select2-results {
    font-family: 'Playfair Display';
    font-size: 14px !important;
    font-weight: 400;
    color: #000;
}

.escolha-n-por-pag {
    clear: both;
    margin-top: auto;
    text-align: center;
    width: 100%;
}

.escolha-n-por-pag .escolha-inner {
    float: left;
    text-align: left;
}

.escolha-n-por-pag .escolha-inner .lbl_ppp {
    color: #1d1d1d;
}


/* painel marca*/
.pnl_marca {
    font-size: 0;
    clear: both;
    width: 100%;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}

.pnl_marca .img_marca {
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

/* banner duvidas */
.banner-duvidas {
    width: 100%;
    height: 401px;
    background-color: #eee;
}

.banner-duvidas .textos {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 110px;
}

.banner-duvidas .textos .titulo {
    font-size: 30px;
    font-family: 'Playfair Display';
    font-weight: 400;
    color: #202020;
}

.banner-duvidas .textos .subtitulo {
    font-size: 12px;
    font-family: 'Playfair Display';
    font-weight: 400;
    color: #202020;
    letter-spacing: 5px;
    margin-top: 30px;
    text-transform: uppercase;
}

.banner-duvidas .textos .lnk_banner_duvidas {
    font-size: 15px;
    font-family: 'Playfair Display';
    font-weight: 400;
    color: #333;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 50px;
    width: 236px;
}

.banner-duvidas .textos .lnk_banner_duvidas:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.banner-duvidas .textos .lnk_banner_duvidas:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

@media only screen and (max-width:600px) {
    .banner-duvidas .textos {
        width: 90%;
    }
}

/* no print */
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}


/* empresa */
.conteudo .empresa:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/empresa_bg.png') no-repeat;
}

.conteudo .empresa .breadcrumbs {
    display: none;
}

.conteudo .empresa .column.small-12.large-7.large-7.medium-11.medium-centered {
    max-width:840px!important;
    width:auto!important;
    margin-left:25%!important;
}

.conteudo .empresa .pnl_video {
    clear: both;
    text-align: center;
    margin: auto;
    margin-top: 90px;
}

.conteudo .empresa .pnl_video .titulo_video {
    font-size: 12px;
    font-family: 'Playfair Display';
    font-weight: 400;
    color: #1f1f1f;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.conteudo .empresa .pnl_video .if_video {
    width: 829px;
    height: 466px;
    margin-top: 40px;
}


@media only screen and (max-width:1680px) {
    .conteudo .empresa .column.small-12.large-7.large-7.medium-11.medium-centered {
        margin-left:35%!important;
    }
}


@media only screen and (max-width:1280px) {
    .conteudo .empresa .column.small-12.large-7.large-7.medium-11.medium-centered {
        margin-left:45%!important;
    }
}


@media only screen and (max-width:860px) {
    .conteudo .empresa .pnl_video .if_video {
        width: 100%;
        max-height: 466px;
    }

    .conteudo .empresa:before {
        display: none;
    }

    
    .conteudo .empresa .column.small-12.large-7.large-7.medium-11.medium-centered {
        max-width:auto!important;
        width:auto!important;
        margin-left:auto!important;
    }
}

/* recuperar password */
#user_info .row.dashboard .user_info_titulo {
    color: #fff !important;
    margin-bottom: 1px;
    font-family: 'Playfair Display';
    letter-spacing: 5px;
}

#user_info .lbl_msg_recuperar {
    color: #fff;
    font-family: 'Playfair Display';
}

#user_info .lbl_registo_complete,
#user_info .lbl_registo_error {
    font-family: 'Playfair Display';
    color: #fff;
}

@media only screen and (min-width:371px) and (max-width:600px) {
    #user_info .dashboard .lbl_bem_vindo {
        font-size: 75px;
    }
}

@media only screen and (max-width:370px) {
    #user_info .dashboard .lbl_bem_vindo {
        font-size: 60px;
    }
}


/* modulo login  */
#user_info .lbl_login_1_titulo,
#user_info .lbl_login_1_subtitulo,
#user_info .lbl_login_2_titulo,
#user_info .lbl_login_2_subtitulo {
    font-family: 'Playfair Display';
    color: #fff;
}


/* validação de email */
#user_info .lbl_msg_validar {
    font-family: 'Playfair Display';
    color: #fff;
}

/* logout */
#user_info .lbl_msg_logout {
    font-family: 'Playfair Display';
    color: #fff;
}







/*
@media all and (min-width: 1221px) and (max-width: 1500px) {
}

@media all and (min-width: 1025px) and (max-width: 1220px) {
    #menuArea .row {
        width: 95%;
    }

    #header .lnk_mLogo {
        width: 95%;
        display: block;
    }

    #header .mLogoHolder {
        max-width: 200px;
        margin: 25px 0;
    }

    nav.mainMenu li a {
        font-size: 16px;
        padding: 15px 10px;
        line-height: 50px;
    }

    .destaque-marcas-module .slider-inner .bx-wrapper img {
        right: 0;
        margin: auto;
    }

    .destaque-marcas-module .slider-inner .bx-wrapper .bx-viewport ul li {
        margin-right: 25px !important;
        margin-left: 25px;
        text-align: center;
    }

    .destaque-marcas-module .slider-holder {
        max-height: 350px;
    }

    .destaque-marcas-module .slider-inner .bx-wrapper .bx-controls-direction {
        bottom: -40px;
    }

    #footer .footer_left {
        width: 59%;
    }

    #footer .footer_right {
        width: 39%;
        vertical-align: top;
    }

    #footer .footer_right-inner {
        margin-left: 0;
    }
}

@media all and (min-width: 701px) and (max-width: 1024px) {

    nav.mainMenu li a {
        color: #fff;
    }

    nav.mainMenu li .icon-arrow-down {
        display: none;
    }

    .lingua_ativa {
        margin-left: 0;
    }

    .lingua_ativa:before {
        display: none;
    }

    nav.mainMenu li .pesquisa.ico_pesq {
        background-position: 0 -15px;
        position: absolute;
        right: 10px;
        top: 12px;
    }

    #footer {
        height: auto;
        display: table;
    }

    #footer .footer_left {
        display: table-footer-group;
        width: 100%;
    }

    #footer .footer_right {
        display: table-header-group;
        width: 100%;
    }

    #footer .footer_right-inner {
        top: 0;
        padding-top: 50px;
    }

    #footer .social-module {
        text-align: center;
        padding-bottom: 15px;
    }

    #footer .newletter-module {
        text-align: center;
    }

    #footer .rowCopy {
        max-width: 95%;
        margin-left: 0;
        text-align: center;
    }

    #footer .copyHolder {
        text-align: center;
    }

    #footer .fLogoHolder {
        display: none;
    }

    .footerMenu {
        padding: 0;
        margin: 0;
        margin: 25px auto;
        margin-bottom: 25px;
    }

    #footer .P_Newletter {
        margin: 0 auto;
        width: 100%;
    }

    .footerMenu ul {
        text-align: center;
    }

    #footer .footer_right .row.logo {
        display: block;
        margin-bottom: 30px;
    }

    #header .mLogoHolder {
        max-width: 200px;
        margin: 25px 0;
    }

    .conteudo .banner-module .banner-module-texto .conteudo1 {
        font-size: 40px !important;
        display: block;
    }

    nav.mainMenu ul {
        background: #fff;
        border: 1px solid #ddd;
    }

    nav.mainMenu li a.activo {
        border-left: 2px solid #BDBDBD;
        border-bottom: 0;
    }

    nav.mainMenu #linguas > a {
        display: none;
    }

    nav.mainMenu {
        margin-top: 30px;
    }

    nav.mainMenu .menu-icon {
        display: inline-block;
        z-index: 4;
    }

    nav.mainMenu ul {
        display: none;
        position: absolute;
        padding: 20px;
        right: 0;
        top: 35px;
        width: 250px;
        z-index: 999999;
    }

    nav.mainMenu li {
        text-align: left;
        width: 100%;
        margin: 0;
    }

    nav.mainMenu li a {
        display: block;
        line-height: 30px;
    }

    nav.mainMenu li a.activo {
        border: 0;
    }

    nav.mainMenu li ul {
        display: block;
        position: static;
        padding: 0;
        width: auto;
    }

    nav.mainMenu li ul li a {
        width: 100%;
        padding-left: 15px;
        color: #fff !important;
    }

    nav.mainMenu.active ul {
        display: block;
        background-color: #222;
    }

    nav.mainMenu li .pesquisa_holder {
        width: 100%;
        display: inline-block;
        position: static;
    }

    nav.mainMenu li a {
        padding: 15px 6px;
    }

    .lingua_ativa {
        margin-left: 20px;
        margin-right: 20px;
    }

    nav.mainMenu li .submenu-linguas {
        right: auto;
        position: relative;
        top: 0;
        margin-top: 0;
        color: #fff;
        border: none;
        text-align: left;
    }

    nav.mainMenu li:hover a:after {
        display: none;
    }

    nav.mainMenu li .submenu-linguas li {
        display: inline-block;
        width: 20%;
    }

    #footer .footer_right-inner {
        top: 25%;
        margin-left: 0;
    }

    nav.mainMenu li .pesquisa_holder input {
        padding-right: 40px;
        box-sizing: border-box;
    }

    .banner-produtos .textos .titulo {
        font-size: 85px;
    }

    .banner-produtos .textos {
        width: 90%;
    }


    .gallery-module-slider li {
        height: 480px;
    }

    #produtoShow .innerProdutoShow {
        padding: 0;
    }
}

@media all and (min-width: 0) and (max-width: 700px) {

    nav.mainMenu #linguas {
        margin-top: 10px;
    }

    nav.mainMenu li .icon-arrow-down {
        display: none;
    }

    nav.mainMenu li .submenu-linguas {
        background-color: #222;
        margin-top: 42px;
        right: -20px;
    }

    .lingua_ativa {
        margin-left: 0;
    }

    .lingua_ativa:before {
        display: none;
    }

    #footer {
        height: auto;
        display: table;
    }

    #footer .footer_left {
        display: table-footer-group;
        width: 100%;
    }

    #footer .footer_right {
        display: table-header-group;
        width: 100%;
    }

    #footer .footer_right-inner {
        top: 0;
        padding-top: 50px;
    }

    #footer .social-module {
        text-align: center;
        padding-bottom: 15px;
    }

    #footer .newletter-module {
        text-align: center;
    }

    #footer .copyHolder {
        text-align: center;
    }

    #footer .fLogoHolder {
        display: none;
    }

    #footer .copyHolder:before {
        display: none;
    }

    .footerMenu {
        display: none;
        padding: 0;
        margin: 0;
        margin: 25px auto;
        margin-bottom: 25px;
    }

    #footer .P_Newletter {
        margin: 0 auto;
        width: 100%;
    }

    .footerMenu ul {
        text-align: center;
    }

    #footer .footer_right .row.logo {
        display: block;
        margin-bottom: 30px;
    }

    nav.mainMenu ul {
        background: #fff;
        border: 1px solid #ddd;
    }

    nav.mainMenu li a.activo {
        border-left: 2px solid #BDBDBD;
        border-bottom: 0;
    }

    nav.mainMenu #linguas > a {
        display: none;
    }

    nav.mainMenu {
        margin-top: 30px;
    }

    nav.mainMenu .menu-icon {
        display: inline-block;
        z-index: 4;
    }

    nav.mainMenu ul {
        display: none;
        position: absolute;
        padding: 20px;
        right: 0;
        top: 35px;
        width: 250px;
        z-index: 999999;
    }

    nav.mainMenu li {
        text-align: left;
        width: 100%;
        margin: 0;
    }

    nav.mainMenu li a {
        display: block;
        line-height: 30px;
    }

    nav.mainMenu li a.activo {
        border: 0;
    }

    nav.mainMenu li ul {
        display: block;
        position: static;
        padding: 0;
        width: auto;
    }

    nav.mainMenu li ul li a {
        width: 100%;
        padding-left: 15px;
        color: #fff !important;
    }

    nav.mainMenu.active ul {
        display: block;
        background-color: #222;
    }

    nav.mainMenu li .pesquisa_holder {
        width: 100%;
        display: inline-block;
        position: static;
    }

    nav.mainMenu li a {
        padding: 15px 6px;
    }

    .lingua_ativa {
        margin-left: 20px;
        margin-right: 20px;
    }

    nav.mainMenu li .submenu-linguas {
        right: auto;
        position: relative;
        top: 0;
        margin-top: 0;
        color: #fff;
        border: none;
        text-align: left;
    }

    nav.mainMenu li:hover a:after {
        display: none;
    }

    nav.mainMenu li .submenu-linguas li {
        display: inline-block;
        width: 20%;
    }

    #header .mLogoHolder {
        max-width: 200px;
        margin: 25px 0;
    }

    nav.mainMenu li a {
        color: #fff;
    }

    nav.mainMenu li .pesquisa.ico_pesq {
        background-position: 0 -15px;
        position: absolute;
        right: 10px;
        top: 12px;
    }

    .conteudo .banner-module .banner-module-texto .conteudo1 {
        font-size: 40px !important;
        display: block;
    }

    .footerMenu ul li {
        padding: 0 7px;
    }

    .footerMenu ul a {
        float: none;
        padding-right: 0;
    }

    #footer .submenu {
        padding-top: 20px;
    }

    #footer .submenu.big {
        padding-top: 0;
    }

    #footer .rowCopy {
        max-width: 95%;
        margin-left: 0;
        text-align: center;
        margin: 0 auto;
    }

    #footer .footer_right-inner {
        top: 25%;
        margin-left: 0;
    }

    nav.mainMenu li .pesquisa_holder input {
        padding-right: 40px;
        box-sizing: border-box;
    }

    .escolha-n-por-pag .escolha-inner {
        float: none;
        text-align: center;
    }

    .gallery-module-slider li {
        height: 320px;
    }

    .banner-produtos .textos .titulo {
        font-size: 60px;
    }

    .banner-produtos .textos {
        width: 90%;
    }

    .select2-container .select2-choice > .select2-chosen {
        margin-right: 0;
    }


    #produtoShow .innerProdutoShow {
        padding: 0;
    }
}

@media all and (min-width: 601) and (max-width: 700px) {
    .select2-container .select2-choice > .select2-chosen {
        margin-right: 50px;
    }
}



#produtos .select2-container .select2-choice:hover,
#footer .submenu li a:hover,
#footer .lnk_fLogo:hover,
#produtos .lnkPPP:hover,
nav.mainMenu .menu-icon:hover,
#header .lnk_mLogo:hover,
.prodNav a.navLnk:hover,
.prodNav a.navLnk:hover,
.gallery-module .gallaNav:hover,
.gallery-module .bx-pager-item .bx-pager-link:hover,
.banner-duvidas .textos .lnk_banner_duvidas:hover {
    opacity: 0.7;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
    */
