﻿.mt-100 {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 75px;
    }
}

@media (max-width: 767px) {
    .mt-100 {
        margin-top: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 30px;
    }
}
/*COOKIE CONSENT*/
#PConsentimento-Container {
    z-index: 99999;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

    #PConsentimento-Container > div {
        background: #646464;
        color: #FFFFFF;
        padding: 20px 15px 17px;
        font-size: 13px;
        line-height: 18px;
    }

        #PConsentimento-Container > div > div {
            padding: 0 120px 0 0;
            position: relative;
        }

            #PConsentimento-Container > div > div > a.linkTexto {
                color: inherit;
            }

                #PConsentimento-Container > div > div > a.linkTexto:hover {
                    text-decoration: underline;
                }

            #PConsentimento-Container > div > div > a:not(.linkTexto) {
                position: absolute;
                top: -9px;
                right: 0;
                width: 100px;
                background: #FFFFFF;
                display: inline-block;
                color: #646464;
                text-align: center;
                border: none;
                cursor: pointer;
                padding: 5px 10px;
                font-weight: 400;
                text-transform: lowercase;
                font-size: 25px;
                line-height: 1;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

@media (max-width: 991px) {
    #PConsentimento-Container > div > div > a:not(.linkTexto) {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 10px 0 0;
        height: 35px;
        line-height: 35px;
        padding: 0;
    }
}

#PConsentimento-Container > div > div > a:not(.linkTexto):active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    #PConsentimento-Container > div > div {
        padding: 0;
    }
}
/*COOKIE CONSENT*/
/*COOKIE CONSENT*/
#PConfirmado-Container {
    z-index: 20;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}

    #PConfirmado-Container > div {
        background: #646464;
        color: #FFFFFF;
        padding: 20px 15px 17px;
        font-size: 18px;
        line-height: 23px;
    }

        #PConfirmado-Container > div a {
            color: inherit;
        }

            #PConfirmado-Container > div a:hover {
                color: inherit;
                text-decoration: underline;
            }
/*COOKIE CONSENT*/
/*MODAL*/
.modal {
    padding: 0 !important;
}

.modal-backdrop {
    background-color: rgba(38, 38, 38, 0.8);
}

    .modal-backdrop.show {
        opacity: 1;
    }

.modal .modal-content {
    background: #F5F5F5;
    border: none;
    padding: 50px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

    .modal .modal-content .mensagem {
        text-align: center;
        color: #646464;
        font-size: 19px;
        line-height: 25px;
    }

    .modal .modal-content .titulo {
        text-align: center;
        color: #EFB262;
        font-size: 27px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

        .modal .modal-content .titulo span {
            color: #B6B6B6;
            font-size: 15px;
            display: block;
            text-transform: lowercase;
        }

    .modal .modal-content button {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        display: block;
        width: 100%;
        height: 50px;
        text-transform: lowercase;
        padding: 0;
        margin: 0;
        text-align: center;
        cursor: pointer;
        font-size: 29px;
        line-height: 30px;
        font-weight: 400;
    }

        .modal .modal-content button.modal-submit {
            border: 1px solid #EFB262;
            color: #FFFFFF;
            background-color: #EFB262;
            margin-top: 30px;
            font-size: 19px;
            text-transform: uppercase;
        }

        .modal .modal-content button.modal-cancel {
            border: 1px solid #B0B0B0;
            color: #B0B0B0;
            background: none;
            margin-top: 10px;
            font-size: 15px;
        }
/*MODAL*/
.botao {
    color: #ABA9A9;
    font-size: 17px;
    border: 1px solid #edecec;
    background: transparent;
    padding: 15px 60px;
    display: inline-block;
    transition: all ease-in-out .2s;
    margin-top: 30px;
    text-transform: lowercase;
    letter-spacing: 3px;
}
.botao.submit, .botao.submit2, .botao.submit3 {
    display: inline-block;
    width: unset;
    height: unset;
    padding: 15px 60px;
    font-weight: unset;
    line-height: unset;
    font-size: 21px;
}
/*LINKS*/
a {
    color: inherit;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
    }
/*LINKS*/
/*BLUEIMP GALLERY (COMO O CSS É COMPILADO O CAMINHO RELATIVO DO MESMO NÃO ENCONTRA OS FICHEIROS)*/
.modal-backdrop {
    background-color: rgba(255,255,255,.8);
}
.blueimp-gallery {
    background: rgba(255,255,255,.9);
}
.blueimp-gallery > .slides > .slide-loading {
    background: url('/Assets/Plugins/Gallery/img/loading.gif') center no-repeat;
}

.blueimp-gallery > .slides > .slide-error {
    background: url('/Assets/Plugins/Gallery/img/error.png') center no-repeat;
}

.blueimp-gallery > .play-pause {
    background: url('/Assets/Plugins/Gallery/img/play-pause.png') 0 0 no-repeat;
}

body:last-child .blueimp-gallery > .play-pause {
    background-image: url('/Assets/Plugins/Gallery/img/play-pause.svg');
}

body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url('/Assets/Plugins/Gallery/img/error.svg');
}

.blueimp-gallery > .close:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .play-pause:hover,
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .title:hover {
    color: #FFF !important;
}

.blueimp-gallery > .close,
.blueimp-gallery > .title {
    color: #FFF !important;
}

.blueimp-gallery > .next,
.blueimp-gallery > .prev {
    color: #FFF !important;
}
/*BLUEIMP GALLERY*/
/*Share Buttons*/
.share-toggle-container {
    margin: 0 0 75px 0;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .share-toggle-container > div {
        display: flex;
    }

    .share-toggle-container .share-toggle {
        font-size: 31px;
        line-height: 1;
        padding: 0;
        margin: 0;
        background: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: none;
        cursor: pointer;
        color: #B0B0B0;
    }

    .share-toggle-container .share-container {
        position: absolute;
        transition: opacity 0.4s ease-in;
        -moz-transition: opacity 0.4s ease-in;
        -webkit-transition: opacity 0.4s ease-in;
        opacity: 0;
        top: 40px;
    }

        .share-toggle-container .share-container button {
            font-size: 25px;
            line-height: 1;
            padding: 0;
            margin: 0 10px;
            background: none;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border: none;
            cursor: pointer;
            color: #B0B0B0;
            transition: all 0.2s ease-in-out;
        }

            .share-toggle-container .share-container button:hover {
                transform: scale(1.2);
            }

        .share-toggle-container .share-container.show {
            opacity: 1;
        }

        .share-toggle-container .share-container:not(.show) {
            pointer-events: none;
        }
/*Share Buttons*/
header .barraPesquisa {
    padding: 30px 0;
    color: #fff;
    background: #fff;
    display: none;
    z-index: 51;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #EFB262;
}

@media (max-width: 767px) {
    header .barraPesquisa {
        padding: 15px 0;
    }
}

header .barraPesquisa .titulo {
    font-size: 25px;
    color: #EFB262;
    font-weight: 600;
    margin-bottom: 10px;
}

header .barraPesquisa .descricao {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
}

header .barraPesquisa a {
    color: #EFB262;
    font-size: 31px;
    display: block;
}

header .barraPesquisa input {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
}

header .barraPesquisa select {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    padding-right: 15px;
}

    header .barraPesquisa select option {
        color: #fff;
        font-size: 17px;
        font-family: 'Open Sans';
        background: #79C132;
    }

header .barraPesquisa .closePesquisa {
    position: absolute;
    right: 15px;
}

header .barraLogo {
    padding: 15px 0px 25px 0px;
}

@media (max-width: 991px) {
    header .barraLogo {
        padding: 10px 0 0 0;
    }
}

header .barraLogo a.logo img {
    /*max-width: 290px;*/
}

header .barraLogo .menuCab a {
    /*color: #B0B0B0;*/
    font-size: 25px;
    padding: 0 20px;
}

header .barraLogo .menuCab a i {
    font-size: 29px;
    vertical-align: middle;
}

header .barraLogo .menuCab li:hover > a {
    color: #EFB262;
}

header .barraLogo .menuCab a.selected {
    color: #EFB262;
}

header .barraLogo .menuCab .toggleMenu {
    cursor: pointer;
}

header .barraLogo .menuCab .showPesquisa {
    cursor: pointer;
}

header .barraLogo .menuCab .carrinhoTopo div {
    position: relative;
}

    header .barraLogo .menuCab .carrinhoTopo div .full {
        color: #EFB262;
    }

    header .barraLogo .menuCab .carrinhoTopo div div {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 27px;
        height: 27px;
        border: 2px solid #fff;
        background: #EFB262;
        color: #fff;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
        line-height: 23px;
    }

@media (max-width: 991px) {
    header .barraLogo .menuCab {
        background: transparent;
    }
}

@media (min-width: 992px) {
    header .barraCategorias {
        /*display: block !important;*/
        display: block;
    }
}

@media (max-width: 991px) {
    header .barraCategorias .container-bm {
        padding: 0px;
    }
}

header .barraCategorias .categorias {
    display: flex;
    justify-content: space-around;
}

    header .barraCategorias .categorias a {
        color: #fff;
        font-size: 18px;
        line-height: 25px;
        padding: 20px 15px;
        transition: all 0.1s ease-in-out;
        cursor: pointer;
        display: flex;
        align-items: start;
        text-align: left;
        text-transform: uppercase;
    }

        header .barraCategorias .categorias a:hover,
        header .barraCategorias .categorias a.open,
        header .barraCategorias .categorias a.selected {
            /*background: #EFB262;*/
            color: #fff;
        }

@media (max-width: 1199px) {
    header .barraCategorias .categorias a {
        font-size: 17px;
        padding: 20px 10px;
    }
}

header .barraCategorias .categorias a.menu {
    /*display: none;*/
}

@media (max-width: 991px) {
    header .barraCategorias .categorias a.menu {
        display: block;
        /*background: #fde8f9;
    color: #EFB262;*/
    }

        header .barraCategorias .categorias a.menu:hover {
            /*color: #fde8f9;
    background: #EFB262;*/
        }
}

@media (max-width: 991px) {
    header .barraCategorias {
        display: none;
    }

        header .barraCategorias .categorias {
            display: block;
        }

            header .barraCategorias .categorias a {
                display: block;
            }
}

header .barraSubcategorias {
    background: #EEEFF4;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 999;
}

    header .barraSubcategorias .subcategorias {
        display: none;
        padding: 30px 0;
        overflow: auto;
    }

        header .barraSubcategorias .subcategorias .nivel1 {
            float: left;
            width: 20%;
            padding: 0 15px;
        }

@media (max-width: 991px) {
    header .barraSubcategorias .subcategorias .nivel1 {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    header .barraSubcategorias .subcategorias .nivel1 {
        width: 100%;
    }
}

header .barraSubcategorias .subcategorias .nivel1 > a {
    color: #EFB262;
    font-size: 17px;
    text-transform: uppercase;
}

    header .barraSubcategorias .subcategorias .nivel1 > a:after {
        /*margin: 15px 0;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #EFB262;*/
    }

header .barraSubcategorias .subcategorias .nivel1 > .nivel2 a {
    font-size: 15px;
    color: #646464;
    display: block;
    margin: 10px 0;
}

    header .barraSubcategorias .subcategorias .nivel1 > .nivel2 a:hover {
        color: #EFB262;
    }

.default h2 {
    padding: 10px 0 50px 0;
    text-align: center;
    font-size: 37px;
    line-height: normal;
    line-height: 40px;
    margin: 0;
    font-weight: 400;
    color: #535456;
    text-transform: lowercase;
}

    .default h2 span {
        font-weight: 700;
        color: #EFB262;
    }

.slickArtigos .slick-track {
    display: flex;
}

    .slickArtigos .slick-track .slick-slide {
        height: auto;
    }

.servicos-default {
    margin-bottom: 0px;
}

    .servicos-default .prev,
    .servicos-default .next {
        cursor: pointer;
        opacity: 0.7;
        font-size: 30px;
    }

        .servicos-default .prev i,
        .servicos-default .next i {
            line-height: 80px;
        }

    .servicos-default .slick-slide {
        cursor: pointer;
    }

        .servicos-default .slick-slide > div {
            transition: all 0.2s ease;
            transform: translate(-70px, 0px);
            width: calc(100% + 140px);
        }

        .servicos-default .slick-slide img {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.7;
        }

        .servicos-default .slick-slide .conteudos {
            opacity: 0;
            color: #EFB262;
            margin-top: 25px;
        }

            .servicos-default .slick-slide .conteudos .titulo {
                font-size: 25px;
                font-weight: 600;
                text-transform: uppercase;
                line-height: 30px;
                margin-bottom: 15px;
            }

            .servicos-default .slick-slide .conteudos .descricao {
                font-size: 17px;
                color: #646464;
                line-height: 19px;
            }

        .servicos-default .slick-slide.slick-current > div img {
            -webkit-filter: initial;
            filter: initial;
        }

        .servicos-default .slick-slide.slick-current > div .conteudos {
            opacity: 1;
        }

.acessos {
    background: #EFB262;
    padding: 50px 0;
}

@media (max-width: 991px) {
    .acessos {
        padding: 20px 0;
    }
}

.acessos .titulo {
    color: #EFB262;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.acessos .descricao {
    color: #FEFEFE;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
}

.acessos .botao {
    font-size: 15px;
    border: 1px solid #FEFEFE;
    color: #FEFEFE;
    line-height: 55px;
    display: inline-block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

    .acessos .botao:hover {
        background: #FEFEFE;
        color: #EFB262;
    }

.slickSugestoes .slick-track {
    display: flex;
}

    .slickSugestoes .slick-track .slick-slide {
        height: auto;
    }

.sugestoes {
    background: #EEEFF4;
    padding-bottom: 30px;
}

    .sugestoes .sugestao {
        margin-right: -5px;
        margin-left: -5px;
    }

        .sugestoes .sugestao .artigo {
            display: block;
            border: 1px solid transparent;
            padding-bottom: 95px;
            position: relative;
            height: 100%;
            cursor: pointer;
            background: #fff;
        }

            .sugestoes .sugestao .artigo .imagem {
                position: relative;
                padding-top: 100%;
            }

                .sugestoes .sugestao .artigo .imagem .promocaoTag {
                    position: absolute;
                    top: 0px;
                    right: 0px;
                    background: #EFB262;
                    color: #fff;
                    padding: 5px 15px;
                    font-size: 17px;
                }

                .sugestoes .sugestao .artigo .imagem .novoTag {
                    position: absolute;
                    top: 0px;
                    right: 0px;
                    background: #D9006C;
                    color: #fff;
                    padding: 5px 15px;
                    font-size: 17px;
                }

                .sugestoes .sugestao .artigo .imagem img {
                    position: absolute;
                    left: 5%;
                    top: 5%;
                    height: 90%;
                    width: 90%;
                    object-fit: contain;
                    object-position: center;
                }

            .sugestoes .sugestao .artigo .conteudo {
                text-align: left;
                padding: 5px;
            }

                .sugestoes .sugestao .artigo .conteudo .titulo {
                    font-size: 19px;
                    color: #646464;
                    line-height: 21px;
                }

                .sugestoes .sugestao .artigo .conteudo .categoria {
                    font-size: 14px;
                    color: #B0B0B0;
                    text-transform: lowercase;
                    margin-bottom: 10px;
                }

            .sugestoes .sugestao .artigo .bottom {
                padding: 10px;
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                display: flex;
                justify-content: space-between;
                border-top: 1px solid #EEEFF4;
                align-items: center;
            }

                .sugestoes .sugestao .artigo .bottom .preco {
                    display: flex;
                    align-items: flex-end;
                }

                    .sugestoes .sugestao .artigo .bottom .preco .precoFinal {
                        color: #EFB262;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 20px;
                    }

                        .sugestoes .sugestao .artigo .bottom .preco .precoFinal span {
                            font-size: 17px;
                        }

                    .sugestoes .sugestao .artigo .bottom .preco .precoPromocao {
                        margin-left: 10px;
                        color: #B0B0B0;
                        font-size: 13px;
                        text-decoration: line-through;
                        line-height: 18px;
                    }

                .sugestoes .sugestao .artigo .bottom .icone {
                    color: #B0B0B0;
                    font-size: 21px;
                    line-height: 17px;
                }

                    .sugestoes .sugestao .artigo .bottom .icone i {
                        line-height: 17px;
                    }

            .sugestoes .sugestao .artigo:hover {
                border: 1px solid #EFB262;
            }

                .sugestoes .sugestao .artigo:hover .conteudo .titulo {
                    color: #EFB262;
                }

                .sugestoes .sugestao .artigo:hover .bottom {
                    background: #EFB262;
                }

                    .sugestoes .sugestao .artigo:hover .bottom .precoFinal {
                        color: #fff;
                    }

                    .sugestoes .sugestao .artigo:hover .bottom .precoPromocao {
                        color: #fff;
                    }

                    .sugestoes .sugestao .artigo:hover .bottom .icone {
                        color: #fff;
                    }

.marcas .imagem {
    position: relative;
    padding-top: 75%;
    margin: 0 15px;
}

    .marcas .imagem img {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        object-position: center;
        object-fit: contain;
    }
/*.slickMarcas {
    .slick-track {
        display: flex;

        .slick-slide {
            height: auto;
        }
    }
}*/
.publicidades .nota {
    position: absolute;
    right: 15px;
    top: -18px;
    font-size: 11px;
    color: #ccc;
}

.publicidades a {
    display: block;
    position: relative;
    padding-top: 50%;
}

    .publicidades a img {
        max-width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }

.container-bm {
    padding: 0 8%;
}
@media (max-width: 991px) {
    .container-bm {
        padding: 0 15px;
    }
}
/*CONTEUDO*/
body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #919090;
    background: #FFFFFF;
    font-size: 17px;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Open Sans';
}

html {
    height: 100%;
}

h1 {
    font-size: 37px;
    line-height: normal;
    margin: 20px 0 30px;
    font-weight: 400;
    text-align: center;
    color: #5e5a5b;
}

.caminho {
    font-size: 17px;
    color: #a3a3a3;
    font-weight: normal;
    letter-spacing: 3px;
    text-align: center;
}

    .caminho span {
        margin: 0 10px;
    }

    .caminho .selected {
        color: #EFB262;
    }

.overlay {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.ConteudoPagina {
    color: #646464;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 50px;
}

.servicos {
    /*margin-bottom: 50px;*/
}

    .servicos > div {
        margin-bottom: 30px;
    }

        .servicos > div .servico {
            border: 1px solid #eee;
            padding: 15px;
            height: 100%;
            margin-bottom: 30px;
        }

            .servicos > div .servico .imagem {
                position: relative;
                padding-top: 50%;
            }

                .servicos > div .servico .imagem img {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    margin-left: auto;
                    margin-right: auto;
                    right: 0px;
                }

            .servicos > div .servico .conteudo {
                text-align: center;
            }

                .servicos > div .servico .conteudo .titulo {
                    color: #EFB262;
                    font-size: 21px;
                    text-transform: uppercase;
                    margin-bottom: 15px;
                }

                .servicos > div .servico .conteudo .descricao {
                    font-size: 15px;
                }
/*CONTEUDO*/
#BannerContainer2 {
    margin: 0;
}

    #BannerContainer2 .carousel-item {
        width: 100%;
        height: auto;
        min-height: 450px;
        max-height: 450px;
    }

@media (max-width: 1199px) {
    #BannerContainer2 .carousel-item {
        min-height: 400px;
        max-height: 400px;
    }
}

@media (max-width: 991px) {
    #BannerContainer2 .carousel-item {
        min-height: 350px;
        max-height: 350px;
    }
}

