﻿.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: #000093;
  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 #fd9a41;
  color: #FFFFFF;
  background-color: #fd9a41;
  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*/
/*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)*/
.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: 991;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fd9a41;
}
@media (max-width: 767px) {
  header .barraPesquisa {
    padding: 15px 0;
  }
}
header .barraPesquisa .titulo {
  font-size: 25px;
  color: #000093;
  font-weight: 600;
  margin-bottom: 10px;
}
header .barraPesquisa .descricao {
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px;
}
header .barraPesquisa a {
  color: #000093;
  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: 'Segoe UI';
  background: #79C132;
}
header .barraPesquisa .closePesquisa {
  position: absolute;
  right: 15px;
}
header .barraLogo {
  padding: 10px 0;
}
@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: 23px;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  header .barraLogo .menuCab a {
    font-size: 16px;
    padding: 0 8px;
  }
}
header .barraLogo .menuCab a i {
  font-size: 29px;
  vertical-align: middle;
}
header .barraLogo .menuCab a:hover, 
header .barraLogo .menuCab a.selected {
    color: #000093;
}
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: #fd9a41;
}
header .barraLogo .menuCab .carrinhoTopo div div {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  background: #fd9a41;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 23px;
}
@media (max-width: 991px) {
  header .barraLogo .menuCab {
    background: #000093;
    margin-top: 25px;
    padding: 15px 0;
  }
  header .barraLogo .menuCab a {
    color: #fff;
  }
  header .barraLogo .menuCab a:hover {
    color: #fff;
  }
}
header .barraCategorias {
    background: #005fea;
}
@media (min-width: 992px) {
  header .barraCategorias {
    display: block !important;
  }
}
@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: center;
  text-align: center;
  text-transform: uppercase;
}
/*header .barraCategorias .categorias a:hover,
header .barraCategorias .categorias a.open,
header .barraCategorias .categorias a.selected {
  color: #fff;
}*/
header .barraCategorias .categorias a:hover,
header .barraCategorias .categorias a.open,
header .barraCategorias .categorias a.selected {
  color: #fff;
  /*text-shadow: 0 0 .80px #fff,0 0 .80px #fff;*/
  text-decoration: underline;
}
@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: #000093;*/
  }
  header .barraCategorias .categorias a.menu:hover {
    /*color: #fde8f9;
    background: #000093;*/
  }
}
@media (max-width: 991px) {
  header .barraCategorias {
    display: none;
  }
  header .barraCategorias .categorias {
    display: block;
  }
  header .barraCategorias .categorias a {
    display: block;
  }
  header .barraCategorias .categorias a:hover {
    /*color: #fde8f9;
    background: #000093;*/
  }
    header .barraCategorias .categorias a:hover, 
    header .barraCategorias .categorias a.open, 
    header .barraCategorias .categorias a.selected {
        border-bottom-color: transparent !important;
    }
}
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: #fd9a41;
  font-size: 17px;
  text-transform: uppercase;
}
header .barraSubcategorias .subcategorias .nivel1 > a:after {
  /*margin: 15px 0;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #fd9a41;*/
}
header .barraSubcategorias .subcategorias .nivel1 > .nivel2 a {
  font-size: 15px;
  color: #646464;
  display: block;
  margin: 10px 0;
}
header .barraSubcategorias .subcategorias .nivel1 > .nivel2 a:hover {
  color: #000093;
}
.default h2 {
  padding: 0px 0 50px 0;
  text-align: center;
  font-size: 25px;
  color: #000093;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.default h2 span {
  font-weight: 400;
  /*color: #fd9a41;*/
}
.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: #000093;
  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: #fd9a41;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .acessos {
    padding: 20px 0;
  }
}
.acessos .titulo {
  color: #000093;
  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: #fd9a41;
}
.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: #000093;
  color: #fff;
  padding: 5px 15px;
  font-size: 17px;
}
.sugestoes .sugestao .artigo .imagem .novoTag {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fd9a41;
  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: #000093;
  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 #000093;
}
.sugestoes .sugestao .artigo:hover .conteudo .titulo {
  color: #000093;
}
.sugestoes .sugestao .artigo:hover .bottom {
  background: #000093;
}
.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: 'Segoe UI';
}
html {
  height: 100%;
}
h1 {
  font-size: 35px;
  line-height: 35px;
  margin: 100px 0 15px;
  font-weight: 400;
  text-align: center;
  color: #000093;
  text-transform: uppercase;
}
.caminho {
  font-size: 15px;
  color: #B0B0B0;
  text-align: center;
  margin: 0 0 50px;
  text-transform: lowercase;
}
.caminho span {
  margin: 0 10px;
}
.caminho .selected {
  color: #fd9a41;
}
.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: #000093;
  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: 664px;
  max-height: 664px;
}
@media (max-width: 1199px) {
  #BannerContainer1 .carousel-item {
    min-height: 550px;
    max-height: 550px;
  }
}
@media (max-width: 991px) {
  #BannerContainer1 .carousel-item {
    min-height: 400px;
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  #BannerContainer1 .carousel-item {
    min-height: 270px;
    max-height: 270px;
  }
}
#BannerContainer1 .carousel-item img {
  position: absolute;
  object-fit: cover;
  height: 664px;
}
@media (max-width: 1199px) {
  #BannerContainer1 .carousel-item img {
    height: 550px;
  }
}
@media (max-width: 991px) {
  #BannerContainer1 .carousel-item img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #BannerContainer1 .carousel-item img {
    height: 270px;
  }
}
#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: #fd9a41;
}
#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: #fd9a41;
  font-weight: bold;
}
footer .conteudo {
  background: #000093;
  padding: 50px 0;
  color: #fff;
}
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: 16px !important;
  color: #000093 !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;
}
.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: 100%;
}
.artigos > div .artigo .imagem .promocaoTag {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #000093;
  color: #fff;
  padding: 5px 15px;
  font-size: 17px;
}
.artigos > div .artigo .imagem .novoTag {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fd9a41;
  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;
}
.artigos > div .artigo .conteudo .titulo {
  font-size: 19px;
  color: #646464;
  line-height: 21px;
  text-transform: uppercase;
}
.artigos > div .artigo .conteudo .categoria {
  font-size: 14px;
  color: #B0B0B0;
  text-transform: lowercase;
  margin-bottom: 10px;
}
.artigos > div .artigo .bottom {
  padding: 20px 15px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #EEEFF4;
  align-items: center;
}
.artigos > div .artigo .bottom .preco {
  display: flex;
  align-items: flex-end;
}
.artigos > div .artigo .bottom .preco .precoFinal {
  color: #000093;
  font-size: 31px;
  font-weight: 600;
  line-height: 31px;
}
.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;
}
.artigos > div .artigo .bottom .icone {
  color: #B0B0B0;
  font-size: 25px;
}
.artigos > div .artigo:hover {
  border: 1px solid #000093;
}
.artigos > div .artigo:hover .conteudo .titulo {
  color: #000093;
}
.artigos > div .artigo:hover .bottom {
  background: #000093;
}
.artigos > div .artigo:hover .bottom .precoFinal {
  color: #fff;
}
.artigos > div .artigo:hover .bottom .precoPromocao {
  color: #fff;
}
.artigos > div .artigo:hover .bottom .desde {
  color: #fff;
}
.artigos > div .artigo:hover .bottom .icone {
  color: #fff;
}
.artigos > div .artigo:hover .bottom .consulta {
  color: #fff;
}
.filtros .cabecalho {
  padding: 15px 10px;
}
.filtros .cabecalho .tituloFiltro {
  color: #B0B0B0;
  font-size: 17px;
}
.filtros .cabecalho .botaoLimpar {
  color: #fd9a41;
  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: #000093;
  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 #fd9a41;
}
.menuLateral .nivel1 {
  border-top: 1px solid #fd9a41;
}
.menuLateral .nivel1 > a {
  font-size: 17px;
  color: #646464;
  display: block;
  padding: 15px 10px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.menuLateral .nivel1 > a::after,
.menuLateral .nivel1 > a:after {
  position: absolute;
  right: 10px;
  content: '\e908';
  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;
}
.menuLateral .nivel1 > a:hover,
.menuLateral .nivel1 > a.open,
.menuLateral .nivel1 > a.selected {
  color: #fff;
  background: #fd9a41;
}
.menuLateral .nivel1 > a:hover::after,
.menuLateral .nivel1 > a.open::after,
.menuLateral .nivel1 > a.selected::after {
  position: absolute;
  right: 10px;
  content: '\e908';
  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);
  color: #fff;
}
.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: #eee;
}
/*.menuLateral .nivel1 .nivel2 > a:hover,
.menuLateral .nivel1 .nivel2 > a.open,
.menuLateral .nivel1 .nivel2 > a.selected {
  background: #FDE8F9;
  color: #000093;
}*/
.menuLateral .nivel1 .nivel2 > a:hover,
.menuLateral .nivel1 .nivel2 > a.selected {
  color: #000093;
}
.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: #000093;
}
.menuLateral .nivel1 .nivel2 .nivel3.selected {
  display: block;
}
.artigo .detalhe .imagem {
  position: relative;
  padding-top: 100%;
  border: 1px solid #EEEFF4;
}
.artigo .detalhe .imagem img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.artigo .detalhe .promocaoTag {
  background: #000093;
  color: #fff;
  padding: 5px 15px;
  font-size: 17px;
}
.artigo .detalhe .novoTag {
  background: #fd9a41;
  color: #fff;
  padding: 5px 15px;
  font-size: 17px;
}
.artigo .detalhe .preco {
  display: flex;
  align-items: center;
}
.artigo .detalhe .preco .precoFinal {
  color: #000093;
  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: #000093;
}
.artigo .detalhe .descricao {
  font-size: 19px;
}
.artigo .detalhe .carateristicas {
  font-size: 16px;
  color: #B0B0B0;
  margin-bottom: 10px;
}
.artigo .detalhe input.default {
  border: 1px solid #EEEFF4;
  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: #000093;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.artigo h2 span {
  color: #fd9a41;
  font-weight: normal;
}
.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 #000093;
  color: #000093;
  font-size: 21px;
  margin: 0 5px;
}
.paginacao a:hover,
.paginacao a.selected {
  background: #000093;
  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;
}
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 #000093;
  background: #000093;
  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: #000093;
  border: 1px solid #000093;
}
a.submit.verde,
button.submit.verde,
input.submit.verde {
  font-size: 19px;
  border: 1px solid #fd9a41;
  color: #fd9a41;
  background: #fff;
  line-height: 40px;
}
a.submit.verde:hover,
button.submit.verde:hover,
input.submit.verde:hover {
  background: #fd9a41;
  color: #fff;
}
a.submit.voltar,
button.submit.voltar,
input.submit.voltar {
  font-size: 19px;
  border: 1px solid #B0B0B0;
  color: #B0B0B0;
  background: #fff;
  line-height: 40px;
}
a.submit.voltar:hover,
button.submit.voltar:hover,
input.submit.voltar: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 #fd9a41;
  background: #fd9a41;
  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: #fd9a41;
  border: 1px solid #fd9a41;
}
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: '\e909';
  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: '\e909';
  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: #000093;
  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: '\e908';
  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: #000093;
}
#MenuConta div:hover a {
  color: #fff;
}
.login h3 {
  color: #fd9a41;
}
.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: #000093;
}
.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: #000093;
}
.encomenda {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .encomenda {
    border-top: 1px solid #EEEFF4;
  }
}
.encomenda .cabecalho {
  border-bottom: 1px solid #EEEFF4;
  border-top: 1px solid #EEEFF4;
  font-size: 13px;
  color: #B0B0B0;
  padding: 15px 0;
}
.encomenda .linha {
  font-size: 15px;
  color: #646464;
  border-bottom: 1px solid #EEEFF4;
  padding: 10px 15px 10px 30px;
}
@media (max-width: 576px) {
  .encomenda .linha {
    padding: 25px 0;
  }
}
.encomenda .linha .eliminar {
  position: absolute;
  left: 5px;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 767px) {
  .encomenda .linha .eliminar {
    top: 10px;
    left: auto;
    right: 15px;
  }
}
.encomenda .linha .imagem {
  padding-top: 100%;
  position: relative;
}
.encomenda .linha .imagem div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.encomenda .linha .tituloArtigo {
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .encomenda .linha .tituloArtigo {
    font-size: 13px;
  }
}
.encomenda .linha .quantidade input {
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 0px;
  width: 50px;
  height: 50px;
  border-left: none;
  border-right: none;
  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;
}
.encomenda .linha .quantidade a.mais {
  border-left: none;
}
.listagemPrecos {
  text-transform: lowercase;
}
.listagemPrecos .label {
  font-size: 13px;
}
.listagemPrecos .valor {
  font-size: 19px;
}
.listagemPrecos .total {
  color: #000093;
}
.listagemPrecos .total .label {
  font-size: 19px;
}
.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: #fd9a41;
  padding: 15px 0;
}
.dadosEncomenda .titulo {
  color: #000093;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .dadosEncomenda .titulo {
    font-size: 19px;
    line-height: 30px;
  }
}
.dadosEncomenda .coluna-morada {
  font-size: 15px;
  border: 1px solid #B0B0B0;
  padding: 10px;
}
.detalhe-pagamento {
  background: #EEEFF4;
  border: 1px solid #B0B0B0;
  padding: 30px;
}
.detalhe-pagamento .titulo {
  text-align: center;
  font-size: 21px;
  color: #000093;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.detalhe-pagamento .preco {
  text-align: center;
  font-size: 21px;
  color: #000093;
  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 {
    border-bottom: 12px solid #005fea;
    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 {
    border-bottom-color: #005fea;
}
header .barraSubcategorias .subcategorias .nivel1 {
    margin-top: 20px;
}
#BannerContainer1 .carousel-item img {
    width: 100%;
}
#BannerContainer1 .carousel-item {
    max-height: 664px;
}
#BannerContainer1 .carousel-indicators {
    left: 30px;
    top: 10px;
}
.marcas .container-1 {
    background-color: #fd9a41;
    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 #fd9a41;
}
.row-marcas .prev,
.row-marcas .next {
    cursor: pointer;
    opacity: 0.7;
    font-size: 40px;
    color: #fd9a41;
}
.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: #fd9a41;
}
.pesquisaArtigos {
    /*background-color: #fd9a41;*/
    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 {
    padding: 30px 0 20px 0;
}
footer .conteudo a {
    color: #FFFFFF;
    text-decoration: none;
}
footer .conteudo, footer .conteudo p,
footer .conteudo a {
    font-size: 15px;
}
.footer-links {
    color: #7ba6ee;
    font-size: 15px;
    padding-bottom: 10px;
}
.footer-links a {
    color: #7ba6ee !important;
    font-weight: normal;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
}
.footer-links a:not(:last-of-type) {
    border-right: 1px solid #7ba6ee
}
.footer-links a:hover {
    color: #7ba6ee;
    font-weight: 600;
}
.txt-sm, .txt-sm p {
    font-size: 14px;
}
.font-weight-600 {
    font-weight: 600;
}
.txt-pagamentos-online {
    display: inline-block;
    padding: 12px 12px 12px 10px;
}
.contactenos {
    padding: 20px 0;
}
.txt-contactenos {
    display: inline-block;
    padding: 12px 12px 12px 10px;
    position: relative;
    top: -12px;
}
a.icn-rodape {
    font-size: 0 !important;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    width: 33px;
    height: 33px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 5px;
}
a.icn-rodape:not(.d-none) {
    display: inline-block !important;
}
a.icn-rodape.icn-facebook {
    background-image: url("/Assets/Img/icn-rodape-facebook.png");
}
a.icn-rodape.icn-whatsapp {
    background-image: url("/Assets/Img/icn-rodape-whatsapp.png");
}
a.icn-rodape.icn-mail {
    background-image: url("/Assets/Img/icn-rodape-mail.png");
}
a.icn-rodape.icn-tel {
    background-image: url("/Assets/Img/icn-rodape-tel.png");
}
footer .row-1 {
    padding-bottom: 30px;
}
footer .row-2 {
    padding-bottom: 10px;
}
footer .row-3 {
    padding-bottom: 20px;
}
footer .newsletter h2 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    text-align: left;
    padding-bottom: 2px;
    font-weight: 600;
}
footer .newsletter h2 span {
    font-weight: 300;
    color: inherit;
}
.newsletter-box {
    padding-top: 20px;
}
.newsletter-input.default, .newsletter-btn {
    height: 44px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.newsletter-input.default {
    background-color: transparent;
    color: #FFFFFF;
}
.newsletter-btn {
    background-color: #FFFFFF;
    color: #344279 !important;
    font-weight: 600;
    width: 100%;
    max-width: 225px;
    text-align: center;
    display: block;
    padding: 8px 10px 6px 10px;
    min-height: 44px;
    height: auto;
}
.newsletter-btn span {
    font-weight: 400;
}
.newsletter .checkboxSpan > label,
.newsletter .checkboxSpan > label a {
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
}
.newsletter .checkboxSpan > label {
    padding: 0 0 0 25px;
}
.newsletter .checkboxSpan > label::before {
    width: 15px;
    height: 15px;
    background-color: transparent;
}
.newsletter .checkboxSpan > label::after {
    font-size: 10px;
    color: #FFFFFF;
    top: 5px;
    left: 3px;
}
.newsletter .checkboxSpan > label.fail-text {
    color: inherit !important;
}
.newsletter .checkboxSpan > label.fail-text::before {
    border-color: #d80d0d;
}
.banner-block {
    display: block;
    position: relative;
}
.banner-block .banner-txt {
    position: absolute;
    top: 7rem;
    left: 8rem;
    width: 100%;
    max-width: 700px;
    color: #FFFFFF;
    text-align: left;
}
.banner-block .banner-txt .banner-title {
    text-align: left;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: normal;
    line-height: 70px;
    margin-top: 20px;
    text-shadow: 0.5px 0.5px 10px rgba(0,0,0, 0.3);
}
.banner-block .banner-txt .banner-alt {
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    width: 100%;
    max-width: 350px;
    text-shadow: 0.5px 0.5px 10px rgba(0,0,0, 0.5);
}
.text-uppercase {
    text-transform: uppercase;
}

body.contactos footer.mt-100 {
    margin-top: 0;
}

.artigos > div .artigo:hover .bottom .icone {
    color: #FFFFFF;
}

.artigos > div .artigo:not(:hover) .bottom .preco .precoFinal.temPromocao {
    /*color: #fd9a41;*/
}

.coluna-morada.metodoPagamento img {
    max-width: 100%;
}

.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: 0;
    right: 0;
    top: unset;
    bottom: 50px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
#BannerContainer1 .carousel-indicators > li {
    position: relative;
    width: 50px;
    height: 5px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    opacity: .5;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-indent: -999px;
}
#BannerContainer1 .carousel-indicators .active {
    background-color: #fff;
    opacity: 1;
}
#BannerContainer1 .carousel-item .botao {
    font-size: 17px;
    border: 1px solid #fff;
    background: transparent;
    padding: 10px 50px;
    display: inline-block;
    transition: all ease-in-out .2s;
    margin-top: 30px;
}
#BannerContainer1 .carousel-item .botao:hover {
    background: #fff;
    color: #344279;
}
/* fix banner cabecalho responsive */
@media (max-width: 1000px) {
    .banner-block .banner-txt {
        top: 1rem;
        left: 4rem;
    }
    .banner-block .banner-txt .banner-title {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 5px;
    }
    .banner-block .banner-txt .banner-alt {
        font-size: 18px;
        line-height: normal;
    }
    #BannerContainer1 .carousel-indicators {
        bottom: 25px;
    }
    header .barraLogo .menuCab a:hover, 
    header .barraLogo .menuCab a.selected {
        color: #FFFFFF;
    }
}
@media (max-width: 700px) {
    footer .row-1 {
        padding-bottom: 5px;
    }
    footer .newsletter h2 {
        text-align: center;
        font-size: 30px;
        max-width: 100%;
    }
    footer .conteudo, footer .conteudo p, footer .conteudo a {
        font-size: 14px;
    }
    .contactenos {
        text-align: center;
        margin-top: 10px;
        padding-bottom: 0px;
    }
    .footer-links {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-links a {
        display: block;
        padding: 3px 0px;
        margin: 0px;
        text-align: center;
        border: 0 !important;
    }
    footer .col-rodape-rt {
        text-align: center !important;
        margin-bottom: 20px;
    }
    footer .col-rodape-lt {
        text-align: center !important;
    }
}
@media (max-width: 600px) {
    .row.row-articles {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    button.share-toggle {
        display: none;
    }
    .row-titulo .col-11,
    .row-titulo .col-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-titulo .col-1 {
        display: none;
    }
}
@media (max-width: 500px) {
    .banner-block .banner-txt {
        top: 1rem;
        left: 0rem;
        max-width: 100%;
    }
    .banner-block .banner-txt .banner-title {
        font-size: 21px;
        text-align: center;
    }
    .banner-block .banner-txt .banner-alt {
        font-size: 14px;
        line-height: normal;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    #BannerContainer1 .carousel-item .botao {
        font-size: 13px;
        padding: 4px 8px;
        margin-top: 15px;
        position: relative;
        left: 50%;
        margin-left: -35px;
    }
    #BannerContainer1 .carousel-indicators {
        bottom: 15px;
    }
    #BannerContainer1 .carousel-indicators > li {
        width: 30px;
    }
    .marcas .container-1 {
        padding-top: 10px;
        padding-bottom: 1px;
    }
    .marcas .container-1 h2 {
        padding-bottom: 0;
    }
    .marcas .container-2 {
        border-bottom: 10px solid #fd9a41;
    }
    .marcas .imagem {
        height: 80px;
    }
    .row-marcas .prev i, .row-marcas .next i {
        line-height: 80px;
    }
}

