/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.4;
  font-size: 1em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background-color: #fff;
  font-family: Lato,sans-serif; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

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

a:hover {
  cursor: pointer; }

ol, ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

img {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * https://github.com/pierreburel/sass-rem
 */
@media only screen and (min-width: 1081px) and (max-width: 5000px) {
  .x-container {
    margin-top: 50px;
    margin-top: 3.125rem; } }

.x-container__top {
  position: relative; }
  .x-container__top::before {
    content: '';
    background: #d30546;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 50%;
    height: 268px;
    height: 16.75rem; }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-container__top::before {
        bottom: initial;
        /* top: 13%; */
        height: 190px;
        height: 11.875rem; } }

.x-container__banner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 65px;
  margin-bottom: 4.0625rem; }
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .x-container__banner {
      max-width: 100%;
      margin-bottom: 0; 
    } 
  }

@media only screen and (min-width: 100px) and (max-width: 1080px) {
  /* .x-article {
    will-change: transform;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); }  */
  }

.x-article__title-title {
  background: #fff;
  text-transform: uppercase;
  display: block;
  max-width: 60%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  font-weight: 900;
  padding: 30px 15px;
  padding: 1.875rem 15px;
  font-size: 37px;
  font-size: 2.3125rem; }
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .x-article__title-title {
      max-width: 85%;
      padding: 12px 0;
      padding: 0.75rem 0;
      font-size: 21px;
      font-size: 1.3125rem; } }

.x-article__content {
  max-width: 73%;
  width: 100%;
  margin: 90px auto 0;
  margin: 5.625rem auto 0; }
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .x-article__content {
      max-width: 85%;
      /* margin: 40px auto 0; */
      margin: 0.5rem auto 0; } }
  .x-article__content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-article__content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        margin-bottom: 1.25rem; } }
    .x-article__content-top--image {
      width: 100%;
      overflow: hidden;
      border: 6px solid #FFF;
      -webkit-box-shadow: 0px 0px 0px 4px #d30546;
      box-shadow: 0px 0px 0px 4px #d30546;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      max-width: 350px;
      max-width: 21.875rem;
      height: 350px;
      height: 21.875rem; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-article__content-top--image {
          max-width: 231px;
          max-width: 14.4375rem;
          height: 231px;
          height: 14.4375rem; } }
      .x-article__content-top--image img {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        will-change: transform; }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-article__content-top--image img {
            position: relative;
            z-index: -1;
            top: -10px;
            -webkit-border-radius: 50%;
            border-radius: 50%; } }
      .x-article__content-top--image:hover img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); }
    .x-article__content-top--article {
      width: 100%; }
      .x-article__content-top--article.top {
        max-width: 63%; 
        margin-left: 10px;
        margin-right: 10px;
      }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-article__content-top--article.top {
            max-width: 100%;
            margin-top: 30px;
            margin-top: 1.875rem;
            margin-bottom: 30px;
            margin-bottom: 1.875rem; } }
      .x-article__content-top--article--title {
        display: block;
        font-weight: 900;
        text-align: left;
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 30px;
        line-height: 1.875rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem; }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-article__content-top--article--title {
            text-align: center;
            font-size: 21px;
            font-size: 1.3125rem;
            line-height: 25px;
            line-height: 1.5625rem; } }
      .x-article__content-top--article--text {
        display: block;
        text-align: left;
        font-weight: 300;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 23px;
        line-height: 1.4375rem; }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-article__content-top--article--text {
            text-align: center;
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 19px;
            line-height: 1.1875rem; } }