@media (max-width: 767px) {
    #BannerContainer2 .carousel-item {
        min-height: 0;
        max-height: none;
    }
}

#BannerContainer2 .carousel-item img {
    /*  position: absolute;*/
    height: 450px;
}

@media (max-width: 1199px) {
    #BannerContainer2 .carousel-item img {
        height: 380px;
    }
}

@media (max-width: 991px) {
    #BannerContainer2 .carousel-item img {
        height: 280px;
    }
}

@media (max-width: 767px) {
    #BannerContainer2 .carousel-item img {
        height: 200px;
    }
}

#BannerContainer1 {
    margin: 0;
}

    #BannerContainer1 .carousel-item {
        width: 100%;
        height: auto;
        min-height: 450px;
        max-height: 450px;
    }

@media (max-width: 1199px) {
    #BannerContainer1 .carousel-item {
        min-height: 400px;
        max-height: 400px;
    }
}

@media (max-width: 991px) {
    #BannerContainer1 .carousel-item {
        min-height: 350px;
        max-height: 350px;
    }
}

@media (max-width: 767px) {
    #BannerContainer1 .carousel-item {
        min-height: 0;
        max-height: none;
    }
}

#BannerContainer1 .carousel-item img {
    /*position: absolute;*/
    height: 450px;
}

@media (max-width: 1199px) {
    #BannerContainer1 .carousel-item img {
        height: 380px;
    }
}

@media (max-width: 991px) {
    #BannerContainer1 .carousel-item img {
        height: 280px;
    }
}

@media (max-width: 767px) {
    #BannerContainer1 .carousel-item img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    #BannerContainer1 .carousel-item img {
        height: auto;
        width: 100%;
    }
}

#BannerContainer1 .carousel-indicators {
    right: auto;
    left: -45px;
    margin: 0px;
    z-index: 2;
    display: block;
    /* -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    top: -30px;
    bottom: auto;
}

@media (max-width: 767px) {
    #BannerContainer1 .carousel-indicators {
        display: none;
    }
}
/*#BannerContainer1 .carousel-indicators:before,
#BannerContainer1 .carousel-indicators::before {
  content: ' ';
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  background: #EEEEEE;
  display: block;
}*/
#BannerContainer1 .carousel-indicators > li {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #EEEEEE;
    margin: 30px 0;
    cursor: pointer;
    border: 4px solid #EEEEEE;
}

    #BannerContainer1 .carousel-indicators > li.active {
        cursor: default;
        background: #EFB262;
    }

    #BannerContainer1 .carousel-indicators > li:after,
    #BannerContainer1 .carousel-indicators > li::after {
        content: '';
        display: none;
    }

.publidades img {
    max-width: 100%;
}