/* 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%;
}
.artigos.noticias > div .artigo .imagem img {
    top: 10%;
    height: 80%;
    object-fit: cover;
}
.noticia img {
    max-width: 100%;
}
.noticia .imgNoticiaN {
    text-align: center;
}

/* fix forms */
select.default {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/* fixes gerais maio 2020 */
body:not(.artigos):not(.artigo) .caminho {
    display: none;
}
.marcas .imagem {
    position: relative;
}
.marcas .imagem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.row-titulo {
    margin-top: 60px;
    margin-bottom: 60px;
}
h1 {
    margin-top: 75px;
}
.row-titulo h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.row-titulo .caminho {
    margin-bottom: 10px;
}
.row-titulo .share-toggle-container,
.row-infos .share-toggle-container {
    margin: 0;
}
.share-container .share[data-rede="twitter"] {
    display: none;
}
.row-articles {
    margin-top: 75px;
    margin-bottom: 20px;
    min-height: 400px;
}
.row-articles .row-titulo {
    margin-top: 0;
    margin-bottom: 10px;
}
.row-articles .row-titulo h1, 
.row-articles .row-titulo .caminho {
}
.row-articles .row.detalhe {
    margin-top: 40px;
}
.share-toggle-container .wishlist .icon {
    font-size: 30px;
}
.artigo .detalhe .share-toggle-container .share-toggle {
    margin-left: 25px;
}
.topo-esquisa input.default {
    /*max-width: 150px;*/
    max-width: 300px;
    margin-left: auto;
    /*border-top: 0;
    border-left: 0;
    border-right: 0;*/
    border-color: #dadada;
    color: #dadada;
    height: 40px;
    padding: 0 22px;
}
header .barraLogo .menuCab .topo-esquisa a i {
    font-size: 26px;
}
/*mapa contactos */
.map1 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 5px;
}
.map1 .google-map {
    width: 100%;
}
.map1 .google-map iframe {
    width: 100%;
    height: 350px;
    border: 0;
}
/* galeria artigo */
.galeria {
    margin-top: 10px;
    margin-bottom: 20px;
}
.galeria.row {
    margin-left: auto;
    margin-right: auto;
}
.galeria .gal-img {
    position: relative;
    display: block;
    cursor: pointer;
    width: auto;
    height: 120px;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 0;
    /*margin-right: auto;*/
    margin-bottom: auto;
}
.galeria .gal-img img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 3px;
}
.btn-arrow-lt, .btn-arrow-rt {
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 84px;
    height: 84px;
    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: 84px;
}
.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;
}
.semRegistos {
    margin-bottom: 40px;
}
.artigo-indisponivel {
    text-transform: uppercase;
    display: block;
    color: #ff2b22;
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    padding-top: 5px;
}

