/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url([object Module]) center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url([object Module]);
  src: url([object Module]?#iefix) format('embedded-opentype'), url([object Module]) format('woff'), url([object Module]) format('truetype'), url([object Module]#slick) format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* You can add global styles to this file, and also import other style files */
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;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
/* 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;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url([object Module]) format('woff2'),  url([object Module]) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url([object Module]) format('woff2'),  url([object Module]) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url([object Module]) format('woff2'),  url([object Module]) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
* {
  box-sizing: border-box;
}
header {
  padding: 40px 0 60px;
  background-size: cover!important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #666666;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  min-height: 315px;
}
@media only screen and (min-width: 768px) {
  header {
    min-height: 350px;
  }
}
header:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
}
.shared {
  position: absolute;
  top: 20px;
  right: 20px;
}
.shared i {
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.32);
  color: #fff;
  font-size: 23px;
}
.shared .btn-share-mobile {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .shared .btn-share-desktop,
  .shared .content-shared {
    display: none !important;
  }
  .shared .btn-share-mobile {
    display: block;
  }
}
.content-shared {
  position: absolute;
  right: 0px;
  top: -11px;
  padding-top: 40px;
  border-radius: 5px;
  height: auto;
  width: auto;
  display: none;
}
.content-shared > div {
  background: #fff;
  padding: 10px 8px;
  border-radius: 5px;
}
.content-shared i {
  padding: 5px;
}
.content-shared .fa-whatsapp {
  color: #3EE05B;
  font-size: 24px;
  text-shadow: none;
}
.content-shared .fa-facebook {
  font-size: 22px;
  color: #1874EC;
  text-shadow: none;
}
.shared:hover .content-shared {
  display: block;
}
.logo-container {
  width: 100%;
  float: left;
}
.logo {
  width: 100px;
  height: 100px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: auto;
  padding: 10px;
  position: relative;
  border-radius: 100%;
}
.logo.logo-fake {
  background-image: url(/assets/images/profile.svg);
  background-size: cover;
  background-position: center;
}
.name {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 26px;
  margin-top: 15px;
  float: left;
  width: 100%;
}
.name p {
  font-size: 16px;
  font-weight: normal;
  margin-top: -25px;
  opacity: 0.7;
}
/* CONTEUDO */
.main-content {
  position: relative;
  background: #FDFDFD;
  border-radius: 30px;
  margin-top: -30px;
  z-index: 2;
  float: left;
  width: 100%;
  padding: 30px 20px 20px 20px;
  min-height: 100%;
}
.links {
  width: 100%;
  float: left;
  position: relative;
}
.botton {
  width: 100%;
  min-height: 72px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  float: left;
  padding: 17px 30px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  position: relative;
  display: flex;
}
.botton .icone {
  width: 30px;
  min-height: 30px;
  float: left;
  font-size: 35px;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 30px;
  display: flex;
}
.botton .icone img {
  width: 35px;
}
.botton .icone.btn-full {
  width: calc(100% - 70px);
}
.botton .icone.btn-full img {
  max-width: 60%;
  width: auto;
  max-height: 40px;
}
.botton .icone.btn-full + .name-bottom {
  display: none;
}
.botton .icone.linktype_URL + .name-bottom {
  margin-top: 12px;
}
.botton .icone.linktype_URL + .name-bottom span {
  display: none;
}
.name-bottom {
  width: calc(100% - 50px);
  float: right;
  padding-left: 30px;
  margin: auto;
}
.name-bottom strong {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  display: block;
}
.name-bottom span {
  font-weight: 300;
  margin-top: 3px;
  display: block;
  height: 20px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
}
.ic-01 {
  color: #5FB709;
}
.ic-02 {
  color: #EA523D;
}
.rating-header {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.rating-progress {
  height: 30px;
  width: 131px;
  margin: auto;
  position: relative;
}
.rating-progress > div {
  height: 21px;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
}
.rating-complete {
  background: url(/assets/images/star.png);
  width: 50%;
  background-size: auto 200%;
  background-position: 0px 0px;
}
.rating-complete.rating-00 {
  width: 0% !important;
}
.rating-complete.rating-01 {
  width: 20% !important;
}
.rating-complete.rating-02 {
  width: 40% !important;
}
.rating-complete.rating-03 {
  width: 60% !important;
}
.rating-complete.rating-04 {
  width: 80% !important;
}
.rating-complete.rating-05 {
  width: 100% !important;
}
.rating-out {
  background: url(/assets/images/star.png);
  background-size: auto 200%;
  background-position: 0px 100%;
  z-index: 10;
}
.rating-list {
  float: left;
  width: 100%;
}
.rating-item,
.rating-action {
  background: #F5F5F5;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 30px 20px;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.rating-item .name-user,
.rating-action .name-user {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 155.7%;
  margin-bottom: 10px;
}
.content-rating .rating-progress {
  margin: 0px;
  zoom: 0.7;
}
.rating-progress .rating-complete {
  opacity: 1;
  transition: all linear 0.2s;
  z-index: 9;
}
.rating-progress:hover .rating-complete {
  opacity: 0.5;
}
.rating-out a,
.rating-complete a {
  display: block;
  float: left;
  width: 20%;
  margin: 0px;
  height: 100%;
}
.rating-action {
  margin-bottom: 30px;
  background: none;
  padding: 0px;
}
.rating-action strong {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  display: block;
  margin-bottom: 20px;
}
.rating-action .rating-complete {
  width: 0% !important;
}
.email-invalid {
  color: #cf0303;
  width: 100%;
  padding: 5px 10px;
  margin-top: -13px;
  border: 1px solid #cf0303;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
.email-invalid:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid red;
  background: #de5252;
  display: block;
  position: absolute;
  top: -5px;
  left: 13px;
  z-index: -1;
  transform: rotate(45deg);
}
.ng-valid + .email-invalid {
  display: none;
}
.rating-progress + span {
  color: #df0000;
  text-align: center;
  display: block;
}
a.btn-avalie {
  border: 1px solid #ffc700;
  padding: 15px 20px;
  border-radius: 5px;
  color: #ffc700;
  text-decoration: none;
  margin: auto;
  display: block;
  text-align: center;
  background: #fff;
  font-size: 18px;
  width: 250px;
}
a.btn-avalie .fa {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  a.btn-avalie {
    width: 100%;
  }
}
.rp-none {
  display: none;
}
h2.title-about {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 20px;
}
.description {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px ;
  color: #666666;
  white-space: pre-wrap;
}
.description a {
  text-decoration: none;
  color: #3f3fad;
}
.description ul {
  list-style: disc;
  padding: 0 0 0 15px;
  margin-bottom: 10px;
}
.description ul li.ql-indent-1 {
  margin-left: 15px;
  list-style: circle;
  margin-bottom: 10px;
}
.description ol {
  list-style: decimal;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}
.description p {
  margin-bottom: 0px;
}
.description strong {
  font-weight: bold;
}
.description em {
  font-style: italic;
}
.ql-align-justify {
  text-align: justify;
}
.ql-align-center {
  text-align: center;
}
.ql-align-right {
  text-align: right;
}
.ql-align-left {
  text-align: left;
}
/* Green */
.fc-green-1 {
  color: #26CD64;
}
.fc-green-2 {
  color: #4caf50;
}
/* Blue */
.fc-blue-1 {
  color: #0075EF;
}
.fc-blue-2 {
  color: #003366;
}
.fc-blue-3 {
  color: #004080;
}
.fc-blue-4 {
  color: #0059B3;
}
.fc-blue-5 {
  color: #0066CC;
}
/* Red */
.fc-red-1 {
  color: #F4000F;
}
.fc-red-2 {
  color: #C21808;
}
.fc-red-3 {
  color: #AF1607;
}
.fc-red-4 {
  color: #9B1306;
}
.fc-red-5 {
  color: #881106;
}
/* Purple */
.fc-purple-1 {
  color: #3C1361;
}
.fc-purple-2 {
  color: #52307C;
}
.fc-purple-3 {
  color: #663A82;
}
.fc-purple-4 {
  color: #7C5295;
}
.fc-purple-5 {
  color: #7C007C;
}
.item-product-service h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 0px;
}
#product,
#service {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 20px;
}
.price-product-service {
  color: #333;
  font-size: 14px;
  padding-top: 8px;
}
.description-product-service {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  display: block;
  white-space: pre-wrap;
  position: relative;
}
.description-product-service ul {
  list-style: disc;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}
.description-product-service ol {
  list-style: decimal;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}
.description-product-service p {
  margin-bottom: 0px;
}
.description-product-service strong {
  font-weight: bold;
}
.description-product-service em {
  font-style: italic;
}
.list-products-service {
  float: left;
  width: 100%;
  margin-top: -20px;
}
.item-product-service {
  border-bottom: 1px dashed #e9e9e9;
  padding: 20px 0px;
  display: flex;
}
.item-product-service:nth-last-child(1) {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.item-product-service ul {
  padding-left: 15px;
}
.item-product-service .thumb-product {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  display: block;
  border-radius: 5px;
  background-size: cover !important;
  background-position: center !important;
}
.item-product-service .content-product {
  width: 100%;
}
.item-product-service .thumb-product + .content-product {
  width: calc(100% - 120px);
  position: relative;
}
.item-product-service .thumb-product + .content-product .description-product-service {
  height: 40px;
  display: -webkit-box;
  _-webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-product-service .thumb-product + .content-product:after {
  content: "\203A";
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  color: #fff;
  right: 0px;
  transform: translate(20px, -50%);
  font-size: 22px;
  line-height: 17px;
}
.product-open {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 750px;
  background: #fff;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: all linear 0.2s;
  left: -100%;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .product-open {
    max-width: 700px;
  }
}
.product-open .description {
  font-size: 16px;
  color: #444;
  font-weight: 300;
  padding-bottom: 30px;
  word-wrap: break-word;
}
.product-open .pp_content {
  height: 100%;
  float: left;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  margin-top: 0px;
}
.product-open .pp_content::-webkit-scrollbar {
  width: 6px;
  margin-right: 10px;
  background-color: transparent;
}
.product-open .pp_content::-webkit-scrollbar-thumb {
  background-color: rgb(41 41 41);
  border-radius: 10px;
}
.product-open .pp_content::-webkit-scrollbar-track {
  background-color: transparent;
}
.product-open.active {
  left: 50%;
  transform: translate(-50%, 0);
}
.product-open .fechar-product {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25), -1px 2px 6px rgba(0, 0, 0, 0.18);
}
.product-open .content-product-open {
  padding: 20px 20px 0px 20px;
}
.product-open .content-product-open .price-item {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}
.product-open .content-product-open .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
.product-open .content-ct-wta {
  position: sticky;
  bottom: 0px;
  background: #fff;
  width: 100%;
  padding: 20px;
  z-index: 20;
}
.product-open .content-ct-wta .cta-wta {
  background: #34af23;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.product-open .content-ct-wta .cta-wta i {
  margin-right: 10px;
  color: #fff;
}
.product-open figure {
  width: 100%;
  min-height: 100px;
  background: #e8e8e8;
  text-align: center;
  position: relative;
}
.product-open figure div {
  background-size: cover;
  background-position: center;
}
.product-open figure img {
  width: auto;
  max-width: 100%;
  max-height: 400px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .product-open figure img {
    max-width: 100vw;
    max-height: 100vw;
  }
}
.item-slide {
  display: flex;
  overflow: hidden;
}
.item-slide img {
  margin: auto;
}
figure ul.slick-dots {
  display: flex !important;
  width: 100% !important;
}
figure ul.slick-dots {
  bottom: -2px !important;
}
figure ul.slick-dots li:nth-child(1) {
  margin-left: 0px !important;
}
figure ul.slick-dots li:nth-last-child(1) {
  margin-right: 0px !important;
}
figure .slick-dots li {
  /* background:red; */
  display: block !important;
  width: 100% !important;
  height: 5px !important;
  margin: 0px 2px !important;
}
figure .slick-dots li button:before {
  display: none !important;
}
figure .slick-dots li button {
  width: 100% ;
  background: #000 !important;
  height: 100% !important;
  padding: 0px !important;
  opacity: 0.3;
}
figure .slick-dots .slick-active button {
  opacity: 0.7;
}
.header-product {
  position: sticky;
  top: 0px;
  height: 50px;
  background: #fff;
  width: 100%;
  z-index: 9;
  padding: 10px 20px;
  display: flex;
  border-bottom: 1px solid #ededed;
}
.header-product .logo-interna {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.header-product .name-business {
  margin: auto 10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 80px);
}
.header-product .fechar-product {
  box-shadow: none;
  text-shadow: none;
  color: #333;
}
.title-s-i {
  text-transform: uppercase;
  margin: auto;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  opacity: 0.5;
}
.bg-s-i {
  height: 200px;
  display: flex;
}
.bg-s-i:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: black;
  opacity: 0.4;
}
@keyframes mostrarDiv {
  from {
    display: flex;
    opacity: 0;
  }
  to {
    display: flex;
    opacity: 1;
  }
}
.active-item {
  display: flex;
  animation: mostrarDiv 0.5s ease forwards;
}
.inactive-item {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
a.thumb-product {
  position: relative;
  overflow: hidden;
  display: block;
}
a.thumb-product img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* faz preencher o espaço como background-size: cover */
  z-index: 0;
}
.tabs-dp {
  padding-right: 0px;
  position: relative;
  width: 100%;
  float: left;
  margin-top: -10px;
  margin-bottom: 40px;
}
.tabs-dp:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 20px;
}
.tabs-dp .group-tabs {
  width: 100%;
  float: left;
  overflow-x: auto;
  white-space: nowrap;
  padding-right: 20px;
  text-align: center;
  padding-bottom: 3px;
}
@media only screen and (min-width: 768px) {
  .tabs-dp .group-tabs::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background-color: transparent;
  }
  .tabs-dp .group-tabs::-webkit-scrollbar-thumb {
    background-color: rgb(214 214 214);
    border-radius: 10px;
    height: 2px;
  }
  .tabs-dp .group-tabs::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