.x-article__product {
  width: 100%;
  max-width: 75%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0; }
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .x-article__product {
      max-width: 100%; } }
  .x-article__product.x-grid {
    max-width: 80%; }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-article__product.x-grid {
        max-width: 100%; } }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-article__product.x-grid .slick-track {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 40px;
        padding-bottom: 2.5rem; } }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-article__product.x-grid .slick-slide {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        margin: 0 15px;
        margin: 0 0.9375rem; } }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-article__product.x-grid .slick-center {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
  .x-article__product-title {
    font-weight: 900;
    color: #d30546;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background: #fff;
    position: relative;
    padding: 0 15px;
    padding: 0 0.9375rem;
    font-size: 20px;
    font-size: 1.25rem; }
    .x-article__product-title::before, .x-article__product-title::after {
      content: '';
      position: absolute;
      top: 50%;
      height: 1px;
      background: #000;
      width: 37%; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-article__product-title::before, .x-article__product-title::after {
          width: 10%; } }
    .x-article__product-title::before {
      left: 0; }
    .x-article__product-title::after {
      right: 0; }
  .x-article__product-content {
    background: #f5f5f5;
    margin-top: 25px;
    margin-top: 1.5625rem;
    padding: 40px 0;
    padding: 2.5rem 0; }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-article__product-content {
        max-width: 95%;
        width: 100%;
        /* margin: 25px auto 0; */
        margin: 0.5625rem auto 0;
        padding: 20px 0;
        padding: 1.25rem 0; } }
    .x-article__product-content a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-article__product-content a {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .x-article__product-content figure {
      max-width: 20%;
      width: 100%; 
    }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-article__product-content figure {
        max-width: 80%;
        max-height: 220px;
        /* margin-bottom: 25px; */
        margin-bottom: 0.5625rem; 
        text-align: center;
      } 
      .x-article__product-content figure img{
        max-height: 220px;
        height: 100%;
        width: auto;
      }  
    }
    .x-article__product-content--infos {
      max-width: 50%;
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-article__product-content--infos {
          max-width: 75%; } }
    .x-article__product-content--name {
      font-weight: 300;
      display: block;
      padding-bottom: 20px;
      padding-bottom: 1.25rem;
      font-size: 20px;
      font-size: 1.25rem; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-article__product-content--name {
          /* line-height: 25px; */
          line-height: 1.2rem; 
          padding-bottom: 0.5rem;
        } }
    .x-article__product-content--best-price {
      display: block;
      color: #d30546;
      font-weight: 700;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 30px;
      line-height: 1.875rem; }
    .x-article__product-content--installments {
      display: block;
      color: #000;
      font-weight: 300;
      font-size: 22px;
      font-size: 1.375rem; }
      .x-article__product-content--installments strong {
        font-weight: 900; }
      .x-article__product-content--installments span {
        color: #d30546;
        font-weight: 900; }
    .x-article__product-content--buy {
      display: block;
      color: #fff;
      background: #d30546;
      border: 1px solid transparent;
      -webkit-border-radius: 0;
      border-radius: 0;
      text-align: center;
      outline: none;
      text-transform: uppercase;
      font-weight: 700;
      max-width: 50%;
      width: 100%;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -moz-appearance: none;
      -webkit-appearance: none;
      margin: 30px auto 0;
      margin: 1.875rem auto 0;
      height: 40px;
      height: 2.5rem;
      line-height: 38px;
      line-height: 2.375rem;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-article__product-content--buy {
          max-width: 95%;
          -webkit-border-radius: 10px;
          border-radius: 10px; 
          margin-top: 0.5rem;
        } }
      .x-article__product-content--buy::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 9px;
        border-color: transparent transparent transparent #fff;
        margin-left: 10px;
        margin-left: 0.625rem; }
      .x-article__product-content--buy:hover {
        border: 1px solid #d30546;
        background: #fff;
        color: #d30546; }
    .x-article__product-content--grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .x-article__product-content--grid--items {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        width: 31%; }
        .x-article__product-content--grid--items figure {
          max-width: 75%;
          width: 100%;
          margin: 0 auto; }
        .x-article__product-content--grid--items .x-product-buy-button {
          max-width: 65%;
          margin-bottom: -20px;
          margin-bottom: -1.25rem; }
        .x-article__product-content--grid--items .x-product-name {
          font-size: 15px;
          font-size: 0.9375rem; }
        .x-article__product-content--grid--items .x-product-best-price,
        .x-article__product-content--grid--items .x-product-installments {
          font-size: 18px;
          font-size: 1.125rem; }
      .x-article__product-content--grid--infos {
        text-align: center; }

.x-article__more-btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #d30546;
  text-align: center;
  cursor: pointer;
  border: 1px solid #d30546;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  height: 2.5rem;
  line-height: 37px;
  line-height: 2.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 320px;
  max-width: 20rem;
  margin: 100px auto 40px;
  margin: 6.25rem auto 2.5rem; }
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .x-article__more-btn {
      -webkit-border-radius: 8px;
      border-radius: 8px;
      max-width: 60%;
      margin: 30px auto;
      margin: 1.875rem auto; } }
  .x-article__more-btn:hover {
    background: #d30546;
    color: #fff; }
  .x-article__more-btn::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #d30546;
    margin-left: 10px;
    margin-left: 0.625rem; }

