<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ***** Fonts ***** */
@font-face {
  font-family: "Karla";
  font-weight: 400;
  src: url("../font/Karla/Karla-Regular.ttf");
}

@font-face {
  font-family: "Karla";
  font-weight: 500;
  src: url("../font/Karla/Karla-Medium.ttf");
}

@font-face {
  font-family: "Karla";
  font-weight: 700;
  src: url("../font/Karla/Karla-Bold.ttf");
}

/* ***** */
/* ***** Variables ***** */
/* ***** */
/* ***** Mixins ***** */
/* ***** */
/* ***** Functions ***** */
/* ***** */
/* ***** Reset ***** */
body, html {
  scroll-behavior: smooth;
}

/* ***** */
/* ***** Container ***** */
.st-container {
  max-width: 940px;
  margin: 0 auto;
}

.st-container &gt; section {
  position: relative;
}

.st-container .st-d-none, .st-container .st-mobile {
  display: none;
}

.st-container .st-section-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.st-container .st-inner-container {
  max-width: 824px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.st-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.st-container h1, .st-container h2, .st-container h3, .st-container h4, .st-container h5, .st-container h6, .st-container p {
  margin: 0;
  line-height: 1;
  font-family: "Karla";
}

.st-container h2 {
  font-size: 35.25px;
  color: #e2001a;
  letter-spacing: -2px;
}

.st-container h2.white {
  color: white;
}

.st-container p {
  font-size: 17.62px;
  color: black;
  letter-spacing: -0.7px;
}

.st-container p.red {
  color: #e2001a !important;
}

.st-container p.white {
  color: white !important;
}

.st-container p.small {
  font-size: 8.80px;
}

.st-container .bigger {
  font-size: 24px;
}

.st-container a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.st-container a:hover, .st-container a:focus {
  text-decoration: none;
  outline: none;
}

.st-container button {
  outline: none;
  border: none;
}

.st-container .button {
  font-size: 17.62px;
  text-transform: uppercase;
  color: white;
  background-color: #e2001a;
  padding: 15px 24px;
  border-radius: 9px;
}

.st-container .button.white {
  background-color: white;
  color: #e2001a;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.st-container .button.white:hover {
  color: black;
}

.st-container img {
  max-width: 100%;
}

.st-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.st-container .carousel {
  margin-bottom: 0;
}

.st-container .carousel .carousel-control {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px;
  text-align: center;
  background: none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  opacity: 1;
}

.st-container .st_title {
  position: relative;
  display: inline-block;
}

.st-container .st_title::before, .st-container .st_title::after {
  content: "";
  width: 56px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}

.st-container .st_title::before &gt; img, .st-container .st_title::after &gt; img {
  visibility: hidden;
}

.st-container .st_title::before {
  background-image: url("../img/st_title-before.png");
  left: -15px;
  top: -15px;
}

.st-container .st_title::after {
  background-image: url("../img/st_title-after.png");
  right: -20px;
  bottom: -15px;
}

/* ***** */
@media (max-width: 939px) {
  .st-container {
    max-width: 640px;
  }
  .st-container .st-desk {
    display: none !important;
  }
  .st-container .st-mobile {
    display: block;
  }
  .st-container .st-inner-container {
    max-width: 512px;
  }
  .st-container h2 {
    font-size: 42px;
    letter-spacing: -2px;
  }
  .st-container p {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .st-container p.small {
    font-size: 12px;
  }
  .st-container .bigger {
    font-size: 25px;
  }
  .st-container .button {
    font-size: 19px;
    padding: 13.5px 19.5px;
  }
}

@media (max-width: 600px) {
  .st-container {
    max-width: 106.66667vw;
  }
  .st-container .st-inner-container {
    max-width: 85.33333vw;
  }
  .st-container h2 {
    font-size: 7vw;
    letter-spacing: -0.33333vw;
  }
  .st-container p {
    font-size: 3.33333vw;
    letter-spacing: -0.16667vw;
  }
  .st-container p.small {
    font-size: 2vw;
  }
  .st-container .bigger {
    font-size: 4.16667vw;
  }
  .st-container .button {
    font-size: 3.16667vw;
    padding: 2.25vw 3.25vw;
    border-radius: 1.5vw;
  }
  .st-container .st_title::before, .st-container .st_title::after {
    width: 9.33333vw;
    height: 2.33333vw;
  }
  .st-container .st_title::before {
    left: -2.5vw;
    top: -2.5vw;
  }
  .st-container .st_title::after {
    right: -3.33333vw;
    bottom: -2.5vw;
  }
}

.st_header {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/header/st_header-bg.jpg");
}

.st_header &gt; img {
  visibility: hidden;
}

.st_header .st_header-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.st_header .st_title {
  margin-bottom: 45px;
  padding-left: 8px;
}

.st_header .st_title p {
  font-weight: 500;
  margin-top: 5px;
}

.st_header .st_title::before {
  left: -12px;
  top: -15px;
}

.st_header .st_title::after {
  right: 0;
  bottom: -15px;
}

@media (max-width: 939px) {
  .st_header {
    background-image: url("../img/header/st_header-bg_mobile.jpg");
  }
  .st_header .st-inner-container {
    max-width: 540px;
  }
  .st_header .st_header-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .st_header .st_header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 45px;
  }
  .st_header .st_header-text &gt; p {
    font-size: 16px;
    margin-top: 0;
  }
  .st_header .st_title {
    margin-right: 32px;
    padding-left: 0;
  }
  .st_header .st_title::before {
    left: -15px;
  }
}

@media (max-width: 600px) {
  .st_header .st-inner-container {
    max-width: 90vw;
  }
  .st_header .st_header-text {
    padding-top: 7.5vw;
  }
  .st_header .st_header-text &gt; p {
    font-size: 2.66667vw;
  }
  .st_header .st_title {
    margin-right: 5.33333vw;
  }
  .st_header .st_title::before {
    left: -2.5vw;
    top: -2.5vw;
  }
  .st_header .st_title::after {
    bottom: -2.5vw;
  }
}

.st_navbar {
  background-color: #e2001a;
  padding: 17px 0;
}

.st_navbar .st_navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st_navbar .st_navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.st_navbar a {
  font-size: 17.53px;
  text-transform: uppercase;
  font-family: "Karla";
  color: white;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.st_navbar a:not(:last-of-type) {
  margin-right: 50px;
}

.st_navbar a:hover {
  color: black;
  font-weight: 700;
}

.st_navbar button {
  font-weight: 700;
}

@media (max-width: 939px) {
  .st_navbar {
    padding: 25px 0;
  }
  .st_navbar .st_navbar-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .st_navbar .st_navbar-button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .st_navbar .st_navbar-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .st_navbar .st_navbar-logo {
    width: 79px;
    margin-right: 15px;
  }
  .st_navbar a {
    font-size: 16px;
  }
  .st_navbar a:not(:last-of-type) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .st_navbar {
    padding: 4.16667vw 0;
  }
  .st_navbar .st_navbar-button {
    margin-top: 3.33333vw;
  }
  .st_navbar .st_navbar-logo {
    width: 13.16667vw;
    margin-right: 2.5vw;
  }
  .st_navbar a {
    font-size: 2.66667vw;
    line-height: 1.2;
  }
}

.st_libertese {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/liberte-se/st_libertese-bg.jpg");
}

.st_libertese &gt; img {
  visibility: hidden;
}

.st_libertese .st_libertese-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.st_libertese .st_libertese-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.st_libertese .st_title {
  margin-bottom: 45px;
}

.st_libertese .st_title::before {
  left: -20px;
  top: -15px;
}

.st_libertese .st_title::after {
  right: -25px;
  bottom: -15px;
}

@media (max-width: 939px) {
  .st_libertese {
    background-image: url("../img/liberte-se/st_libertese-bg_mobile.jpg");
  }
  .st_libertese .st_libertese-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .st_libertese .st_title {
    margin-left: 25px;
  }
}

@media (max-width: 600px) {
  .st_libertese .st_title {
    margin-left: 4.16667vw;
    margin-bottom: 7.5vw;
  }
}

.st_higienizacao {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/higienizacao/st_higienizacao-bg.png");
  margin-top: -25px;
}

.st_higienizacao &gt; img {
  visibility: hidden;
}

.st_higienizacao .small {
  position: absolute;
  bottom: 12px;
  right: 15px;
}

.st_higienizacao .st_higienizacao-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.st_higienizacao .st_higienizacao-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.st_higienizacao .st_title {
  margin-bottom: 40px;
}

@media (max-width: 939px) {
  .st_higienizacao {
    background-image: url("../img/higienizacao/st_higienizacao-bg_mobile.jpg");
    margin-top: 0;
    background-size: unset;
  }
  .st_higienizacao p.small {
    font-size: 9px;
    bottom: 15px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 512px;
  }
  .st_higienizacao .st_higienizacao-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .st_higienizacao .st_higienizacao-text {
    padding-top: 70px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 599px) {
  .st_higienizacao {
    background-size: contain;
  }
  .st_higienizacao p.small {
    font-size: 1.5vw;
    bottom: 2.5vw;
    width: 85.33333vw;
  }
  .st_higienizacao .st_higienizacao-text {
    padding-top: 11.66667vw;
  }
  .st_higienizacao .st_title {
    margin-bottom: 6.66667vw;
  }
}

.st_steam p.small {
  position: absolute;
  bottom: 20px;
  right: 45px;
  font-size: 11px;
}

.st_steam .st_steam-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st_steam h2 {
  font-weight: 400;
}

.st_steam p {
  margin: 50px 0 30px;
  text-align: center;
}

.st_steam .st_steam-carousel {
  margin-bottom: 50px;
  padding: 0 60px;
}

.st_steam .carousel-control {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 23px;
  height: 38px;
  background: transparent;
  border-radius: 0;
  border: 0;
  opacity: 1;
  margin-top: 0;
}

.st_steam .carousel-control &gt; img {
  visibility: hidden;
}

.st_steam .carousel-control.left {
  background-image: url("../img/st_carousel-arrow_left.png");
  left: -60px;
}

.st_steam .carousel-control.right {
  background-image: url("../img/st_carousel-arrow_right.png");
  right: -60px;
}

.st_steam .carousel-control.gray {
  -webkit-filter: grayscale(1) brightness(2.5);
          filter: grayscale(1) brightness(2.5);
}

.st_steam .st_steam-carousel_item {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 10px 50px;
  text-align: center;
}

.st_steam .st_steam-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.st_steam .st_steam-iframe {
  height: 210px;
  width: 353px;
}

.st_steam .st_steam-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  text-align: center;
  margin-top: 35px;
}

.st_steam .st_steamminute, .st_steam .st_steampower {
  padding: 60px 0;
  position: relative;
}

.st_steam .st_steampower {
  background-color: #f0f0f0;
}

.st_steam .st_steampower .owl-carousel {
  background-color: #949494;
  border-radius: 10px;
  padding: 10px 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.st_steam .st_steampower .st_steam-carousel_item-img {
  height: 125px;
  width: 92px;
  margin: 0 auto;
}

.st_steam .st_steampower .st_steam-carousel_item-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 939px) {
  .st_steam p.small {
    bottom: 0;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 11px;
  }
  .st_steam .st_steam-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .st_steam .st_steam-title img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 359px;
    margin-bottom: 60px;
  }
  .st_steam .st_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .st_steam p {
    margin: 45px 0 35px;
  }
  .st_steam .st_steam-carousel {
    margin-bottom: 35px;
    padding: 0;
  }
  .st_steam .carousel-control {
    width: 20px;
    height: 33px;
  }
  .st_steam .carousel-control.left {
    left: -25px;
  }
  .st_steam .carousel-control.right {
    right: -25px;
  }
  .st_steam .carousel-control.gray {
    -webkit-filter: grayscale(1) brightness(2.5);
            filter: grayscale(1) brightness(2.5);
  }
  .st_steam .st_steam-video {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .st_steam .st_steam-iframe {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 306px;
    width: 100%;
    margin-bottom: 45px;
  }
  .st_steam .st_steam-image {
    max-width: 100%;
  }
  .st_steam .st_steam-button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 40px;
  }
  .st_steam .st_steamminute, .st_steam .st_steampower {
    padding: 65px 0;
  }
  .st_steam .st_steampower .st_steam-carousel_item-img {
    width: 79px;
    height: 107px;
  }
  .st_steam .st_steampower .carousel-control {
    background-size: contain;
  }
}

@media (max-width: 600px) {
  .st_steam p.small {
    font-size: 1.83333vw;
  }
  .st_steam .st_steam-title img {
    width: 59.83333vw;
    margin-bottom: 10vw;
  }
  .st_steam p {
    margin: 7.5vw 0 5.83333vw;
  }
  .st_steam .st_steam-carousel {
    margin-bottom: 5.83333vw;
  }
  .st_steam .carousel-control {
    width: 3.33333vw;
    height: 5.5vw;
  }
  .st_steam .carousel-control.left {
    left: -4.16667vw;
  }
  .st_steam .carousel-control.right {
    right: -4.16667vw;
  }
  .st_steam .st_steam-carousel_item {
    border-radius: 1.66667vw;
    padding: 1.66667vw 8.33333vw;
  }
  .st_steam .st_steam-iframe {
    height: 51vw;
    margin-bottom: 7.5vw;
  }
  .st_steam .st_steam-button {
    margin-top: 6.66667vw;
  }
  .st_steam .st_steamminute, .st_steam .st_steampower {
    padding: 10.83333vw 0;
  }
  .st_steam .st_steampower .owl-carousel {
    border-radius: 1.66667vw;
    padding: 1.66667vw 8.33333vw;
  }
  .st_steam .st_steampower .st_steam-carousel_item-img {
    width: 13.16667vw;
    height: 18.33333vw;
  }
}

.st_indispensavel {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/indispensavel/st_indispensavel-bg.jpg");
}

.st_indispensavel &gt; img {
  visibility: hidden;
}

.st_indispensavel .st_indispensavel-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 60px;
}

