@font-face {
  font-family: "Archive";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/archive-webfont.eot?#iefix") format("eot"), url("fonts/archive-webfont.woff") format("woff"), url("fonts/archive-webfont.ttf") format("truetype"), url("fonts/archive-webfont.svg#Archive") format("svg"); }

@font-face {
  font-family: "Campton-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/campton_w00_bold-webfont.eot?#iefix") format("eot"), url("fonts/campton_w00_bold-webfont.woff") format("woff"), url("fonts/campton_w00_bold-webfont.ttf") format("truetype"), url("fonts/campton_w00_bold-webfont.svg#Campton-Bold") format("svg"); }

@font-face {
  font-family: "Campton-Book";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/campton_w00_book-webfont.eot?#iefix") format("eot"), url("fonts/campton_w00_book-webfont.woff") format("woff"), url("fonts/campton_w00_book-webfont.ttf") format("truetype"), url("fonts/campton_w00_book-webfont.svg#Campton-Book") format("svg"); }

@font-face {
  font-family: "Campton-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/campton_w00_medium-webfont.eot?#iefix") format("eot"), url("fonts/campton_w00_medium-webfont.woff") format("woff"), url("fonts/campton_w00_medium-webfont.ttf") format("truetype"), url("fonts/campton_w00_medium-webfont.svg#Campton-Medium") format("svg"); }

body, html {
  font-family: "Campton-Book";
  color: #000000;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.vhide {
  visibility: hidden;
  display: none; }

.vvhide {
  visibility: hidden; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4A4A4A; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4A4A4A;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4A4A4A;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4A4A4A; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px; }

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.italic {
  font-style: italic; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.acenter {
  text-align: center !important; }

input, textarea, select {
  outline: none; }

.capitalize {
  text-transform: capitalize; }

.vertical-align, .inner_content_center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.inner_content_padding {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .inner_content_padding {
      padding-top: 40px;
      padding-bottom: 40px; } }

.center {
  text-align: center; }

#cookie_msg {
  height: 20px;
  background-color: #000000;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0px; }
  @media only screen and (max-width: 767px) {
    #cookie_msg {
      height: 30px;
      font-size: 10px;
      line-height: 15px; } }

#cookie_accept {
  text-decoration: underline; }

.under {
  min-height: 20px;
  background-color: #fbef1d;
  text-align: center; }

.main_size {
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .main_size {
      width: 768px; } }
  @media only screen and (max-width: 767px) {
    .main_size {
      width: 100%; } }

.map-canvas-wrap {
  width: 100%;
  z-index: 1000;
  height: 300px; }

#map_canvas {
  width: 100%;
  padding-bottom: 35%; }
  @media only screen and (max-width: 767px) {
    #map_canvas {
      padding-bottom: 65%; } }

header {
  min-height: 130px;
  border-bottom: solid 1px #322E33;
  background-color: #FFDD00;
  position: relative; }
  @media only screen and (max-width: 767px) {
    header {
      min-height: 100px; } }
  header
.lang_wrap {
    background-color: #FFE95A;
    height: 30px;
    font-family: "Campton-Medium";
    color: #322E33;
    font-size: 11px;
    text-align: right;
    text-transform: uppercase;
    line-height: 30px;
    color: #4A4A4A; }
    header
.lang_wrap
a:last-child {
      padding-right: 42px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        header
.lang_wrap
a:last-child {
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        header
.lang_wrap
a:last-child {
          padding-right: 15px; } }
    header
.lang_wrap a:hover, header
.lang_wrap
a.sel {
      color: #000; }
  header
h1 {
    text-align: center;
    margin-top: 35px; }
    @media only screen and (max-width: 767px) {
      header
h1 {
        margin-top: 28px; } }
    @media only screen and (max-width: 767px) {
      header
h1
img {
        width: 150px; } }
  header
.menu_wrap {
    position: absolute;
    left: 42px;
    top: 3px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      header
.menu_wrap {
        left: 20px; } }
    @media only screen and (max-width: 767px) {
      header
.menu_wrap {
        left: 15px; } }
    header
.menu_wrap
p {
      padding-left: 20px;
      font-family: "Campton-Medium";
      color: #322E33;
      margin-top: 3px; }
  header
.store_menu_wrap {
    position: absolute;
    right: 42px;
    top: 3px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      header
.store_menu_wrap {
        right: 20px; } }
    @media only screen and (max-width: 767px) {
      header
.store_menu_wrap {
        right: 15px;
        top: -2px; } }
    header
.store_menu_wrap
a.cart_link {
      margin-left: 18px; }
      @media only screen and (max-width: 767px) {
        header
.store_menu_wrap
a.cart_link {
          margin-left: 8px; } }
  header .menu_open {
    width: 22px;
    height: 18px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 10000;
    margin-top: 5px;
    display: block; }
    @media only screen and (max-width: 767px) {
      header .menu_open {
        margin-top: -4px; } }
  header .menu_open span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  header .menu_open span:nth-child(1) {
    top: 0px; }
  header .menu_open span:nth-child(2), header .menu_open span:nth-child(3) {
    top: 7px; }
  header
.menu_open span:nth-child(3) {
    box-shadow: none; }
  header .menu_open span:nth-child(4) {
    top: 14px;
    width: 100%; }
  header .menu_open.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
    box-shadow: none; }
  header .menu_open.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .menu_open.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header .menu_open.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
    box-shadow: none; }
  header
.submenu_wrap {
    background: #FFDD00;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 131px;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
    z-index: 99999;
    display: none; }
    @media only screen and (max-width: 767px) {
      header
.submenu_wrap {
        top: 100px; } }
    header
.submenu_wrap
.menu_site {
      margin: 0;
      padding: 0;
      padding-left: 60px;
      padding-right: 80px;
      font-size: 0px;
      display: none; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        header
.submenu_wrap
.menu_site {
          padding-left: 20px;
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        header
.submenu_wrap
.menu_site {
          padding-left: 15px;
          padding-right: 15px; } }
      header
.submenu_wrap
.menu_site
li {
        list-style: none;
        width: calc((100% - 80px) / 4);
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
        margin-bottom: 40px; }
        header
.submenu_wrap
.menu_site
li:first-child {
          width: calc(((100% - 80px) / 4) - 30px); }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            header
.submenu_wrap
.menu_site
li:first-child {
              margin-left: 0px; } }
          @media only screen and (max-width: 767px) {
            header
.submenu_wrap
.menu_site
li:first-child {
              width: 100%;
              margin-left: 0px; } }
        header
.submenu_wrap
.menu_site
li:last-child {
          width: calc(((100% - 80px) / 4) + 30px); }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            header
.submenu_wrap
.menu_site
li:last-child {
              width: calc(((100% - 80px) / 4) + 50px); } }
          @media only screen and (max-width: 767px) {
            header
.submenu_wrap
.menu_site
li:last-child {
              width: 100%; } }
        @media only screen and (max-width: 767px) {
          header
.submenu_wrap
.menu_site
li {
            width: 100%;
            text-align: center;
            margin-left: 0px; } }
        header