.tabs-dp .group-tabs .tab {
  border-bottom: 2px solid #e5e5e5;
  display: inline-block;
}
.tabs-dp .group-tabs .tab.active {
  border-bottom: 2px solid #000000;
}
.tabs-dp .group-tabs .tab.active a {
  color: #000000;
}
.tabs-dp .group-tabs .tab a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #686868;
  outline: none;
}
.tabs-dp .group-tabs .tab a svg,
.tabs-dp .group-tabs .tab a i {
  margin-right: 10px;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
/* TABS */
.theme-1 .tabs-dp .tab.active,
.theme-1 .btn-avaliacao-fechar,
.theme-1 .search-content,
.theme-1 .btn-search,
.theme-1 input,
.theme-1 textarea {
  border-color: #e74c3c;
}
.theme-1 .tabs-dp .tab.active a,
.theme-1 .btn-avaliacao-fechar a,
.theme-1 .search-content a,
.theme-1 .btn-search a,
.theme-1 input a,
.theme-1 textarea a {
  color: #e74c3c;
}
.theme-2 .tabs-dp .tab.active,
.theme-2 .btn-avaliacao-fechar,
.theme-2 .search-content,
.theme-2 .btn-search,
.theme-2 input,
.theme-2 textarea {
  border-color: #ff3f34;
}
.theme-2 .tabs-dp .tab.active a,
.theme-2 .btn-avaliacao-fechar a,
.theme-2 .search-content a,
.theme-2 .btn-search a,
.theme-2 input a,
.theme-2 textarea a {
  color: #ff3f34;
}
.theme-3 .tabs-dp .tab.active,
.theme-3 .btn-avaliacao-fechar,
.theme-3 .search-content,
.theme-3 .btn-search,
.theme-3 input,
.theme-3 textarea {
  border-color: #f53b57;
}
.theme-3 .tabs-dp .tab.active a,
.theme-3 .btn-avaliacao-fechar a,
.theme-3 .search-content a,
.theme-3 .btn-search a,
.theme-3 input a,
.theme-3 textarea a {
  color: #f53b57;
}
.theme-4 .tabs-dp .tab.active,
.theme-4 .btn-avaliacao-fechar,
.theme-4 .search-content,
.theme-4 .btn-search,
.theme-4 input,
.theme-4 textarea {
  border-color: #262a92;
}
.theme-4 .tabs-dp .tab.active a,
.theme-4 .btn-avaliacao-fechar a,
.theme-4 .search-content a,
.theme-4 .btn-search a,
.theme-4 input a,
.theme-4 textarea a {
  color: #262a92;
}
.theme-5 .tabs-dp .tab.active,
.theme-5 .btn-avaliacao-fechar,
.theme-5 .search-content,
.theme-5 .btn-search,
.theme-5 input,
.theme-5 textarea {
  border-color: #3d59e3;
}
.theme-5 .tabs-dp .tab.active a,
.theme-5 .btn-avaliacao-fechar a,
.theme-5 .search-content a,
.theme-5 .btn-search a,
.theme-5 input a,
.theme-5 textarea a {
  color: #3d59e3;
}
.theme-6 .tabs-dp .tab.active,
.theme-6 .btn-avaliacao-fechar,
.theme-6 .search-content,
.theme-6 .btn-search,
.theme-6 input,
.theme-6 textarea {
  border-color: #0089ff;
}
.theme-6 .tabs-dp .tab.active a,
.theme-6 .btn-avaliacao-fechar a,
.theme-6 .search-content a,
.theme-6 .btn-search a,
.theme-6 input a,
.theme-6 textarea a {
  color: #0089ff;
}
.theme-7 .tabs-dp .tab.active,
.theme-7 .btn-avaliacao-fechar,
.theme-7 .search-content,
.theme-7 .btn-search,
.theme-7 input,
.theme-7 textarea {
  border-color: #14920c;
}
.theme-7 .tabs-dp .tab.active a,
.theme-7 .btn-avaliacao-fechar a,
.theme-7 .search-content a,
.theme-7 .btn-search a,
.theme-7 input a,
.theme-7 textarea a {
  color: #14920c;
}
.theme-8 .tabs-dp .tab.active,
.theme-8 .btn-avaliacao-fechar,
.theme-8 .search-content,
.theme-8 .btn-search,
.theme-8 input,
.theme-8 textarea {
  border-color: #27ae60;
}
.theme-8 .tabs-dp .tab.active a,
.theme-8 .btn-avaliacao-fechar a,
.theme-8 .search-content a,
.theme-8 .btn-search a,
.theme-8 input a,
.theme-8 textarea a {
  color: #27ae60;
}
.theme-9 .tabs-dp .tab.active,
.theme-9 .btn-avaliacao-fechar,
.theme-9 .search-content,
.theme-9 .btn-search,
.theme-9 input,
.theme-9 textarea {
  border-color: #1abc9c;
}
.theme-9 .tabs-dp .tab.active a,
.theme-9 .btn-avaliacao-fechar a,
.theme-9 .search-content a,
.theme-9 .btn-search a,
.theme-9 input a,
.theme-9 textarea a {
  color: #1abc9c;
}
.theme-10 .tabs-dp .tab.active,
.theme-10 .btn-avaliacao-fechar,
.theme-10 .search-content,
.theme-10 .btn-search,
.theme-10 input,
.theme-10 textarea {
  border-color: #48005C;
}
.theme-10 .tabs-dp .tab.active a,
.theme-10 .btn-avaliacao-fechar a,
.theme-10 .search-content a,
.theme-10 .btn-search a,
.theme-10 input a,
.theme-10 textarea a {
  color: #48005C;
}
.theme-11 .tabs-dp .tab.active,
.theme-11 .btn-avaliacao-fechar,
.theme-11 .search-content,
.theme-11 .btn-search,
.theme-11 input,
.theme-11 textarea {
  border-color: #8e44ad;
}
.theme-11 .tabs-dp .tab.active a,
.theme-11 .btn-avaliacao-fechar a,
.theme-11 .search-content a,
.theme-11 .btn-search a,
.theme-11 input a,
.theme-11 textarea a {
  color: #8e44ad;
}
.theme-12 .tabs-dp .tab.active,
.theme-12 .btn-avaliacao-fechar,
.theme-12 .search-content,
.theme-12 .btn-search,
.theme-12 input,
.theme-12 textarea {
  border-color: #8e44ad;
}
.theme-12 .tabs-dp .tab.active a,
.theme-12 .btn-avaliacao-fechar a,
.theme-12 .search-content a,
.theme-12 .btn-search a,
.theme-12 input a,
.theme-12 textarea a {
  color: #8e44ad;
}
.theme-13 .tabs-dp .tab.active,
.theme-13 .btn-avaliacao-fechar,
.theme-13 .search-content,
.theme-13 .btn-search,
.theme-13 input,
.theme-13 textarea {
  border-color: #5d4037;
}
.theme-13 .tabs-dp .tab.active a,
.theme-13 .btn-avaliacao-fechar a,
.theme-13 .search-content a,
.theme-13 .btn-search a,
.theme-13 input a,
.theme-13 textarea a {
  color: #5d4037;
}
.theme-14 .tabs-dp .tab.active,
.theme-14 .btn-avaliacao-fechar,
.theme-14 .search-content,
.theme-14 .btn-search,
.theme-14 input,
.theme-14 textarea {
  border-color: #f39c12;
}
.theme-14 .tabs-dp .tab.active a,
.theme-14 .btn-avaliacao-fechar a,
.theme-14 .search-content a,
.theme-14 .btn-search a,
.theme-14 input a,
.theme-14 textarea a {
  color: #f39c12;
}
.theme-15 .tabs-dp .tab.active,
.theme-15 .btn-avaliacao-fechar,
.theme-15 .search-content,
.theme-15 .btn-search,
.theme-15 input,
.theme-15 textarea {
  border-color: #f1c40f;
}
.theme-15 .tabs-dp .tab.active a,
.theme-15 .btn-avaliacao-fechar a,
.theme-15 .search-content a,
.theme-15 .btn-search a,
.theme-15 input a,
.theme-15 textarea a {
  color: #f1c40f;
}
.theme-16 .tabs-dp .tab.active,
.theme-16 .btn-avaliacao-fechar,
.theme-16 .search-content,
.theme-16 .btn-search,
.theme-16 input,
.theme-16 textarea {
  border-color: #b80053;
}
.theme-16 .tabs-dp .tab.active a,
.theme-16 .btn-avaliacao-fechar a,
.theme-16 .search-content a,
.theme-16 .btn-search a,
.theme-16 input a,
.theme-16 textarea a {
  color: #b80053;
}
.theme-17 .tabs-dp .tab.active,
.theme-17 .btn-avaliacao-fechar,
.theme-17 .search-content,
.theme-17 .btn-search,
.theme-17 input,
.theme-17 textarea {
  border-color: #F21277;
}
.theme-17 .tabs-dp .tab.active a,
.theme-17 .btn-avaliacao-fechar a,
.theme-17 .search-content a,
.theme-17 .btn-search a,
.theme-17 input a,
.theme-17 textarea a {
  color: #F21277;
}
.theme-18 .tabs-dp .tab.active,
.theme-18 .btn-avaliacao-fechar,
.theme-18 .search-content,
.theme-18 .btn-search,
.theme-18 input,
.theme-18 textarea {
  border-color: #fd67aa;
}
.theme-18 .tabs-dp .tab.active a,
.theme-18 .btn-avaliacao-fechar a,
.theme-18 .search-content a,
.theme-18 .btn-search a,
.theme-18 input a,
.theme-18 textarea a {
  color: #fd67aa;
}
.theme-19 .tabs-dp .tab.active,
.theme-19 .btn-avaliacao-fechar,
.theme-19 .search-content,
.theme-19 .btn-search,
.theme-19 input,
.theme-19 textarea {
  border-color: #2a2d2f;
}
.theme-19 .tabs-dp .tab.active a,
.theme-19 .btn-avaliacao-fechar a,
.theme-19 .search-content a,
.theme-19 .btn-search a,
.theme-19 input a,
.theme-19 textarea a {
  color: #2a2d2f;
}
.theme-20 .tabs-dp .tab.active,
.theme-20 .btn-avaliacao-fechar,
.theme-20 .search-content,
.theme-20 .btn-search,
.theme-20 input,
.theme-20 textarea {
  border-color: #3c464f;
}
.theme-20 .tabs-dp .tab.active a,
.theme-20 .btn-avaliacao-fechar a,
.theme-20 .search-content a,
.theme-20 .btn-search a,
.theme-20 input a,
.theme-20 textarea a {
  color: #3c464f;
}
.theme-21 .tabs-dp .tab.active,
.theme-21 .btn-avaliacao-fechar,
.theme-21 .search-content,
.theme-21 .btn-search,
.theme-21 input,
.theme-21 textarea {
  border-color: #485460;
}
.theme-21 .tabs-dp .tab.active a,
.theme-21 .btn-avaliacao-fechar a,
.theme-21 .search-content a,
.theme-21 .btn-search a,
.theme-21 input a,
.theme-21 textarea a {
  color: #485460;
}
.default-theme .content-product:after,
.default-theme header,
.default-theme .btn-avaliacao,
.default-theme .bg-s-i,
.default-theme .thumb-product,
.default-theme .tag-item,
.default-theme .tags::-webkit-scrollbar-thumb {
  background-color: #673AB7;
}
.theme-1 .content-product:after,
.theme-1 header,
.theme-1 .btn-avaliacao,
.theme-1 .bg-s-i,
.theme-1 .thumb-product,
.theme-1 .tag-item,
.theme-1 .tags::-webkit-scrollbar-thumb {
  background-color: #e74c3c;
}
.theme-2 .content-product:after,
.theme-2 header,
.theme-2 .btn-avaliacao,
.theme-2 .bg-s-i,
.theme-2 .thumb-product,
.theme-2 .tag-item,
.theme-2 .tags::-webkit-scrollbar-thumb {
  background-color: #ff3f34;
}
.theme-3 .content-product:after,
.theme-3 header,
.theme-3 .btn-avaliacao,
.theme-3 .bg-s-i,
.theme-3 .thumb-product,
.theme-3 .tag-item,
.theme-3 .tags::-webkit-scrollbar-thumb {
  background-color: #f53b57;
}
.theme-4 .content-product:after,
.theme-4 header,
.theme-4 .btn-avaliacao,
.theme-4 .bg-s-i,
.theme-4 .thumb-product,
.theme-4 .tag-item,
.theme-4 .tags::-webkit-scrollbar-thumb {
  background-color: #262a92;
}
.theme-5 .content-product:after,
.theme-5 header,
.theme-5 .btn-avaliacao,
.theme-5 .bg-s-i,
.theme-5 .thumb-product,
.theme-5 .tag-item,
.theme-5 .tags::-webkit-scrollbar-thumb {
  background-color: #3d59e3;
}
.theme-6 .content-product:after,
.theme-6 header,
.theme-6 .btn-avaliacao,
.theme-6 .bg-s-i,
.theme-6 .thumb-product,
.theme-6 .tag-item,
.theme-6 .tags::-webkit-scrollbar-thumb {
  background-color: #0089ff;
}
.theme-7 .content-product:after,
.theme-7 header,
.theme-7 .btn-avaliacao,
.theme-7 .bg-s-i,
.theme-7 .thumb-product,
.theme-7 .tag-item,
.theme-7 .tags::-webkit-scrollbar-thumb {
  background-color: #14920c;
}
.theme-8 .content-product:after,
.theme-8 header,
.theme-8 .btn-avaliacao,
.theme-8 .bg-s-i,
.theme-8 .thumb-product,
.theme-8 .tag-item,
.theme-8 .tags::-webkit-scrollbar-thumb {
  background-color: #27ae60;
}
.theme-9 .content-product:after,
.theme-9 header,
.theme-9 .btn-avaliacao,
.theme-9 .bg-s-i,
.theme-9 .thumb-product,
.theme-9 .tag-item,
.theme-9 .tags::-webkit-scrollbar-thumb {
  background-color: #1abc9c;
}
.theme-10 .content-product:after,
.theme-10 header,
.theme-10 .btn-avaliacao,
.theme-10 .bg-s-i,
.theme-10 .thumb-product,
.theme-10 .tag-item,
.theme-10 .tags::-webkit-scrollbar-thumb {
  background-color: #48005C;
}
.theme-11 .content-product:after,
.theme-11 header,
.theme-11 .btn-avaliacao,
.theme-11 .bg-s-i,
.theme-11 .thumb-product,
.theme-11 .tag-item,
.theme-11 .tags::-webkit-scrollbar-thumb {
  background-color: #6A1B9A;
}
.theme-12 .content-product:after,
.theme-12 header,
.theme-12 .btn-avaliacao,
.theme-12 .bg-s-i,
.theme-12 .thumb-product,
.theme-12 .tag-item,
.theme-12 .tags::-webkit-scrollbar-thumb {
  background-color: #8e44ad;
}
.theme-13 .content-product:after,
.theme-13 header,
.theme-13 .btn-avaliacao,
.theme-13 .bg-s-i,
.theme-13 .thumb-product,
.theme-13 .tag-item,
.theme-13 .tags::-webkit-scrollbar-thumb {
  background-color: #5d4037;
}
.theme-14 .content-product:after,
.theme-14 header,
.theme-14 .btn-avaliacao,
.theme-14 .bg-s-i,
.theme-14 .thumb-product,
.theme-14 .tag-item,
.theme-14 .tags::-webkit-scrollbar-thumb {
  background-color: #f39c12;
}
.theme-15 .content-product:after,
.theme-15 header,
.theme-15 .btn-avaliacao,
.theme-15 .bg-s-i,
.theme-15 .thumb-product,
.theme-15 .tag-item,
.theme-15 .tags::-webkit-scrollbar-thumb {
  background-color: #f1c40f;
}
.theme-16 .content-product:after,
.theme-16 header,
.theme-16 .btn-avaliacao,
.theme-16 .bg-s-i,
.theme-16 .thumb-product,
.theme-16 .tag-item,
.theme-16 .tags::-webkit-scrollbar-thumb {
  background-color: #b80053;
}
.theme-17 .content-product:after,
.theme-17 header,
.theme-17 .btn-avaliacao,
.theme-17 .bg-s-i,
.theme-17 .thumb-product,
.theme-17 .tag-item,
.theme-17 .tags::-webkit-scrollbar-thumb {
  background-color: #F21277;
}
.theme-18 .content-product:after,
.theme-18 header,
.theme-18 .btn-avaliacao,
.theme-18 .bg-s-i,
.theme-18 .thumb-product,
.theme-18 .tag-item,
.theme-18 .tags::-webkit-scrollbar-thumb {
  background-color: #fd67aa;
}
.theme-19 .content-product:after,
.theme-19 header,
.theme-19 .btn-avaliacao,
.theme-19 .bg-s-i,
.theme-19 .thumb-product,
.theme-19 .tag-item,
.theme-19 .tags::-webkit-scrollbar-thumb {
  background-color: #2a2d2f;
}
.theme-20 .content-product:after,
.theme-20 header,
.theme-20 .btn-avaliacao,
.theme-20 .bg-s-i,
.theme-20 .thumb-product,
.theme-20 .tag-item,
.theme-20 .tags::-webkit-scrollbar-thumb {
  background-color: #3c464f;
}
.theme-21 .content-product:after,
.theme-21 header,
.theme-21 .btn-avaliacao,
.theme-21 .bg-s-i,
.theme-21 .thumb-product,
.theme-21 .tag-item,
.theme-21 .tags::-webkit-scrollbar-thumb {
  background-color: #485460;
}
.theme-1 .item-product-service h3,
.theme-1 .btn-avaliacao-fechar,
.theme-1 .btn-back-search,
.theme-1 .btn-send-search,
.theme-1 .btn-search {
  color: #e74c3c;
}
.theme-2 .item-product-service h3,
.theme-2 .btn-avaliacao-fechar,
.theme-2 .btn-back-search,
.theme-2 .btn-send-search,
.theme-2 .btn-search {
  color: #ff3f34;
}
.theme-3 .item-product-service h3,
.theme-3 .btn-avaliacao-fechar,
.theme-3 .btn-back-search,
.theme-3 .btn-send-search,
.theme-3 .btn-search {
  color: #f53b57;
}
.theme-4 .item-product-service h3,
.theme-4 .btn-avaliacao-fechar,
.theme-4 .btn-back-search,
.theme-4 .btn-send-search,
.theme-4 .btn-search {
  color: #262a92;
}
.theme-5 .item-product-service h3,
.theme-5 .btn-avaliacao-fechar,
.theme-5 .btn-back-search,
.theme-5 .btn-send-search,
.theme-5 .btn-search {
  color: #3d59e3;
}
.theme-6 .item-product-service h3,
.theme-6 .btn-avaliacao-fechar,
.theme-6 .btn-back-search,
.theme-6 .btn-send-search,
.theme-6 .btn-search {
  color: #0089ff;
}
.theme-7 .item-product-service h3,
.theme-7 .btn-avaliacao-fechar,
.theme-7 .btn-back-search,
.theme-7 .btn-send-search,
.theme-7 .btn-search {
  color: #14920c;
}
.theme-8 .item-product-service h3,
.theme-8 .btn-avaliacao-fechar,
.theme-8 .btn-back-search,
.theme-8 .btn-send-search,
.theme-8 .btn-search {
  color: #27ae60;
}
.theme-9 .item-product-service h3,
.theme-9 .btn-avaliacao-fechar,
.theme-9 .btn-back-search,
.theme-9 .btn-send-search,
.theme-9 .btn-search {
  color: #1abc9c;
}
.theme-10 .item-product-service h3,
.theme-10 .btn-avaliacao-fechar,
.theme-10 .btn-back-search,
.theme-10 .btn-send-search,
.theme-10 .btn-search {
  color: #48005C;
}
.theme-11 .item-product-service h3,
.theme-11 .btn-avaliacao-fechar,
.theme-11 .btn-back-search,
.theme-11 .btn-send-search,
.theme-11 .btn-search {
  color: #6A1B9A;
}
.theme-12 .item-product-service h3,
.theme-12 .btn-avaliacao-fechar,
.theme-12 .btn-back-search,
.theme-12 .btn-send-search,
.theme-12 .btn-search {
  color: #8e44ad;
}
.theme-13 .item-product-service h3,
.theme-13 .btn-avaliacao-fechar,
.theme-13 .btn-back-search,
.theme-13 .btn-send-search,
.theme-13 .btn-search {
  color: #5d4037;
}
.theme-14 .item-product-service h3,
.theme-14 .btn-avaliacao-fechar,
.theme-14 .btn-back-search,
.theme-14 .btn-send-search,
.theme-14 .btn-search {
  color: #f39c12;
}
.theme-15 .item-product-service h3,
.theme-15 .btn-avaliacao-fechar,
.theme-15 .btn-back-search,
.theme-15 .btn-send-search,
.theme-15 .btn-search {
  color: #f1c40f;
}
.theme-16 .item-product-service h3,
.theme-16 .btn-avaliacao-fechar,
.theme-16 .btn-back-search,
.theme-16 .btn-send-search,
.theme-16 .btn-search {
  color: #b80053;
}
.theme-17 .item-product-service h3,
.theme-17 .btn-avaliacao-fechar,
.theme-17 .btn-back-search,
.theme-17 .btn-send-search,
.theme-17 .btn-search {
  color: #F21277;
}
.theme-18 .item-product-service h3,
.theme-18 .btn-avaliacao-fechar,
.theme-18 .btn-back-search,
.theme-18 .btn-send-search,
.theme-18 .btn-search {
  color: #fd67aa;
}
.theme-19 .item-product-service h3,
.theme-19 .btn-avaliacao-fechar,
.theme-19 .btn-back-search,
.theme-19 .btn-send-search,
.theme-19 .btn-search {
  color: #2a2d2f;
}
.theme-20 .item-product-service h3,
.theme-20 .btn-avaliacao-fechar,
.theme-20 .btn-back-search,
.theme-20 .btn-send-search,
.theme-20 .btn-search {
  color: #3c464f;
}
.theme-21 .item-product-service h3,
.theme-21 .btn-avaliacao-fechar,
.theme-21 .btn-back-search,
.theme-21 .btn-send-search,
.theme-21 .btn-search {
  color: #485460;
}
.dark-mode.global-main {
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .dark-mode.global-main {
    background-color: #121212 !important;
  }
}
.dark-mode .main-content,
.dark-mode .main {
  background-color: #121212 !important;
}
.dark-mode .botton {
  background-color: #1E1E1E;
  color: #ECECEC;
  border: 1px solid #1e1e1e;
}
.dark-mode .tabs-dp .group-tabs .tab {
  border-bottom: 2px solid #1E1E1E;
}
.dark-mode .tabs-dp .group-tabs .tab.active {
  border-bottom: 2px solid #383838;
}
.dark-mode .tabs-dp .group-tabs .tab.active a {
  color: #ECECEC;
}
.dark-mode h2.title-about {
  color: #ECECEC;
}
.dark-mode .rating-action a {
  background-color: #1E1E1E;
  border: 0px;
}
.dark-mode .rating-item {
  background: #1E1E1E;
}
.dark-mode .rating-item .name-user {
  color: #ECECEC;
}
.dark-mode .item-product-service {
  border-bottom: 1px dashed #383838;
}
.dark-mode .item-product-service:nth-last-child(1) {
  border: 0px;
}
.dark-mode .price-product-service {
  color: #ECECEC;
}
.dark-mode .product-open,
.dark-mode .product-open .content-ct-wta {
  background-color: #121212;
}
.dark-mode .product-open .title,
.dark-mode .product-open .content-ct-wta .title {
  color: #ECECEC;
}
.dark-mode .product-open .price-item,
.dark-mode .product-open .content-ct-wta .price-item {
  color: #ECECEC;
  opacity: 0.6;
}
.dark-mode .theme-19 h3 {
  color: #ECECEC;
}
@media only screen and (max-width: 768px) {
  .dark-mode .main-content {
    border-radius: 30px 30px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .dark-mode .theme-19 + .signature {
    background-color: #121212 !important;
    height: 55px;
  }
}
.dark-mode .item-product-service h3 {
  color: #fff !important;
}
.dark-mode .product-open .description {
  color: #999;
}
.dark-mode .product-open .description strong {
  color: #bebebe;
}
.dark-mode .product-open figure {
  background-color: #000;
}
.dark-mode .lista-galeria .col-galeria .imagem-galeria {
  background-color: #121212 !important;
  border: 1px solid #1e1e1e;
}
.dark-mode .header-product {
  background: #000;
  border-bottom: 1px solid #333;
  color: #ccc;
}
.dark-mode .header-product .fechar-product {
  color: #ccc;
}
.dark-mode .search-content {
  background-color: #181818;
}
.dark-mode .search-content input {
  color: #fff;
}
.dark-mode .search-content.focusout {
  border-color: #333;
  background: #333;
}
.dark-mode .details-album h1 {
  color: #fff;
}
.dark-mode .list-album .item-album legend {
  color: #bbb;
}
.dark-mode .nav_albuns_head a {
  color: #bbb;
}
.dark-mode .popup-list-albuns {
  background: #252525;
}
.dark-mode .item-popup-list-albuns {
  color: #bbb;
}
.dark-mode .header-pla a.fpla,
.dark-mode .header-pla {
  color: #bbb;
}
.dialog-overlay {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.dialog-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  background: rgba(0, 0, 0, 0.32);
}
.dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  padding: 24px;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: auto;
  outline: 0;
  width: 500px;
  height: 450px;
  margin: auto;
  margin-top: 10%;
  min-height: inherit;
  max-height: inherit;
  max-width: 90%;
  transition: all linear 0.2s;
  transform: scale(0.5);
  z-index: 1005;
  position: relative;
  opacity: 0;
  pointer-events: none;
  max-height: 80%;
}
.dialog-active .dialog-shadow {
  opacity: 1;
  pointer-events: auto;
}
.dialog-active .dialog-container {
  display: block;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.dialog-container h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  margin-top: 10px;
}
.dialog-container h1 strong {
  font-weight: bold;
}
input,
textarea {
  border: none;
  border-bottom: 1px solid #333;
  padding: 10px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
}
.content-actions {
  display: flex;
  width: 100%;
}
.btn-avaliacao,
.btn-avaliacao-fechar {
  min-width: 150px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .btn-avaliacao,
  .btn-avaliacao-fechar {
    min-width: 140px;
    font-size: 14px;
  }
}
.btn-avaliacao {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  margin-right: 5px;
  margin-left: auto;
}
.btn-avaliacao-fechar {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-left: 5px;
  margin-right: auto;
  color: #333;
  border: 1px solid #333;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
body,
html {
  height: 100%;
}
.cursor {
  cursor: pointer;
}
.global-main {
  background: #f2f2f2;
  font-family: 'Roboto', sans-serif;
  min-height: 100%;
  width: 100%;
  float: left;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .global-main {
    background: #fff;
  }
}
.global-main .global-content {
  max-width: 750px;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .global-main .global-content {
    max-width: 700px;
  }
}
#__next {
  min-height: 100%;
  height: 100%;
  float: left;
  width: 100%;
}
.signature {
  width: 100%;
  text-align: center;
  height: 60px;
  display: flex;
  padding-top: 40px;
}
.signature a {
  text-decoration: none;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .signature {
    height: 50px;
  }
}
.main {
  background: #efefef;
  background: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 750px;
  width: 100%;
  margin: auto;
  min-height: calc(100vh - 70px);
  opacity: 0;
  transition: all linear 0.5s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main {
    background: #fff;
    min-height: calc(100vh - 50px);
  }
}
.main.ready {
  opacity: 1;
}
.top-hidden .name,
.top-hidden .logo-container,
.top-hidden .rating-header,
.top-hidden header:before {
  opacity: 0;
  pointer-events: none;
}
.top-hidden header {
  min-height: 315px;
}
p:empty {
  height: 22px;
}
.lista-galeria {
  margin-left: -7px;
  margin-right: -7px;
  height: 10px;
}
.lista-galeria .col-galeria {
  width: 33.333%;
  padding: 0px 7px 14px 7px;
  float: left;
}
.lista-galeria .col-galeria .imagem-galeria {
  width: 100%;
  height: 0px;
  padding-top: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-size: cover!important;
  background-position: center!important;
  background-color: #f7f7f7 !important;
  border: 1px solid #f7f7f7;
}
.yarl__button {
  color: #858585;
  text-shadow: none;
  filter: none;
}
.yarl__slide {
  padding: 0;
}
.nav_albuns_head {
  margin-bottom: 20px;
  margin-top: -10px;
  display: flex;
}
.nav_albuns_head .links-albuns {
  margin-left: -10px;
  margin-top: 10px;
}
.nav_albuns_head .links-albuns div {
  background: #fff;
  border: 1px solid #777;
  display: inline-block;
  margin: 5px 5px;
  padding: 10px 10px;
  border-radius: 5px;
  color: #777;
  position: relative;
  z-index: 2;
}
.nav_albuns_head a {
  text-decoration: none;
  background: #a9a9a91f;
  padding: 5px 10px;
  border-radius: 4px;
  color: #333;
  margin-right: 20px;
}
.nav_albuns_head a.link-open-albuns {
  margin-right: auto;
  margin-left: 0;
}
.back-link-album {
  text-decoration: none;
  background: #a9a9a91f;
  padding: 5px 10px;
  border-radius: 4px;
  color: #333;
}
.details-album h1 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.details-album .description-album {
  font-size: 16px;
  margin-bottom: 20px;
  color: #787878;
  line-height: 24px;
  max-height: 50px;
  overflow: hidden;
}
.popup-list-albuns {
  display: none;
  position: fixed;
  background: #fff;
  width: 320px;
  height: auto;
  box-shadow: 1px 1px 400px #000;
  border-radius: 20px;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 10px;
  max-height: 70vh;
  overflow-y: auto;
}
.popup-list-albuns.active {
  display: block;
}
.item-popup-list-albuns {
  color: #000;
  text-decoration: none;
  display: flex;
  margin-bottom: 20px;
}
.item-popup-list-albuns span {
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
.item-popup-list-albuns img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
  /* recorta e preenche sem distorcer */
  object-position: center;
}
.header-pla {
  position: sticky;
  display: flex;
  top: 0;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.header-pla a.fpla {
  margin: auto;
  margin-right: 0;
  font-size: 18px;
  color: #000;
}
.header-pla span {
  margin: auto 0;
  font-weight: bold;
}
.content-pla {
  height: 10%;
  width: 100%;
  float: left;
  max-height: calc(70vh - 100px);
  overflow-y: auto;
}
.list-album {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
  float: left;
}
.list-album .item-album {
  width: calc(50% - 20px);
  margin: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .list-album .item-album {
    width: calc(33.333% - 20px);
  }
}
.list-album .item-album figure {
  width: 100%;
  height: 0px;
  padding-top: 100%;
  background: #00000012;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.list-album .item-album figure img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.list-album .item-album legend {
  padding-top: 10px;
  font-size: 16px;
  color: #626262;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* número de linhas */
  overflow: hidden;
  line-height: 18px;
}
.content-tags {
  background: black_;
  padding-right: 0px;
  position: relative;
  width: calc(100% + 20px);
  float: left;
  margin-bottom: 30px;
  margin-right: -20px;
}
.btn-search + .content-tags {
  width: calc(100% - 25px);
}
.tags-acions {
  height: auto;
  float: left;
  width: 100%;
  margin-top: -10px;
}
.tags {
  width: 100%;
  float: left;
  overflow-x: auto;
  white-space: nowrap;
  padding-right: 20px;
}
.tags::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  border-radius: 10px;
  display: none;
}
.tags::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}
.tags::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .tags {
    padding-bottom: 10px;
  }
  .tags::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
  }
  .tags::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
  }
  .tags::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
}
.tag-item {
  background: #69008E;
  display: inline-block;
  padding: 10px 10px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  position: relative;
  max-width: 170px;
  overflow: hidden;
}
.tag-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  border-radius: 5px;
}
.tag-item.active:after {
  background: transparent;
  transition: all linear 0.2s;
  animation: preencherTag 0.5s ease forwards;
}
.tag-item:hover:after {
  background: rgba(255, 255, 255, 0.1);
}
@keyframes preencherTag {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
.inactive .content-tags {
  visibility: hidden;
  pointer-events: none;
}
.btn-search {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  color: #000;
  margin-right: 10px;
  float: left;
  text-align: center;
  border-radius: 5px;
  line-height: 35px;
  margin-bottom: 30px;
}
.search-content {
  display: none;
  top: 88px;
  height: 42px;
  width: calc(100% - 40px);
  border: 1px solid;
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.search-content.active {
  display: flex;
}
.search-content input {
  margin-bottom: 0px;
  border: none;
  background: none;
}
.search-content .btn-back-search,
.search-content .btn-send-search {
  display: block;
  width: 40px;
  text-align: center;
  line-height: 39px;
}
.search-content.focusout {
  background: #F5F5F5;
  border: 1px solid #AFAFAF;
}
.search-content.focusout .btn-back-search,
.search-content.focusout .btn-send-search {
  color: #AFAFAF;
}
.search-content.focusout input {
  color: #AFAFAF;
}