footer {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    footer .left .titulo {
        font-size: 19px;
        text-transform: uppercase;
    }

    footer .left .descricao {
        font-size: 15px;
    }

    footer .center img {
        margin-bottom: 50px;
    }

    footer .center a i {
        margin: 0 5px;
        color: #fff;
        font-size: 31px;
    }

    footer .right a {
        font-size: 17px;
        line-height: 40px;
        text-align: center;
        display: block;
    }

        footer .right a:hover {
            color: #fff;
        }

        footer .right a.selected {
            color: #EFB262;
            font-weight: bold;
        }

    footer .conteudo {
        background: #FFFFFF;
        padding: 50px 0;
        color: #b1b1b1;
    }

    footer .assinatura {
        background: #fff;
        padding: 25px 0;
        font-size: 12px;
        color: #646464;
    }

        footer .assinatura a {
            font-weight: 600;
        }

    footer .siganos {
        font-size: 15px;
    }

.noticias:after,
.noticias::after {
    content: ' ';
    display: block;
    clear: both;
}

@media (min-width: 992px) {
    .noticias.home .noticiaParent:not(.first) {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .noticias.home .noticiaParent:not(.first) .noticia .data {
            top: 50%;
            transform: translateY(-50%);
        }

        .noticias.home .noticiaParent:not(.first) .noticia .imagem {
            display: none;
        }

        .noticias.home .noticiaParent:not(.first) .noticia .conteudo {
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none;
            max-width: 100%;
        }
}

.noticias.home .noticiaParent:nth-child(2) .noticia {
    border-top: 1px solid #646464;
}

.noticias.home .noticiaParent .noticia {
    border-bottom: 1px solid #646464;
    padding: 0 0 0 85px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .noticias.home .noticiaParent .noticia:not(.first) {
        height: 100%;
    }

    .noticias.home .noticiaParent .noticia .data {
        position: absolute;
        top: 0;
        left: 0;
        color: #646464;
        text-align: center;
        width: 70px;
    }

        .noticias.home .noticiaParent .noticia .data .dia {
            font-family: 'Dancing Script';
            font-size: 45px;
            line-height: 1;
        }

        .noticias.home .noticiaParent .noticia .data .mes,
        .noticias.home .noticiaParent .noticia .data .ano {
            font-weight: 300;
        }

        .noticias.home .noticiaParent .noticia .data .mes {
            font-size: 23px;
            line-height: 28px;
            text-transform: uppercase;
        }

        .noticias.home .noticiaParent .noticia .data .ano {
            font-size: 17px;
            line-height: 23px;
        }

        .noticias.home .noticiaParent .noticia .data .share-toggle-container .share-container button {
            margin-top: 5px;
        }

    .noticias.home .noticiaParent .noticia .titulo {
        color: #646464;
        font-size: 21px;
        font-weight: 300;
        line-height: 25px;
        max-height: 70px;
        overflow: hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .noticias.home .noticiaParent .noticia .categoria {
        color: #646464;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        margin-top: 10px;
        letter-spacing: 0.2em;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .noticias.home .noticiaParent .noticia:hover .titulo {
        color: #646464;
    }

@media (min-width: 1100px) {
    .noticias.home .noticiaParent .noticia.first {
        border: none !important;
    }

        .noticias.home .noticiaParent .noticia.first .imagem {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

            .noticias.home .noticiaParent .noticia.first .imagem img {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .noticias.home .noticiaParent .noticia.first .conteudo {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 30px;
            position: relative;
        }

            .noticias.home .noticiaParent .noticia.first .conteudo .titulo {
                color: #646464;
                font-size: 29px;
                font-weight: 300;
                line-height: 35px;
                max-height: 70px;
                overflow: hidden;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }

            .noticias.home .noticiaParent .noticia.first .conteudo .categoria {
                color: #646464;
                font-size: 14px;
                font-weight: 300;
                line-height: 20px;
                margin-top: 10px;
                letter-spacing: 0.2em;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }

            .noticias.home .noticiaParent .noticia.first .conteudo .descricao {
                color: #646464;
                font-size: 17px;
                font-weight: 300;
                line-height: 20px;
                margin-top: auto;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }
}

@media (min-width: 1100px) and (min-width: 1099px) {
    .noticias.home .noticiaParent .noticia.first .conteudo {
        padding-top: 120px;
    }

        .noticias.home .noticiaParent .noticia.first .conteudo .titulos {
            height: 100px;
            overflow: hidden;
            position: absolute;
            top: 0;
        }
}

@media (max-width: 1099px) and (min-width: 992px) {
    .noticias.home .noticiaParent .noticia.first .imagem,
    .noticias.home .noticiaParent .noticia.first .share-toggle-container,
    .noticias.home .noticiaParent .noticia.first .descricao {
        display: none !important;
    }
}

.noticias.home .noticiaParent .noticia:after,
.noticias.home .noticiaParent .noticia::after {
    content: ' ';
    display: block;
    clear: both;
}

@media (min-width: 1600px) {
    .noticias.home {
        padding-right: 30%;
        position: relative;
    }

        .noticias.home .noticiaParent.first {
            padding-right: 60px !important;
        }

        .noticias.home .noticiaParent:not(.first) {
            position: absolute;
            width: 30%;
            right: 0;
            height: 50%;
        }

            .noticias.home .noticiaParent:not(.first) .conteudo {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                height: 100%;
            }

            .noticias.home .noticiaParent:not(.first):nth-child(3) .noticia {
                border-bottom: 1px solid #646464;
            }

            .noticias.home .noticiaParent:not(.first):nth-child(2) {
                top: 0;
            }

            .noticias.home .noticiaParent:not(.first):nth-child(3) {
                bottom: 0;
            }
}

@media (max-width: 1599px) {
    .noticias.home .noticiaParent:not(.first) .noticia {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .noticias.home .noticiaParent:not(.first):nth-child(3) .noticia {
        border-bottom: 1px solid #646464;
    }
}

@media (max-width: 1599px) and (min-width: 1100px) {
    .noticias.home .noticiaParent:not(.first) {
        width: 50%;
        float: left;
        margin-top: 30px;
    }
}

@media (max-width: 1599px) and (min-width: 1100px) {
    .noticias.home .noticiaParent:not(.first) .noticia {
        border-bottom: 1px solid #646464;
    }
}

@media (max-width: 1599px) and (max-width: 1099px) {
    .noticias.home .noticiaParent .noticia {
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .noticias.home .noticiaParent .noticia .data {
            top: 50%;
            transform: translateY(-50%);
        }
}

@media (max-width: 1599px) and (min-width: 1100px) {
    .noticias.home .noticiaParent:not(.first):nth-child(2) {
        padding-right: 15px;
    }

    .noticias.home .noticiaParent:not(.first):nth-child(3) {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .noticias.home .noticiaParent .noticia {
        border: none !important;
    }

        .noticias.home .noticiaParent .noticia .descricao {
            display: none;
        }

        .noticias.home .noticiaParent .noticia .data {
            top: 30px;
            transform: none;
        }

        .noticias.home .noticiaParent .noticia .imagem {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

            .noticias.home .noticiaParent .noticia .imagem img {
                width: 100%;
                display: block;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .noticias.home .noticiaParent .noticia .conteudo {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding-left: 0;
            position: relative;
            padding-top: 120px;
        }

            .noticias.home .noticiaParent .noticia .conteudo .titulo {
                color: #646464;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                color: #262626;
                font-size: 21px;
                font-weight: 300;
                line-height: 25px;
                max-height: 70px;
                overflow: hidden;
                margin-top: 20px;
            }

            .noticias.home .noticiaParent .noticia .conteudo .categoria {
                color: #646464;
                font-size: 14px;
                font-weight: 300;
                line-height: 20px;
                margin-top: 10px;
                letter-spacing: 0.2em;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }

            .noticias.home .noticiaParent .noticia .conteudo .descricao {
                color: #646464;
                font-size: 17px;
                font-weight: 300;
                line-height: 20px;
                margin-top: auto;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }

            .noticias.home .noticiaParent .noticia .conteudo .titulos {
                height: 100px;
                overflow: hidden;
                position: absolute;
                top: 0;
            }
}

.noticias.pagina .filtros {
    padding-bottom: 30px;
}

.noticias.pagina .noticia {
    padding: 0 15px 0 95px;
    position: relative;
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
}

@media (min-width: 1100px) {
    .noticias.pagina .noticia {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1600px) {
    .noticias.pagina .noticia {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.noticias.pagina .noticia .data {
    position: absolute;
    top: 0;
    left: 0;
    color: #646464;
    text-align: center;
    width: 70px;
}

    .noticias.pagina .noticia .data .dia {
        font-family: 'Dancing Script';
        font-size: 45px;
        line-height: 1;
    }

    .noticias.pagina .noticia .data .mes,
    .noticias.pagina .noticia .data .ano {
        font-weight: 300;
    }

    .noticias.pagina .noticia .data .mes {
        font-size: 23px;
        line-height: 28px;
        text-transform: uppercase;
    }

    .noticias.pagina .noticia .data .ano {
        font-size: 17px;
        line-height: 23px;
    }

@media (min-width: 1100px) {
    .noticias.pagina .noticia .imagem {
        padding-top: 68%;
        position: relative;
    }

        .noticias.pagina .noticia .imagem img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }
}

.noticias.pagina .noticia .imagem img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.noticias.pagina .noticia .titulo {
    color: #646464;
    font-size: 21px;
    font-weight: 300;
    line-height: 25px;
    max-height: 70px;
    overflow: hidden;
    margin-top: 20px;
}

.noticias.pagina .noticia:hover .titulo {
    color: #646464;
}

.noticias.pagina .noticia .categoria {
    color: #646464;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
    letter-spacing: 0.2em;
}

.dados-noticia img.imagemNoticia {
    float: left;
    margin: 0 15px 20px 0;
    max-width: 50%;
}

.boxContagem {
    color: #B6B6B6;
    font-size: 14px;
}

.ordenacao {
    font-size: 14px !important;
    color: #b6b6b6 !important;
}

.voltar {
    font-size: 14px !important;
    color: #b6b6b6 !important;
}

.artigos > div {
    margin-bottom: 30px;
}

    .artigos > div.col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .artigos > div .remove-wish {
        position: absolute;
        left: 30px;
        top: 15px;
        font-size: 21px;
        z-index: 999;
        color: #FFFFFF;
    }

    .artigos > div .artigo {
        display: block;
        border: 1px solid transparent;
        padding-bottom: 95px;
        position: relative;
        height: 100%;
        cursor: pointer;
    }

        .artigos > div .artigo .imagem {
            position: relative;
            padding-top: 80%;
        }

            .artigos > div .artigo .imagem .promocaoTag {
                position: absolute;
                top: 0px;
                right: 0px;
                background: #EFB262;
                color: #fff;
                /*padding: 5px 15px;
                font-size: 17px;*/
                padding: 10px 20px;
                font-size: 20px;
            }

            .section-acessorios .artigos > div .artigo .imagem .promocaoTag {
                background: #49C5DB;
            }

            .artigos > div .artigo .imagem .novoTag {
                position: absolute;
                top: 0px;
                right: 0px;
                background: #D9006C;
                color: #fff;
                padding: 5px 15px;
                font-size: 17px;
            }

            .artigos > div .artigo .imagem img {
                position: absolute;
                left: 5%;
                top: 5%;
                height: 90%;
                width: 90%;
                object-fit: contain;
                object-position: center;
            }

        .artigos > div .artigo .conteudo {
            text-align: left;
            padding: 20px 20px 5px 20px;
        }

            .artigos > div .artigo .conteudo .titulo {
                font-size: 21px;
                color: #5e5b5b;
                line-height: unset;
                text-align: center;
                margin-bottom: 20px;
            }

            .artigos > div .artigo .conteudo .categoria {
                font-size: 17px;
                color: #cccccc;
                text-transform: lowercase;
                margin-bottom: 10px;
                letter-spacing: 2px;
                text-align: center;
            }

        .artigos > div .artigo .bottom::before {
            content: "";
            display: block;
            width: 100px;
            height: 1px;
            overflow: hidden;
            font-size: 0;
            background-color: #dedddd;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
        }

        .artigos > div .artigo:hover .bottom::before {
            background-color: transparent;
        }

        .artigos > div .artigo .bottom {
            padding: 0px 15px 20px 15px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            text-align: center;
            color: #EFB262;
        }

        .artigos > div .artigo:hover .bottom {
            color: #FFFFFF;
        }

        .artigos > div .artigo .bottom .lbl {
            font-size: 12px;
            letter-spacing: 2px;
            color: #cccccc;
            text-align: center;
            text-transform: lowercase;
        }

        .artigos > div .artigo:hover .bottom .lbl {
            color: #FFFFFF;
        }

        .artigos > div .artigo .bottom .preco {
        }

            .artigos > div .artigo .bottom .preco .precoFinal {
                color: #EFB262;
                font-size: 31px;
                font-weight: 600;
                line-height: 31px;
                display: inline-block;
            }

                .artigos > div .artigo .bottom .preco .precoFinal span {
                    font-size: 21px;
                }

            .artigos > div .artigo .bottom .preco .precoPromocao {
                margin-left: 10px;
                color: #B0B0B0;
                font-size: 13px;
                text-decoration: line-through;
                line-height: 26px;
                display: inline-block;
            }

        .artigos > div .artigo .bottom .icone {
            color: #B0B0B0;
            font-size: 25px;
        }

        .artigos > div .artigo:hover {
            border: 1px solid #EFB262;
        }

            .artigos > div .artigo:hover .conteudo .titulo {
                color: #EFB262;
            }

            .artigos > div .artigo:hover .bottom {
                background: #EFB262;
            }

                .artigos > div .artigo:hover .bottom .precoFinal {
                    color: #fff;
                }

                .artigos > div .artigo:hover .bottom .precoPromocao {
                    color: #fff;
                }

                .artigos > div .artigo:hover .bottom .icone {
                    color: #fff;
                }

.filtros .cabecalho {
    padding: 15px 10px;
}

    .filtros .cabecalho .tituloFiltro {
        color: #B0B0B0;
        font-size: 17px;
    }

    .filtros .cabecalho .botaoLimpar {
        color: #EFB262;
        font-size: 13px;
    }

.filtros .titulo {
    color: #646464;
    text-transform: uppercase;
    font-size: 17px;
    border-top: 1px solid #EEEFF4;
    border-bottom: 1px solid #EEEFF4;
    padding: 15px 10px;
    margin-bottom: 10px;
}

.filtros .checkboxContainer {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .filtros .checkboxContainer li {
        padding: 0 0 10px 10px;
    }

.pesquisaSintomas {
    background: #EBEBEB;
    padding: 15px;
}

    .pesquisaSintomas .titulo {
        color: #646464;
        font-size: 21px;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .pesquisaSintomas select.default {
        font-size: 14px;
        color: #b6b6b6;
    }

.pesquisaArtigos {
    justify-content: space-between;
}

    .pesquisaArtigos input {
        border: none;
        padding: 10px;
        font-size: 14px;
        color: #B0B0B0;
    }

    .pesquisaArtigos a {
        padding: 10px;
        font-size: 25px;
        color: #B0B0B0;
    }

.semRegistos {
    text-align: left;
}

    .semRegistos .titulo {
        color: #EFB262;
        font-size: 21px;
        margin-bottom: 10px;
    }

    .semRegistos .subtitulo {
        color: #646464;
        font-size: 17px;
    }

    .semRegistos .texto {
        color: #B0B0B0;
        font-size: 15px;
    }

.menuLateral {
    border-bottom: 1px solid transparent;
}

    .menuLateral .nivel1 {
        /*border-top: 1px solid #dbdbdb;*/
    }

        .menuLateral .nivel1 > a {
            font-size: 17px;
            color: #646464;
            display: block;
            padding: 15px 10px;
            position: relative;
            cursor: pointer;
            text-transform: uppercase;
            background-color: #fbfbfb;
            color: #5a5859;
        }

            .menuLateral .nivel1 > a::after,
            .menuLateral .nivel1 > a:after {
                position: absolute;
                right: 10px;
                content: '\e90a';
                font-family: 'icomoon';
                display: inline-block;
                -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                color: #B0B0B0;
                display: none;
            }

            .menuLateral .nivel1 > a:hover,
            .menuLateral .nivel1 > a.open,
            .menuLateral .nivel1 > a.selected {
                color: #5a5859;
            }

                .menuLateral .nivel1 > a:hover::after,
                .menuLateral .nivel1 > a.open::after,
                .menuLateral .nivel1 > a.selected::after {
                    position: absolute;
                    right: 10px;
                    content: '\e90a';
                    font-family: 'icomoon';
                    display: inline-block;
                    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
                    -webkit-transform: rotate(270deg);
                    -ms-transform: rotate(270deg);
                    transform: rotate(270deg);
                    display: none;
                }

        .menuLateral .nivel1 .nivel2 {
            display: none;
            background: #FAF4FB;
        }

            .menuLateral .nivel1 .nivel2 > a {
                font-size: 15px;
                color: #646464;
                padding: 10px 15px;
                position: relative;
                cursor: pointer;
                display: block;
                background-color: #FFFFFF;
            }

                .menuLateral .nivel1 .nivel2 > a:hover,
                .menuLateral .nivel1 .nivel2 > a.open,
                .menuLateral .nivel1 .nivel2 > a.selected {
                    color: #EFB262;
                }

            .menuLateral .nivel1 .nivel2.selected {
                display: block;
            }

            .menuLateral .nivel1 .nivel2 .nivel3 {
                display: none;
                background: #fff;
            }

                .menuLateral .nivel1 .nivel2 .nivel3 > a {
                    font-size: 13px;
                    color: #646464;
                    padding: 5px 20px;
                    position: relative;
                    cursor: pointer;
                    display: block;
                }

                    .menuLateral .nivel1 .nivel2 .nivel3 > a:hover,
                    .menuLateral .nivel1 .nivel2 .nivel3 > a.open,
                    .menuLateral .nivel1 .nivel2 .nivel3 > a.selected {
                        color: #EFB262;
                    }

                .menuLateral .nivel1 .nivel2 .nivel3.selected {
                    display: block;
                }

.artigo .detalhe .imagem {
    position: relative;
    padding-top: 78%;
    border: 1px solid #EEEFF4;
}

.artigo .detalhe .imagem img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.artigo .detalhe .img-zoom {
    padding-top: unset;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.artigo .detalhe .img-zoom a {
    cursor: zoom-in;
    display: block;
    height: 100%;
}
.artigo .detalhe .img-zoom-not a {
    cursor: pointer;
    display: block;
    height: 100%;
}
.artigo .detalhe .img-zoom a img:not(.imgZoom) {
    display: block;
}
.artigo .detalhe .img-zoom a:hover img:not(.imgZoom) {
    display: none;
}

.artigo .detalhe .promocaoTag {
    background: #EFB262;
    color: #fff;
    padding: 5px 15px;
    font-size: 17px;
    display: inline-block;
}

.artigo .detalhe .novoTag {
    background: #EFB262;
    color: #fff;
    padding: 5px 15px;
    font-size: 17px;
    display: inline-block;
}

.artigo .detalhe .preco {
    display: flex;
    align-items: center;
}

    .artigo .detalhe .preco .precoFinal {
        color: #EFB262;
        font-size: 31px;
        font-weight: 600;
        line-height: 31px;
    }

        .artigo .detalhe .preco .precoFinal span {
            font-size: 21px;
        }

    .artigo .detalhe .preco .precoPromocao {
        margin-left: 10px;
        color: #B0B0B0;
        font-size: 14px;
        text-decoration: line-through;
    }

.artigo .detalhe .wishlist i {
    font-size: 31px;
}

    .artigo .detalhe .wishlist i.full {
        color: #EFB262;
    }

.artigo .detalhe .descricao {
    /*font-size: 19px;*/
}

.artigo .detalhe .carateristicas {
    font-size: 15px;
    color: #B0B0B0;
    margin-bottom: 10px;
}

.artigo .detalhe input.default {
    border: 1px solid #c3c3c3;
    height: 55px;
    text-align: center;
}

.artigo .detalhe .notas {
    font-size: 13px;
    font-style: italic;
    color: #B0B0B0;
    text-align: right;
}

.artigo h2 {
    font-size: 25px;
    color: #EFB262;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

    .artigo h2 span {
        color: #EFB262;
        font-weight: normal;
    }

.artigo .section-destaques h2 {
    color: #ABA9A9;
    font-weight: 300;
    margin-bottom: 35px;
}

.artigo hr {
    margin: 50px 0;
}

.artigo .formulario {
    padding: 0px;
    background: #fff;
}

    .artigo .formulario .titulo {
        color: #B0B0B0;
        font-size: 21px;
        text-align: center;
    }

    .artigo .formulario .subtitulo {
        color: #B0B0B0;
        font-size: 15px;
        text-align: center;
        margin-bottom: 30px;
    }

.paginacao {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}

    .paginacao a {
        width: 50px;
        height: 50px;
        display: block;
        text-align: center;
        line-height: 48px;
        border: 1px solid #EFB262;
        color: #EFB262;
        font-size: 21px;
        margin: 0 5px;
    }

        .paginacao a:hover,
        .paginacao a.selected {
            background: #EFB262;
            color: #fff;
        }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
/* Remove os X's do edge, ie e chrome */
input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
}

input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input::-webkit-clear-button {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
}
/* Tira o background do autocomplete do chrome */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #ffffff inset;
}

input.default,
textarea.default,
select.default {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 100%;
    display: block;
    height: 55px;
    background: #FFFFFF;
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #CCCCCC;
    color: #646464;
    padding: 0 15px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
}

select.default {
    background: none;
    background-image: url('/Assets/Img/fundoSelect.jpg');
    background-position: 100% center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-right: 50px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

textarea.default {
    height: 100px;
}

a.button,
button.button,
input.button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #646464;
    background: #FFFFFF;
    text-transform: lowercase;
    color: #646464;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 29px;
    line-height: 45px;
    font-weight: 400;
    font-family: 'Dancing Script';
}

    a.button:active,
    button.button:active,
    input.button:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        text-decoration: none !important;
    }

a.submit,
button.submit,
input.submit {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    width: 100%;
    border: 1px solid #EFB262;
    background: #EFB262;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 21px;
    line-height: 55px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
}

    a.submit:active,
    button.submit:active,
    input.submit:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        text-decoration: none !important;
    }

    a.submit:hover,
    button.submit:hover,
    input.submit:hover {
        background: transparent;
        color: #EFB262;
        border: 1px solid #EFB262;
    }

    a.submit.verde,
    button.submit.verde,
    input.submit.verde,
    a.submit.invert,
    button.submit.invert,
    input.submit.invert {
        border: 1px solid #EFB262;
        color: #EFB262;
        background: #fff;
        /*font-size: 19px;
        line-height: 40px;*/
    }

        a.submit.verde:hover,
        button.submit.verde:hover,
        input.submit.verde:hover,
        a.submit.invert:hover,
        button.invert.verde:hover,
        input.submit.invert:hover {
            background: #EFB262;
            color: #fff;
        }

    a.submit.cinza,
    button.submit.cinza,
    input.submit.cinza {
        border: 1px solid #B0B0B0;
        color: #B0B0B0;
        background: #fff;
    }

        a.submit.cinza:hover,
        button.submit.cinza:hover,
        input.submit.cinza:hover {
            background: #B0B0B0;
            color: #fff !important;
        }

a.submit2,
button.submit2,
input.submit2 {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid #EFB262;
    background: #EFB262;
    text-transform: lowercase;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
}

    a.submit2:active,
    button.submit2:active,
    input.submit2:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        text-decoration: none !important;
    }

    a.submit2:hover,
    button.submit2:hover,
    input.submit2:hover {
        background: transparent;
        color: #EFB262;
        border: 1px solid #EFB262;
    }

a.submit3,
button.submit3,
input.submit3 {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid #b1b1b1;
    background: #b1b1b1;
    text-transform: lowercase;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
}

    a.submit3:active,
    button.submit3:active,
    input.submit3:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        text-decoration: none !important;
    }

    a.submit3:hover,
    button.submit3:hover,
    input.submit3:hover {
        background: transparent;
        color: #b1b1b1;
        border: 1px solid #b1b1b1;
    }

a.cancelar,
button.cancelar,
input.cancelar {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid #646464;
    background: #FFFFFF;
    text-transform: lowercase;
    color: #646464;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    line-height: 55px;
    font-weight: 400;
    transition: all 0.1s ease-in-out;
}

    a.cancelar:active,
    button.cancelar:active,
    input.cancelar:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        text-decoration: none !important;
    }

    a.cancelar:hover,
    button.cancelar:hover,
    input.cancelar:hover {
        background: #646464;
        color: #fff;
        border: 1px solid #646464;
    }

a.cancelar2,
button.cancelar2,
input.cancelar2 {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #646464;
    background: #FFFFFF;
    text-transform: lowercase;
    color: #646464;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 29px;
    line-height: 45px;
    font-weight: 400;
    font-family: 'Dancing Script';
}

    a.cancelar2:active,
    button.cancelar2:active,
    input.cancelar2:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
        text-decoration: none !important;
    }

label.default {
    position: relative;
    display: block;
    color: #646464;
    font-size: 17px;
    font-weight: 400;
    margin: 0px;
    line-height: 24px;
}

.phgroup {
    position: relative;
}

    .phgroup label {
        position: absolute;
        color: #646464;
        font-size: 17px;
        font-weight: 400;
        pointer-events: none;
        left: 16px;
        top: 15px;
        margin: 0px;
        line-height: 24px;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        transition: 0.2s ease all;
    }

        .phgroup label.white {
            right: 1px;
            background: #FFFFFF;
        }

    .phgroup textarea:focus ~ label,
    .phgroup input:focus ~ label,
    .phgroup.filled label {
        top: 2px;
        font-size: 11px;
        color: #646464;
    }

    .phgroup input.fail + label,
    .phgroup textarea.fail + label,
    .phgroup select.fail + label {
        color: #d80d0d;
    }

.input-number-container {
    position: relative;
}

    .input-number-container input {
        padding-left: 35px;
        padding-right: 35px;
        text-align: center;
    }

    .input-number-container button {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        display: block;
        margin: 0;
        padding: 0 10px;
        border: none;
        background: none;
        color: #646464;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        line-height: 45px;
        position: absolute;
        top: 0;
        bottom: 0;
    }

        .input-number-container button:nth-child(1) {
            left: 0;
        }

        .input-number-container button:nth-child(2) {
            right: 0;
        }
/*CHECKBOX*/
.checkboxSpan {
    /*padding-bottom: 10px;*/
}

    .checkboxSpan > input {
        display: none;
    }

    .checkboxSpan > label {
        position: relative;
        cursor: pointer;
        font-size: 13px;
        line-height: 25px;
        color: #646464;
        padding: 0 0 0 30px;
    }

        .checkboxSpan > label:before,
        .checkboxSpan > label::before {
            content: " ";
            display: inline-block;
            position: relative;
            width: 20px;
            height: 20px;
            font-size: 15px;
            vertical-align: middle;
            background: #FFFFFF;
            color: #FFFFFF;
            position: absolute;
            top: 3px;
            left: 0;
            border: 1px solid #ccc;
        }

        .checkboxSpan > label:after,
        .checkboxSpan > label::after {
            content: '\e90b';
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 7px;
            left: 4px;
            color: #646464;
            display: none;
        }

    .checkboxSpan > input:checked + label:after,
    .checkboxSpan > input:checked + label::after {
        display: block;
    }

    .checkboxSpan > label > a {
        color: inherit;
        text-decoration: underline;
    }

.checkboxSpan2 {
    padding-bottom: 0px;
}

    .checkboxSpan2 > input {
        display: none;
    }

    .checkboxSpan2 > label {
        position: relative;
        cursor: pointer;
        font-size: 13px;
        line-height: 20px;
        color: #646464;
        padding: 0 0 0 30px;
        width: 30px;
        height: 20px;
        margin-bottom: 0px;
        display: block;
    }

        .checkboxSpan2 > label:before,
        .checkboxSpan2 > label::before {
            content: " ";
            display: inline-block;
            position: relative;
            width: 20px;
            height: 20px;
            font-size: 15px;
            vertical-align: middle;
            background: #FFFFFF;
            border: 1px solid #646464;
            color: #646464;
            position: absolute;
            top: 0;
            left: 0;
        }

        .checkboxSpan2 > label:after,
        .checkboxSpan2 > label::after {
            content: '\e90b';
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 4px;
            left: 4px;
            color: #646464;
            display: none;
        }

    .checkboxSpan2 > input:checked + label:after,
    .checkboxSpan2 > input:checked + label::after {
        display: block;
    }

    .checkboxSpan2 > label > a {
        color: inherit;
        text-decoration: underline;
    }
/*CHECKBOX*/
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

::-webkit-input-placeholder {
    font-style: normal;
    opacity: 1 !important;
    color: inherit;
}

:-moz-placeholder {
    font-style: normal;
    opacity: 1 !important;
    color: inherit;
}

::-moz-placeholder {
    font-style: normal;
    opacity: 1 !important;
    color: inherit;
}

:-ms-input-placeholder {
    font-style: normal;
    opacity: 1 !important;
    color: inherit;
}
/*GERAIS*/
* {
    outline: 0 !important;
}

img {
    vertical-align: top;
}

.cursor-pointer {
    cursor: pointer;
}

.fail {
    border-color: #d80d0d !important;
}

.fail-text {
    color: #d80d0d !important;
}

a:not([href]):hover,
a:hover {
    color: #646464;
}

.formulario {
    background: #EEEFF4;
    padding: 75px 0px;
}

    .formulario h2 {
        font-size: 25px;
        color: #EFB262;
        font-weight: 600;
        text-align: center;
        margin-bottom: 75px;
    }

        .formulario h2 span {
            font-weight: 300;
        }

.checkboxContainer {
    padding-bottom: 10px;
}

    .checkboxContainer input {
        display: none;
    }

        .checkboxContainer input:checked + label:after,
        .checkboxContainer input:checked + label::after {
            display: block;
        }

    .checkboxContainer label {
        position: relative;
        cursor: pointer;
        font-size: 13px;
        line-height: 20px;
        color: #B0B0B0;
        padding: 0 0 0 30px;
    }

        .checkboxContainer label > a {
            color: inherit;
            text-decoration: underline;
        }

        .checkboxContainer label:before,
        .checkboxContainer label::before {
            content: " ";
            display: inline-block;
            position: relative;
            width: 20px;
            height: 20px;
            font-size: 15px;
            vertical-align: middle;
            background: #FFFFFF;
            color: #FFFFFF;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #EEEFF4;
        }

        .checkboxContainer label:after,
        .checkboxContainer label::after {
            content: '\e90a';
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 4px;
            left: 4px;
            color: #646464;
            display: none;
        }

    .checkboxContainer.branco label {
        color: #fff;
    }

        .checkboxContainer.branco label.fail-text {
            color: #FF9999 !important;
        }

#MenuConta {
    display: flex;
    border: 1px solid #ddd;
    background: #EEEFF4;
    justify-content: center;
}

    #MenuConta div {
        color: #646464;
        padding: 10px 15px;
    }

        #MenuConta div:hover {
            background: #EFB262;
        }

            #MenuConta div:hover a {
                color: #fff;
            }

.login h3 {
    color: #49C5DB;
}

.moradas-entrega .coluna-morada {
    padding-bottom: 30px;
}

    .moradas-entrega .coluna-morada .editar {
        font-size: 25px;
        margin: 0 5px;
    }

    .moradas-entrega .coluna-morada .principal {
        font-size: 25px;
        margin: 0 5px;
    }

        .moradas-entrega .coluna-morada .principal.selected {
            color: #EFB262;
        }

    .moradas-entrega .coluna-morada .apagar {
        font-size: 25px;
        margin: 0 5px;
    }

    .moradas-entrega .coluna-morada > div {
        border: 1px solid #646464;
        padding: 10px 15px 15px;
        height: 100%;
        font-size: 17px;
        color: #646464;
        position: relative;
    }

.recuperarPassword:hover {
    color: #000;
}

.bem-vindo {
    text-align: center;
    color: #646464;
    font-size: 25px;
}

@media (max-width: 991px) {
    .dados-utilizador .cancelar2 {
        margin-top: 10px;
    }
}

.listagem-encomendas .coluna-encomenda {
    margin-bottom: 30px;
}

    .listagem-encomendas .coluna-encomenda a {
        padding: 10px;
        border: 1px solid #EEEFF4;
    }

        .listagem-encomendas .coluna-encomenda a:hover {
            border-color: #EFB262;
        }

.encomenda {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .encomenda {
        /*border-top: 1px solid #EEEFF4;*/
    }
}

.encomenda .cabecalho {
    border-bottom: 1px solid #EEEFF4;
    font-size: 14px;
    color: #ABA9A9;
    padding: 15px 15px 15px 40px;
    text-transform: lowercase;
    letter-spacing: 2px;
}

.encomenda .linha {
    font-size: 17px;
    color: #5d5a5a;
    border-bottom: 1px solid #EEEFF4;
    padding: 10px 15px 10px 40px;
}

.resumoEncomenda .encomenda .cabecalho {
    padding: 15px 15px 15px 15px;
}

.resumoEncomenda .encomenda .linha {
    padding: 10px 15px 10px 15px;
}

@media (max-width: 576px) {
    .encomenda .linha {
        /*padding: 25px 0;*/
        padding-left: 25px;
    }
    .encomenda .cabecalho {
        padding-left: 25px;
    }
}

.encomenda .linha .eliminar {
    position: absolute;
    left: 15px;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 767px) {
    .encomenda .linha .eliminar {
        /*top: 10px;
        left: auto;
        right: 15px;*/
        top: 12px;
    }
}

.encomenda .linha .eliminar .icon {
    font-size: 18px;
    color: #b6b6b6;
}

@media (max-width: 767px) {
    .encomenda .linha .eliminar .icon {
        font-size: 17px;
    }
}

.encomenda .linha .imagem {
    /*padding-top: 100%;*/
    height: 100px;
    max-width: 150px;
    position: relative;
}

    .encomenda .linha .imagem div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
    }

.encomenda .linha .tituloArtigo {
    font-size: 14px;
    color: #ABA9A9;
}
.encomenda .linha .tituloArtigo span {
    font-size: 20px;
    color: #5d5a5a;
}

@media (max-width: 576px) {
    .encomenda .linha .tituloArtigo {
        font-size: 13px;
    }
    .encomenda .linha .tituloArtigo span {
        font-size: 17px;
    }
}

.encomenda .linha .quantidade input {
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 0px;
    width: 50px;
    height: 50px;
    border-left: none;
    border-right: none;
    border: 0;
    font-size: 15px;
}

@media (max-width: 767px) {
    .encomenda .linha .quantidade input {
        padding: 4px 5px;
    }
}

.encomenda .linha .quantidade a {
    display: flex;
    background: transparent;
    border: 1px solid #ccc;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    width: 40px;
    font-size: 15px;
    color: #B0B0B0;
}

    .encomenda .linha .quantidade a.menos {
        border-right: none;
        border: 0;
    }

    .encomenda .linha .quantidade a.mais {
        border-left: none;
        border: 0;
    }

.encomenda .linha .subtotais {
    font-size: 21px;
}

.listagemPrecos {
    text-transform: lowercase;
}

    .listagemPrecos .label {
        font-size: 15px;
    }

    .listagemPrecos .valor {
        font-size: 19px;
    }

    .listagemPrecos .infoSemLogin {
        font-size: 15px;
        font-weight: 300;
        color: #ABA9A9;
        letter-spacing: 3px;
        text-transform: none;
        padding: 10px 20px 20px 20px;
        border-bottom: 1px solid #ebebeb;
    }

    .listagemPrecos .infoVoucher {
        font-size: 15px;
        font-weight: 300;
        color: #ABA9A9;
        padding: 10px 20px 20px 20px;
        border-bottom: 1px solid #ebebeb;
    }
    .listagemPrecos .infoVoucher strong {
        font-weight: 600;
        color: #49c5db;
    }
    .listagemPrecos .infoVoucher a.submit3 {
        height: auto;
        font-size: 15px;
        line-height: 18px;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .listagemPrecos .total {
        color: #49C5DB;
        border-top: 1px solid #ebebeb;
    }

        .listagemPrecos .total .label {
            font-size: 20px;
        }

        .listagemPrecos .total .valor {
            font-weight: 500;
            font-size: 35px;
        }

            .listagemPrecos .total .valor span {
                font-size: 25px;
            }

    .listagemPrecos .portes {
        border-top: 1px solid #EEEFF4;
        border-bottom: 1px solid #EEEFF4;
        color: #EFB262;
        padding: 15px 0;
    }

.listagemPrecos .grupo-voucher {
    border-top: 1px solid #ebebeb;
    text-transform: none;
}
.listagemPrecos .grupo-voucher .tituloVoucher {
    color: #5d5a5a;
}
.listagemPrecos .grupo-voucher .input-voucher {
    font-size: 14px;
}
.listagemPrecos .grupo-voucher input::-webkit-input-placeholder {
    font-style: italic;
    color: #919090;
}
.listagemPrecos .grupo-voucher input:-moz-placeholder {
    font-style: italic;
    color: #919090;
}
.listagemPrecos .grupo-voucher input::-moz-placeholder {
    font-style: italic;
    color: #919090;
} 
.listagemPrecos .grupo-voucher input:-ms-input-placeholder {
    font-style: italic;
    color: #919090;
}

.dadosEncomenda .titulo {
    color: #4dc5db;
    font-size: 25px;
    line-height: 30px;
    text-transform: lowercase;
    font-weight: 600;
}

@media (max-width: 767px) {
    .dadosEncomenda .titulo {
    }
}

.dadosEncomenda .coluna-morada {
    font-size: 15px;
    border: 1px solid #d3d3d3;
    padding: 20px;
}

.dadosEncomenda .checkboxSpan > label {
    color: #ABA9A9;
    line-height: normal;
}
.dadosEncomenda .checkboxSpan > label a {
    text-decoration: none;
}

.detalhe-pagamento {
    padding: 30px;
}

    .detalhe-pagamento .titulo {
        text-align: center;
        font-size: 21px;
        color: #49C5DB;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .detalhe-pagamento .preco {
        text-align: center;
        font-size: 21px;
        color: #49C5DB;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .detalhe-pagamento .metodo {
        margin-bottom: 30px;
        text-align: center;
        font-size: 21px;
    }

        .detalhe-pagamento .metodo img {
            max-width: 200px;
        }

    .detalhe-pagamento .valor {
        color: #333;
        font-weight: 600;
    }

/* fixes gerais overwrite */
header .barraCategorias .categorias a {
    padding: 20px 5px 8px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
    line-height: 30px;
}

    header .barraCategorias .categorias a:hover,
    header .barraCategorias .categorias a.open,
    header .barraCategorias .categorias a.selected {
    }

header .barraSubcategorias .subcategorias .nivel1 {
    margin-top: 20px;
}

#BannerContainer1 .carousel-item img {
    height: auto;
    width: 100%;
}

#BannerContainer1 .carousel-item {
    max-height: 664px;
}

#BannerContainer1 .carousel-indicators {
    left: 30px;
    top: 10px;
}

.marcas .container-1 {
    background-color: #EFB262;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .marcas .container-1 h2 {
        color: #FFFFFF;
        padding-bottom: 30px;
    }

    .marcas .container-1 .descricao {
        display: block;
        width: 100%;
        max-width: 885px;
        margin-left: auto;
        margin-right: auto;
        font-size: 22px;
    }

.marcas .container-2 {
    background-color: #FFFFFF;
    border-bottom: 20px solid #EFB262;
}

.row-marcas .prev,
.row-marcas .next {
    cursor: pointer;
    opacity: 0.7;
    font-size: 40px;
    color: #EFB262;
}

    .row-marcas .prev i,
    .row-marcas .next i {
        line-height: 120px;
    }

.sugestoes {
    background: #FFFFFF;
}

.marcas .imagem {
    padding-top: 0;
    height: 100px;
    width: auto;
    overflow: hidden;
    margin: 10px 15px;
}

    .marcas .imagem img {
        height: 100px;
        width: auto;
        display: unset;
        position: relative;
    }

header .barraPesquisa .titulo,
header .barraPesquisa a {
    color: #FFFFFF;
}

.artigos > div .artigo .imagem .novoTag {
    background-color: #EFB262;
}

.pesquisaArtigos {
    /*background-color: #EFB262;*/
    background-color: #EBEBEB;
}

    .pesquisaArtigos input {
        margin-left: 10px;
    }

@media (min-width: 1400px) {
    .pesquisaArtigos input {
        min-width: 250px;
    }
}

.pesquisaArtigos a {
    /*color: #FFFFFF !important;*/
}

/* rodape */
footer .conteudo-newsletter {
    width: 100%;
    min-height: 176px;
    background-color: #686868;
    color: #FFFFFF;
    background-image: url("/Assets/Img/footer-1-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

footer .rodape-sep {
    border-bottom: 1px solid #e0dfdf;
}

footer .conteudo {
    padding: 30px 0 20px 0;
}

    footer .conteudo a {
        color: #b1b1b1;
        text-decoration: none;
    }

    footer .conteudo, footer .conteudo p,
    footer .conteudo a {
        font-size: 15px;
    }

.footer-copys {
    padding-bottom: 10px;
    text-transform: lowercase;
}

.footer-links {
    color: #5e5b5b;
    font-size: 17px;
    padding-bottom: 10px;
    text-transform: lowercase;
}

    .footer-links a {
        color: #5e5b5b !important;
        font-weight: normal;
        margin: 0 12px 0 0;
    }

footer .conteudo .footer-links a {
    font-size: 17px;
}

.footer-links a:not(:last-of-type) {
}

.footer-links a:hover {
    color: #b1b1b1;
}

.footer-links a:not(:last-of-type)::after {
    content: ".";
    margin-left: 12px;
    cursor: default;
}

img.img-pagamentos-online {
    max-width: 100%;
}

.txt-sm, .txt-sm p {
    font-size: 14px;
}

.font-weight-600 {
    font-weight: 600;
}

.txt-pagamentos-online {
    padding: 12px 12px 7px 10px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: lowercase;
}

.contactenos {
    padding: 20px 0;
}

.txt-contactenos {
    padding: 12px 12px 12px 10px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: lowercase;
}

footer .row-1 {
    padding-bottom: 20px;
}

footer .row-2 {
    padding-bottom: 10px;
    padding-top: 20px;
}

footer .row-3 {
    padding-bottom: 20px;
}

.row-newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .row-newsletter .checkboxSpan > label {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 300;
    }

        .row-newsletter .checkboxSpan > label a {
            text-decoration: none;
        }

.newsletter-title h2 {
    color: #FFFFFF;
    font-size: 35px;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight: 300;
}

    .newsletter-title h2 span {
        font-weight: 600;
        color: inherit;
    }

        .newsletter-title h2 span:first-of-type {
            color: #49C5DB;
        }

.newsletter-box {
    padding-top: 20px;
}

.newsletter-input.default, .newsletter-btn {
    height: 54px;
    border: 1px solid #49C5DB;
    font-weight: 300;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsletter-input.default {
    background-color: transparent;
    color: #FFFFFF;
    padding: 0px 23px;
}

.newsletter-btn {
    background-color: #49C5DB;
    color: #FFFFFF !important;
    font-weight: 600;
    width: 100%;
    max-width: 298px;
    text-align: center;
    display: block;
    padding: 11px 10px 11px 10px;
    min-height: 54px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-transform: lowercase;
}

.newsletter-btn span,
a.submit2 span {
    font-weight: 300;
}

a.submit3 span {
    font-weight: normal;
}

.row-newsletter .checkboxSpan > label {
    padding: 0 0 0 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}

    .row-newsletter .checkboxSpan > label::before {
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: 1px solid #a2a0a1;
    }

    .row-newsletter .checkboxSpan > label::after {
        font-size: 14px;
        color: #FFFFFF;
        top: 5px;
        left: 3px;
    }

    .row-newsletter .checkboxSpan > label.fail-text {
        color: inherit !important;
    }

        .row-newsletter .checkboxSpan > label.fail-text::before {
            border-color: #d80d0d;
        }

.banner-block {
    display: block;
    position: relative;
    max-height: 664px;
}

    .banner-block .banner-txt {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        color: #FFFFFF;
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
        /*top: 10rem;*/
        top: 50%;
        transform: translateY(-50%);
    }

        .banner-block .banner-txt .banner-title {
            text-align: center;
            color: #FFFFFF;
            font-size: 47px;
            font-weight: normal;
            line-height: normal;
            margin-top: 20px;
        }
        .banner-block.com-sombra .banner-txt .banner-title {
            text-shadow: 0.5px 0.5px 10px rgba(0,0,0, 0.3);
        }

            .banner-block .banner-txt .banner-title span {
                color: #EFB262;
                font-weight: bold;
            }

        .banner-block .banner-txt .banner-alt {
            font-size: 19px;
            line-height: normal;
            font-weight: lighter;
            width: 100%;
            max-width: 750px;
            margin: 0px auto;
        }
        .banner-block.com-sombra .banner-txt .banner-alt {
            text-shadow: 0.5px 0.5px 10px rgba(0,0,0, 0.5);
        }

.banner-txt-wrap {
    background-color: rgba(0, 0, 0, 0);
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

body.contactos footer.mt-100 {
    margin-top: 0;
}

.footer-margin-0 footer.mt-100 {
    margin-top: 0;
}

.artigos > div .artigo:hover .bottom .icone {
    color: #FFFFFF;
}

.artigos > div .artigo:not(:hover) .bottom .preco .precoFinal.temPromocao {
    color: #EFB262;
}

.coluna-morada.metodoPagamento img {
    max-width: 100%;
    max-height: 50px;
    cursor: pointer;
}

.menuLateral.noarrow .nivel1 > a::after,
.menuLateral.noarrow .nivel1 > a::after,
.menuLateral.noarrow .nivel1 > a:hover::after,
.menuLateral.noarrow .nivel1 > a.open::after,
.menuLateral.noarrow .nivel1 > a.selected::after {
    content: "";
}


/* MASONRY PARA O MENU DE SUBCATEGORIAS */
header .barraSubcategorias .subcategorias .masonry .nivel1 {
    float: initial;
    width: 100%;
}

.masonry {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

    .masonry .item {
        display: inline-block;
        padding: 1em;
        margin: 0 0 1.5em;
        width: 100%;
        -webkit-transition: 1s ease all;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .masonry .item img {
            max-width: 100%;
            height: auto;
        }

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

/* novos indicators banner cabecalho */
#BannerContainer1 .carousel-indicators {
    position: absolute;
    left: unset;
    right: 5%;
    z-index: 15;
    display: block;
    padding-left: 0;
    list-style: none;
    top: 50%;
    transform: translateY(-50%);
}

    #BannerContainer1 .carousel-indicators > li {
        position: relative;
        width: 10px;
        height: 40px;
        background: transparent;
        margin: 0 5px;
        cursor: pointer;
        opacity: .5;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-indent: -999px;
        opacity: 1;
        border: 1px solid #cccccc;
        margin-bottom: 10px;
    }

        #BannerContainer1 .carousel-indicators > li.active {
            background: #cccccc;
            opacity: 1;
            height: 80px;
        }

#BannerContainer1 .carousel-indicators.horiz {
    left: unset;
    right: unset;
    z-index: 15;
    top: unset;
    bottom: 2%;
    transform: unset;
    width: 100%;
    text-align: center;
}
    #BannerContainer1 .carousel-indicators.horiz > li {
        width: 40px;
        height: 10px;
        display: inline-block;
        border-color: #FFFFFF;
    }
        #BannerContainer1 .carousel-indicators.horiz > li.active {
            background: #FFFFFF;
            opacity: 1;
            height: 10px;
            width: 80px;
        }

#BannerContainer1 .carousel-item .botao {
    color: #FFFFFF;
    font-size: 17px;
    border: 1px solid #EFB262;
    background: transparent;
    padding: 10px 50px;
    display: inline-block;
    transition: all ease-in-out .2s;
    margin-top: 30px;
}

    #BannerContainer1 .carousel-item .botao:hover {
        background: #EFB262;
        color: #FFFFFF;
    }
/* fix banner cabecalho responsive */
#BannerContainer1 {
    overflow: hidden;
}

