/** settings */
@font-face {
  font-family: 'Museo';
  src: url("/arquivos/Museo-500.woff2.css") format("woff2"), url("/arquivos/Museo-500.woff.css") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Museo';
  src: url("/arquivos/Museo-700.woff2.css") format("woff2"), url("/arquivos/Museo-700.woff.css") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Museo';
  src: url("/arquivos/Museo-300.woff2.css") format("woff2"), url("/arquivos/Museo-300.woff.css") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo';
  src: url("Museo900-Regular.woff2") format("woff2"), url("Museo900-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

body {
  font-family: "Open Sans", sans-serif; }

.hidden-title {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

/** tools */
/**
 * https://github.com/pierreburel/sass-rem
 */
/**
 * Font Weight
 */
.x-content {
  background: #EEEEEE; }

.x-busca {
  padding: 30px 3% 20px;
  width: 100%;
  text-align: center; }
  .x-busca__title {
    font-size: 24px;
    font-weight: 800;
    color: #555555;
    letter-spacing: 0.5px; }
    .x-busca__title span {
      color: #DB588E; }
  .x-busca p {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
    line-height: 1.2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    display: -webkit-box;
    display: -webkit-inline-box;
    margin-top: 10px; }

.x-home-themes__center {
  padding: 0 3% 0;
  width: 100%; }

.x-shelf__list .shelf > ul > li {
  width: 24%; }
  .x-shelf__list .shelf > ul > li:last-of-type {
    margin-right: 0; }

.x-shelf .shelf .x-product {
  min-height: 515px; }

.x-monte-festa {
  display: none; }

.x-destaque {
  margin-bottom: 30px; }

.x-instagram {
  padding-top: 30px; }