.st_indispensavel .st_title {
  margin-bottom: 45px;
  margin-left: 25px;
}

.st_indispensavel p {
  font-size: 18px;
}

@media (max-width: 939px) {
  .st_indispensavel {
    background-image: url("../img/indispensavel/st_indispensavel-bg_mobile.jpg");
  }
  .st_indispensavel .st_indispensavel-content {
    padding: 0;
  }
  .st_indispensavel .st_title {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .st_indispensavel p {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .st_indispensavel .st_title {
    margin-bottom: 5vw;
  }
  .st_indispensavel p {
    font-size: 3.33333vw;
  }
}

.st_conheca {
  padding: 60px 0 80px;
}

.st_conheca .st_conheca-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.st_conheca .st_conheca-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 35%;
          flex: 0 35%;
}

.st_conheca .st_conheca-text p {
  margin-bottom: 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.st_conheca .st_title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 45px;
}

.st_conheca .st_conheca-table_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.st_conheca .st_conheca-table_wrapper .st_conheca-table_image {
  margin-bottom: 10px;
  text-align: center;
}

.st_conheca .st_conheca-table_wrapper .st_conheca-table_image p {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0;
  border: 0;
}

.st_conheca .st_conheca-table_wrapper .st_conheca-table_col:first-of-type {
  margin-bottom: 80px;
}

.st_conheca .st_conheca-table_wrapper .st_conheca-table_col:first-of-type p {
  font-size: 16px;
  color: #464646;
  padding-left: 20px;
  padding-right: 20px;
}

.st_conheca .st_conheca-table_wrapper .st_conheca-table_col:nth-child(2) .st_conheca-table_items p {
  padding-right: 57px;
  padding-left: 57px;
}

.st_conheca .st_conheca-table_wrapper .st_conheca-table_items p:last-of-type {
  border-bottom: 1px solid #c0bdbc;
}

.st_conheca .st_conheca-table_wrapper p {
  text-align: center;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12.5px 0;
  color: #6b6b6b;
  font-weight: 700;
  font-size: 18px;
  border-top: 1px solid #c0bdbc;
}

.st_conheca .st_conheca-table_wrapper .st_conheca-table_button {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 939px) {
  .st_conheca {
    padding: 70px 0 55px;
  }
  .st_conheca .st_conheca-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .st_conheca .st_conheca-selo {
    width: 119px;
  }
  .st_conheca .st_conheca-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 70%;
            flex: 0 70%;
  }
  .st_conheca .st_conheca-text p {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .st_conheca .st_conheca-table {
    width: 100%;
    margin-top: 55px;
  }
  .st_conheca .st_conheca-table_wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_col:first-of-type {
    margin-bottom: 77px;
  }
  .st_conheca .st_conheca-table_wrapper p {
    height: 42px;
  }
  .st_conheca .st_conheca-table_image img {
    height: 167px;
  }
}

@media (max-width: 600px) {
  .st_conheca {
    padding: 11.66667vw 0 9.16667vw;
  }
  .st_conheca .st_title {
    margin-bottom: 7.5vw;
  }
  .st_conheca .st_conheca-selo {
    width: 19.83333vw;
  }
  .st_conheca .st_conheca-table {
    margin-top: 9.16667vw;
  }
  .st_conheca .st_conheca-table {
    margin-top: 9.16667vw;
  }
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_image {
    margin-bottom: 1.66667vw;
  }
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_image img {
    height: 27.83333vw;
  }
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_image p {
    font-size: 3vw;
  }
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_col:first-of-type {
    margin-bottom: 12.83333vw;
  }
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_col:first-of-type p {
    font-size: 2.66667vw;
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
  }
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_col:nth-child(2) .st_conheca-table_items p {
    padding-right: 9.5vw;
    padding-left: 9.5vw;
  }
  .st_conheca .st_conheca-table_wrapper p {
    height: 7vw;
    padding: 2.08333vw 0;
    font-size: 3vw;
  }
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_button {
    margin-top: 5vw;
  }
}

@media (max-width: 426px) {
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_col:first-of-type {
    margin-bottom: 14.1933333vw;
  }
}

@media (max-width: 376px) {
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_col:first-of-type {
    margin-bottom: 14.83333vw;
  }
}

@media (max-width: 321px) {
  .st_conheca .st_conheca-table_wrapper .st_conheca-table_col:first-of-type {
    margin-bottom: 15.73333vw;
  }
}
</pre></body></html>