@media (max-width: 1000px) {
    .banner-block .banner-txt {
    }

        .banner-block .banner-txt .banner-title {
            font-size: 30px;
            line-height: normal;
            margin-bottom: 5px;
        }

        .banner-block .banner-txt .banner-alt {
            font-size: 16px;
            line-height: normal;
        }
}

@media (max-width: 600px) {
    .banner-block .banner-txt {
        max-width: 100%;
    }

        .banner-block .banner-txt .banner-title {
            font-size: 20px;
        }

        .banner-block .banner-txt .banner-alt {
            display: none;
        }

    #BannerContainer1 .carousel-item .botao {
        display: none;
    }
}

/* noticias */
.artigos.noticias > div .artigo {
    padding-bottom: 20px;
}

    .artigos.noticias > div .artigo:not(:hover) {
        border: 1px solid #EEEFF4;
    }

    .artigos.noticias > div .artigo .imagem {
        padding-top: 80%;
    }

.noticia img {
    max-width: 100%;
}

.noticia .imgNoticiaN {
    text-align: center;
}

/* novos header - tamanhos */
.h5, h5 {
    font-size: 17px;
    color: #ee9828;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: lowercase;
}

.subtitle {
    font-size: 19px;
    font-weight: 300;
    color: #ABA9A9;
    text-transform: lowercase;
}

