/* ==========================================================================
   Base Styles
   ========================================================================== */
/* Fonts */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@font-face {
  font-family: 'castletultregular';
  src: url("../fonts/castleu-webfont.eot");
  src: url("../fonts/castleu-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/castleu-webfont.woff") format("woff"), url("../fonts/castleu-webfont.ttf") format("truetype"), url("../fonts/castleu-webfont.svg#castletultregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'castletregular';
  src: url("../fonts/castlen-webfont.eot");
  src: url("../fonts/castlen-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/castlen-webfont.woff") format("woff"), url("../fonts/castlen-webfont.ttf") format("truetype"), url("../fonts/castlen-webfont.svg#castletregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'castletligregular';
  src: url("../fonts/castlel-webfont.eot");
  src: url("../fonts/castlel-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/castlel-webfont.woff") format("woff"), url("../fonts/castlel-webfont.ttf") format("truetype"), url("../fonts/castlel-webfont.svg#castletligregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'castletbold';
  src: url("../fonts/castleb-webfont.eot");
  src: url("../fonts/castleb-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/castleb-webfont.woff") format("woff"), url("../fonts/castleb-webfont.ttf") format("truetype"), url("../fonts/castleb-webfont.svg#castletbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'castle_tbook';
  src: url("../fonts/castlet-book-webfont.eot");
  src: url("../fonts/castlet-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/castlet-book-webfont.woff") format("woff"), url("../fonts/castlet-book-webfont.ttf") format("truetype"), url("../fonts/castlet-book-webfont.svg#castle_tbook") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Colors */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html,
button,
input,
select,
textarea {
  color: #3e4a57; }

html {
  font-size: 1em;
  line-height: 1.4; }

body {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4 {
  font-family: 'castletregular';
  font-size: 21px;
  line-height: 27px;
  font-weight: normal;
  color: #244788; }

h1, h2 {
  padding: 9px 0;
  margin: 30px 0;
  border: 1px solid #e8e8e8;
  font-family: 'castletligregular';
  font-style: italic;
  color: #3e4a57; }
  h1 span, h2 span {
    margin-right: 25px;
    padding: 12px 245px 12px 30px;
    background: #244788;
    font-family: 'castletregular';
    text-transform: uppercase;
    font-style: normal;
    color: #fff; }

a.button {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/button-bg.png) no-repeat;
  text-indent: -999999px; }

::-moz-selection {
  background: #244788;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #244788;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style-type: none; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

img {
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* Flexible Grid */
.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve {
  float: left; }

.florenca {
  width: 50%;
  display: inline;
  margin: 0; }

.one {
  width: 100%; }

.two {
  width: 100%; }

.three {
  width: 100%; }

.four {
  width: 100%; }

.five {
  width: 100%; }

.six {
  width: 100%; }

.seven {
  width: 100%; }

.eight {
  width: 100%; }

.nine {
  width: 100%; }

.ten {
  width: 100%; }

.eleven {
  width: 100%; }

.twelve {
  width: 100%; }

@media only screen and (min-width: 767px) {
  .container {
    max-width: 1000px;
    padding: 0;
    margin: 0 auto; }

  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve {
    float: left; }

  .one:first-child,
  .two:first-child,
  .three:first-child,
  .four:first-child,
  .five:first-child,
  .six:first-child,
  .seven:first-child,
  .eight:first-child,
  .nine:first-child,
  .ten:first-child,
  .eleven:first-child,
  .twelve:first-child {
    margin-left: 0; }

  .one:last-child,
  .two:last-child,
  .three:last-child,
  .four:last-child,
  .five:last-child,
  .six:last-child,
  .seven:last-child,
  .eight:last-child,
  .nine:last-child,
  .ten:last-child,
  .eleven:last-child,
  .twelve:last-child {
    margin-right: 0; }

  .one {
    width: 8.333333333333333%; }

  .two {
    width: 16.66666666666667%; }

  .three {
    width: 25.00000000000000%; }

  .four {
    width: 33.33333333333333%; }

  .five {
    width: 41.66666666666667%; }

  .six {
    width: 50.00000000000000%; }

  .seven {
    width: 58.33333333333333%; }

  .eight {
    width: 66.66666666666667%; }

  .nine {
    width: 75.00000000000000%; }

  .ten {
    width: 83.33333333333333%; }

  .eleven {
    width: 91.66666666666667%; }

  .twelve {
    width: 100.0000000000000%; } }
/* ==========================================================================
   Header
   ========================================================================== */
header {
  background: #dce4f0;
  background: -moz-linear-gradient(top, #dce4f0 0%, #ffffff 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dce4f0), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(top, #dce4f0 0%, #ffffff 50%);
  background: -o-linear-gradient(top, #dce4f0 0%, #ffffff 50%);
  background: -ms-linear-gradient(top, #dce4f0 0%, #ffffff 50%);
  background: linear-gradient(to bottom, #dce4f0 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce4f0', endColorstr='#ffffff',GradientType=0 ); }

.top-bar .left-color {
  float: left;
  height: 5px;
  width: 40%;
  background: #0a84c9; }
.top-bar .right-color {
  float: left;
  height: 5px;
  width: 60%;
  background: #244788; }

h1.logo {
  float: left;
  margin: 15px 0 15px 90px;
  padding: 0;
  border: none; }
  h1.logo a {
    display: block;
    width: 178px;
    height: 112px;
    background: url(../img/logotipo-wmenegatti-tecidos.png) no-repeat;
    text-indent: -999999px; }

header nav {
  float: right;
  margin: 65px 0 50px 0; }
  header nav li {
    display: inline;
    margin: 0 0 0 30px; }
    header nav li:first-child a:before {
      content: ''; }
  header nav a {
    font-family: 'castletregular';
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #244788; }
    header nav a:before {
      content: '|';
      margin: -5px 30px 0 0;
      font-family: 'castletregular';
      font-weight: lighter;
      font-size: 12px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.contact-info {
  height: 332px;
  margin-top: 60px;
  background: url(../img/footer-bg.jpg) no-repeat center center;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff; }
  .contact-info address {
    font-style: normal; }
  .contact-info a {
    text-decoration: none;
    color: #fff; }
  .contact-info img {
    display: block;
    margin: 80px auto 30px; }
  .contact-info li {
    display: inline-block; }
    .contact-info li .content {
      width: 60%;
      float: right;
      margin-right: 30px; }
    .contact-info li img {
      float: left;
      margin: 5px 12px 0 0; }
    .contact-info li p {
      margin: 0; }

.rodape .hr hr {
  margin: 50px 0 0 0; }
.rodape .hr hr:first-child {
  width: 10%;
  border-top: 1px solid #0095ff;
  float: left; }
.rodape .hr hr:nth-child(2) {
  width: 80%;
  border-top: 1px solid #e8e8e8;
  float: left; }
.rodape .hr hr:last-child {
  width: 10%;
  border-top: 1px solid #0095ff;
  float: left; }
.rodape small {
  float: left;
  margin: 25px 0 50px;
  color: #244788; }
.rodape small:last-child {
  float: right; }
.rodape a {
  text-decoration: none;
  color: #244788; }

/* ==========================================================================
   Pages
   ========================================================================== */
/* Home */
.banner {
  padding-top: 15px;
  background: url(../img/banner-bg.jpg) no-repeat;
  background-position: center top;
  height: 670px; }

.flexslider {
  padding: 10px 10px 15px 10px;
  background: #fff; }

.slides figure {
  padding: 10px; }
.slides hr {
  float: left;
  margin: 25px 0 0; }
.slides .left-line {
  float: left; }
  .slides .left-line hr:first-child {
    border-top: 1px solid #e8e8e8; }
  .slides .left-line hr:last-child {
    border-top: 1px solid #0095ff; }
.slides h3 {
  float: left;
  margin: 10px 20px 0 20px;
  text-transform: uppercase;
  font-weight: 700; }
.slides .right-line {
  float: left; }
  .slides .right-line hr:first-child {
    border-top: 1px solid #0095ff; }
  .slides .right-line hr:last-child {
    border-top: 1px solid #e8e8e8; }
.slides p {
  display: block;
  width: 100%;
  float: left;
  margin: 10px 0 0;
  font-family: 'castletligregular';
  font-size: 18px;
  font-style: italic;
  text-align: center;
  color: #3e4a57; }

.produtos ul {
  border: 1px solid #e8e8e8; }
  .produtos ul li .six {
    position: relative; }
    .produtos ul li .six a {
      position: absolute;
      bottom: 20px; }
  .produtos ul li .six:last-child {
    padding: 0 30px; }
  .produtos ul li {
    cursor: pointer; }
  .produtos ul li:nth-child(3) .six, .produtos ul li:last-child .six {
    float: right; }
  .produtos ul h3 {
    margin: 15px 0; }

/* A W Menegatti */
.top {
  padding-top: 20px;
  background: url(../img/top-bg.jpg) no-repeat top center; }

.main-content {
  padding: 25px 20px;
  background: #fff; }
  .main-content h2 {
    margin: 0 0 40px 0; }
  .main-content p:first-child {
    margin-top: 0; }

.sidebar li {
  position: relative;
  margin: 30px 0;
  border: 1px solid #e8e8e8;
  cursor: pointer; }
  .sidebar li:first-child {
    margin-top: 0; }
  .sidebar li h3 {
    margin: 15px 0; }
  .sidebar li a {
    position: absolute;
    bottom: 20px; }

.sidebar li .six:last-child {
  padding: 0 30px; }

/* Produtos */
.lista-de-produtos {
  margin-bottom: 30px; }
  .lista-de-produtos h3 {
    float: left;
    margin: 0 30px 0 0;
    font-style: italic; }
  .lista-de-produtos .titulo {
    margin-bottom: 30px; }
  .lista-de-produtos .linha-titulo hr {
    float: left;
    margin-top: 15px;
    border-top: 1px solid #e8e8e8; }
    .lista-de-produtos .linha-titulo hr:last-child {
      border-top: 1px solid #0095ff; }
  .lista-de-produtos ul li {
    margin: 0 4% 30px 0;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    text-align: center; }
    .lista-de-produtos ul li:nth-child(5n) {
      margin-right: 0; }
    .lista-de-produtos ul li img {
      display: block;
      margin: 0 auto; }
    .lista-de-produtos ul li h4, .lista-de-produtos ul li a.button {
      font-size: 14px; }
    .lista-de-produtos ul li h4 {
      margin-top: 0;
      position: relative;
      top: 9px;
      padding-left: 24px; }
    .lista-de-produtos ul li a.button {
      float: right;
      margin: 10px 10px 6px 0; }

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/overlay.png) repeat;
  cursor: pointer; }

li.pop-up {
  display: none;
  position: fixed;
  width: 680px;
  top: 50%;
  left: 50%;
  opacity: 0; }
  li.pop-up figcaption {
    padding: 15px;
    background: #fff; }
    li.pop-up figcaption .title {
      float: left; }
      li.pop-up figcaption .title h3 {
        margin: 15px 0 5px 0;
        font-size: 24px;
        text-align: center; }
      li.pop-up figcaption .title p {
        margin-top: 5px;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        font-style: italic;
        text-align: center;
        color: #244788; }
    li.pop-up figcaption .descricao {
      float: left; }
      li.pop-up figcaption .descricao p {
        font-size: 9px; }
  li.pop-up ul.cores li {
    display: inline-block;
    margin: 0 4px;
    font-size: 9px;
    text-align: center; }
    li.pop-up ul.cores li:first-child p {
      position: relative;
      top: -25px; }
    li.pop-up ul.cores li .amostra {
      width: 30px;
      height: 30px;
      margin: 3px auto;
      border-radius: 100px; }

li.pop-up.horizontal .divider {
  float: left;
  width: 1px;
  height: 100%;
  /* via javascript */
  margin: 0 20px;
  background: #244788; }
li.pop-up.horizontal span.close {
  float: right;
  position: relative;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  padding: 7px 0 0 11px;
  background: #fff;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5); }

li.pop-up.vertical img {
  width: 450px;
  float: left; }
li.pop-up.vertical figcaption {
  float: left;
  width: 230px;
  height: 100%; }
li.pop-up.vertical .title,
li.pop-up.vertical .descricao {
  width: 100%;
  text-align: center; }
li.pop-up.vertical .title {
  margin-bottom: 30px; }
  li.pop-up.vertical .title p {
    margin-bottom: 0; }
li.pop-up.vertical .descricao p {
  margin: 20px 0; }
  li.pop-up.vertical .descricao p:first-child {
    margin-top: 0; }
li.pop-up.vertical ul.cores li {
  float: left;
  width: 29%; }
li.pop-up.vertical hr {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #244788; }
li.pop-up.vertical span.close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  padding: 7px 0 0 11px;
  background: #fff;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5); }

/* Cores das amostras */
.amostra.branco {
  background: #ffffff;
  border: 1px solid #ccc; }

.amostra.palha {
  background: #fdf8e0;
  border: 1px solid #ccc; }

.amostra.perola {
  background: #fce9cf;
  border: 1px solid #ccc; }

.amostra.castor {
  background: #90876f; }

.amostra.fendi {
  background: #a99e8a; }


.amostra.kaki {
  background: #b59f71; }

.amostra.chumbo {
  background: #5d6269; }

.amostra.lilas {
  background: #917293; }

.amostra.tabaco {
  background: #7e523d; }

.amostra.grafite {
  background: #575a60; }

.amostra.preto {
  background: #000; }

.amostra.vermelho {
  background: #b71f20; }

.amostra.cafe {
  background: #7e523d; }

.amostra.bege {
  background: #eccda2; }

.amostra.musgo {
  background: #586218; }

.amostra.sisal {
  background: #e5daae; }

.amostra.areia {
  background: #eee6c4; }

.amostra.pistache {
  background: #9dc243; }

.amostra.vinho {
  background: #63133f; }

.amostra.azul-royal {
  background: #00529c; }

.amostra.laranja {
  background: #e35b2e; }

.amostra.mostarda {
  background: #f8b031; }

.amostra.azul {
  background: #6289b9; }

.amostra.roxo {
  background: #5d1479; }

.amostra.cinza {
  background: #9f9c9e; }

.amostra.marinho {
  background: #012b54; }

.amostra.prata {
  background: #c1c1c1; }

.branco-ilhos {
  background: url(../img/produtos/cortinas/bali-cortina-para-varao-com-ilhos-cromado-amostra-1.jpg); }

.marfim-ilhos {
  background: url(../img/produtos/cortinas/bali-cortina-para-varao-com-ilhos-cromado-amostra-2.jpg); }

/* Cortinas Atlanta e Marselha */
.amostra.pistache-musgo {
  background: #9dc243;
  background: -moz-linear-gradient(left, #9dc243 0%, #9dc243 50%, #586218 51%, #586218 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9dc243), color-stop(50%, #9dc243), color-stop(51%, #586218), color-stop(100%, #586218));
  background: -webkit-linear-gradient(left, #9dc243 0%, #9dc243 50%, #586218 51%, #586218 100%);
  background: -o-linear-gradient(left, #9dc243 0%, #9dc243 50%, #586218 51%, #586218 100%);
  background: -ms-linear-gradient(left, #9dc243 0%, #9dc243 50%, #586218 51%, #586218 100%);
  background: linear-gradient(to right, #9dc243 0%, #9dc243 50%, #586218 51%, #586218 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dc243', endColorstr='#586218',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.roxo-lilas {
  background: #5d1479;
  background: -moz-linear-gradient(left, #5d1479 0%, #5d1479 50%, #917293 51%, #917293 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5d1479), color-stop(50%, #5d1479), color-stop(51%, #917293), color-stop(100%, #917293));
  background: -webkit-linear-gradient(left, #5d1479 0%, #5d1479 50%, #917293 51%, #917293 100%);
  background: -o-linear-gradient(left, #5d1479 0%, #5d1479 50%, #917293 51%, #917293 100%);
  background: -ms-linear-gradient(left, #5d1479 0%, #5d1479 50%, #917293 51%, #917293 100%);
  background: linear-gradient(to right, #5d1479 0%, #5d1479 50%, #917293 51%, #917293 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d1479', endColorstr='#917293',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.tabaco-mostarda {
  background: #7e523d;
  background: -moz-linear-gradient(left, #7e523d 0%, #7e523d 50%, #f8b031 51%, #f8b031 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7e523d), color-stop(50%, #7e523d), color-stop(51%, #f8b031), color-stop(100%, #f8b031));
  background: -webkit-linear-gradient(left, #7e523d 0%, #7e523d 50%, #f8b031 51%, #f8b031 100%);
  background: -o-linear-gradient(left, #7e523d 0%, #7e523d 50%, #f8b031 51%, #f8b031 100%);
  background: -ms-linear-gradient(left, #7e523d 0%, #7e523d 50%, #f8b031 51%, #f8b031 100%);
  background: linear-gradient(to right, #7e523d 0%, #7e523d 50%, #f8b031 51%, #f8b031 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e523d', endColorstr='#f8b031',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.palha-azul-royal {
  background: #fdf8e0;
  background: -moz-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #00529c 51%, #00529c 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fdf8e0), color-stop(50%, #fdf8e0), color-stop(51%, #00529c), color-stop(100%, #00529c));
  background: -webkit-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #00529c 51%, #00529c 100%);
  background: -o-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #00529c 51%, #00529c 100%);
  background: -ms-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #00529c 51%, #00529c 100%);
  background: linear-gradient(to right, #fdf8e0 0%, #fdf8e0 50%, #00529c 51%, #00529c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e0', endColorstr='#00529c',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.azul-royal-marinho {
  background: #00529c;
  background: -moz-linear-gradient(left, #00529c 0%, #00529c 50%, #012b54 51%, #012b54 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00529c), color-stop(50%, #00529c), color-stop(51%, #012b54), color-stop(100%, #012b54));
  background: -webkit-linear-gradient(left, #00529c 0%, #00529c 50%, #012b54 51%, #012b54 100%);
  background: -o-linear-gradient(left, #00529c 0%, #00529c 50%, #012b54 51%, #012b54 100%);
  background: -ms-linear-gradient(left, #00529c 0%, #00529c 50%, #012b54 51%, #012b54 100%);
  background: linear-gradient(to right, #00529c 0%, #00529c 50%, #012b54 51%, #012b54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00529c', endColorstr='#012b54',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.vinho-palha {
  background: #63133f;
  background: -moz-linear-gradient(left, #63133f 0%, #63133f 50%, #fdf8e0 51%, #fdf8e0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #63133f), color-stop(50%, #63133f), color-stop(51%, #fdf8e0), color-stop(100%, #fdf8e0));
  background: -webkit-linear-gradient(left, #63133f 0%, #63133f 50%, #fdf8e0 51%, #fdf8e0 100%);
  background: -o-linear-gradient(left, #63133f 0%, #63133f 50%, #fdf8e0 51%, #fdf8e0 100%);
  background: -ms-linear-gradient(left, #63133f 0%, #63133f 50%, #fdf8e0 51%, #fdf8e0 100%);
  background: linear-gradient(to right, #63133f 0%, #63133f 50%, #fdf8e0 51%, #fdf8e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63133f', endColorstr='#fdf8e0',GradientType=1 );
  border: 1px solid #ccc; }

/* Cortinas Atlanta e Marselha FIM */
.amostra.branco-tabaco {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #7e523d 51%, #7e523d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #7e523d), color-stop(100%, #7e523d));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #7e523d 51%, #7e523d 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #7e523d 51%, #7e523d 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #7e523d 51%, #7e523d 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #7e523d 51%, #7e523d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7e523d',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.branco-lilas {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #917293 51%, #917293 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #917293), color-stop(100%, #917293));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #917293 51%, #917293 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #917293 51%, #917293 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #917293 51%, #917293 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #917293 51%, #917293 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#917293',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.branco-pistache {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #9dc243 51%, #9dc243 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #9dc243), color-stop(100%, #9dc243));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #9dc243 51%, #9dc243 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #9dc243 51%, #9dc243 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #9dc243 51%, #9dc243 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #9dc243 51%, #9dc243 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9dc243',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.branco-vinho {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #63133f 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #63133f));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #63133f 51%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #63133f 51%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #63133f 51%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #63133f 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#63133f',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.branco-vermelho {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #b71f20 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #b71f20));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #b71f20 51%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #b71f20 51%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #b71f20 51%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #b71f20 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b71f20',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.branco-azul-royal {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #00529c 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #00529c));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #00529c 51%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #00529c 51%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #00529c 51%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #00529c 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00529c',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.branco-laranja {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #e35b2e 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #e35b2e));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #e35b2e 51%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #e35b2e 51%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #e35b2e 51%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #e35b2e 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e35b2e',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.branco-mostarda {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f8b031 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #f8b031));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f8b031 51%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f8b031 51%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f8b031 51%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f8b031 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8b031',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.branco-preto {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #000 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #000));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #000 51%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #000 51%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #000 51%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #000 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.palha-tabaco {
  background: #fdf8e0;
  background: -moz-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #7e523d 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fdf8e0), color-stop(50%, #fdf8e0), color-stop(51%, #7e523d), color-stop(51%, #7e523d));
  background: -webkit-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #7e523d 51%);
  background: -o-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #7e523d 51%);
  background: -ms-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #7e523d 51%);
  background: linear-gradient(to right, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #7e523d 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e0', endColorstr='#7e523d',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.palha-bege {
  background: #fdf8e0;
  background: -moz-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #eccda2 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fdf8e0), color-stop(50%, #fdf8e0), color-stop(51%, #7e523d), color-stop(51%, #eccda2));
  background: -webkit-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #eccda2 51%);
  background: -o-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #eccda2 51%);
  background: -ms-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #eccda2 51%);
  background: linear-gradient(to right, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #eccda2 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e0', endColorstr='#eccda2',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.palha-lilas {
  background: #fdf8e0;
  background: -moz-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #917293 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fdf8e0), color-stop(50%, #fdf8e0), color-stop(51%, #7e523d), color-stop(51%, #917293));
  background: -webkit-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #917293 51%);
  background: -o-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #917293 51%);
  background: -ms-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #917293 51%);
  background: linear-gradient(to right, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #917293 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e0', endColorstr='#917293',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.palha-pistache {
  background: #fdf8e0;
  background: -moz-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #9dc243 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fdf8e0), color-stop(50%, #fdf8e0), color-stop(51%, #7e523d), color-stop(51%, #9dc243));
  background: -webkit-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #9dc243 51%);
  background: -o-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #9dc243 51%);
  background: -ms-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #9dc243 51%);
  background: linear-gradient(to right, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #9dc243 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e0', endColorstr='#9dc243',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.palha-mostarda {
  background: #fdf8e0;
  background: -moz-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #f8b031 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fdf8e0), color-stop(50%, #fdf8e0), color-stop(51%, #7e523d), color-stop(51%, #f8b031));
  background: -webkit-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #f8b031 51%);
  background: -o-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #f8b031 51%);
  background: -ms-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #f8b031 51%);
  background: linear-gradient(to right, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #f8b031 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e0', endColorstr='#f8b031',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.palha-vermelho {
  background: #fdf8e0;
  background: -moz-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #b71f20 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fdf8e0), color-stop(50%, #fdf8e0), color-stop(51%, #7e523d), color-stop(51%, #b71f20));
  background: -webkit-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #b71f20 51%);
  background: -o-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #b71f20 51%);
  background: -ms-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #b71f20 51%);
  background: linear-gradient(to right, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #b71f20 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e0', endColorstr='#b71f20',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.palha-laranja {
  background: #fdf8e0;
  background: -moz-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #e35b2e 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fdf8e0), color-stop(50%, #fdf8e0), color-stop(51%, #7e523d), color-stop(51%, #e35b2e));
  background: -webkit-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #e35b2e 51%);
  background: -o-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #e35b2e 51%);
  background: -ms-linear-gradient(left, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #e35b2e 51%);
  background: linear-gradient(to right, #fdf8e0 0%, #fdf8e0 50%, #7e523d 51%, #e35b2e 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e0', endColorstr='#e35b2e',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.marrom-bege {
  background: #51320a;
  background: -moz-linear-gradient(left, #51320a 0%, #51320a 50%, #7e523d 51%, #eccda2 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #51320a), color-stop(50%, #51320a), color-stop(51%, #7e523d), color-stop(51%, #eccda2));
  background: -webkit-linear-gradient(left, #51320a 0%, #51320a 50%, #7e523d 51%, #eccda2 51%);
  background: -o-linear-gradient(left, #51320a 0%, #51320a 50%, #7e523d 51%, #eccda2 51%);
  background: -ms-linear-gradient(left, #51320a 0%, #51320a 50%, #7e523d 51%, #eccda2 51%);
  background: linear-gradient(to right, #51320a 0%, #51320a 50%, #7e523d 51%, #eccda2 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51320a', endColorstr='#eccda2',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.bege-palha {
  background: #eccda2;
  background: -moz-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #fdf8e0 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eccda2), color-stop(50%, #eccda2), color-stop(51%, #7e523d), color-stop(51%, #fdf8e0));
  background: -webkit-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #fdf8e0 51%);
  background: -o-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #fdf8e0 51%);
  background: -ms-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #fdf8e0 51%);
  background: linear-gradient(to right, #eccda2 0%, #eccda2 50%, #7e523d 51%, #fdf8e0 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eccda2', endColorstr='#fdf8e0',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.bege-branco {
  background: #eccda2;
  background: -moz-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #ffffff 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eccda2), color-stop(50%, #eccda2), color-stop(51%, #7e523d), color-stop(51%, #ffffff));
  background: -webkit-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #ffffff 51%);
  background: -o-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #ffffff 51%);
  background: -ms-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #ffffff 51%);
  background: linear-gradient(to right, #eccda2 0%, #eccda2 50%, #7e523d 51%, #ffffff 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eccda2', endColorstr='#ffffff',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.vermelho-branco {
  background: #b71f20;
  background: -moz-linear-gradient(left, #b71f20 0%, #b71f20 50%, #7e523d 51%, #ffffff 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b71f20), color-stop(50%, #b71f20), color-stop(51%, #7e523d), color-stop(51%, #ffffff));
  background: -webkit-linear-gradient(left, #b71f20 0%, #b71f20 50%, #7e523d 51%, #ffffff 51%);
  background: -o-linear-gradient(left, #b71f20 0%, #b71f20 50%, #7e523d 51%, #ffffff 51%);
  background: -ms-linear-gradient(left, #b71f20 0%, #b71f20 50%, #7e523d 51%, #ffffff 51%);
  background: linear-gradient(to right, #b71f20 0%, #b71f20 50%, #7e523d 51%, #ffffff 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71f20', endColorstr='#ffffff',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.pistache-branco {
  background: #9dc243;
  background: -moz-linear-gradient(left, #9dc243 0%, #9dc243 50%, #7e523d 51%, #ffffff 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9dc243), color-stop(50%, #9dc243), color-stop(51%, #7e523d), color-stop(51%, #ffffff));
  background: -webkit-linear-gradient(left, #9dc243 0%, #9dc243 50%, #7e523d 51%, #ffffff 51%);
  background: -o-linear-gradient(left, #9dc243 0%, #9dc243 50%, #7e523d 51%, #ffffff 51%);
  background: -ms-linear-gradient(left, #9dc243 0%, #9dc243 50%, #7e523d 51%, #ffffff 51%);
  background: linear-gradient(to right, #9dc243 0%, #9dc243 50%, #7e523d 51%, #ffffff 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dc243', endColorstr='#ffffff',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.laranja-branco {
  background: #e35b2e;
  background: -moz-linear-gradient(left, #e35b2e 0%, #e35b2e 50%, #7e523d 51%, #ffffff 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e35b2e), color-stop(50%, #e35b2e), color-stop(51%, #7e523d), color-stop(51%, #ffffff));
  background: -webkit-linear-gradient(left, #e35b2e 0%, #e35b2e 50%, #7e523d 51%, #ffffff 51%);
  background: -o-linear-gradient(left, #e35b2e 0%, #e35b2e 50%, #7e523d 51%, #ffffff 51%);
  background: -ms-linear-gradient(left, #e35b2e 0%, #e35b2e 50%, #7e523d 51%, #ffffff 51%);
  background: linear-gradient(to right, #e35b2e 0%, #e35b2e 50%, #7e523d 51%, #ffffff 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e35b2e', endColorstr='#ffffff',GradientType=1 );
  border: 1px solid #ccc; }

/* Novos - 22/10/2015 */
.amostra.verdem-verdee {
  background: #b9c185;
  background: -moz-linear-gradient(left, #b9c185 0%, #b9c185 50%, #7e523d 51%, #223e3f 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b9c185), color-stop(50%, #b9c185), color-stop(51%, #7e523d), color-stop(51%, #223e3f));
  background: -webkit-linear-gradient(left, #b9c185 0%, #b9c185 50%, #7e523d 51%, #223e3f 51%);
  background: -o-linear-gradient(left, #b9c185 0%, #b9c185 50%, #7e523d 51%, #223e3f 51%);
  background: -ms-linear-gradient(left, #b9c185 0%, #b9c185 50%, #7e523d 51%, #223e3f 51%);
  background: linear-gradient(to right, #b9c185 0%, #b9c185 50%, #7e523d 51%, #223e3f 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c185', endColorstr='#223e3f',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.vermelho-palha {
  background: #b71f20;
  background: -moz-linear-gradient(left, #b71f20 0%, #b71f20 50%, #7e523d 51%, #faefd9 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b71f20), color-stop(50%, #b71f20), color-stop(51%, #7e523d), color-stop(51%, #faefd9));
  background: -webkit-linear-gradient(left, #b71f20 0%, #b71f20 50%, #7e523d 51%, #faefd9 51%);
  background: -o-linear-gradient(left, #b71f20 0%, #b71f20 50%, #7e523d 51%, #faefd9 51%);
  background: -ms-linear-gradient(left, #b71f20 0%, #b71f20 50%, #7e523d 51%, #faefd9 51%);
  background: linear-gradient(to right, #b71f20 0%, #b71f20 50%, #7e523d 51%, #faefd9 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71f20', endColorstr='#faefd9',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.roxo-lilas {
  background: #4d4382;
  background: -moz-linear-gradient(left, #4d4382 0%, #4d4382 50%, #7e523d 51%, #a689a8 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4d4382), color-stop(50%, #4d4382), color-stop(51%, #7e523d), color-stop(51%, #a689a8));
  background: -webkit-linear-gradient(left, #4d4382 0%, #4d4382 50%, #7e523d 51%, #a689a8 51%);
  background: -o-linear-gradient(left, #4d4382 0%, #4d4382 50%, #7e523d 51%, #a689a8 51%);
  background: -ms-linear-gradient(left, #4d4382 0%, #4d4382 50%, #7e523d 51%, #a689a8 51%);
  background: linear-gradient(to right, #4d4382 0%, #4d4382 50%, #7e523d 51%, #a689a8 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4382', endColorstr='#a689a8',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.tabaco-palha {
  background: #4c4743;
  background: -moz-linear-gradient(left, #4c4743 0%, #4c4743 50%, #7e523d 51%, #faefd9 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4c4743), color-stop(50%, #4c4743), color-stop(51%, #7e523d), color-stop(51%, #faefd9));
  background: -webkit-linear-gradient(left, #4c4743 0%, #4c4743 50%, #7e523d 51%, #faefd9 51%);
  background: -o-linear-gradient(left, #4c4743 0%, #4c4743 50%, #7e523d 51%, #faefd9 51%);
  background: -ms-linear-gradient(left, #4c4743 0%, #4c4743 50%, #7e523d 51%, #faefd9 51%);
  background: linear-gradient(to right, #4c4743 0%, #4c4743 50%, #7e523d 51%, #faefd9 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4743', endColorstr='#faefd9',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.branco-marrom {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #7e523d 51%, #51320a 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #7e523d), color-stop(51%, #51320a));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #7e523d 51%, #51320a 51%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #7e523d 51%, #51320a 51%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #7e523d 51%, #51320a 51%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #7e523d 51%, #51320a 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#51320a',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.mostarda-tabaco {
  background: #f8b031;
  background: -moz-linear-gradient(left, #f8b031 0%, #f8b031 50%, #7e523d 51%, #4c4743 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8b031), color-stop(50%, #f8b031), color-stop(51%, #7e523d), color-stop(51%, #4c4743));
  background: -webkit-linear-gradient(left, #f8b031 0%, #f8b031 50%, #7e523d 51%, #4c4743 51%);
  background: -o-linear-gradient(left, #f8b031 0%, #f8b031 50%, #7e523d 51%, #4c4743 51%);
  background: -ms-linear-gradient(left, #f8b031 0%, #f8b031 50%, #7e523d 51%, #4c4743 51%);
  background: linear-gradient(to right, #f8b031 0%, #f8b031 50%, #7e523d 51%, #4c4743 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b031', endColorstr='#4c4743',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.lilas-tabaco {
  background: #a689a8;
  background: -moz-linear-gradient(left, #a689a8 0%, #a689a8 50%, #7e523d 51%, #4c4743 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a689a8), color-stop(50%, #a689a8), color-stop(51%, #7e523d), color-stop(51%, #4c4743));
  background: -webkit-linear-gradient(left, #a689a8 0%, #a689a8 50%, #7e523d 51%, #4c4743 51%);
  background: -o-linear-gradient(left, #a689a8 0%, #a689a8 50%, #7e523d 51%, #4c4743 51%);
  background: -ms-linear-gradient(left, #a689a8 0%, #a689a8 50%, #7e523d 51%, #4c4743 51%);
  background: linear-gradient(to right, #a689a8 0%, #a689a8 50%, #7e523d 51%, #4c4743 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a689a8', endColorstr='#4c4743',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.bege-tabaco {
  background: #eccda2;
  background: -moz-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #4c4743 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eccda2), color-stop(50%, #eccda2), color-stop(51%, #7e523d), color-stop(51%, #4c4743));
  background: -webkit-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #4c4743 51%);
  background: -o-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #4c4743 51%);
  background: -ms-linear-gradient(left, #eccda2 0%, #eccda2 50%, #7e523d 51%, #4c4743 51%);
  background: linear-gradient(to right, #eccda2 0%, #eccda2 50%, #7e523d 51%, #4c4743 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eccda2', endColorstr='#4c4743',GradientType=1 );
  border: 1px solid #ccc; }

.amostra.verde-tabaco {
  background: #80b25b;
  background: -moz-linear-gradient(left, #80b25b 0%, #80b25b 50%, #7e523d 51%, #4c4743 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #80b25b), color-stop(50%, #80b25b), color-stop(51%, #7e523d), color-stop(51%, #4c4743));
  background: -webkit-linear-gradient(left, #80b25b 0%, #80b25b 50%, #7e523d 51%, #4c4743 51%);
  background: -o-linear-gradient(left, #80b25b 0%, #80b25b 50%, #7e523d 51%, #4c4743 51%);
  background: -ms-linear-gradient(left, #80b25b 0%, #80b25b 50%, #7e523d 51%, #4c4743 51%);
  background: linear-gradient(to right, #80b25b 0%, #80b25b 50%, #7e523d 51%, #4c4743 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b25b', endColorstr='#4c4743',GradientType=1 );
  border: 1px solid #ccc; }

/* Contato */
.seven strong {
  color: #244788; }

p.blue {
  color: #0095ff; }

.sidebar h3 {
  margin-top: 0; }

input, select, textarea {
  width: 100%;
  padding: 10px 20px;
  margin: 7px 0;
  border: 1px solid #e8e8e8;
  font-family: 'PT Sans', sans-serif;
  font-style: italic;
  color: #999; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

.row input {
  width: 47.5%;
  margin-right: 3.5%; }

.row input:last-child {
  margin-right: 0; }

input[type="submit"] {
  position: relative;
  left: 50%;
  margin-left: -42px;
  width: inherit;
  padding: 15px;
  background: #0095ff;
  font-family: 'castletbold';
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #fff; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 767px) {
  body {
    text-align: center;
    overflow-x: hidden; }

  h1.logo {
    display: block;
    width: 100%;
    margin: 20px auto 30px; }
    h1.logo a {
      margin: 0 auto; }

  header nav {
    float: none;
    margin: 30px; }
    header nav li {
      display: block;
      margin: 5px 0; }
      header nav li a:before {
        content: '';
        margin-right: 0; }

  header nav li {
    display: block; }

  .banner {
    height: inherit;
    padding-bottom: 20px;
    background-position: center bottom; }

  h1, h2 {
    border: none; }

  h1 span, h2 span {
    display: block;
    margin: 0 0 15px 0;
    padding: 12px;
    color: #fff; }

  .produtos ul {
    border: none; }
    .produtos ul li {
      margin: 15px 0; }

  .contact-info ul {
    padding: 0 10px; }
    .contact-info ul li {
      display: block;
      margin: 0 auto; }
      .contact-info ul li .content {
        width: inherit;
        float: none;
        margin-right: 0; }
      .contact-info ul li p {
        font-size: 13px;
        text-align: left; }
      .contact-info ul li:first-child {
        margin-bottom: 7px; }

  .rodape small {
    display: block;
    float: none;
    margin: 20px 0; }

  .rodape small:first-child {
    float: none; }

  .rodape small:last-child {
    float: none;
    margin: 15px 0; }

  /* Produtos */
  .lista-de-produtos ul li {
    margin: 0 4% 30px 0;
    border: none; }
    .lista-de-produtos ul li:nth-child(5n) {
      margin-right: 0; }
    .lista-de-produtos ul li img {
      display: block;
      margin: 0 auto; }
    .lista-de-produtos ul li h4, .lista-de-produtos ul li a.button {
      float: right;
      font-size: 14px;
      margin: 10px 10px 10px 0; }
    .lista-de-produtos ul li h4 {
      margin-top: 14px; }

  li.pop-up {
    display: none;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    opacity: 0; }
    li.pop-up figcaption {
      width: 100%;
      padding: 15px;
      background: #fff; }
      li.pop-up figcaption .title {
        float: left; }
        li.pop-up figcaption .title h3 {
          margin: 15px 0 5px 0;
          font-size: 24px;
          text-align: center; }
        li.pop-up figcaption .title p {
          margin-top: 5px;
          font-family: 'PT Sans', sans-serif;
          font-size: 14px;
          font-style: italic;
          text-align: center;
          color: #244788; }
      li.pop-up figcaption .divider {
        display: none; }
      li.pop-up figcaption .descricao {
        float: left; }
        li.pop-up figcaption .descricao p {
          font-size: 10px; }
    li.pop-up ul.cores li {
      display: inline-block;
      margin: 0 5px;
      font-size: 10px;
      text-align: center; }
      li.pop-up ul.cores li:first-child p {
        position: relative;
        top: -25px; }
      li.pop-up ul.cores li .amostra {
        width: 30px;
        height: 30px;
        margin: 3px auto;
        border-radius: 100px; }

  li.pop-up.vertical figcaption {
    width: 100%; }

  /* Contato */
  input[type="submit"] {
    position: inherit;
    left: inherit;
    margin-left: 0; } }
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0 auto;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides figcaption {
  padding-bottom: 15px; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 auto;
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 45px;
  margin: -20px 0 0;
  position: absolute;
  top: 45%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 120px;
  text-align: center;
  z-index: 100; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #0095ff; }

.flex-control-paging li a.flex-active {
  background: #0095ff;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