a.submit.branco,
button.submit.branco,
input.branco {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    width: 100%;
    border: 1px solid #000093;
    background: #FFFFFF;
    color: #000093;
    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.branco:active,
button.submit.branco:active,
input.submit.branco: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.branco:hover,
button.submit.branco:hover,
input.submit.branco:hover {
    background: #000093;
    color: #FFFFFF;
    border: 1px solid #000093;
}
.btn-verartigos {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.btn-verartigos a {
    text-transform: lowercase !important;
    padding-bottom: 5px !important;
}

/* alteracoes jun 2020 */
.artigo .detalhe .imagem a {
    cursor: pointer;
}
.artigo .detalhe .imagem.img-zoom {
    padding-top: unset;
    height: 400px;
}
.artigo .detalhe .imagem.img-zoom a {
    cursor: zoom-in;
    display: block;
    height: 100%;
}
.artigo .detalhe .imagem.img-zoom-not a {
    cursor: default;
    display: block;
    height: 100%;
}
.artigo .detalhe .imagem.img-zoom a img:not(.imgZoom) {
    display: block;
}
.artigo .detalhe .imagem.img-zoom a:hover img:not(.imgZoom) {
    display: none;
}
.artigo .detalhe .botoes-qtt a.mais,
.artigo .detalhe .botoes-qtt a.menos {
    border: 1px solid #EEEFF4;
    height: 55px;
    line-height: 49px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.artigo .detalhe .botoes-qtt a.mais {
    border-left: 0;
}
.artigo .detalhe .botoes-qtt a.menos {
    border-right: 0;
}
.AtributoOpcao label {
    margin-bottom: 0;
}
.selectAtributo.default {
    padding: 8px 40px 8px 8px;
    height: auto;
    width: 100%;
    max-width: 200px;
}
.selectAtributo.aspNetDisabled {
    max-width: unset;
    padding: 0;
    border: 0;
    font-size: inherit !important;
    margin-left: -3px !important;
    background-color: transparent;
    background-image: none;
}
/* fazer 'tabelas' nas divs rows nas descricoes dos artigos */
.artigo .detalhe .descricao div.row {
    max-width: 800px;
    border-color: #eee !important;
    border-left: 1px solid;
    border-right: 1px solid;
    margin-left: 0px;
    margin-right: 0px;
}
.artigo .detalhe .descricao div.row:first-of-type {
    border-top: 1px solid;
}
.artigo .detalhe .descricao div.row:last-of-type {
    border-bottom: 1px solid;
}
.artigo .detalhe .descricao div.row div[class^="col"] {
    border-color: #eee !important;
    border: 1px solid;
    padding: 5px;
}
/* setas nos aritogs homepage */
.row-artigos .prev, .row-artigos .next,
.row-sugestoes .prev, .row-sugestoes .next {
    cursor: pointer;
}
.row-artigos .icn--seta-dir:hover, .row-artigos .icn--seta-esq:hover,
.row-sugestoes .icn--seta-dir:hover, .row-sugestoes .icn--seta-esq:hover {
    background-color: #000093;
}
@media (max-width: 767px) {
    .row-artigos .prev, .row-artigos .next,
    .row-sugestoes .prev, .row-sugestoes .next {
        display: none !important;
    }
}

/* fixes 18 jun */
.selected .icon-utilizador:before {
    content: "\e914";
}
.selected .icon-heart:before,
.icon-heart.full:before {
    content: "\e912";
}
.artigo .detalhe .wishlist i.full,
.moradas-entrega .coluna-morada .principal.selected {
    color: #fd9a41;
}
.row-gerir a {
    text-transform: lowercase;
    text-decoration: underline;
}
.coluna-morada.metodoPagamento img {
    max-width: 100%;
    max-height: 54px;
}
.voltar-ao-topo {
    color: inherit !important;
    text-decoration: underline !important;
    cursor: pointer;
}
.link-sm {
    font-size: 16px;
    text-decoration: underline !important;
    cursor: pointer;
}
.recuperarPassword {
    font-size: 16px;
    text-decoration: underline;
}
.justify-content-right {
    -ms-flex-pack: right;
    justify-content: right;
}
/* responsive */
@media (max-width: 767px) {
    .newsletter-btn span {
        display: none;
    }
    .newsletter-btn {
        line-height: normal;
    }
}
@media (max-width: 560px) {
    .newsletter-btn {
        line-height: 25px;
    }
}

.artigos > div .artigo .conteudo .marca {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.artigo .detalhe .preco {
    overflow: hidden;
}

.encomenda .linha .tituloArtigo .atributoResposta {
    font-size: 13px;
    color: #B0B0B0;
}

.artigo .detalhe .preco {
    display: block;
}
.preco .desde {
    display: block;
    font-size: 0px;
    line-height: 14px;
    font-weight: normal;
    color: #B0B0B0;
}
.artigos .preco .desde {
    margin-right: 10px;
    position: absolute;
    top: 0px;
    line-height: 28px;
    font-size: 0px;
    color: #B0B0B0;
}
.preco .desde.mostra,
.artigos .preco .desde.mostra {
    font-size: 14px;
}

/* fix 17 mar 2021 */
.slickArtigosRelacionados .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.slickArtigosRelacionados.com-slide .conteudo {
    min-height: 165px;
}
.slickArtigosRelacionados.sem-slide .conteudo {
    min-height: 144px;
}

/* jul 2022 */
.artigos > div .artigo .imagem .tags {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
}
.artigos > div .artigo .imagem .tags .novoTag {
    position: relative;
    top: 0px;
    right: 0px;
    background: #fd9a41;
    color: #fff;
    padding: 5px 15px;
    font-size: 17px;
    display: inline-block;
    margin-left: 2px;
}
.artigos > div .artigo .imagem .tags .promocaoTag {
    position: relative;
    top: 0px;
    right: 0px;
    background: #000093;
    color: #fff;
    padding: 5px 15px;
    font-size: 17px;
    display: inline-block;
    margin-left: 2px;
}
.artigo .detalhe .tags {
    display: flex;
}
.artigo .detalhe .tags .novoTag {
    margin-right: 2px;
    order: 0;
}
.artigo .detalhe .tags .promocaoTag {
    margin-right: 2px;
    order: 0;
}

/* auto complete bst search */
.bst-autocomplete {
    position: relative;
    z-index: 990;
}
.bst-autocomplete .bst-autocomplete-results {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #ccc;
    top: 100%;
    right: 0;
    max-height: 220px;
    width: 100%;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -2px;
}
.bst-autocomplete > input {
    position: relative;
    z-index: 1;
}
.bst-autocomplete .bst-autocomplete-results > .label {
    position: sticky;
    top: 0;
    display: block;
    text-transform: uppercase;
    color: #FFFFFF;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 1px 2px 2px 2px;
    background: #ccc;
    z-index: 1;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}
.bst-autocomplete .bst-autocomplete-results > div {
    width: 100%;
    padding: 7px 10px;
    cursor: pointer;
    line-height: normal;
    font-size: 13px;
}
.bst-autocomplete .bst-autocomplete-results > div:nth-child(2n) {
    background: #f2f2f2;
}
.bst-autocomplete .bst-autocomplete-results > div .img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #f2f2f2;
    position: relative;
}
.bst-autocomplete .bst-autocomplete-results > div:nth-child(2n) .img {
    background: #FFFFFF;
}
.bst-autocomplete .bst-autocomplete-results > div .img > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.bst-autocomplete .bst-autocomplete-results > div .titulo {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 1px;
}
.bst-autocomplete .bst-autocomplete-results > div .infos {
    font-size: 11px;
    margin-top: 1px,
}
.bst-autocomplete .bst-autocomplete-results > div .infos .precos .desde {
    display: inline;
    font-size: 10px;
}
.bst-autocomplete .bst-autocomplete-results > div .infos .precos .precoFinal {
    display: inline;
}
.bst-autocomplete .bst-autocomplete-results.loading {
    height: 20px;
    border: 0;
}
.bst-autocomplete .bst-autocomplete-results.loading:before,
.bst-autocomplete .bst-autocomplete-results.loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    line-height: normal;
    padding: 1px 2px 2px 2px;
    background: #f9f9f9;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}
.bst-autocomplete .bst-autocomplete-results.loading:after,
.bst-autocomplete .bst-autocomplete-results.loading::after {
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: calc(50% - .25rem);
    left: calc(50% - .25rem);
    border: .1em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: bst-autocomplete-results-loader .75s linear infinite;
}
@keyframes bst-autocomplete-results-loader {
    to {
        transform: rotate(360deg);
    }
}