.subtitle-wrap {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.h-sep {
    display: block;
    width: 120px;
    height: 1px;
    background-color: #e0dfdf;
    overflow: hidden;
    font-size: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

/* easytep home */
.conteudo-easytep {
    width: 100%;
    min-height: 400px;
    background-color: #686868;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    background-image: url("/Assets/Img/easytep-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.row-easytep {
    padding-top: 130px;
    padding-bottom: 130px;
}

.easytep-title {
    width: 100%;
    max-width: 450px;
}

    .easytep-title h5 {
        color: #49C5DB;
    }

    .easytep-title h2 {
        color: #FFFFFF;
        font-size: 35px;
        line-height: 36px;
        display: inline-block;
        width: 100%;
        text-align: left;
        padding-bottom: 2px;
        font-weight: 300;
        text-transform: lowercase;
    }

        .easytep-title h2 span {
            font-weight: 600;
            color: inherit;
        }

            .easytep-title h2 span:first-of-type {
                color: #49C5DB;
            }

.easytep-txt {
    text-transform: lowercase;
    text-align: justify;
}

.btn {
    display: block;
    width: 100%;
    max-width: 300px;
    min-height: 54px;
    background-color: transparent;
    border: 1px solid #dedddd;
    border-radius: 0;
    font-size: 19px;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    padding: 11px 10px 11px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-transform: lowercase;
}

    .btn:hover {
        color: inherit;
    }

    .btn span {
        font-weight: 300;
    }

    .btn.btn-blue {
        background-color: transparent;
        border-color: #49C5DB;
    }

        .btn.btn-blue:hover {
            background-color: #49C5DB;
        }

/* oportunidades home */
.conteudo-oportunidades {
}

.row-oportunidades {
}

.section-oportunidades .subtitle-wrap {
    max-width: 530px;
}

.section-oportunidades .col-txt {
    background-color: #FFFFFF;
    padding: 60px 60px 35px 60px;
    border: 1px solid #EFB262;
}

.section-oportunidades .col-img {
    background-color: #EEEEEE;
    padding: 0;
}

.section-oportunidades .img-bg {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 360px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 0;
}

.opurtunidade {
    margin-bottom: 35px;
    cursor: pointer;
}

    .opurtunidade .ttl {
        color: #535456;
        font-size: 25px;
        line-height: normal;
        font-weight: normal;
        text-transform: lowercase;
        margin-bottom: 20px;
        text-align: justify;
    }

    .opurtunidade .txt {
        color: #ABA9A9;
        font-size: 17px;
        line-height: normal;
        font-weight: 300;
        margin-bottom: 50px;
        text-align: justify;
    }

    .opurtunidade .link {
        color: #EFB262;
        font-size: 17px;
        font-weight: normal;
        text-transform: lowercase;
        letter-spacing: 3px;
    }

    .opurtunidade:hover .col-txt {
        background-color: #EFB262;
    }

    .opurtunidade:hover .ttl,
    .opurtunidade:hover .txt,
    .opurtunidade:hover .link {
        color: #FFFFFF;
    }

/* ideias home */
.conteudo-ideias {
    width: 100%;
    min-height: 400px;
    background-color: #EFB262;
    color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-ideias .subtitle-wrap {
    max-width: 440px;
}

.conteudo-ideias h5,
.conteudo-ideias h2,
.conteudo-ideias h2 span,
.conteudo-ideias .subtitle {
    color: #FFFFFF;
}

.section-ideias .col-img {
    background-color: #EEEEEE;
    padding: 0;
}

.section-ideias .img-bg {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 390px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 0;
    position: relative;
}

.section-ideias .ideia {
    margin-bottom: 20px;
    cursor: pointer;
}

.section-ideias .botao {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: transparent;
    margin-left: 15px;
    margin-right: 15px;
}

    .section-ideias .botao.selected,
    .section-ideias .botao.active,
    .section-ideias .botao:hover {
        color: #EFB262;
        background: #FFFFFF;
    }

.ideia .bloco-txt {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.70);
    border: 1px solid #5e5b5b;
    display: table;
    opacity: 0;
    position: absolute;
}

    .ideia .bloco-txt .wrap {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
    }

.ideia:hover .bloco-txt {
    opacity: 1;
}

.ideia .ttl, .ideia .txt {
    color: #5e5b5b;
    font-size: 25px;
    line-height: normal;
    font-weight: normal;
    text-transform: lowercase;
}

.ideia .ttl {
    font-weight: bold;
}

.icn-ideias {
    width: 100%;
    height: auto;
    padding-top: 40px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: lowercase;
    font-size: 17px;
    color: #EFB262;
    background-image: url("/Assets/Img/Icns/icn-ideias.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.tabs-ideias .nav-tabs {
    border: 0;
}

/* acessorios home */
.section-acessorios h5,
.section-acessorios h2 span {
    color: #49C5DB;
}

.section-acessorios .subtitle-wrap {
    max-width: 630px;
}

.section-acessorios .artigos > div .artigo:hover .conteudo .titulo,
.section-acessorios .artigos > div .artigo:not(:hover) .bottom,
.section-acessorios .artigos > div .artigo:not(:hover) .bottom .preco .precoFinal {
    color: #49C5DB;
}

.section-acessorios .artigos > div .artigo:hover .bottom {
    background-color: #49C5DB;
}

.section-acessorios .artigos > div .artigo:hover {
    border-color: #49C5DB;
}

.section-acessorios .artigos > div .artigo .conteudo {
    padding: 10px 5px 5px 5px;
}

    .section-acessorios .artigos > div .artigo .conteudo .titulo {
        font-size: 19px;
        min-height: 86px;
    }

/* MENU CABECALHO */
.navbar-nav {
    display: block;
    text-transform: lowercase;
}

    .navbar-nav > li {
        display: inline;
    }

    .navbar-nav li a {
        cursor: pointer;
    }

.dropdown-link {
    position: relative;
    display: inline-block;
}

.dropdown-link-content {
    display: none;
    position: absolute;
    background-color: #F1F1F1;
    min-width: 160px;
    padding: 39px 18px 15px 18px;
    z-index: 2;
    left: 10px;
}

.dropdown-link-content::before {
    content: "";
    background-color: #FFFFFF;
    width: 100%;
    height: 29px;
    overflow: hidden;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.nav-item-lang .dropdown-link-content {
    min-width: 60px;
}

.dropdown-link:hover .dropdown-link-content {
    display: block;
}

.dropdown-link:hover a {
    color: inherit;
}

header .barraLogo .menuCab a.dropdown-item {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    color: #535456;
    margin-bottom: 10px;
}

    header .barraLogo .menuCab a.dropdown-item:hover,
    header .barraLogo .menuCab a.dropdown-item.selected {
        color: #EFB262;
    }

.dropdown-item:focus, .dropdown-item:hover {
    background-color: inherit;
}

.nav-item-lang a {
    color: #cccccc;
    font-weight: 300;
}

header .barraLogo .menuCab li.nav-item-lang:hover > a {
    color: #cccccc;
}

/* icns */
a.icn-rodape {
    font-size: 0 !important;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 33px;
    height: 33px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 20px;
}

a.icn-topo {
    font-size: 0 !important;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 20px;
}

a.icn-ajuda {
    font-size: 17px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    width: auto;
    height: 55px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 20px;
    padding-left: 60px;
    max-width: 220px;
    text-align: left;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.icn-rodape.icn-facebook {
    background-image: url("/Assets/Img/Icns/icn-rodape-facebook.png");
    width: 18px;
}

a.icn-rodape.icn-instagram {
    background-image: url("/Assets/Img/Icns/icn-rodape-instagram.png");
}

a.icn-rodape.icn-linkedin {
    background-image: url("/Assets/Img/Icns/icn-rodape-linkedin.png");
}

a.icn-rodape.icn-youtube {
    background-image: url("/Assets/Img/Icns/icn-rodape-youtube.png");
    width: 35px;
}

a.icn-rodape.icn-whatsapp {
    background-image: url("/Assets/Img/Icns/icn-rodape-whatsapp.png");
}

a.icn-rodape.icn-mail {
    background-image: url("/Assets/Img/Icns/icn-rodape-mail.png");
    width: 39px;
}

a.icn-rodape.icn-tel {
    background-image: url("/Assets/Img/Icns/icn-rodape-tel.png");
}

a.icn-topo.icn-search {
    background-image: url("/Assets/Img/Icns/icn-topo-search.png");
    width: 33px;
}

    a.icn-topo.icn-search:hover, a.icn-topo.icn-search.selected, a.icn-topo.icn-search.open {
        background-image: url("/Assets/Img/Icns/icn-topo-search-hover2.png");
    }

a.icn-topo.icn-user {
    background-image: url("/Assets/Img/Icns/icn-topo-user.png");
}

    a.icn-topo.icn-user:hover, a.icn-topo.icn-user.selected, a.icn-topo.icn-user.open {
        background-image: url("/Assets/Img/Icns/icn-topo-user-hover2.png");
    }

a.icn-topo.icn-telechat {
    background-image: url("/Assets/Img/Icns/icn-topo-telechat.png");
}

    a.icn-topo.icn-telechat:hover, a.icn-topo.icn-telechat.selected, a.icn-topo.icn-telechat.open {
        background-image: url("/Assets/Img/Icns/icn-topo-telechat-hover2.png");
    }

a.icn-topo.icn-cart {
    background-image: url("/Assets/Img/Icns/icn-topo-cart.png");
}

    a.icn-topo.icn-cart:hover, a.icn-topo.icn-cart.selected, a.icn-topo.icn-cart.open,
    .icones-topo.cart-on a.icn-topo.icn-cart {
        background-image: url("/Assets/Img/Icns/icn-topo-cart-hover2.png");
    }

header .barraLogo .menuCab .carrinhoTopo div div {
    right: unset;
    top: -2px;
    width: 20px;
    height: 20px;
    background: #f4f4f4;
    color: #bababa;
    font-size: 10px;
    line-height: 13px;
}

header .barraLogo .menuCab .icones-topo.cart-on .carrinhoTopo div div {
    background: #49C5DB;
    color: #FFFFFF;
}

a.icn-ajuda.icn-mail {
    background-image: url("/Assets/Img/Icns/icn-ajuda-mail.png");
}

a.icn-ajuda.icn-trocas {
    background-image: url("/Assets/Img/Icns/icn-ajuda-trocas.png");
}

a.icn-ajuda.icn-encomenda {
    background-image: url("/Assets/Img/Icns/icn-ajuda-encomenda.png");
}

a.icn-ajuda.icn-whatsapp {
    background-image: url("/Assets/Img/Icns/icn-ajuda-whatsapp.png");
}

/* barras topo */
header .barraTopo {
    padding: 30px 0;
    color: #fff;
    background: #fff;
    z-index: 51;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #535456;
    display: none;
}

@media (max-width: 767px) {
    header .barraTopo {
        padding: 15px 0;
    }
}

.overlay {
    background: rgba(0, 0, 0, 0.1);
}

header .barraTopo .titulo {
    text-transform: lowercase;
    font-size: 25px;
    color: #EFB262;
    font-weight: 300;
    margin-bottom: 10px;
}

header .barraTopo .descricao {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
}

header .barraTopo a:not(.input-button):not(.icn-ajuda) {
    color: #fff;
    font-size: 17px;
    display: block;
}

header .barraTopo input {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
}

header .barraTopo.barraAjuda .titulo {
    margin-bottom: 2px;
}

header .barraTopo .ajuda-contactos {
    display: flex;
}

header .barraTopo .numeros {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    display: inline-block;
    min-width: 210px;
}

header .barraTopo .horarios {
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
    display: inline-block;
    padding-top: 5px;
}

/* paginas interiores em geral */
body:not(.default) header:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    overflow: hidden;
    background-color: #FFFFFF;
    background-image: url("/Assets/Img/topo-shadow-interior.png");
    background-position: top center;
    background-repeat: repeat-x;
}

body:not(.default) #MainContent {
    /*padding-top: 75px;*/
    padding-top: 50px;
}

.ConteudoPagina {
    font-weight: 300;
}

h1 {
    font-size: 37px;
    line-height: normal;
    margin: 15px 0 20px;
    font-weight: 400;
    text-align: center;
    color: #535456;
    text-transform: lowercase;
}

    h1 span {
        font-weight: 700;
        color: #EFB262;
    }

.caminho {
    font-size: 17px;
    color: #a3a3a3;
    font-weight: normal;
    letter-spacing: 3px;
    text-align: center;
    text-transform: lowercase;
}

    .caminho .selected {
        color: inherit;
    }

a.submit2, button.submit2, input.submit2 {
    border: 1px solid #47c4da;
    background: #47c4da;
    font-weight: 700;
    text-transform: lowercase;
}

    a.submit2:hover, button.submit2:hover, input.submit2:hover {
        background: transparent;
        color: #47c4da;
        border: 1px solid #47c4da;
    }

a.submit3, button.submit3, input.submit3 {
    border: 1px solid #b1b1b1;
    background: #b1b1b1;
    font-weight: 700;
    text-transform: lowercase;
}

    a.submit3:hover, button.submit3:hover, input.submit3:hover {
        background: transparent;
        color: #b1b1b1;
        border: 1px solid #b1b1b1;
    }

/* fix artigos 2 */
.artigos > div .artigo .imagem img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.artigos > div .artigo .bottom .desc {
    color: #ABA9A9;
    font-size: 17px;
    font-weight: 300;
}

.artigos > div .artigo:hover {
    border: 1px solid #EFB262;
    background-color: #EFB262;
    color: #FFFFFF;
}

    .artigos > div .artigo:hover .imagem,
    .artigos > div .artigo:hover .bottom::before {
        background-color: #FFFFFF;
    }

    .artigos > div .artigo:hover .conteudo .categoria,
    .artigos > div .artigo:hover .conteudo .titulo,
    .artigos > div .artigo:hover .bottom .desc,
    .artigos > div .artigo:hover .bottom .lbl,
    .artigos > div .artigo:hover .bottom .preco {
        color: #FFFFFF;
    }

.section-acessorios .artigos > div .artigo:hover {
    border-color: #49C5DB;
    background-color: #49C5DB;
    color: #FFFFFF;
}

    .section-acessorios .artigos > div .artigo:hover .conteudo .categoria,
    .section-acessorios .artigos > div .artigo:hover .conteudo .titulo,
    .section-acessorios .artigos > div .artigo:hover .bottom .descricao,
    .section-acessorios .artigos > div .artigo:hover .bottom .lbl,
    .section-acessorios .artigos > div .artigo:hover .bottom .preco {
        color: #FFFFFF;
    }

.artigos.categorias > div .artigo .bottom {
    position: relative;
}

.artigos.categorias > div .artigo {
    padding-bottom: unset;
}


.artigos > div .artigo .imagem img {
    object-fit: cover;
}
/*menuLateral*/
.boxContagem {
    font-size: 15px;
    font-weight: 300;
    color: #ABA9A9;
    letter-spacing: 3px;
    text-transform: lowercase;
    padding: 10px 20px;
}

.boxVoltar {
    padding-bottom: 35px;
}

.voltar {
    font-size: 15px;
    font-weight: 300;
    color: #ABA9A9;
    letter-spacing: 3px;
    text-transform: lowercase;
    padding: 10px 20px;
}

select.ordenacao {
    opacity: 0.5;
    background-image: url('/Assets/Img/fundoSelectSmall.jpg');
}

.menuLateral {
    border-top: 1px solid #dbdbdb;
}

    .menuLateral:not(.mostra-primeiro-nivel) .nivel1 > a {
        display: none;
    }

    .menuLateral .nivel1,
    .menuLateral .nivel1 .nivel2 {
        padding-top: 16px;
        background-color: #FFFFFF;
    }

        .menuLateral .nivel1 > a,
        .menuLateral .nivel1 .nivel2 > a {
            font-size: 21px;
            color: #5d5a5a;
            text-transform: lowercase;
            padding: 16px 20px;
        }

            .menuLateral .nivel1 > a.open,
            .menuLateral .nivel1 > a.selected,
            .menuLateral .nivel1 .nivel2 > a.open,
            .menuLateral .nivel1 .nivel2 > a.selected {
                font-weight: 700;
            }

        .menuLateral .nivel1 .nivel2 .nivel3 {
            background-color: #fbfbfb;
            border-top: 1px solid #dcdbdb;
            border-bottom: 1px solid #dcdbdb;
            padding: 10px 0px;
        }

            .menuLateral .nivel1 .nivel2 .nivel3 > a {
                font-size: 17px;
                color: #535456;
                padding: 10px 15px 10px 38px;
                text-transform: lowercase;
            }

    .menuLateral .nivel2 > a.filhos::after {
        position: absolute;
        right: 10px;
        content: '\e90a';
        font-family: 'icomoon';
        display: inline-block;
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #dcdcdc;
        font-size: 10px;
        line-height: 30px;
    }

    .menuLateral.mostra-primeiro-nivel {
        padding-top: 16px;
    }

    .menuLateral .nivel1 {
        padding-top: 0px;
    }

        .menuLateral .nivel1 > a {
            background-color: transparent;
        }

            .menuLateral .nivel1 > a:hover,
            .menuLateral .nivel1 > a.open,
            .menuLateral .nivel1 > a.selected {
                color: #EFB262;
            }
/* vista artigos e geral */
body.artigos .share-toggle-container, body.articles .share-toggle-container,
body.artigo .share-toggle-container, body.article .share-toggle-container,
body.promocoes .share-toggle-container, body.promotions .share-toggle-container {
    /*margin-bottom: 25px;*/
    margin-bottom: 15px;
}

.share-toggle-container .share-container {
    top: 50px;
}

    .share-toggle-container .share-container.show {
        z-index: 1;
    }

.share-toggle-container .wishlist .icon {
    font-size: 30px;
    margin-right: 25px;
}

    .share-toggle-container .wishlist .icon.full {
        color: #49C5DB;
    }

.artigo .detalhe .descricao {
    /*font-size: 21px;*/
    font-weight: 300;
}

.artigo .detalhe .row-preco::before {
}

.artigo .detalhe .row-preco .preco-lbl {
    font-size: 27px;
    line-height: 27px;
    color: #5d5a5a;
    font-weight: 400;
}


.artigo .detalhe .row-preco .preco-lbl span {
    font-weight: 700;
}

.artigo .detalhe .row-preco .preco {
    display: block;
}

    .artigo .detalhe .row-preco .preco .precoFinal {
        font-size: 51px;
        font-weight: bold;
    }

        .artigo .detalhe .row-preco .preco .precoFinal span {
            font-size: 35px;
        }

.artigo .detalhe .row-preco .preco .precoFinal.sobConsulta {
    font-size: 31px;
}

a.submit, button.submit, input.submit {
    font-weight: 400;
    text-transform: lowercase;
}

    a.submit span, button.submit span, input.submit span {
        font-weight: 300;
    }

.h-sep.sep-left {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.produtos-relacionados {
    background-color: #fafafa;
}
.produtos-relacionados, 
.produtos-relacionados.container-bm {
    padding-top: 100px;
    padding-bottom: 100px;
}

.acessorios-txts {
    color: #ABA9A9;
    text-align: left;
    text-transform: lowercase;
}

    .acessorios-txts h5 {
        color: #49C5DB;
    }

    .acessorios-txts h2 {
        color: #535456;
        font-weight: 400;
        text-align: left;
        font-size: 35px;
        line-height: 38px;
    }

        .acessorios-txts h2 span {
            color: #49C5DB;
            font-weight: bold;
        }

    .acessorios-txts .txt {
        color: #ABA9A9;
        font-weight: 300;
        text-align: left;
        font-size: 19px;
        line-height: 21px;
        text-transform: lowercase;
        max-width: 375px;
    }

.galeria {
    margin-top: 35px;
    margin-bottom: 20px;
}

    .galeria .gal-img {
        position: relative;
        display: inline-block;
        cursor: pointer;
        width: 200px;
        height: 131px;
        overflow: hidden;
        border: 1px solid #ededed;
        padding: 0;
        margin-right: 20px;
    }

        .galeria .gal-img img {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            padding: 1px;
        }

.btn-arrow-lt, .btn-arrow-rt {
    display: block;
    cursor: pointer;
    width: 100%;
    /*max-width: 84px;*/
    height: 55px;
    background-color: #FFFFFF;
    color: #999999;
    border: 1px solid #999999;
    margin-bottom: 20px;
    opacity: 0.5;
}

    .btn-arrow-lt .icon-arrow, .btn-arrow-rt .icon-arrow {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 25px;
        color: #999999;
        line-height: 55px;
    }

    .btn-arrow-lt .icon-arrow {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .btn-arrow-lt:hover, .btn-arrow-rt:hover {
        opacity: 1;
    }

.boxArtigo .galeria .btn-arrow-lt {
    margin-bottom: 0;
}

.galeria-ideias {
    margin-top: 95px;
    margin-bottom: 40px;
}

.galeria-lbl {
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
    font-style: italic;
    color: #EFB262;
    text-transform: lowercase;
    margin-bottom: 18px;
    display: block;
    width: 100%;
}

.galeria-wrap .gal-img {
    float: left;
    width: 298px;
    height: 298px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.galeria-wrap::after {
    content: "";
    display: block;
    float: none;
    clear: both;
}

body.ideia footer.mt-100, body.idea footer.mt-100 {
    margin-top: 0;
}

body.ideia .ConteudoPagina.sem-video, body.idea .ConteudoPagina.sem-video {
    margin-bottom: 150px;
}

.area-video {
    width: 100%;
    background-color: #fafafa;
    padding: 90px 0px;
    text-align: center;
}

.video-lbl {
    font-size: 25px;
    line-height: normal;
    font-weight: 300;
    color: #ABA9A9;
    text-transform: lowercase;
    margin-bottom: 45px;
    display: block;
    width: 100%;
    text-align: center;
}

.video-wrap {
    width: 100%;
    max-width: 760px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px auto;
}

iframe {
    border: 0;
}

/* fixes gerais responsive jun 2020 */
@media (max-width: 1600px) {
    #BannerContainer1 .carousel-indicators {
        right: 3%;
    }

    .banner-block .banner-txt {
    }
}

@media (max-width: 1100px) {
    #BannerContainer1 .carousel-indicators {
        right: 3%;
    }
    #BannerContainer1 .carousel-indicators.horiz {
        right: unset;
        bottom: 1%;
    }

        #BannerContainer1 .carousel-indicators > li,
        #BannerContainer1 .carousel-indicators > li.active {
            height: 30px;
        }
        #BannerContainer1 .carousel-indicators.horiz > li,
        #BannerContainer1 .carousel-indicators.horiz > li.active {
            height: 9px;
            width: 30px;
            margin-left: 1px;
            margin-right: 1px;
        }

    .banner-block .banner-txt {
    }
}

@media (max-width: 780px) {

    footer .conteudo .footer-links a {
        margin: 0;
        display: block;
    }

    .footer-links a:not(:last-of-type)::after {
        content: "";
        margin: 0;
    }
}

@media (max-width: 560px) {
    #BannerContainer1 .carousel-indicators {
        right: 2%;
    }
    #BannerContainer1 .carousel-indicators.horiz {
        right: unset;
        bottom: 0;
    }

        #BannerContainer1 .carousel-indicators > li,
        #BannerContainer1 .carousel-indicators > li.active {
            height: 20px;
        }
        #BannerContainer1 .carousel-indicators.horiz > li,
        #BannerContainer1 .carousel-indicators.horiz > li.active {
            height: 7px;
            width: 20px;
            margin-bottom: 2px;
        }
}