.submenu_wrap
.menu_site
li
.titulo {
          font-family: "Archive";
          font-size: 18px;
          line-height: 21px;
          text-transform: uppercase;
          margin-bottom: 12px; }
        header
.submenu_wrap
.menu_site
li .texto, header
.submenu_wrap
.menu_site
li
.textoopc {
          color: #322E33;
          font-family: "Campton-Book";
          font-size: 16px;
          line-height: 20px; }
        header
.submenu_wrap
.menu_site
li
.textoopc {
          line-height: 30px;
          margin-top: -2px; }
        header
.submenu_wrap
.menu_site
li
.sepopcoes {
          margin-top: 6px; }
        header
.submenu_wrap
.menu_site
li
.texto
img {
          margin-right: 8px;
          position: relative;
          top: 2px; }
  header
.submenu_loja_wrap {
    background: #FFDD00;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    margin-top: 38px;
    border-top: 1px #fff solid;
    padding-top: 38px;
    padding-bottom: 38px;
    z-index: 99999; }
    @media only screen and (max-width: 767px) {
      header
.submenu_loja_wrap {
        margin-top: 21px; } }
    header
.submenu_loja_wrap
.menu_loja {
      margin: 0;
      padding: 0;
      padding-left: 60px;
      padding-right: 80px;
      font-size: 0px;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        header
.submenu_loja_wrap
.menu_loja {
          padding-left: 0px;
          padding-right: 0px; } }
      @media only screen and (max-width: 767px) {
        header
.submenu_loja_wrap
.menu_loja {
          padding-left: 0px;
          padding-right: 0px; } }
      header
.submenu_loja_wrap
.menu_loja
li {
        list-style: none;
        width: calc((100% - 80px) / 4);
        display: inline-block;
        vertical-align: top;
        margin-left: 30px;
        margin-right: 30px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          header
.submenu_loja_wrap
.menu_loja
li {
            vertical-align: bottom; } }
        @media only screen and (max-width: 767px) {
          header
.submenu_loja_wrap
.menu_loja
li {
            margin-left: 0px;
            margin-right: 0px;
            width: 100%;
            margin-bottom: 30px; } }
        header
.submenu_loja_wrap
.menu_loja
li
.titulo {
          font-family: "Archive";
          font-size: 16px;
          line-height: 21px;
          text-transform: uppercase;
          margin-bottom: 12px; }
  header
.nome_user {
    padding-right: 15px;
    font-size: 12px;
    position: relative;
    top: -1px; }
    @media only screen and (max-width: 767px) {
      header
.nome_user {
        display: none; } }

section {
  /* simulador */
  /* fim simulador */ }
  section