.x-article__posts {
  background: #ebebeb;
  padding: 39px 0;
  padding: 2.4375rem 0;
  margin: 72px 0 60px;
  margin: 4.5rem 0 3.75rem; }
  .x-article__posts-title {
    display: block;
    text-align: center;
    font-weight: 900;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    font-size: 25px;
    font-size: 1.5625rem; }

@media only screen and (min-width: 100px) and (max-width: 1080px) {
  .x-posts__news-items {
    position: relative; } }

@media only screen and (min-width: 100px) and (max-width: 1080px) {
  .x-posts__news-items--title {
    display: none; } }

@media only screen and (min-width: 100px) and (max-width: 1080px) {
  .x-posts__news-items--link {
    position: absolute;
    top: -200%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px; } }


/* RESULTATE CHANGES */

.single-header {
	/* background-color: #e9e1d9; */
	text-align: center;
  padding: 40px 0;
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
  .single-header {
    padding: 0;
  }
}
  
  
  .single-header h1 {
	color: #c42157;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
  }
  
  .single-header img {
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
  }
  
  .single-header p {
	line-height: 1.375rem;
	font-weight: 400;
	padding: 0 15px;
  }
  
  @media (min-width: 992px) {
	  .single-header p {
	    padding: 0 210px;
	  }
  }
  
  .single-header .header-wrapper{
    margin: 15px auto 0;
  }

  .post-content {
    padding: 50px 0 0;
    line-height: 1.5;
  }

  #destaque .content-section,
  .post-content .content-section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #tips .row,
  #destaque .row,
  .post-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#destaque img{
  width: unset !important;
}

  .post-content .content-section.odd {
    text-align: right;
  }

  .post-content .content-section.odd .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .post-content .content-section h2 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #45474f;
    text-transform: none;
    margin-bottom: 30px;
  }

  @media (max-width: 768px) {
	  .post-content .content-section .text h2 {
      text-align: center;
	  }
  }
  
  .card-body p,
  .post-content .content-section p {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .card-body a,
  .post-content a {
    text-decoration: underline;
    color: #c42157;
    font-weight: 700;
  }

  .tips {
    background-color: #e9e1d9;
    padding: 30px 0;
    margin-bottom: 45px;
  }
  
  .tips .tips-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-title {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
    color: #c42157;
    margin-bottom: 30px;
  }

  .tip-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
  
  .tip-card .card-body {
    text-align: center;
  }
  
  .tip-card .card-body .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #c42157;
    margin-bottom: 1.2rem;
  }
  
  .tip-card .card-body .card-text {
    text-align: justify;
  }
  
  @media (max-width: 768px) {
    .tip-card .card-body .card-text {
      height: auto;
    }
  }

  .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0;
  }
  
  .card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 1.25rem;
  }
  
  .card-title {
    margin-bottom: 0.75rem;
  }
  
  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }

  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0 - 0);
    border-top-right-radius: calc(0 - 0);
  }

  .card-body p{
    font-size: medium;
    line-height: 1.2;
  }

  #carousel {
    margin-bottom: 100px;
  }
  
  #carousel .item {
    width: 100%;
  }
  
  #carousel .item > h2 {
    display: none !important;
  }
  
  #carousel .item > ul {
    list-style: none !important;
    margin-left: 0;
    padding: 0;
  }
  
  #carousel .item > ul::after {
    display: table;
    content: " ";
    clear: both;
  }
  
  #carousel .item > ul > li,
  #carousel .item > ul .slick-track > li {
    float: left;
    padding: 0;
    padding-bottom: 45px;
    -webkit-box-shadow: 3px 3px 10px transparent;
            box-shadow: 3px 3px 10px transparent;
    border: 1px solid #fff;
    background-color: #fff;
    text-decoration: none;
  }
  
  #carousel .item > ul > li:hover,
  #carousel .item > ul .slick-track > li:hover {
    -webkit-box-shadow: 3px 3px 10px #c2c2c2;
            box-shadow: 3px 3px 10px #c2c2c2;
    border: 1px solid #ededed;
    text-decoration: underline;
    z-index: 1;
  }
  
  #carousel .item > ul > li > a,
  #carousel .item > ul .slick-track > li > a {
    display: block;
    text-align: center;
    color: #8f9499;
    padding: 20px 15px 0;
  }
  
  #carousel .item > ul > li > a img,
  #carousel .item > ul .slick-track > li > a img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  
  #carousel .item > ul > li > a span,
  #carousel .item > ul .slick-track > li a > span {
    display: block;
    font-size: 13px;
    line-height: initial;
  }
  
  #carousel .item > ul > li > a span.melhor-preco-produto,
  #carousel .item > ul .slick-track > li a > span.melhor-preco-produto {
    height: 28px;
  }
  
  #carousel .item > ul > li a .categoria-produto,
  #carousel .item > ul .slick-track > li a .categoria-produto {
    margin-top: 5px;
    min-height: 15px;
  }
  
  #carousel .item > ul > li a .categoria-produto div,
  #carousel .item > ul .slick-track > li a .categoria-produto div {
    visibility: hidden;
  }
  
  #carousel .item > ul > li a .categoria-produto div li,
  #carousel .item > ul .slick-track > li a .categoria-produto div li {
    visibility: visible;
    min-height: 15px;
    margin-top: -15px;
  }
  
  #carousel .item > ul > li a .nome-produto,
  #carousel .item > ul .slick-track > li a .nome-produto {
    margin-bottom: 10px;
    height: 30px;
  }
  
  #carousel .item > ul > li a .nome-produto div,
  #carousel .item > ul .slick-track > li a .nome-produto div {
    visibility: hidden;
  }
  
  #carousel .item > ul > li a .nome-produto div li,
  #carousel .item > ul .slick-track > li a .nome-produto div li {
    visibility: visible;
    margin-top: -15px;
  }
  
  /* #carousel .item ul li a .product-field{
  
  } */
  
  #carousel .item > ul > li a span.preco-produto,
  #carousel .item > ul > li a span.melhor-preco-produto,
  #carousel .item ul > .slick-track > li a span.preco-produto,
  #carousel .item > ul .slick-track > li a span.melhor-preco-produto {
    color: #333;
    display: inline-block;
    font-size: 12px;
  }
  
  #carousel .item > ul > li a span.preco-produto,
  #carousel .item > ul .slick-track > li a span.preco-produto {
    text-decoration: line-through;
    display: none;
  }
  
  #carousel .item > ul > li a span.pagamento-produto,
  #carousel .item > ul .slick-track > li a span.pagamento-produto {
    min-height: 24px;
    display: block;
    font-size: 12px;
  }
  
  #carousel .item > ul > li a .trustvox-resultate .ts-shelf-rate-count.ts-shelf-rate-enabled,
  #carousel .item > ul > li a .trustvox-resultate .ts-shelf-rate-count.ts-shelf-rate-disabled,
  #carousel .item > ul .slick-track > li a .trustvox-resultate .ts-shelf-rate-count.ts-shelf-rate-enabled,
  #carousel .item > ul .slick-track > li a .trustvox-resultate .ts-shelf-rate-count.ts-shelf-rate-disabled {
    display: none !important;
  }
  
  #carousel .item > ul > li a .trustvox-resultate .ts-shelf-rate-symbols.ts-sprite,
  #carousel .item > ul > li a .trustvox-resultate .ts-shelf-rate.ts-sprite,
  #carousel .item > ul .slick-track > li a .trustvox-resultate .ts-shelf-rate-symbols.ts-sprite,
  #carousel .item > ul .slick-track > li a .trustvox-resultate .ts-shelf-rate.ts-sprite {
    background: url(/arquivos/sprite-rating.png) no-repeat;
  }
  
  #carousel .item > ul > li a .trustvox-resultate .ts-shelf-container .ts-shelf-rate-symbols,
  #carousel .item > ul .slick-track > li a .trustvox-resultate .ts-shelf-container .ts-shelf-rate-symbols {
    background-position: 0 -23px;
  }
  
  #carousel .item > ul > li a:hover,
  #carousel .item > ul .slick-track > li a:hover {
    text-decoration: none !important;
  }
  
  #carousel .item .wrapper-buy-button-asynchronous {
    display: block;
    text-align: center;
  }
  
  #carousel .item .wrapper-buy-button-asynchronous .produto {
    display: none !important;
  }
  
  #carousel .item .wrapper-buy-button-asynchronous a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    border: none;
    border-radius: 0;
    padding: 9px 22px;
    background: #32ce24;
    background: -webkit-gradient(linear, left top, left bottom, from(#32ce24), color-stop(36%, #32ce24), color-stop(44%, #32ce24), color-stop(71%, #22b01d), to(#22b01d));
    background: -webkit-linear-gradient(top, #32ce24 0%, #32ce24 36%, #32ce24 44%, #22b01d 71%, #22b01d 100%);
    background: -o-linear-gradient(top, #32ce24 0%, #32ce24 36%, #32ce24 44%, #22b01d 71%, #22b01d 100%);
    background: linear-gradient(to bottom, #32ce24 0%, #32ce24 36%, #32ce24 44%, #22b01d 71%, #22b01d 100%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#32ce24', endColorstr='#22b01d', GradientType=0);
            filter: progid:dximagetransform.microsoft.gradient(startColorstr='#32ce24', endColorstr='#22b01d', GradientType=0);
  }
  
  #carousel .item .wrapper-buy-button-asynchronous a:hover {
    background: #21af1d !important;
    text-decoration: none !important;
  }
  
  #carousel .item .wrapper-buy-button-asynchronous a::after {
    content: "\F0DA";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 12px;
    margin-left: 10px;
  }
  
  #carousel .item .slick-dots {
    bottom: 20px;
    left: 0;
    z-index: 1;
  }
  
  #carousel .item .slick-dots li {
    border: 1px solid #333;
    background-color: transparent;
    display: inline-block;
    border-radius: 50%;
    text-indent: -999999px;
    width: 12px;
    height: 12px;
    padding: 0;
  }
  
  #carousel .item .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
  }
  
  #carousel .item .slick-dots li button::before {
    content: "";
    display: none;
  }
  
  #carousel .item .slick-dots li.slick-active,
  #carousel .item .slick-dots li:hover {
    background-color: #333;
  }
  
  #carousel .item .btn-add-buy-button-asynchronous.btn-adicionado,
  #carousel .item .btn-add-buy-button-asynchronous.btn-adicionado:hover {
    background: #d8d8d8 !important;
    text-indent: -999999px;
    position: relative;
  }
  
  #carousel .item .btn-add-buy-button-asynchronous.btn-adicionado::after {
    content: 'ADICIONADO';
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    text-indent: 0;
    display: block;
    margin-left: 0;
    margin-top: -14px;
  }
  
  #carousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    height: 72px;
    line-height: 72px;
    width: 72px;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #231f20;
    font-size: 40px;
    border: none;
    cursor: pointer;
    opacity: 0.7;
    outline: none;
  }
  
  #carousel .slick-arrow:hover {
    opacity: 1;
  }
  
  #carousel .slick-arrow.slick-prev {
    left: -100px;
  }
  
  #carousel .slick-arrow.slick-next {
    right: -100px;
  }
  
  @media (max-width: 768px) {
    .melhor-preco-produto {
      margin-top: 4em;
    }
  }

  .slider-wrapper {
    padding: 0 10px;
  }

  .x-article__content a{
    text-decoration: underline;
    color: #c42157;
    font-weight: 700;
  }
.x-container__post p em, .x-article__content p em {
  font-style: italic;
}