/* fix icons */
header .barraLogo .menuCab a.icn-topo {
    padding: unset;
    color: #cccccc;
    width: 31px;
    height: 31px;
}

    header .barraLogo .menuCab a.icn-topo:hover,
    header .barraLogo .menuCab a.icn-topo.selected {
        color: #49C5DB;
    }

    header .barraLogo .menuCab a.icn-topo i.icon-area-cliente {
        font-size: 33px;
    }

    header .barraLogo .menuCab a.icn-topo i.icon-shopping-cart {
        font-size: 32px;
    }

header .barraLogo .menuCab .carrinhoTopo div {
    position: unset;
}

    header .barraLogo .menuCab .carrinhoTopo div div {
        top: -5px;
        margin-left: 20px;
    }

a.icn-rodape {
    font-size: 33px !important;
    color: #535456;
    line-height: 0;
}

@media (max-width: 991px) {
    header .barraLogo .menuCab a.icn-topo {
    }
    header .barraLogo .menuCab .carrinhoTopo div div {
    }
}

.divCores {
}

.select2 {
    width: 100% !important;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #c3c3c3;
    height: 55px;
    -ms-border-radius: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered img {
    width: 45px;
    height: 45px;
    margin-top: 5px;
    -webkit-object-position: center center;
    object-position: center center;
    object-fit: cover;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .com-imagem img {
 
}

.select2-container--default .select2-selection--single .select2-selection__rendered .com-imagem span {
    padding-left: 10px;
}

.select2-results__option .com-imagem img {
    width: 50px;
    height: 50px;
    -webkit-object-position: center center;
    object-position: center center;
    object-fit: cover;
}

.select2-results__option .com-imagem span {
    line-height: 50px;
    padding-left: 10px;
}

.select2-dropdown {
    border-color: #c3c3c3;
    -ms-border-radius: 0;
    border-radius: 0;
}



.medidas input {
    text-align: left!important;
    padding-right: 100px;
}

.medidas .milimetros {
    text-align: left;
    position: absolute;
    top: 15px;
    right: 10px;
}

.inputs-comprar.no-click {
    opacity: 0.5;
    pointer-events: none!important;
}

/* fix menu + responsive menu */
header .barraCategorias {
    display: none;
    background: #49c4da;
}
header .barraCategorias .categorias a {
    /*padding: 15px 10px;*/
    padding: 15px 30px 15px 20px;
    text-transform: lowercase;
    margin: 0;
}
header .barraCategorias .dropdown-link {
    display: block;
}
header .barraCategorias .dropdown-link-content,
header .barraCategorias .dropdown-link-content:before { /* nao tem submenus em mobile */
    display: none !important;
    position: unset;
    background-color: unset;
    min-width: unset;
    padding: unset;
    z-index: unset;
    left: unset;
}
header .barraCategorias .nav-item-lang { /* langs */
    text-align: right;
}
header .barraCategorias .nav-item-lang > a { /* langs */
    font-weight: normal;
}
header .barraCategorias .nav-item-lang .dropdown-link-content { 
    display: inline-block !important;
}
header .barraCategorias .categorias .nav-item-lang a.menu {
    display: inline-block !important;
}
@media (min-width: 991px) {
    header .barraCategorias {
        display: none !important;
    }
}

/* banner video home */
#BannerVideo1 {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
#BannerVideo1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/* fix artigo detalhe */
a.imagemPopUp, a.imagemPopUp2 {
    cursor: pointer;
}
a.botao-artigo {
    font-size: 15px;
    font-weight: 300;
    color: #ABA9A9;
    letter-spacing: 2px;
    display: flex;
    height: auto;
    min-height: 40px;
    line-height: normal;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #c3c3c3;
    max-width: 500px;
}
a.botao-artigo:hover {
    color: #EFB262;
    border-color: #EFB262;
}
a.botao-artigo > i {
    /*padding-left: 40px;
    margin-top: -6px;*/
    display: inline-block;
    padding-right: 8px;
}
a.botao-artigo > i::before {
    font-size: 30px;
    padding-left: 0px;
    /*position: absolute;
    left: 15px;*/
}

#ytModal .modal-dialog {
    max-width: 1020px;
}
#ytModal .modal-content,
#ytModal .modal-header,
#ytModal .modal-body {
    padding: 0;
}
#ytModal .modal-content .close {
    position: relative;
    right: unset;
    top: unset;
    text-align: center;
}
#ytModal iframe {
    width: 100%;
    height: 500px;
    border: 0;
    padding: 0;
    margin: 0;
}
.slickGaleriaArtigo .slick-track {
    margin-left: unset;
    margin-right: unset;
}
.artigo .detalhe select.default {
    border: 1px solid #c3c3c3;
    height: 55px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 50px;
    padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 95%;
    width: 50px;
    background-image: url('/Assets/Img/fundoSelect.jpg');
    background-position: 100% center;
    background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-results__option {
    padding: 6px 12px;
}
.divCores .select2-results__option {
    padding: 6px 12px;
}
.promocaoDatas {
    font-size: 14px;
    color: #b0b0b0;
}
.galeria-link {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 15px;
    cursor: pointer;
    color: #EFB262 !important;
}
.galeria-link > i {
    font-size: 22px;
}
.galeria-link > span {
    position: relative;
    top: -3px;
}
input#TBLargura[readonly], input#TBLargura[readonly="readonly"],
input#TBAltura[readonly], input#TBAltura[readonly="readonly"],
input#TBMetros[readonly], input#TBMetros[readonly="readonly"],
.milimetros.readonly {
    opacity: 0.6;
}

/* fix modal adicionar ao carrinho */
.modal .modal-content .titulo {
    font-size: 27px;
    line-height: 30px;
    color: #49C5DB;
    font-weight: bold;
    text-transform: lowercase;
}
.modal .modal-content .titulo .ttl2 {
    color: #5d5a5a;
    font-weight: normal;
}
.modal .modal-content .titulo span {
    color: #ABA9A9;
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 300;
}
.modal .modal-content .mensagem {
    font-size: 19px;
    color: #5d5a5a;
    font-weight: 300;
}
.modal .modal-content .mensagem span {
    font-size: 15px;
    color: #ABA9A9;
}
.modal .modal-content button.modal-submit,
.modal .modal-content button.modal-cancel {
    text-transform: lowercase;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
}
.modal .modal-content button.modal-submit {
    background-color: #49C5DB;
    border: 1px solid #49C5DB;
}
.numlinhas-0 .eliminar-todas, 
.numlinhas-1 .eliminar-todas {
    display: none !important;
}
.numlinhas-0 .boxVoltar:not(.boxVoltar2) .voltar {
    display: block;
    text-align: center;
}

/* layout area reservada */
.menuLateral.dashboard.mostra-primeiro-nivel {
    padding-top: 0;
}
.menuLateral.dashboard {
    border-top: 1px solid #ebebeb;
}
.menuLateral.dashboard .nivel1 {
    border-bottom: 1px solid #ebebeb;
}
.menuLateral.dashboard .nivel1 > a {
    padding-right: 25px;
}
.menuLateral.dashboard .nivel1 > a::after {
    position: absolute;
    right: 10px;
    content: '\e90a';
    font-family: 'icomoon';
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #dcdcdc;
    font-size: 14px;
    line-height: 30px;
}
a.submit2.invert, button.submit2.invert, input.submit2.invert {
    border: 1px solid #47c4da;
    background: #FFFFFF;
    color: #47c4da;
}
a.submit2.invert:hover, button.submit2.invert:hover, input.submit2.invert:hover {
    border: 1px solid #47c4da;
    background: #47c4da;
    color: #FFFFFF;
}
a.submit3.invert, button.submit3.invert, input.submit3.invert {
    border: 1px solid #b1b1b1;
    background: #FFFFFF;
    color: #b1b1b1;
}
a.submit3.invert:hover, button.submit3.invert:hover, input.submit3.invert:hover {
    border: 1px solid #b1b1b1;
    background: #b1b1b1;
    color: #FFFFFF;
}
.moradas-entrega .coluna-morada {
    padding-bottom: 0;
}
.moradas-entrega .coluna-morada > div {
    border: 1px solid #a1a1a1;
}
.moradas-entrega .coluna-morada > div.row-morada {
    padding: 13px 15px;
}
.moradas-entrega .coluna-morada div.row-morada {
    border-top: 0;
    background-color: #FFFFFF;
}
.moradas-entrega .coluna-morada:first-child div.row-morada {
    border-top: 1px solid #a1a1a1;
}
.moradas-entrega .coluna-morada:nth-child(even) div.row-morada {
    background-color: #f7f7f7;
}
.moradas-entrega .coluna-morada .principal,
.moradas-entrega .coluna-morada .editar,
.moradas-entrega .coluna-morada .apagar {
    font-size: 30px;
    margin: 0px 10px
}
.moradas-entrega .coluna-morada .inativo {
    opacity: 0.4;
}
.table-encomendas td, .table-encomendas th {
    padding: 13px 15px;
}
.table-encomendas .estado {
    color: #EFB262;
}
.table-encomendas tbody tr {
    background-color: #FFFFFF;
    border: 1px solid #a1a1a1;
    border-top: 0;
}
.table-encomendas tbody:first-child tr {
    border-top: 1px solid #a1a1a1;
}
.table-encomendas tbody tr:not(:nth-of-type(2n+1)) {
    background-color: #f7f7f7;
}
.table-encomendas td, .table-encomendas th {
    border: 0;
}
.encomenda-resumo {
    padding: 20px 15px;
    border: 1px solid #a1a1a1;
    border-top: 0;
}
.table-encomendas .btn-abrir > a {
    display: inline-block;
    min-width: 80px;
}
@media (min-width: 991px) {
    .detalhe-encomenda .valores-finais {
        max-width: 55%;
    }
}
.table-artigos th {
    border-top: 0;
    border-bottom: 2px solid #a1a1a1;
    background-color: #f7f7f7;
    font-weight: normal;
}
.table-artigos th small {
    display: block;
    font-size: 12px;
    line-height: 10px;
}
.table-artigos td {
    border-top: 0;
    border-bottom: 1px solid #a1a1a1;
    background-color: #FFFFFF;
}
.table-align-middle td {
    vertical-align: middle;
}
.valores-finais .campo-total {
    font-size: 22px;
}
.moradas-entrega .coluna-morada .imagem {
    padding-top: 80%;
    height: 80px;
    max-width: 125px;
    position: relative;
}
.moradas-entrega .coluna-morada .imagem div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.moradas-entrega .coluna-morada .tituloArtigo span {
    font-size: 20px;
    color: #5d5a5a;
}

/* fix banner home */
#BannerContainer1 .carousel-item {
    min-height: unset !important;
    max-height: unset !important;
    cursor: pointer;
}
#BannerContainer1 .banner-block {
    display: block;
    position: relative;
    padding-top: 38%;
    max-height: unset !important;
}