.topbar {
    background-color: #E9E7E7;
    min-height: 60px;
    color: #322E33;
    line-height: 60px;
    font-size: 18px;
    font-family: "Archive"; }
    @media only screen and (max-width: 767px) {
      section
.topbar {
        font-size: 14px;
        line-height: 18px;
        padding-top: 22px;
        padding-bottom: 22px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    section
.topbar
.back {
      position: absolute;
      left: 45px;
      margin-top: 2px; }
      @media only screen and (max-width: 767px) {
        section
.topbar
.back {
          left: 15px; } }
      @media only screen and (max-width: 1023px) {
        section
.topbar
.back {
          display: none; } }
    section
.topbar
.breadcrumbs_wrap_cart {
      color: #a8a8a8; }
      section
.topbar
.breadcrumbs_wrap_cart
.sel {
        color: #322E33; }
  section
.wrap_produtos_destaque {
    background-color: #F6F6F6;
    padding-top: 54px;
    padding-bottom: 48px;
    text-align: center; }
    section
.wrap_produtos_destaque
p {
      font-family: "Archive";
      font-size: 18px;
      color: #000000; }
  section
.destaques {
    margin: 0;
    padding: 0;
    font-size: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section
.destaques
li {
      list-style: none;
      display: inline-block;
      font-size: 12px;
      width: 50%;
      height: 450px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      vertical-align: top;
      position: relative;
      color: #fff;
      background-color: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        section
.destaques
li {
          height: 380px; } }
      @media only screen and (max-width: 767px) {
        section
.destaques
li {
          width: 100%; } }
      section
.destaques
li.img {
        position: relative; }
        section
.destaques
li.img
a {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px; }
      section
.destaques
li
.info_wrap {
        position: relative;
        padding-left: 84px;
        padding-top: 63px;
        max-width: 270px;
        height: calc(100% - 126px);
        overflow: hidden; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          section
.destaques
li
.info_wrap {
            padding-left: 44px;
            padding-top: 33px;
            height: calc(100% - 96px); } }
        @media only screen and (max-width: 767px) {
          section
.destaques
li
.info_wrap {
            padding-left: 24px;
            padding-top: 23px;
            max-width: 70%; } }
        section
.destaques
li
.info_wrap
.subtitulo {
          margin-bottom: 13px;
          font-size: 16px;
          line-height: 20px;
          font-family: "Campton-Medium";
          text-decoration: underline; }
        section
.destaques
li
.info_wrap
h2 {
          margin-bottom: 13px;
          font-family: "Archive";
          font-size: 36px;
          line-height: 43px; }
        section
.destaques
li
.info_wrap
.texto {
          font-family: "Campton-Medium";
          font-size: 16px;
          line-height: 20px; }
      section
.destaques
li
a.descobrir {
        margin-left: 84px;
        font-family: "Campton-Book";
        font-size: 15px;
        text-transform: uppercase;
        position: absolute;
        background-color: #FFDD00;
        color: #000;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          section
.destaques
li
a.descobrir {
            margin-left: 44px; } }
        @media only screen and (max-width: 767px) {
          section
.destaques
li
a.descobrir {
            margin-left: 24px; } }
      section
.destaques
li.pos1 {
        background-image: url(/images/fundo-roxo-quadrado.png); }
      section
.destaques
li.pos2 {
        color: #6A35FF; }
        section
.destaques
li.pos2
a.descobrir {
          background-color: #6A35FF;
          color: #fff; }
      section
.destaques
li.pos3 {
        background-image: url(/images/fundo-amarelo-quadrado.png);
        color: #000; }
        section
.destaques
li.pos3
a.descobrir {
          background-color: #fff;
          color: #000; }
  section
.submenu_conteudo {
    width: 100%; }
    section
.submenu_conteudo
ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        section
.submenu_conteudo
ul {
          margin-bottom: 14px; } }
      section
.submenu_conteudo
ul
li {
        display: inline-block;
        list-style: none;
        padding-top: 14px;
        padding-bottom: 14px; }
        @media only screen and (max-width: 767px) {
          section
.submenu_conteudo
ul
li {
            margin-bottom: 0px;
            padding-top: 7px;
            padding-bottom: 7px; } }
        section
.submenu_conteudo
ul
li
a {
          background-color: #fff;
          font-family: "Campton-Book";
          font-size: 15px;
          line-height: 18px;
          color: #000000;
          margin-left: 5px;
          margin-right: 5px;
          text-transform: uppercase;
          padding-left: 8px;
          padding-right: 8px;
          padding-top: 2px;
          padding-bottom: 2px; }
          section
.submenu_conteudo
ul
li
a:hover, section
.submenu_conteudo
ul
li
a.sel {
            background-color: #FFDD00; }
  section .lista_produtos, section
.lista_produtos_lista {
    margin: 0;
    padding: 0;
    font-size: 0px;
    margin-top: 25px; }
    section .lista_produtos
li
, section
.lista_produtos_lista
li {
      margin-left: 10px;
      margin-right: 10px;
      list-style: none;
      height: 220px;
      width: 220px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      background-color: #ededed;
      margin-bottom: 20px;
      vertical-align: top;
      position: relative; }
      @media only screen and (max-width: 767px) {
        section .lista_produtos
li
, section
.lista_produtos_lista
li {
          width: calc((100% - 40px) / 2);
          height: 0px;
          padding-bottom: 40%; } }
      section .lista_produtos
li
.yellow
, section
.lista_produtos_lista
li.yellow {
        background-color: #6A35FF;
        color: #000; }
      section .lista_produtos
li
.red
, section
.lista_produtos_lista
li.red {
        background-color: #6A35FF;
        color: #fff; }
      section .lista_produtos
li
.white
, section
.lista_produtos_lista
li.white {
        background-color: #fff; }
      section .lista_produtos
li
h2
, section
.lista_produtos_lista
li
h2 {
        font-family: "Campton-Book";
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        padding-left: 20px;
        padding-top: 20px;
        padding-right: 30px;
        display: none;
        position: relative;
        z-index: 200;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          section .lista_produtos
li
h2
, section
.lista_produtos_lista
li
h2 {
            font-size: 14px; } }
        section .lista_produtos
li
h2
.visible
, section
.lista_produtos_lista
li
h2.visible {
          display: block; }
      section .lista_produtos
li
.filter
, section
.lista_produtos_lista
li
.filter {
        background-color: #6A35FF;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 100;
        display: none; }
      section .lista_produtos
li
:hover
.filter, section
.lista_produtos_lista
li:hover .filter {
        display: block; }
      section .lista_produtos
li
:hover
h2
, section
.lista_produtos_lista
li:hover
h2 {
        display: block; }
  section
.flex_conteudo_wrap {
    margin-left: 16px;
    margin-right: 16px; }
  section
.flexslider_wrap_home {
    padding-top: 24px;
    margin-bottom: 24px;
    margin-left: 20px;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      section
.flexslider_wrap_home {
        margin-left: 0px;
        margin-right: 0px; } }
    section
.flexslider_wrap_home
.banner_info {
      position: absolute;
      z-index: 999;
      top: 0px; }
      section
.flexslider_wrap_home
.banner_info
h2 {
        margin-top: 30px;
        margin-left: 22px;
        font-size: 36px;
        color: #E9E7E7;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        font-family: "Archive"; }
        @media only screen and (max-width: 767px) {
          section
.flexslider_wrap_home
.banner_info
h2 {
            font-size: 20px;
            margin-top: 10px; } }
      section
.flexslider_wrap_home
.banner_info
.texto {
        margin-left: 22px;
        margin-top: 12px;
        font-family: "Campton-Medium";
        font-size: 18px;
        color: #E9E7E7;
        line-height: 26px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        max-width: 300px; }
        @media only screen and (max-width: 767px) {
          section
.flexslider_wrap_home
.banner_info
.texto {
            font-size: 14px;
            line-height: 20px; } }
  section
.content {
    background-color: #f6f6f6; }
  section
.text_conteudo
.conteudo_inner {
    padding-top: 10px;
    padding-bottom: 60px; }
    section
.text_conteudo
.conteudo_inner
aside {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 40px;
      width: calc(30% - 40px); }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        section
.text_conteudo
.conteudo_inner
aside {
          margin-left: 20px;
          width: calc(30% - 20px); } }
      @media only screen and (max-width: 767px) {
        section
.text_conteudo
.conteudo_inner
aside {
          width: calc(100% - (2 * 15px));
          margin-left: 15px;
          margin-right: 15px; } }
    section
.text_conteudo
.conteudo_inner
.conteudo {
      margin-right: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: calc(70% - 70px);
      margin-left: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        section
.text_conteudo
.conteudo_inner
.conteudo {
          margin-right: 0px;
          width: calc(70% - 50px); } }
      @media only screen and (max-width: 767px) {
        section
.text_conteudo
.conteudo_inner
.conteudo {
          width: calc(100% - (2 * 15px));
          margin-left: 15px;
          margin-right: 15px;
          margin-top: 30px; } }
    section
.text_conteudo
.conteudo_inner
h2 {
      font-size: 36px;
      font-family: "Archive";
      line-height: 43px;
      color: #6A35FF; }
      @media only screen and (max-width: 767px) {
        section
.text_conteudo
.conteudo_inner
h2 {
          font-size: 30px;
          line-height: 38px; } }
    section
.text_conteudo
.conteudo_inner
.resumo {
      font-family: "Campton-Medium";
      font-size: 18px;
      line-height: 24px;
      color: #6A35FF; }
      @media only screen and (max-width: 767px) {
        section
.text_conteudo
.conteudo_inner
.resumo {
          font-size: 16px;
          line-height: 22px; } }
    section
.text_conteudo
.conteudo_inner
.texto {
      font-family: "Campton-Book";
      font-size: 16px;
      line-height: 20px; }
      @media only screen and (max-width: 767px) {
        section
.text_conteudo
.conteudo_inner
.texto {
          font-size: 14px;
          line-height: 18px; }
          section
.text_conteudo
.conteudo_inner
.texto
img {
            height: auto;
            max-width: 100%; }
          section
.text_conteudo
.conteudo_inner
.texto
table {
            max-width: 100%;
            width: 100%;
            border-spacing: 0;
            border-collapse: collapse; }
            section
.text_conteudo
.conteudo_inner
.texto
table td {
              padding: 0px;
              font-size: 11px; } }
  section
#simulador_imagem_wrap {
    position: relative;
    z-index: 100;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
  section
#simulador_imagem_wrap .simulador_imagem {
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px; }
  section
#simulador_imagem_wrap .absolute {
    position: absolute; }
  section
#simulador_cores_wrap {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-left: -5px;
    position: relative;
    z-index: 99998;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      section
#simulador_cores_wrap {
        margin-left: 15px;
        margin-right: 15px; } }
  section
#simulador_cores_wrap li {
    margin-left: 10px;
    margin-right: 10px;
    width: calc((100% - 30px) / 3);
    list-style: none;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      section
#simulador_cores_wrap li {
        margin-left: 3px;
        margin-right: 3px;
        width: calc((100% - 12px) / 2); } }
  section
#simulador_cores_wrap li p.cor {
    height: 45px;
    width: calc((100% - 36px) / 6);
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 6px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      section
#simulador_cores_wrap li p.cor {
        height: 30px; } }
    @media only screen and (max-width: 767px) {
      section
#simulador_cores_wrap li p.cor {
        height: 30px;
        width: calc((100% - 24px) / 4); } }
  section
#simulador_cores_wrap li p.header_sim {
    font-size: 15px;
    font-family: "Campton-Book";
    line-height: 27px;
    height: 27px;
    color: #fff;
    background-color: #6A35FF;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6px;
    /* 	margin-bottom: 15px; */ }
    @media only screen and (max-width: 767px) {
      section
#simulador_cores_wrap li p.header_sim {
        font-size: 12px; } }
  section
.header_list {
    min-height: 240px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    section
.header_list
h2 {
      margin-left: 25px;
      max-width: 300px;
      color: #fff;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      font-family: "Archive";
      font-size: 36px;
      line-height: 43px;
      padding-top: 28px; }
    section
.header_list
.resumo {
      margin-left: 25px;
      max-width: 300px;
      color: #fff;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      font-family: "Campton-Medium";
      font-size: 18px;
      line-height: 24px;
      padding-top: 14px; }
  section
.list_items {
    margin: 0;
    padding: 0;
    font-size: 0px;
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section
.list_items
li {
      list-style: none;
      display: inline-block;
      width: calc((100% - 80px) / 4);
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 20px;
      margin-bottom: 10px;
      vertical-align: top; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        section
.list_items
li {
          width: calc((100% - 60px) / 3); } }
      @media only screen and (max-width: 767px) {
        section
.list_items
li {
          width: calc((100% - 40px) / 2); } }
      section
.list_items
li
.img {
        padding-bottom: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #ededed; }
      section
.list_items
li
h3 {
        text-align: center;
        margin-top: 13px;
        font-family: "Campton-Medium";
        color: #000;
        text-transform: uppercase;
        font-size: 16px; }
  section#wrap_produtos
.lista_produtos {
    margin-top: 40px; }
    section#wrap_produtos
.lista_produtos
li {
      width: 310px;
      height: 310px; }
  section#wrap_produtos
.produtos_lista
.main_size {
    position: relative; }
  section#wrap_produtos
.produtos_lista
.flexslider_wrap_home {
    padding-top: 0px; }
    section#wrap_produtos
.produtos_lista
.flexslider_wrap_home
.banner_info
h2 {
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        section#wrap_produtos
.produtos_lista
.flexslider_wrap_home
.banner_info
h2 {
          margin-top: 10px; } }
  section#wrap_produtos
.produtos_lista
.submenu_conteudo {
    position: absolute;
    z-index: 9999; }
    @media only screen and (max-width: 767px) {
      section#wrap_produtos
.produtos_lista
.submenu_conteudo {
        position: relative; } }
  section#wrap_produtos
.produtos_lista
aside {
    width: 280px;
    margin-bottom: 150px; }
    @media only screen and (max-width: 767px) {
      section#wrap_produtos
.produtos_lista
aside {
        margin-bottom: 30px; } }
    section#wrap_produtos
.produtos_lista
aside
ul {
      margin: 0;
      padding: 0;
      margin-top: 20px; }
      section#wrap_produtos
.produtos_lista
aside
ul
li {
        list-style: none;
        margin-left: 40px;
        font-size: 15px;
        line-height: 22px; }
        section#wrap_produtos
.produtos_lista
aside
ul
li
a.sel {
          color: #FFDD00; }
        section#wrap_produtos
.produtos_lista
aside
ul
li
.prd {
          margin-top: 5px;
          margin-bottom: 10px;
          margin-left: 20px; }
          section#wrap_produtos
.produtos_lista
aside
ul
li
.prd
li {
            margin-left: 0px;
            font-size: 12px;
            line-height: 17px; }
  section#wrap_produtos
.produtos_lista
.lista_produtos_lista {
    width: calc(100% - 280px);
    padding-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      section#wrap_produtos
.produtos_lista
.lista_produtos_lista {
        width: 100%; } }
  section#wrap_produto
.img_prd {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    text-align: center;
    width: 100%; }
  section#wrap_produto
.load {
    display: none; }
  section#wrap_produto
.destaques
li {
    background-color: #E9E7E7;
    min-height: 450px;
    height: auto; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      section#wrap_produto
.destaques
li {
        min-height: 380px; } }
    @media only screen and (max-width: 767px) {
      section#wrap_produto
.destaques
li {
        min-height: 350px; } }
    section#wrap_produto
.destaques
li.yellow {
      background-color: #FFDD00;
      color: #000; }
    section#wrap_produto
.destaques
li.red {
      background-color: #6A35FF;
      color: #fff; }
    section#wrap_produto
.destaques
li.cinza {
      color: #000000; }
    section#wrap_produto
.destaques
li.lilas {
      background-color: #6A35FF; }
    section#wrap_produto
.destaques
li h2.titulo, section#wrap_produto
.destaques
li
.resumo {
      padding-left: 84px;
      padding-right: 40px; }
      @media only screen and (max-width: 767px) {
        section#wrap_produto
.destaques
li h2.titulo, section#wrap_produto
.destaques
li
.resumo {
          padding-left: 44px; } }
    section#wrap_produto
.destaques
li
h2.titulo {
      font-family: "Archive";
      font-size: 36px;
      line-height: 43px;
      padding-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        section#wrap_produto
.destaques
li
h2.titulo {
          font-size: 28px;
          line-height: 35px; } }
    section#wrap_produto
.destaques
li
.resumo {
      font-size: 18px;
      line-height: 24px; }
      @media only screen and (max-width: 767px) {
        section#wrap_produto
.destaques
li
.resumo {
          font-size: 16px;
          line-height: 22px; } }
    section#wrap_produto
.destaques
li
.awidth {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 767px) {
        section#wrap_produto
.destaques
li
.awidth {
          width: 80%; } }
  section#wrap_produto
h3 {
    font-family: "Archive";
    font-size: 18px;
    padding-top: 47px;
    padding-bottom: 30px;
    text-align: center; }
  section#wrap_produto
.texto_prd {
    font-family: "Campton-Book";
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 70px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      section#wrap_produto
.texto_prd {
        margin-left: 20px;
        margin-right: 20px; } }
  section#wrap_produto
.rendimento_caixa {
    width: 35px;
    height: 30px;
    border: solid 1px #000;
    text-align: center;
    margin-bottom: 7px;
    padding-left: 4px;
    padding-right: 4px; }
  section#wrap_produto
.fichas {
    margin-top: 4px;
    margin-bottom: 6px;
    text-align: center; }
  section#wrap_produto
.label {
    font-family: "Archive";
    font-size: 18px;
    margin-top: 20px; }
    section#wrap_produto
.label.first {
      margin-top: 0px; }
  section#wrap_produto
#cart {
    padding-left: 44px;
    width: calc(100% - 88px); }
  section#wrap_produto
#catalogo_wrap {
    display: none; }
  section#wrap_produto #prd_ant_preco_span, section#wrap_produto
#iva_txt {
    display: none; }
  section#wrap_produto
#prd_ant_preco_span {
    text-decoration: line-through; }
  section#wrap_produto
.button_wrap {
    width: 220px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      section#wrap_produto
.button_wrap {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      section#wrap_produto
.button_wrap {
        width: 100%; } }
  section#wrap_produto
#iva_txt {
    position: absolute;
    right: 0px; }
  section#wrap_produto
.total_wrap {
    width: calc(100% - 240px);
    margin-top: 20px;
    text-align: right; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      section#wrap_produto
.total_wrap {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      section#wrap_produto
.total_wrap {
        width: 100%; } }
    section#wrap_produto
.total_wrap
.preco_prd {
      font-family: "Archive";
      font-size: 30px; }
    section#wrap_produto
.total_wrap .load {
      position: absolute; }
  section#wrap_produto
#adicionar {
    height: 36px;
    background-image: url(/images/addition-sign.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-color: #6A35FF;
    color: #FFF;
    font-size: 15px;
    font-family: "Campton-Medium";
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: 20px; }
  section#wrap_produto .caixa_catalogo, section#wrap_produto
.caixa_qtd {
    height: 36px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #000;
    padding-left: 15px; }
  section select.opcoes, section
select.opcoess {
    padding: 3px;
    padding-left: 15px;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    color: #888;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    height: 36px;
    color: #000;
    background-image: url(/images/select_triangles.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 9px;
    border: solid 1px #000; }
  section
select.opcoess {
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #FFFFFF; }
  section
.mt {
    margin-top: 7px; }
  section
.mt30 {
    margin-top: 30px; }
  section
.dados_perfil {
    font-family: "Campton-Bold"; }
  section
.f16 {
    font-size: 16px; }

footer
.apoios {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px; }
  footer
.apoios
img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    display: block; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      footer
.apoios
img {
        max-width: 80%; } }
    @media only screen and (max-width: 767px) {
      footer
.apoios
img {
        max-width: 80%; } }

footer
#newsletters {
  background-color: #FFDD00;
  padding-top: 58px;
  padding-bottom: 58px;
  text-align: center; }
  footer
#newsletters
p {
    color: #000000;
    font-family: "Archive";
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      footer
#newsletters
p {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
  footer
#newsletters
#news {
    text-align: center; }
  footer
#newsletters
#emails_newsletter {
    border: solid 1px #979797;
    height: 34px;
    width: 300px;
    padding-left: 5px; }
    footer
#newsletters
#emails_newsletter.caixas_error {
      border-color: #f00; }
    @media only screen and (max-width: 767px) {
      footer
#newsletters
#emails_newsletter {
        width: 80%; } }
  footer
#newsletters
.botao {
    height: 36px;
    color: #fff;
    background-color: #000000;
    font-family: "Campton-Medium";
    font-size: 15px;
    border: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer; }
    footer
#newsletters
.botao:hover {
      background-color: #fff;
      color: #000; }

footer
nav {
  background-color: #E9E7E7;
  padding-top: 38px;
  padding-bottom: 30px; }
  footer
nav
ul {
    margin: 0;
    padding: 0;
    font-size: 0px;
    margin-left: calc(42px + 30px);
    margin-right: calc(42px + 30px); }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      footer
nav
ul {
        margin-left: 20px;
        margin-right: 20px; } }
    @media only screen and (max-width: 767px) {
      footer
nav
ul {
        margin-left: 15px;
        margin-right: 15px; } }
    footer
nav
ul
li {
      width: calc(100% / 4);
      display: inline-block;
      font-family: "Campton-Book";
      font-size: 16px;
      color: #000000;
      vertical-align: top;
      line-height: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        footer
nav
ul
li:nth-child(2) {
          width: calc((100% / 4) + 25px); }
        footer
nav
ul
li:nth-child(4) {
          width: calc((100% / 4) - 25px); } }
      @media only screen and (max-width: 767px) {
        footer
nav
ul
li {
          width: calc(100% / 1);
          text-align: center;
          margin-top: 30px; }
          footer
nav
ul
li:first-child {
            margin-top: 0px; } }
      footer
nav
ul
li
.titulofooter {
        font-family: "Archive";
        font-size: 18px;
        line-height: 22px !important; }

footer
.loja_contactos_rodape {
  background-color: #6A35FF; }
  footer
.loja_contactos_rodape
.loja_contactos_rodape_inner {
    padding-top: 30px;
    padding-bottom: 30px; }
    footer
.loja_contactos_rodape
.loja_contactos_rodape_inner
ul {
      margin: 0;
      padding: 0;
      font-size: 0px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer
.loja_contactos_rodape
.loja_contactos_rodape_inner
ul
li {
        list-style: none;
        display: inline-block;
        width: calc(100% / 3);
        border-right: solid 1px #FFFFFF;
        font-size: 18px;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        vertical-align: top; }
        @media only screen and (max-width: 767px) {
          footer
.loja_contactos_rodape
.loja_contactos_rodape_inner
ul
li {
            width: 100%;
            border-right: none; } }
        footer
.loja_contactos_rodape
.loja_contactos_rodape_inner
ul
li
p {
          margin-top: 18px; }
        footer
.loja_contactos_rodape
.loja_contactos_rodape_inner
ul
li:last-child {
          border-right: none; }
        footer
.loja_contactos_rodape
.loja_contactos_rodape_inner
ul
li:nth-child(2)
p {
          margin-top: 27px; }

/* carrinho */
.carrinho_tamanho {
  width: 100%;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px; }

.carrinho_tamanho .padd {
  padding-top: 8px;
  padding-bottom: 8px; }

.carrinho_tamanho tr {
  border-bottom: solid 1px #c4c4c4; }

.carrinho_tamanho tr.carrinho_no_border {
  border: none; }

.carrinho_tamanho tr.carrinho_total {
  color: #6A35FF; }

.carrinho_tamanho tr.carrinho_total2 {
  color: #6A35FF;
  background-color: #ffffff; }

.carrinho_tamanho a {
  color: inherit;
  text-decoration: none; }

.carrinho_tamanho a:hover {
  color: inherit;
  text-decoration: underline; }

a.carrinho_remover {
  text-transform: uppercase;
  font-size: 10px;
  color: #6A35FF;
  font-family: "Campton-Bold"; }

a.carrinho_remover:hover {
  color: #6A35FF;
  text-decoration: underline; }

.filtros_click {
  display: none;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  text-transform: uppercase;
  background-image: url(/images/seta.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  display: block;
  background-color: #FFDD00;
  color: #000;
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .filtros_click {
      display: block; } }
  .filtros_click:hover {
    text-decoration: none !important; }

.edit_area:hover {
  background-color: #6A35FF; }

.textarea-box {
  background-color: #3a3a3a;
  color: #FFF;
  border: solid 1px #3a3a3a;
  height: 22px;
  padding-top: 2px;
  width: 300px;
  height: 100px; }

.carrinho_odd {
  background-color: #c1c1c1; }

.carrinho_even {
  background-color: #FFF; }

.carrinho_dados {
  background-color: #e0e0e0; }

.topo_loja {
  font-size: 13px;
  font-family: "Campton-Book"; }
  @media only screen and (max-width: 767px) {
    .topo_loja {
      font-size: 11px; } }

.carrinho_produto_detalhe tr {
  border: none; }

.carrinho_padding {
  /*padding-left:14px;*/ }

.topo_loja_carrinho_label {
  font-size: 15px;
  width: 198px; }

.carrinho_remover_titulo {
  width: 60px; }

.carrinho_total_titulo {
  width: 85px;
  padding-left: 35px; }

.carrinho_padding_precos {
  padding-right: 0px; }

.carrinho_preco_titulo {
  width: 155px; }

.carrinho_quantidade_titulo {
  width: 140px; }

.campos_padding {
  padding-top: 10px;
  padding-bottom: 15px; }

.carrinho_artista {
  font-size: 13px;
  line-height: 17px; }

.carrinho_11px {
  font-size: 11px; }

.caixa_quantidade {
  /*border:solid 1px #000;*/
  font-size: 15px;
  text-align: right;
  border: solid 1px #979797;
  width: 54px;
  background-color: #fff;
  text-align: center; }

.carrinho_produto_titulo {
  width: 425px; }

.carrinho_label_strong {
  background-color: #666;
  color: #fff; }

.carrinho_label_total {
  background-color: #585858;
  color: #fff; }

.capital {
  text-transform: capitalize; }

.ulcarrinho {
  text-align: justify; }

.ulcarrinho li {
  width: 165px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  display: inline-block; }

.ulcarrinho:after {
  content: '';
  width: 100%;
  display: inline-block; }

.carrinho_no_border {
  border: none; }

.bt_promocode {
  background: none;
  border: none;
  color: #000;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 10px;
  top: -5px;
  cursor: pointer; }

.tb_promocode {
  width: 186px;
  height: 24px;
  border: dotted 1px #000000;
  font-size: 11px;
  display: inline-block; }

.loja_texto {
  font-size: 12px;
  line-height: 15px; }

.botao_carrinho {
  height: 26px;
  width: 124px;
  background-color: #3a3a3a;
  border: none;
  color: #FFF;
  cursor: pointer; }

.botao_carrinho:hover {
  background-color: #FFCC00; }

.hcaixas_obs {
  height: 100px; }

.img_carrinho_produto {
  position: relative; }

.msgwrap {
  width: 400px;
  word-wrap: break-word; }

.e_encomenda_id .topo_loja, .topo_fitem {
  font-size: "Campton-Bold";
  font-size: 14px !important;
  text-transform: uppercase; }

.bold, .demi {
  font-family: "Campton-Bold"; }

.e_fatura {
  width: 35%; }

.e_desig {
  width: 26%; }

.e_preco {
  width: 12%; }

.e_preco_mer {
  padding-right: 3%; }

/* fim carrinho */
.visaload {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }

.visaload .filter {
  background-color: #000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  filter: alpha(opacity=75);
  opacity: .75;
  background-image: url(/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.visaload p {
  width: 400px;
  background-color: #010066;
  color: #fff;
  position: absolute;
  z-index: 10000;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -61px;
  margin-left: -200px;
  font-size: 12px;
  line-height: 25px;
  padding-top: 40px;
  padding-bottom: 40px; }

.desconto {
  font-size: 11px;
  color: #9B9B9B; }

.cart_wrap_top {
  padding-right: 30px;
  margin-top: 15px; }

.cart_wrap_top span {
  position: relative;
  margin-left: 10px;
  top: -17px; }

p.left.client.clienteonline {
  line-height: 17px !important;
  text-align: left !important;
  text-transform: none !important;
  padding-left: 10px;
  padding-top: 10px;
  height: 70px !important;
  width: 114px !important; }

.textodesconto {
  color: #FF6600; }

.pg {
  font-size: 13px; }

.descont_wrap {
  background-color: #E3E3E4;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }

.sign {
  margin-right: 20px;
  padding-top: 20px;
  text-align: right; }

.sign_wrap {
  background-color: #e3e3e4; }

.lista_newsletters {
  margin: 0;
  padding: 0; }

.lista_newsletters li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 16px; }

.lista_newsletters li .data {
  font-size: 12px; }

.lista_newsletters li .titulo {
  font-family: "Campton-Book"; }

.lista_newsletters li a:hover {
  text-decoration: underline; }

#filter #s {
  margin-bottom: 15px;
  width: 93.5%; }

#filter {
  margin-bottom: 30px; }

#prd_desconto_txt {
  display: none;
  font-size: 9px;
  margin-left: 10px; }

.uppercase {
  text-transform: uppercase; }

.matmendes {
  background-color: #ff6600;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding-top: 24px; }

.socials2 {
  margin-top: -10px;
  padding-bottom: 10px; }

.sign2 {
  color: #fff !important;
  margin-top: -15px;
  float: left;
  margin-left: 30px; }

.sem_acesso {
  margin-left: 30px; }

.logo_ft2 {
  margin-left: 25px; }

.menu_open {
  display: none; }

.mobile_only {
  display: none; }

.no_mobile {
  display: block; }

.underline {
  text-decoration: underline !important; }

.aright {
  text-align: right; }

input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.categorias_mobile {
  display: none; }

.codigo {
  font-size: 10px; }

.opcoes_texto {
  font-size: 14px;
  line-height: 25px; }
  @media only screen and (max-width: 767px) {
    .opcoes_texto {
      font-size: 12px;
      line-height: 20px; } }

.visaload {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }

.visaload .filter {
  background-color: #000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  filter: alpha(opacity=75);
  opacity: .75;
  background-image: url(/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.visaload p {
  width: 400px;
  background-color: #6A35FF;
  color: #fff;
  position: absolute;
  z-index: 10000;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -61px;
  margin-left: -200px;
  font-size: 12px;
  line-height: 25px;
  padding-top: 40px;
  padding-bottom: 40px; }

.botao_oferta {
  height: 36px;
  background-color: #6A35FF;
  color: #FFF;
  font-size: 15px;
  font-family: "Campton-Medium";
  width: 200px;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px; }

.botao_oferta.right {
  text-align: right; }

#registo, #login, #recupera {
  margin-top: 15px; }

#registo .label, #login .label, #recupera .label, #perfil .label, .cart_form .label {
  text-transform: uppercase;
  margin-top: 27px; }

#registo .caixas, #login .caixas, #recupera .caixas, #perfil .caixas, .cart_form .caixas {
  background-color: #fff;
  border: solid 1px #979797;
  height: 36px;
  padding: 0;
  padding-left: 5px;
  width: 100%;
  margin-top: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.recupera_pass_txt {
  margin-left: 42px;
  min-height: 300px;
  padding-top: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .recupera_pass_txt {
      margin-left: 20px;
      min-height: 200px; } }
  @media only screen and (max-width: 767px) {
    .recupera_pass_txt {
      margin-left: 15px;
      min-height: 150px; } }

#registo, #login, #recupera, #perfil {
  margin-left: 42px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #registo, #login, #recupera, #perfil {
      margin-left: 20px; } }
  @media only screen and (max-width: 767px) {
    #registo, #login, #recupera, #perfil {
      margin-left: 15px; } }

.caseauto {
  text-transform: none !important; }

.cart_form .caixas {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#registo .hcaixa, #perfil .hcaixa, .cart_form .hcaixa {
  height: 100px;
  padding-top: 3px; }

#registo .pl8, #login .pl8, #recupera .pl8, #perfil .pl8, .cart_form .pl8 {
  margin-left: 18px; }

#registo .caixa_small, #login .caixa_small, #recupera .caixa_small, #perfil .caixa_small {
  width: 250px;
  max-width: 100%; }

.cart_form .caixa_small {
  width: 250px;
  max-width: 100%; }

#emailrecupera {
  width: 400px !important;
  max-width: 100%; }
  @media only screen and (max-width: 767px) {
    #emailrecupera {
      width: calc(100% - 15px) !important; } }

.half_caixa {
  width: calc((100% - 22px) / 2); }
  @media only screen and (max-width: 767px) {
    .half_caixa {
      width: calc(100%); } }

#registo .rodape_form, #login .rodape_form, #recupera .rodape_form, #perfil .rodape_form {
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    #registo .rodape_form, #login .rodape_form, #recupera .rodape_form, #perfil .rodape_form {
      margin-bottom: 50px; } }

#registo .caixa_insc_registo_n, #login .caixa_insc_registo_n, #recupera .caixa_insc_registo_n, #perfil .caixa_insc_registo_n {
  text-transform: none; }

#registo #activo {
  vertical-align: middle; }

#login .caixa_insc_registo_n a, #recupera .caixa_insc_registo_n a {
  text-decoration: underline; }

.caixas_error {
  border: solid 1px #f00 !important; }

.error {
  color: #f00;
  margin-bottom: 20px; }

.hcaixas {
  height: 140px; }

.apoios2020 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .apoios2020 {
      max-width: 80%; } }
  .apoios2020
img {
    max-width: 100%;
    height: auto;
    display: block; }

.smalltxt {
  font-size: 12px; }

/* fim carrinho */
/* TABLET LAYOUT 
----------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .carrinho_tamanho {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; }
  #simulador_imagem_wrap {
    width: calc(100% - 20px); }
  .simulador_imagem {
    max-width: 100%; }
  .carrinho_produto_titulo {
    width: 240px; }
  .carrinho_preco_titulo {
    width: 120px; }
  .carrinho_quantidade_titulo {
    width: 100px; }
  #registo .caixas, #perfil .caixas, .cart_form .caixas {
    width: calc(100% - 20px); }
  #registo .caixa_small, #perfil .caixa_small, .cart_form .caixa_small {
    width: 226px; }
  .caixas_oferta_full {
    width: calc(100% - 10px) !important; }
  .caixas_oferta {
    width: 330px; }
  #login .caixa_small {
    width: 350px; } }

@media only screen and (max-width: 767px) {
  .carrinho_tamanho {
    width: calc(100% - 20px) !important;
    margin-left: auto;
    margin-right: auto; }
  .caixas {
    padding-left: 10px; }
  .caixas_news {
    margin-right: 0px;
    width: calc(100% - 10px);
    margin-bottom: 10px; }
  #simulador_cores_wrap {
    margin-left: 0px; }
  #simulador_cores_wrap li {
    padding-bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center; }
  #simulador_imagem_wrap {
    width: calc(100% - 10px); }
  .simulador_imagem {
    max-width: 100%; }
  #ofertas .left, #ofertas .right, #formacoes .left, #formacoes .right, #login .left, #login .right, #recupera .left, #recupera .right, #registo .left, #registo .right, #perfil .left, #perfil .right {
    float: none; }
  .caixas_oferta, #anexo, .caixas_oferta_full, #formacoes {
    width: calc(100% - 10px) !important; }
  .botao_oferta, .botao_contactos, .botao_comprar {
    width: 100%; }
  .form_left {
    margin-left: 10px; }
  #login .botao_oferta_wrap, #recupera .botao_oferta_wrap, #registo .botao_oferta_wrap, #perfil .botao_oferta_wrap {
    width: calc(100% - 10px);
    margin-top: 20px; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    #login .botao_oferta_wrap, #recupera .botao_oferta_wrap, #registo .botao_oferta_wrap, #perfil .botao_oferta_wrap {
      margin-top: 0px; } }

@media only screen and (max-width: 767px) {
  .caixas {
    width: calc(100% - 12px); }
  .botaoright {
    padding-right: 0px;
    padding-left: 20px;
    text-align: left; }
  #registo .caixa_small, #login .caixa_small, #recupera .caixa_small, #perfil .caixa_small {
    width: calc(100% - 15px); }
  #registo .pl8, #login .pl8, #recupera .pl8, #perfil .pl8, .cart_form .pl8 {
    margin-left: 0px; }
  #registo .caixas, #login .caixas, #recupera .caixas, #perfil .caixas, .cart_form .caixas {
    width: calc(100% - 15px); }
  .mobile_only {
    display: block; }
  .produto_opcoes {
    margin-bottom: 0px; }
  .topo_loja_carrinho_label {
    width: 20%; }
  .carrinho_produto_titulo {
    width: 35%; }
  .carrinho_preco_titulo {
    width: 20%; }
  .carrinho_quantidade_titulo {
    width: 10%; }
  .carrinho_total_titulo {
    width: 20%; }
  .carrinho_tamanho, .e_encomenda_id .topo_loja, .topo_fitem, .demi {
    font-size: 10px !important; }
  .img_carrinho_produto img, .imagem_produto {
    width: 60px; }
  .lab {
    font-size: 8px !important; }
  .det_prd {
    height: auto; }
  .topo_fitem {
    font-size: 0px !important; }
  .caixa_quantidade {
    width: 24px !important;
    font-size: 10px; }
  .carrinho_total_titulo {
    padding-left: 0px; }
  .carrinho_padding_precos {
    padding-right: 0px; }
  .desconto, .topo_loja_carrinho_label {
    font-size: 8px; }
  .carrinho_produto_detalhe td {
    padding-bottom: 10px; }
  .no_mobile {
    display: none; }
  .mobile_pad_left {
    padding-left: 0px; }
  .mobile_pad_right {
    padding-right: 0px; }
  .texto_cartt {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center; }
  .carrinho_no_border .botao {
    margin-bottom: 10px; }
  #wrap_carrinho {
    width: calc(100% - 10px); } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    #wrap_carrinho {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  #wrap_carrinho table {
    width: 100%; }
  .carrinho_tamanho {
    width: 100%; }
  #termosecondicoes.vvhide {
    position: absolute;
    left: 0px; }
  .cart_form .left {
    float: none; }
  .cart_form .right {
    float: none; }
  .cart_form .caixas {
    width: calc(100% - 5px); }
  .wrap_encomendas #conteudo_tipo {
    margin-left: 5px;
    width: calc(100% - 10px); }
  .label {
    font-size: 12px; }
  .cart_buttons {
    position: relative;
    top: 25px;
    color: #fff;
    font-size: 11px;
    right: 40px;
    margin-right: 15px; }
  .cart_buttons .but {
    margin-left: 15px; } }

/* CLOSE MOBILE LAYOUT */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #registo
.botao_oferta {
    margin-right: 20px !important; }
  #login
.botao_oferta_wrap {
    position: relative;
    left: -18px; }
  .rodape_form {
    margin-bottom: 150px !important; }
  .error {
    margin-left: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
    .error {
      margin-left: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #perfil-cliente-apagar {
    margin-right: 20px !important; } }

@media only screen and (max-width: 767px) {
  .menu_side_prd {
    width: 100% !important;
    float: none;
    background-color: #FFE95A;
    display: none; }
    .menu_side_prd
ul {
      margin: 0;
      padding: 0;
      margin-top: 0px !important;
      padding-top: 10px !important;
      padding-bottom: 40px !important; }
      .menu_side_prd
ul
li {
        margin-left: 15px !important;
        list-style: none !important;
        font-size: 15px;
        line-height: 22px; }
        .menu_side_prd
ul
li
a.sel {
          color: #000 !important; }
        .menu_side_prd
ul
li
.prd {
          margin-left: 10px !important;
          padding-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .menu_loja_open {
    position: absolute;
    top: -57px;
    left: 0px;
    width: 100px; } }