@media(max-width:767px) {
    #BannerContainer1 .banner-block {
        padding-top: 50%;
    }
}


#BannerContainer1 .banner-block img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}
.banner-interior-topo {
    width: 100%;
    padding-top: 20%;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -15px;
}

@media(max-width:767px){
	.banner-interior-topo {
		padding-top:50%;
	}
}

.artigo .detalhe .row-preco .preco-lbl a.submit.cinza:not(.collapsed) {
    background: #B0B0B0;
    color: #fff !important;
}
.artigo .detalhe .formulario input.default,
.artigo .detalhe .formulario textarea.default {
    border: 1px solid #c3c3c3;
    text-align: left;
}

.col-select2.fail .select2-container--default .select2-selection--single {
    border-color: #d80d0d;
}

/* NAV MOEDAS */
.nav-moedas {
    display: inline-block;
    position: relative;
    top: -10px;
    margin: 0px 15px;
}
ul.nav-moedas {
    /*background-color: #F7F7F7;*/
    background-color: transparent;
    font-weight: 300;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
ul.nav-moedas:hover {
    /*background-color: #F1F1F1;*/
    background-color: #F7F7F7;
    border-bottom-right-radius: 0px;
}
.nav-moedas .dropdown-link > a {
    font-size: 20px !important;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    color: #cccccc;
    font-weight: 300;
    line-height: 45px;
}
header .barraLogo .menuCab .nav-moedas .dropdown-link > a {
    padding: 0px 17px;
}
header .barraLogo .menuCab .nav-moedas li.dropdown-link:hover > a,
header .barraLogo .menuCab .nav-moedas a.dropdown-item:hover {
    color: #49C5DB;
}
.nav-moedas .dropdown-link-content {
    padding: 10px 10px 2px 10px;
    left: 0;
    background-color: #F7F7F7;
    min-width: 80px;
    width: 100%;
}
.nav-moedas .dropdown-link-content::before {
    height: unset;
}
.nav-moedas .dropdown-link-content a.dropdown-item {
    text-align: center;
    font-weight: 300;
}
.nav-moedas .dropdown-link-content a.dropdown-item span {
}

/* accordion paginas */
#accordion .card {
    border: 0;
}
#accordion .card-header {
    border-top: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 15px;
    border-color: #dcdbdb;
}
#accordion .card-header a.accordion-a {
    display: block;
    width: 100%;
}
#accordion .card-header a.accordion-a::after {
    position: absolute;
    right: 10px;
    content: '\e90a';
    font-family: 'icomoon';
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #dcdcdc;
    font-size: 10px;
    line-height: 30px;
}
#accordion .card-header a.accordion-a[aria-expanded="true"]::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#accordion .card-body {
    border-top: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.small-cross-btn {
    position: absolute;
    right: 0;
    line-height: 10px;
    color: white !important;
    background-color: red;
    border-radius: 50%;
    padding: 0px 2px 3px 3px;
    font-size: 13px;
}
.cross-btn {
    line-height: 10px;
    padding: 0px 2px 3px 3px;
    font-size: 13px;
    display: inline-block;
    text-transform: none;
    color: #b1b1b1;
}

.checkboxSpan span {
    display: inline-block;
}
.checkboxSpan span > a:hover {
    color: inherit !important;
}

.barra-info-topo {
    margin-top: -15px;
    margin-bottom: 15px;
    background-color: #49C5DB;
    color: #fff;
    font-size: inherit;
    position: relative;
    width: 100%;
    z-index: 1;
}
.barra-info-topo.fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
}
@media(max-width:767px) {
    .barra-info-topo {
        font-size: 13px;
    }
}
@media(max-width:400px) {
    .barra-info-topo {
        font-size: 14px;
    }
}

/* barra footer out 2020*/
#barra-rodape .main {
    display: flex;
    align-items: center;
}
#barra-rodape .main > div {
    margin: 10px 20px;
}
#barra-rodape {
    padding: 20px 0 15px 0;
    position: fixed;
    bottom: 0;
    background: #FFFFFF;
    left: 0;
    right: 0;
    z-index: 100;
}
#barra-rodape.not-fixed {
    padding: 0;
    position: relative;
}
#barra-rodape .h45 {
    max-height: 35px;
}
#barra-rodape .h70 {
    max-height: 60px;
}
#barra-rodape .div {
    height: 50px;
    width: 2px;
    background: #CACACB;
}
#barra-rodape .div2 {
    height: 50px;
    width: 2px;
    background: #CACACB;
}
#barra-rodape .text {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
#barra-rodape .div0 {
    width: 100%;
    margin-top: 20px;
    display: none;
}
@media(max-width:1199px){
    #barra-rodape .h45 {
        max-height: 30px;
    }
    #barra-rodape .h70 {
        max-height: 50px;
    }
}
@media(max-width:991px){
    #barra-rodape .main {
        flex-wrap: wrap;
    }
    #barra-rodape .div {
        height: 1px;
        width: 100%;
        background: #CACACB;
        margin: 10px 0;
    }
    #barra-rodape .text {
        text-align: center;
    }
}
@media(max-width:767px){
    #barra-rodape .text {
        font-size: 11px;
        line-height: 15px;
        text-align: center;
    }
    #barra-rodape .h45 {
        max-height: 25px;
    }
    #barra-rodape .h70 {
        max-height: 45px;
    }
}
@media(max-width:576px) {
    #barra-rodape .div0 {
        display: block;
        margin-top: 5px;
    }
    #barra-rodape {
        padding: 10px 0 5px 0;
    }
    #barra-rodape .div {
        margin: 10px 0;
    }
    #barra-rodape .h45 {
        max-height: 20px;
    }
}
@media(max-width:400px) {
    #barra-rodape .main > div {
        margin: 10px 10px;
    }
}

/* videos nas galerias de artigo */
.galeria .comVideo {
    position: relative;
}
.galeria .comVideo::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 2;
}
.galeria .comVideo::after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 10px 0px 10px 20px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -8px;
    z-index: 3;
}
.galeria .comVideo:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.galeria .comVideo:hover::after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.informacao-comercial {
    text-transform: initial;
    font-size: 13px;
}
.informacao-comercial div.font-italic {
    color: #49c5db;
}
/* descontos no carrinho */
/*.descontos-list > div:not(.not)::before {
    content: "\2022";
    color: #5d5a5a;
    margin-right: 3px;
    font-size: 25px;
    line-height: 17px;
    position: relative;
    top: 3px;
}
.produto-desconto-panel .label::after,
.utilizador-desconto-panel .label::after,
.voucher-desconto-panel .label::after {
    content: "\2022";
    color: #5d5a5a;
    margin-left: 3px;
    font-size: 25px;
    line-height: 15px;
    position: relative;
    top: 5px;
}
.descontos-list > div:not(.not):nth-of-type(1)::before,
.produto-desconto-panel .label::after {
    color: #efb262;
}
.descontos-list > div:not(.not):nth-of-type(2)::before,
.utilizador-desconto-panel .label::after {
    color: #49c5db;
}
.descontos-list > div:not(.not):nth-of-type(3)::before,
.voucher-desconto-panel .label::after {
    color: #b1b1b1;
}*/
.descontos-list > div:not(.not):not(:first-of-type)::before {
    content: "+";
    margin-right: 3px;
}
.descontos-list > div {
    font-size: 13px;
    display: inline-block;
}

/* AVALIACAO ENCOMENDA - DEZ 2020 */
.row-avaliar .star {
    font-size: 30px;
    color: #efb262;
    cursor: pointer;
}
.row-avaliar.big .star {
    font-size: 45px;
}
.row-avaliar .star > i::before {
    content: "\e92b";
}
.row-avaliar .star.on > i::before {
    content: "\e92c";
}

/* RESPONSIVE OUT 2020 */
a.submit-comprar {
    line-height: 53px;
}
.galeria .gal-img2 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.galeria .gal-img2 img {
    border: 1px solid #ededed;
}
header .barraLogo .menuCab a.icn-topo.toggleMenu {
    color: #535456;
}
header .barraLogo .menuCab a.icn-topo.toggleMenu:hover,
header .barraLogo .menuCab a.icn-topo.toggleMenu.open {
    color: #49C5DB;
}
header .barraLogo .menuCab a.icn-topo.toggleMenu i {
    font-size: 34px;
}
.dropdown-link-content-mobile {
    background-color: #FFFFFF;
}
.dropdown-link-content-mobile a,
header .barraCategorias .categorias .dropdown-link-content-mobile a {
    color: #535456;
    font-size: 18px;
    line-height: 20px;
}
header .barraCategorias .dropdown-link a.menutopo-mobile::after {
    position: absolute;
    right: 14px;
    content: '\e90a';
    font-family: 'icomoon';
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #FFFFFF;
    font-size: 15px;
    line-height: 30px;
}
header .barraCategorias .dropdown-link a.menutopo-mobile[aria-expanded="true"]::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.nav-item {
    list-style: none !important;
}
@media (max-width:1537px) {
    .container-bm {
        padding: 0 4%;
    }
    .barraLogo .container-bm {
        padding: 0 15px;
    }
    .galeria {
        margin-top: 15px;
    }
}
@media (max-width:1300px) {
}
@media (max-width:1199px) {
    header .barraLogo {
        padding-bottom: 14px;
    }
    header .barraLogo .menuCab a {
        font-size: 21px;
        padding: 0 10px;
    }
    header .barraLogo .menuCab a.dropdown-item {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .dropdown-link-content::before {
        height: 24px;
    }
    .dropdown-link-content {
        padding-left: 13px;
        padding-right: 13px;
        padding-bottom: 5px;
        left: 0px;
    }
    .nav-item-lang .dropdown-link-content {
        min-width: 46px;
    }
    .row-easytep {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .newsletter-btn {
        max-width: 100%;
    }
    .artigo .detalhe .promocaoTag {
        margin-left: 0 !important;
        margin-right: 4px !important;
    }
}
@media (max-width:1100px) {
    .galeria .gal-img {
        margin-right: 15px;
    }
    .btn-arrow-lt .icon-arrow, .btn-arrow-rt .icon-arrow {
        font-size: 16px;
    }
    a.icn-rodape {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 28px !important;
    }
    .txt-contactenos span, .txt-contactenos span a {
        font-size: 12px;
    }
    header .barraLogo .logo img {
        max-width: unset;
        min-height: 95px;
        width: auto;
    }
    .conteudo-ideias .container-bm {
        padding-left: 3%;
        padding-right: 3%;
    }
    .section-ideias .botao {
        margin-left: 5px;
        margin-right: 5px;
    }
    .row-newsletter {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .artigo .detalhe .promocaoTag {
        margin-left: 0 !important;
        margin-right: 0px !important;
        padding: 5px 10px;
        font-size: 15px;
    }
    .listagem-encomendas, .detalhe-encomenda {
        font-size: 16px;
    }
    .table-encomendas td, .table-encomendas th {
        padding: 11px 12px;
    }
}
@media (max-width:991px) {
    .txt-contactenos span {
        display: block;
    }
    header .barraLogo {
        padding-bottom: 17px;
    }
    header .barraLogo .menuCab a.icn-topo {
        position: relative;
        overflow: unset;
    }
    header .barraLogo .logo img {
        max-width: 100%;
        max-height: 80px;
        width: auto;
        height: auto;
        min-height: unset;
    }
    .section-ideias .img-bg {
        min-height: 260px;
    }
    .icn-ideias {
        margin-bottom: 8px;
    }
    .ideia .ttl {
        font-size: 22px;
    }
    .ideia .txt {
        font-size: 19px;
    }
    .row-easytep {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .section-ideias .botao {
        padding-left: 30px;
        padding-right: 30px;
    }
    .artigo .detalhe .promocaoTag {
        font-size: 14px;
    }
    /*REMOVE OVER BOTOES*/
    .btn-arrow-lt:hover, .btn-arrow-rt:hover {
        opacity: 0.5;
    }
    a.botao-artigo:hover {
        color: inherit;
        border-color: inherit;
    }
    a.submit.verde:hover, button.submit.verde:hover, input.submit.verde:hover,
    a.submit.invert:hover, button.invert.verde:hover, input.submit.invert:hover {
        color: #efb262;
        background: #fff;
    }
    .btn.btn-blue:hover {
        background-color: inherit;
    }
    .section-ideias .botao.selected, .section-ideias .botao.active, .section-ideias .botao:hover {
        color: inherit;
        background: inherit;
    }
    a.submit2:hover, button.submit2:hover, input.submit2:hover {
        background: #47c4da;
        color: #fff;
    }
    a.submit2.invert:hover, button.submit2.invert:hover, input.submit2.invert:hover {
        background: #fff;
        color: #47c4da;
    }
    a.submit:hover, button.submit:hover, input.submit:hover {
        background: #efb262;
        color: #fff;
    }
}
@media (max-width:768px) { 
    a.botao-artigo {
        font-size: 14px;
        letter-spacing: 1px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .galeria .gal-img {
        margin-right: 10px;
    }
    .area-video {
        padding-top: 40px;
    }
    .video-lbl {
        margin-bottom: 25px;
    }
    .conteudo-easytep, 
    footer .conteudo-newsletter {
        background-image: unset;
    }
    .easytep-btns .btn {
        max-width: 100%;
    }
    .section-oportunidades .col-txt {
        padding-top: 35px;
    }
    .section-ideias .ideia {
        margin-bottom: 10px;
    }
    .ideia .bloco-txt {
        opacity: 1;
        border: 0;
    }
    .section-ideias .ideia:nth-child(2) ~ .ideia {
        display: none;
    }
    .conteudo-ideias {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-ideias .botao {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    .boxContagem {
        padding-left: 0px;
        padding-right: 0px;
    }
    .galeria-link {
        top: -1px;
    }
    .galeria-link > i {
        font-size: 25px;
    }
    .artigo .detalhe .descricao.texto-mobile {
        font-size: 19px;
    }
    .artigo .detalhe .promocaoTag {
        font-size: 13px;
    }
    .login h3 {
        font-size: 2rem;
    }
    .produtos-relacionados,
    .produtos-relacionados.container-bm {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .table-artigos td, .table-artigos th {
        padding: .5rem;
    }
    .quantidade .btn-qtd-up, .quantidade .btn-qtd-down {
        position: absolute;
        right: 0;
    }
    .quantidade .btn-qtd-up {
        top: 0;
    }
    .quantidade .btn-qtd-down {
        bottom: 0;
    }
    .quantidade .qtd-block {
        border: 1px solid #c3c3c3;
    }
}
@media (max-width:575px) { /* sm */
    .h-sep.sep-left {
        margin-left: auto;
        margin-right: auto;
    }
    a.submit, button.submit, input.submit {
        font-size: 18px;
    }
    a.icn-topo {
        margin-left: 0;
        margin-right: 0;
    }
    .section-oportunidades .col-txt {
        padding-left: 20px;
        padding-right: 20px;
    }
    .conteudo-ideias .container-bm {
        padding-left: 4%;
        padding-right: 4%;
    }
    .encomenda .linha .quantidade input {
        width: 40px;
        height: 45px;
    }
    .encomenda .linha .quantidade a {
        justify-content: right;
    }
    .quantidade .qtd-block {
        border: 0;
    }
    .encomenda .linha .tituloArtigo {
        padding-left: 5px;
    }
    .encomenda .linha .imagemArtigo {
        padding-right: 5px;
    }
    .encomenda .linha .imagemArtigo .imagem div {
        background-size: contain;
    }
    .PanelFase1 .encomenda .linha .tituloArtigo {
        padding-right: 0px;
    }
    .PanelFase1 .encomenda .linha .imagemArtigo {
        padding-left: 0px;
    }
    .encomenda .linha .eliminar {
        left: 7px;
    }
}
@media (max-width:425px) {
    .artigo .detalhe .promocaoTag {
        top: 0;
    }
    header .barraLogo .menuLogo, 
    header .barraLogo .menuCab {
        width: 100%;
        max-width: 100%;
        display: block;
        flex: unset;
        text-align: center !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    header .barraLogo .menuCab .icones-topo  {
        text-align: center !important;
        margin-top: 15px !important;
    }
}

.input-error {
    position: relative;
    font-size: 13px;
    color: red;
}

/* btn loading -start */
.btn-loading > span {
    font-weight: inherit;
}
.btn-loading i,
.btn-loading:disabled > span,
.btn-loading.disabled > span {
    display: none;
}
.btn-loading:disabled i,
.btn-loading.disabled i,
.btn-loading > span {
    display: block;
}
.btn-loading:disabled,
.btn-loading.disabled {
}
.btn-loading:disabled i::before,
.btn-loading.disabled i::before {
    font-size: 20px;
}
a.submit.btn-loading:disabled:hover,
a.submit.btn-loading.disabled:hover {
    border: 1px solid #EFB262;
    background: #EFB262;
    color: #FFFFFF;
}
a.submit2.btn-loading:disabled:hover,
a.submit2.btn-loading.disabled:hover {
    border: 1px solid #47c4da;
    background: #47c4da;
    color: #FFFFFF;
}

.lds-ellipsis {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80px;
    height: 55px;
}

.lds-ellipsis span {
    position: absolute;
    top: 22px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis span:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis span:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis span:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis span:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* btn loading -end */

.rodape-thirdparty {
    max-width: 215px;
    overflow: hidden;
}
@media (max-width:767px) {
    .rodape-thirdparty {
        margin-left: auto;
        margin-right: auto;
    }
}

.rodape-thirdparty .ti-text > span.nowrap,
.section-thirdparty .ti-rating-text > span.nowrap {
    display: none !important;
}