@charset "UTF-8";
/* MEDIA QUERIES */
/* COLORS */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #6a6a73;
  --indigo: #6610f2;
  --purple: #631F41;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #6a6a73;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #6a6a73;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #45454b;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled, .comment-list {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid, .wp-caption > img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure, .wp-caption {
  display: inline-block; }

.figure-img, .wp-caption > img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #6c757d; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d5d5d8; }

.table-hover .table-primary:hover {
  background-color: #c8c8cc; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #c8c8cc; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea, .search-form .search-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand, .comment-form input[type="text"]::-ms-expand,
  .comment-form input[type="email"]::-ms-expand,
  .comment-form input[type="url"]::-ms-expand,
  .comment-form textarea::-ms-expand, .search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .comment-form input[type="text"]:focus,
  .comment-form input[type="email"]:focus,
  .comment-form input[type="url"]:focus,
  .comment-form textarea:focus, .search-form .search-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ababb2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(106, 106, 115, 0.25); }
  .form-control::placeholder, .comment-form input[type="text"]::placeholder,
  .comment-form input[type="email"]::placeholder,
  .comment-form input[type="url"]::placeholder,
  .comment-form textarea::placeholder, .search-form .search-field::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .comment-form input[type="text"]:disabled,
  .comment-form input[type="email"]:disabled,
  .comment-form input[type="url"]:disabled,
  .comment-form textarea:disabled, .search-form .search-field:disabled, .form-control[readonly], .comment-form input[readonly][type="text"],
  .comment-form input[readonly][type="email"],
  .comment-form input[readonly][type="url"],
  .comment-form textarea[readonly], .search-form [readonly].search-field {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]), .search-form select.search-field:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .comment-form .input-group-sm > input.form-control-plaintext[type="text"],
  .comment-form .input-group-sm > input.form-control-plaintext[type="email"],
  .comment-form .input-group-sm > input.form-control-plaintext[type="url"],
  .comment-form .input-group-sm > textarea.form-control-plaintext, .search-form .input-group-sm > .form-control-plaintext.search-field,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .comment-form .input-group-sm > .input-group-prepend > input.form-control-plaintext[type="submit"],
  .search-form .input-group-sm > .input-group-prepend > .form-control-plaintext.search-submit,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn,
  .comment-form .input-group-sm > .input-group-append > input.form-control-plaintext[type="submit"],
  .search-form .input-group-sm > .input-group-append > .form-control-plaintext.search-submit, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .comment-form .input-group-lg > input.form-control-plaintext[type="text"],
  .comment-form .input-group-lg > input.form-control-plaintext[type="email"],
  .comment-form .input-group-lg > input.form-control-plaintext[type="url"],
  .comment-form .input-group-lg > textarea.form-control-plaintext, .search-form .input-group-lg > .form-control-plaintext.search-field,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .comment-form .input-group-lg > .input-group-prepend > input.form-control-plaintext[type="submit"],
  .search-form .input-group-lg > .input-group-prepend > .form-control-plaintext.search-submit,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn,
  .comment-form .input-group-lg > .input-group-append > input.form-control-plaintext[type="submit"],
  .search-form .input-group-lg > .input-group-append > .form-control-plaintext.search-submit {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea, .search-form .input-group-sm > .search-field,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.input-group-sm > .input-group-append > .btn,
.comment-form .input-group-sm > .input-group-append > input[type="submit"],
.search-form .input-group-sm > .input-group-append > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .search-form .input-group-sm > select.search-field:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-prepend > select.search-submit:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-append > select.search-submit:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea, .search-form .input-group-lg > .search-field,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.input-group-lg > .input-group-append > .btn,
.comment-form .input-group-lg > .input-group-append > input[type="submit"],
.search-form .input-group-lg > .input-group-append > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .search-form .input-group-lg > select.search-field:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-prepend > select.search-submit:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-append > select.search-submit:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group, .comment-form p, .search-form label {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .was-validated .comment-form input[type="text"]:valid, .comment-form .was-validated input[type="text"]:valid,
.was-validated .comment-form input[type="email"]:valid,
.comment-form .was-validated input[type="email"]:valid,
.was-validated .comment-form input[type="url"]:valid,
.comment-form .was-validated input[type="url"]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .form-control.is-valid, .comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid, .search-form .is-valid.search-field,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .comment-form input[type="text"]:valid:focus, .comment-form .was-validated input[type="text"]:valid:focus,
  .was-validated .comment-form input[type="email"]:valid:focus,
  .comment-form .was-validated input[type="email"]:valid:focus,
  .was-validated .comment-form input[type="url"]:valid:focus,
  .comment-form .was-validated input[type="url"]:valid:focus,
  .was-validated .comment-form textarea:valid:focus,
  .comment-form .was-validated textarea:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .form-control.is-valid:focus, .comment-form input.is-valid[type="text"]:focus,
  .comment-form input.is-valid[type="email"]:focus,
  .comment-form input.is-valid[type="url"]:focus,
  .comment-form textarea.is-valid:focus, .search-form .is-valid.search-field:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .comment-form input[type="text"]:valid ~ .valid-feedback, .comment-form .was-validated input[type="text"]:valid ~ .valid-feedback,
  .was-validated .comment-form input[type="email"]:valid ~ .valid-feedback,
  .comment-form .was-validated input[type="email"]:valid ~ .valid-feedback,
  .was-validated .comment-form input[type="url"]:valid ~ .valid-feedback,
  .comment-form .was-validated input[type="url"]:valid ~ .valid-feedback,
  .was-validated .comment-form textarea:valid ~ .valid-feedback,
  .comment-form .was-validated textarea:valid ~ .valid-feedback, .was-validated .search-form .search-field:valid ~ .valid-feedback, .search-form .was-validated .search-field:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .comment-form input[type="text"]:valid ~ .valid-tooltip,
  .comment-form .was-validated input[type="text"]:valid ~ .valid-tooltip,
  .was-validated .comment-form input[type="email"]:valid ~ .valid-tooltip,
  .comment-form .was-validated input[type="email"]:valid ~ .valid-tooltip,
  .was-validated .comment-form input[type="url"]:valid ~ .valid-tooltip,
  .comment-form .was-validated input[type="url"]:valid ~ .valid-tooltip,
  .was-validated .comment-form textarea:valid ~ .valid-tooltip,
  .comment-form .was-validated textarea:valid ~ .valid-tooltip,
  .was-validated .search-form .search-field:valid ~ .valid-tooltip,
  .search-form .was-validated .search-field:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .comment-form input.is-valid[type="text"] ~ .valid-feedback,
  .comment-form input.is-valid[type="email"] ~ .valid-feedback,
  .comment-form input.is-valid[type="url"] ~ .valid-feedback,
  .comment-form textarea.is-valid ~ .valid-feedback, .search-form .is-valid.search-field ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .comment-form input.is-valid[type="text"] ~ .valid-tooltip,
  .comment-form input.is-valid[type="email"] ~ .valid-tooltip,
  .comment-form input.is-valid[type="url"] ~ .valid-tooltip,
  .comment-form textarea.is-valid ~ .valid-tooltip,
  .search-form .is-valid.search-field ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .was-validated .comment-form input[type="text"]:invalid, .comment-form .was-validated input[type="text"]:invalid,
.was-validated .comment-form input[type="email"]:invalid,
.comment-form .was-validated input[type="email"]:invalid,
.was-validated .comment-form input[type="url"]:invalid,
.comment-form .was-validated input[type="url"]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .form-control.is-invalid, .comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid, .search-form .is-invalid.search-field,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .comment-form input[type="text"]:invalid:focus, .comment-form .was-validated input[type="text"]:invalid:focus,
  .was-validated .comment-form input[type="email"]:invalid:focus,
  .comment-form .was-validated input[type="email"]:invalid:focus,
  .was-validated .comment-form input[type="url"]:invalid:focus,
  .comment-form .was-validated input[type="url"]:invalid:focus,
  .was-validated .comment-form textarea:invalid:focus,
  .comment-form .was-validated textarea:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .form-control.is-invalid:focus, .comment-form input.is-invalid[type="text"]:focus,
  .comment-form input.is-invalid[type="email"]:focus,
  .comment-form input.is-invalid[type="url"]:focus,
  .comment-form textarea.is-invalid:focus, .search-form .is-invalid.search-field:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .comment-form input[type="text"]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type="text"]:invalid ~ .invalid-feedback,
  .was-validated .comment-form input[type="email"]:invalid ~ .invalid-feedback,
  .comment-form .was-validated input[type="email"]:invalid ~ .invalid-feedback,
  .was-validated .comment-form input[type="url"]:invalid ~ .invalid-feedback,
  .comment-form .was-validated input[type="url"]:invalid ~ .invalid-feedback,
  .was-validated .comment-form textarea:invalid ~ .invalid-feedback,
  .comment-form .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .comment-form input[type="text"]:invalid ~ .invalid-tooltip,
  .comment-form .was-validated input[type="text"]:invalid ~ .invalid-tooltip,
  .was-validated .comment-form input[type="email"]:invalid ~ .invalid-tooltip,
  .comment-form .was-validated input[type="email"]:invalid ~ .invalid-tooltip,
  .was-validated .comment-form input[type="url"]:invalid ~ .invalid-tooltip,
  .comment-form .was-validated input[type="url"]:invalid ~ .invalid-tooltip,
  .was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
  .comment-form .was-validated textarea:invalid ~ .invalid-tooltip,
  .was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
  .search-form .was-validated .search-field:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .comment-form input.is-invalid[type="text"] ~ .invalid-feedback,
  .comment-form input.is-invalid[type="email"] ~ .invalid-feedback,
  .comment-form input.is-invalid[type="url"] ~ .invalid-feedback,
  .comment-form textarea.is-invalid ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
  .comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
  .comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
  .comment-form textarea.is-invalid ~ .invalid-tooltip,
  .search-form .is-invalid.search-field ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline, .search-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check, .search-form .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label, .search-form label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group, .search-form .form-group, .form-inline .comment-form p, .comment-form .form-inline p, .search-form .comment-form p, .comment-form .search-form p, .form-inline .search-form label, .search-form .form-inline label, .search-form label {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .search-form .form-control, .form-inline .comment-form input[type="text"], .comment-form .form-inline input[type="text"], .search-form .comment-form input[type="text"], .comment-form .search-form input[type="text"],
    .form-inline .comment-form input[type="email"],
    .comment-form .form-inline input[type="email"],
    .search-form .comment-form input[type="email"],
    .comment-form .search-form input[type="email"],
    .form-inline .comment-form input[type="url"],
    .comment-form .form-inline input[type="url"],
    .search-form .comment-form input[type="url"],
    .comment-form .search-form input[type="url"],
    .form-inline .comment-form textarea,
    .comment-form .form-inline textarea,
    .search-form .comment-form textarea,
    .comment-form .search-form textarea, .search-form .search-field {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group, .search-form .input-group {
      width: auto; }
    .form-inline .form-check, .search-form .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input, .search-form .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control, .search-form .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label, .search-form .custom-control-label {
      margin-bottom: 0; } }

.btn, .comment-form input[type="submit"], .search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .comment-form input[type="submit"]:hover, .search-form .search-submit:hover, .btn:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus {
    text-decoration: none; }
  .btn:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus, .btn.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(106, 106, 115, 0.25); }
  .btn.disabled, .comment-form input.disabled[type="submit"], .search-form .disabled.search-submit, .btn:disabled, .comment-form input[type="submit"]:disabled, .search-form .search-submit:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .comment-form input[type="submit"]:not(:disabled):not(.disabled), .search-form .search-submit:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .comment-form input[type="submit"]:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .comment-form input[type="submit"]:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled, .search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #6a6a73;
  border-color: #6a6a73; }
  .btn-primary:hover {
    color: #fff;
    background-color: #58585f;
    border-color: #525258; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(106, 106, 115, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6a6a73;
    border-color: #6a6a73; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #525258;
    border-color: #4b4b52; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(106, 106, 115, 0.5); }

.btn-secondary, .comment-form input[type="submit"], .search-form .search-submit {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover, .comment-form input[type="submit"]:hover, .search-form .search-submit:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus, .btn-secondary.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .comment-form input.disabled[type="submit"], .search-form .disabled.search-submit, .btn-secondary:disabled, .comment-form input[type="submit"]:disabled, .search-form .search-submit:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .comment-form input[type="submit"]:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .comment-form input[type="submit"]:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .comment-form .show > input.dropdown-toggle[type="submit"], .search-form .show > .dropdown-toggle.search-submit {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .comment-form input[type="submit"]:not(:disabled):not(.disabled):active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .comment-form input[type="submit"]:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .comment-form .show > input.dropdown-toggle[type="submit"]:focus, .search-form .show > .dropdown-toggle.search-submit:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #6a6a73;
  background-color: transparent;
  background-image: none;
  border-color: #6a6a73; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #6a6a73;
    border-color: #6a6a73; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(106, 106, 115, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #6a6a73;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #6a6a73;
    border-color: #6a6a73; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(106, 106, 115, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #6a6a73;
  background-color: transparent; }
  .btn-link:hover {
    color: #45454b;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn, .comment-form .btn-group-lg > input[type="submit"], .search-form .btn-group-lg > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .comment-form .btn-group-sm > input[type="submit"], .search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #6a6a73; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .comment-form .btn-group > input[type="submit"], .search-form .btn-group > .search-submit,
  .btn-group-vertical > .btn,
  .comment-form .btn-group-vertical > input[type="submit"],
  .search-form .btn-group-vertical > .search-submit {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, .comment-form .btn-group > input[type="submit"]:hover, .search-form .btn-group > .search-submit:hover,
    .btn-group-vertical > .btn:hover,
    .comment-form .btn-group-vertical > input[type="submit"]:hover,
    .search-form .btn-group-vertical > .search-submit:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .comment-form .btn-group > input[type="submit"]:focus, .search-form .btn-group > .search-submit:focus, .btn-group > .btn:active, .comment-form .btn-group > input[type="submit"]:active, .search-form .btn-group > .search-submit:active, .btn-group > .btn.active, .comment-form .btn-group > input.active[type="submit"], .search-form .btn-group > .active.search-submit,
    .btn-group-vertical > .btn:focus,
    .comment-form .btn-group-vertical > input[type="submit"]:focus,
    .search-form .btn-group-vertical > .search-submit:focus,
    .btn-group-vertical > .btn:active,
    .comment-form .btn-group-vertical > input[type="submit"]:active,
    .search-form .btn-group-vertical > .search-submit:active,
    .btn-group-vertical > .btn.active,
    .comment-form .btn-group-vertical > input.active[type="submit"],
    .search-form .btn-group-vertical > .active.search-submit {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group .comment-form input[type="submit"] + .btn, .comment-form .btn-group input[type="submit"] + .btn, .btn-group .search-form .search-submit + .btn, .search-form .btn-group .search-submit + .btn, .btn-group .comment-form .btn + input[type="submit"], .comment-form .btn-group .btn + input[type="submit"], .btn-group .comment-form input[type="submit"] + input[type="submit"], .comment-form .btn-group input[type="submit"] + input[type="submit"], .btn-group .search-form .comment-form .search-submit + input[type="submit"], .comment-form .btn-group .search-form .search-submit + input[type="submit"], .search-form .btn-group .comment-form .search-submit + input[type="submit"], .comment-form .search-form .btn-group .search-submit + input[type="submit"], .btn-group .search-form .btn + .search-submit, .search-form .btn-group .btn + .search-submit, .btn-group .comment-form .search-form input[type="submit"] + .search-submit, .search-form .btn-group .comment-form input[type="submit"] + .search-submit, .comment-form .btn-group .search-form input[type="submit"] + .search-submit, .search-form .comment-form .btn-group input[type="submit"] + .search-submit, .btn-group .search-form .search-submit + .search-submit, .search-form .btn-group .search-submit + .search-submit,
  .btn-group .btn + .btn-group,
  .btn-group .comment-form input[type="submit"] + .btn-group,
  .comment-form .btn-group input[type="submit"] + .btn-group,
  .btn-group .search-form .search-submit + .btn-group,
  .search-form .btn-group .search-submit + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .comment-form .btn-group + input[type="submit"],
  .comment-form .btn-group .btn-group + input[type="submit"],
  .btn-group .search-form .btn-group + .search-submit,
  .search-form .btn-group .btn-group + .search-submit,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .comment-form input[type="submit"] + .btn,
  .comment-form .btn-group-vertical input[type="submit"] + .btn,
  .btn-group-vertical .search-form .search-submit + .btn,
  .search-form .btn-group-vertical .search-submit + .btn,
  .btn-group-vertical .comment-form .btn + input[type="submit"],
  .comment-form .btn-group-vertical .btn + input[type="submit"],
  .btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
  .comment-form .btn-group-vertical input[type="submit"] + input[type="submit"],
  .btn-group-vertical .search-form .comment-form .search-submit + input[type="submit"],
  .comment-form .btn-group-vertical .search-form .search-submit + input[type="submit"],
  .search-form .btn-group-vertical .comment-form .search-submit + input[type="submit"],
  .comment-form .search-form .btn-group-vertical .search-submit + input[type="submit"],
  .btn-group-vertical .search-form .btn + .search-submit,
  .search-form .btn-group-vertical .btn + .search-submit,
  .btn-group-vertical .comment-form .search-form input[type="submit"] + .search-submit,
  .search-form .btn-group-vertical .comment-form input[type="submit"] + .search-submit,
  .comment-form .btn-group-vertical .search-form input[type="submit"] + .search-submit,
  .search-form .comment-form .btn-group-vertical input[type="submit"] + .search-submit,
  .btn-group-vertical .search-form .search-submit + .search-submit,
  .search-form .btn-group-vertical .search-submit + .search-submit,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .comment-form input[type="submit"] + .btn-group,
  .comment-form .btn-group-vertical input[type="submit"] + .btn-group,
  .btn-group-vertical .search-form .search-submit + .btn-group,
  .search-form .btn-group-vertical .search-submit + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .comment-form .btn-group + input[type="submit"],
  .comment-form .btn-group-vertical .btn-group + input[type="submit"],
  .btn-group-vertical .search-form .btn-group + .search-submit,
  .search-form .btn-group-vertical .btn-group + .search-submit,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child, .comment-form .btn-group > input[type="submit"]:first-child, .search-form .btn-group > .search-submit:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), .comment-form .btn-group > input[type="submit"]:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .comment-form input[type="submit"], .comment-form .btn-group-vertical input[type="submit"], .btn-group-vertical .search-form .search-submit, .search-form .btn-group-vertical .search-submit,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .comment-form .btn-group-vertical > input[type="submit"] + .btn, .search-form .btn-group-vertical > .search-submit + .btn, .comment-form .btn-group-vertical > .btn + input[type="submit"], .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"], .search-form .comment-form .btn-group-vertical > .search-submit + input[type="submit"], .comment-form .search-form .btn-group-vertical > .search-submit + input[type="submit"], .search-form .btn-group-vertical > .btn + .search-submit, .comment-form .search-form .btn-group-vertical > input[type="submit"] + .search-submit, .search-form .comment-form .btn-group-vertical > input[type="submit"] + .search-submit, .search-form .btn-group-vertical > .search-submit + .search-submit,
  .btn-group-vertical > .btn + .btn-group,
  .comment-form .btn-group-vertical > input[type="submit"] + .btn-group,
  .search-form .btn-group-vertical > .search-submit + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .comment-form .btn-group-vertical > .btn-group + input[type="submit"],
  .search-form .btn-group-vertical > .btn-group + .search-submit,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
  .search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > input[type="submit"]:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
  .search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .comment-form .btn-group-toggle > input[type="submit"], .search-form .btn-group-toggle > .search-submit,
.btn-group-toggle > .btn-group > .btn,
.comment-form .btn-group-toggle > .btn-group > input[type="submit"],
.search-form .btn-group-toggle > .btn-group > .search-submit {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .comment-form .btn-group-toggle > input[type="submit"] input[type="radio"], .search-form .btn-group-toggle > .search-submit input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .comment-form .btn-group-toggle > input[type="submit"] input[type="checkbox"],
  .search-form .btn-group-toggle > .search-submit input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
  .search-form .btn-group-toggle > .btn-group > .search-submit input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
  .search-form .btn-group-toggle > .btn-group > .search-submit input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .comment-form .input-group > input[type="text"],
  .comment-form .input-group > input[type="email"],
  .comment-form .input-group > input[type="url"],
  .comment-form .input-group > textarea, .search-form .input-group > .search-field,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus, .comment-form .input-group > input[type="text"]:focus,
    .comment-form .input-group > input[type="email"]:focus,
    .comment-form .input-group > input[type="url"]:focus,
    .comment-form .input-group > textarea:focus, .search-form .input-group > .search-field:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control, .comment-form .input-group > input[type="text"] + .form-control,
    .comment-form .input-group > input[type="email"] + .form-control,
    .comment-form .input-group > input[type="url"] + .form-control,
    .comment-form .input-group > textarea + .form-control, .search-form .input-group > .search-field + .form-control, .comment-form .input-group > .form-control + input[type="text"], .comment-form .input-group > input[type="text"] + input[type="text"],
    .comment-form .input-group > input[type="email"] + input[type="text"],
    .comment-form .input-group > input[type="url"] + input[type="text"],
    .comment-form .input-group > textarea + input[type="text"], .search-form .comment-form .input-group > .search-field + input[type="text"], .comment-form .search-form .input-group > .search-field + input[type="text"],
    .comment-form .input-group > .form-control + input[type="email"],
    .comment-form .input-group > input[type="text"] + input[type="email"],
    .comment-form .input-group > input[type="email"] + input[type="email"],
    .comment-form .input-group > input[type="url"] + input[type="email"],
    .comment-form .input-group > textarea + input[type="email"],
    .search-form .comment-form .input-group > .search-field + input[type="email"],
    .comment-form .search-form .input-group > .search-field + input[type="email"],
    .comment-form .input-group > .form-control + input[type="url"],
    .comment-form .input-group > input[type="text"] + input[type="url"],
    .comment-form .input-group > input[type="email"] + input[type="url"],
    .comment-form .input-group > input[type="url"] + input[type="url"],
    .comment-form .input-group > textarea + input[type="url"],
    .search-form .comment-form .input-group > .search-field + input[type="url"],
    .comment-form .search-form .input-group > .search-field + input[type="url"],
    .comment-form .input-group > .form-control + textarea,
    .comment-form .input-group > input[type="text"] + textarea,
    .comment-form .input-group > input[type="email"] + textarea,
    .comment-form .input-group > input[type="url"] + textarea,
    .comment-form .input-group > textarea + textarea,
    .search-form .comment-form .input-group > .search-field + textarea,
    .comment-form .search-form .input-group > .search-field + textarea, .search-form .input-group > .form-control + .search-field, .comment-form .search-form .input-group > input[type="text"] + .search-field, .search-form .comment-form .input-group > input[type="text"] + .search-field,
    .comment-form .search-form .input-group > input[type="email"] + .search-field,
    .search-form .comment-form .input-group > input[type="email"] + .search-field,
    .comment-form .search-form .input-group > input[type="url"] + .search-field,
    .search-form .comment-form .input-group > input[type="url"] + .search-field,
    .comment-form .search-form .input-group > textarea + .search-field,
    .search-form .comment-form .input-group > textarea + .search-field, .search-form .input-group > .search-field + .search-field,
    .input-group > .form-control + .custom-select,
    .comment-form .input-group > input[type="text"] + .custom-select,
    .comment-form .input-group > input[type="email"] + .custom-select,
    .comment-form .input-group > input[type="url"] + .custom-select,
    .comment-form .input-group > textarea + .custom-select,
    .search-form .input-group > .search-field + .custom-select,
    .input-group > .form-control + .custom-file,
    .comment-form .input-group > input[type="text"] + .custom-file,
    .comment-form .input-group > input[type="email"] + .custom-file,
    .comment-form .input-group > input[type="url"] + .custom-file,
    .comment-form .input-group > textarea + .custom-file,
    .search-form .input-group > .search-field + .custom-file,
    .input-group > .custom-select + .form-control,
    .comment-form .input-group > .custom-select + input[type="text"],
    .comment-form .input-group > .custom-select + input[type="email"],
    .comment-form .input-group > .custom-select + input[type="url"],
    .comment-form .input-group > .custom-select + textarea,
    .search-form .input-group > .custom-select + .search-field,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .comment-form .input-group > .custom-file + input[type="text"],
    .comment-form .input-group > .custom-file + input[type="email"],
    .comment-form .input-group > .custom-file + input[type="url"],
    .comment-form .input-group > .custom-file + textarea,
    .search-form .input-group > .custom-file + .search-field,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child), .comment-form .input-group > input[type="text"]:not(:last-child),
  .comment-form .input-group > input[type="email"]:not(:last-child),
  .comment-form .input-group > input[type="url"]:not(:last-child),
  .comment-form .input-group > textarea:not(:last-child), .search-form .input-group > .search-field:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .comment-form .input-group > input[type="text"]:not(:first-child),
  .comment-form .input-group > input[type="email"]:not(:first-child),
  .comment-form .input-group > input[type="url"]:not(:first-child),
  .comment-form .input-group > textarea:not(:first-child), .search-form .input-group > .search-field:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .comment-form input[type="submit"], .comment-form .input-group-prepend input[type="submit"], .input-group-prepend .search-form .search-submit, .search-form .input-group-prepend .search-submit,
  .input-group-append .btn,
  .input-group-append .comment-form input[type="submit"],
  .comment-form .input-group-append input[type="submit"],
  .input-group-append .search-form .search-submit,
  .search-form .input-group-append .search-submit {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend .comment-form input[type="submit"] + .btn, .comment-form .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .search-form .search-submit + .btn, .search-form .input-group-prepend .search-submit + .btn, .input-group-prepend .comment-form .btn + input[type="submit"], .comment-form .input-group-prepend .btn + input[type="submit"], .input-group-prepend .comment-form input[type="submit"] + input[type="submit"], .comment-form .input-group-prepend input[type="submit"] + input[type="submit"], .input-group-prepend .search-form .comment-form .search-submit + input[type="submit"], .comment-form .input-group-prepend .search-form .search-submit + input[type="submit"], .search-form .input-group-prepend .comment-form .search-submit + input[type="submit"], .comment-form .search-form .input-group-prepend .search-submit + input[type="submit"], .input-group-prepend .search-form .btn + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit, .search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit, .comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit, .search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .input-group-prepend .search-submit + .search-submit,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .comment-form input[type="submit"] + .input-group-text,
  .comment-form .input-group-prepend input[type="submit"] + .input-group-text,
  .input-group-prepend .search-form .search-submit + .input-group-text,
  .search-form .input-group-prepend .search-submit + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .comment-form .input-group-text + input[type="submit"],
  .comment-form .input-group-prepend .input-group-text + input[type="submit"],
  .input-group-prepend .search-form .input-group-text + .search-submit,
  .search-form .input-group-prepend .input-group-text + .search-submit,
  .input-group-append .btn + .btn,
  .input-group-append .comment-form input[type="submit"] + .btn,
  .comment-form .input-group-append input[type="submit"] + .btn,
  .input-group-append .search-form .search-submit + .btn,
  .search-form .input-group-append .search-submit + .btn,
  .input-group-append .comment-form .btn + input[type="submit"],
  .comment-form .input-group-append .btn + input[type="submit"],
  .input-group-append .comment-form input[type="submit"] + input[type="submit"],
  .comment-form .input-group-append input[type="submit"] + input[type="submit"],
  .input-group-append .search-form .comment-form .search-submit + input[type="submit"],
  .comment-form .input-group-append .search-form .search-submit + input[type="submit"],
  .search-form .input-group-append .comment-form .search-submit + input[type="submit"],
  .comment-form .search-form .input-group-append .search-submit + input[type="submit"],
  .input-group-append .search-form .btn + .search-submit,
  .search-form .input-group-append .btn + .search-submit,
  .input-group-append .comment-form .search-form input[type="submit"] + .search-submit,
  .search-form .input-group-append .comment-form input[type="submit"] + .search-submit,
  .comment-form .input-group-append .search-form input[type="submit"] + .search-submit,
  .search-form .comment-form .input-group-append input[type="submit"] + .search-submit,
  .input-group-append .search-form .search-submit + .search-submit,
  .search-form .input-group-append .search-submit + .search-submit,
  .input-group-append .btn + .input-group-text,
  .input-group-append .comment-form input[type="submit"] + .input-group-text,
  .comment-form .input-group-append input[type="submit"] + .input-group-text,
  .input-group-append .search-form .search-submit + .input-group-text,
  .search-form .input-group-append .search-submit + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .comment-form .input-group-text + input[type="submit"],
  .comment-form .input-group-append .input-group-text + input[type="submit"],
  .input-group-append .search-form .input-group-text + .search-submit,
  .search-form .input-group-append .input-group-text + .search-submit {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn, .comment-form .input-group > .input-group-prepend > input[type="submit"], .search-form .input-group > .input-group-prepend > .search-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .comment-form .input-group > .input-group-append > input[type="submit"], .search-form .input-group > .input-group-append > .search-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input[type="submit"]:not(:first-child),
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #6a6a73; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(106, 106, 115, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #c6c6ca; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6a6a73; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #6a6a73; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(106, 106, 115, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(106, 106, 115, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6a6a73; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(106, 106, 115, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #ababb2;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(171, 171, 178, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #ababb2;
    box-shadow: 0 0 0 0.2rem rgba(106, 106, 115, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #ababb2; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6a6a73; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #6a6a73;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #45454b;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(106, 106, 115, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #6a6a73;
  border-color: #6a6a73; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .comment-form input[type="submit"] .badge, .search-form .search-submit .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #6a6a73; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #525258; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #37373c;
  background-color: #e1e1e3;
  border-color: #d5d5d8; }
  .alert-primary hr {
    border-top-color: #c8c8cc; }
  .alert-primary .alert-link {
    color: #1f1f21; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #6a6a73;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #6a6a73;
    border-color: #6a6a73; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #37373c;
  background-color: #d5d5d8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #37373c;
    background-color: #c8c8cc; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #37373c;
    border-color: #37373c; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #6a6a73 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #525258 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #6a6a73 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #6a6a73 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #525258 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

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

  pre {
    white-space: pre-wrap !important; }

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

  thead {
    display: table-header-group; }

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
/* 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; }

body {
  font-family: Encode Sans Semi Condensed, sans-serif !important; }

i {
  font-family: FontAwesome !important; }

.woocommerce .star-rating {
  font-family: star !important; }

html {
  height: 100%;
  box-sizing: border-box; }

a {
  cursor: pointer; }

.product-title {
  font-size: 1.2em;
  min-height: 45px; }
  @media (max-width: 767px) {
    .product-title {
      padding-top: 10px;
      min-height: 75px; } }
  .product-title a {
    font-weight: 700;
    position: relative;
    text-decoration: none; }

.category {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1em;
  height: 35px;
  margin-bottom: 0; }

.seller-image {
  min-height: 300px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px; }
  .seller-image .yith-wcwl-wishlistexistsbrowse a span {
    display: none; }
  .seller-image svg {
    width: 35px;
    float: right; }

body {
  top: 50px;
  position: relative;
  margin: 0;
  min-height: 100%;
  background-size: 70%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body h1 {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 900;
    color: #631F41;
    letter-spacing: 0.05em; }
  body h2 {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 400;
    color: #3B4F60;
    letter-spacing: 0.05em;
    font-size: 28px; }
  body h3 {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 700;
    color: #631F41;
    letter-spacing: 0.05em; }
  body h4 {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 900;
    color: #631F41;
    letter-spacing: 0.05em; }
  body h5 {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 700;
    color: #FFA890;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  body .white {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 400;
    color: #F2F2F2;
    letter-spacing: 0.05em;
    font-size: 14px; }
  body .dark {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 400;
    color: #3B4F60 !important;
    letter-spacing: 0.05em;
    font-size: 14px; }
  body p.price {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 100;
    color: #3B4F60;
    letter-spacing: 0.05em; }

.slide span a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1; }

.submit-button {
  margin-top: 0 !important;
  padding: 7px 11px !important;
  background-color: #ffa890 !important;
  color: #fff !important;
  font-family: Encode Sans Semi Condensed, sans-serif !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  transition: all .3s ease-in; }

.coluna-breadcrumbs {
  margin: 0 auto;
  margin-bottom: 25px; }
  .coluna-breadcrumbs .breadcrumbs {
    color: #9D9DA0;
    font-size: 10px;
    margin-bottom: 25px; }
    .coluna-breadcrumbs .breadcrumbs span a {
      font-size: 10px;
      color: #9D9DA0; }
    @media (max-width: 1024px) {
      .coluna-breadcrumbs .breadcrumbs {
        display: none; } }

.redes-sociais {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px !important; }
  .redes-sociais .redes-text {
    margin: 0 auto; }
  .redes-sociais h2 {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 600;
    color: #631F41;
    text-align: center; }
  .redes-sociais .row {
    text-align: right;
    display: flex;
    justify-content: space-around;
    margin-top: 50px; }
    .redes-sociais .row a {
      max-width: 680px; }
      .redes-sociais .row a .rede-block {
        height: 480px;
        max-height: 480px;
        max-width: 680px;
        background-size: 130%;
        transition: all ease-in-out 0.2s;
        background-position: center;
        padding: 0 15px;
        cursor: pointer;
        background-repeat: no-repeat; }
        @media screen and (max-width: 1440px) {
          .redes-sociais .row a .rede-block {
            background-size: 130%; } }
        @media (min-width: 1368px) and (max-width: 1680px) {
          .redes-sociais .row a .rede-block {
            background-size: 150%; } }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .redes-sociais .row a .rede-block {
            background-size: 190%;
            max-height: none;
            height: 370px; } }
        @media screen and (max-width: 1440px) {
          .redes-sociais .row a .rede-block {
            background-size: 170%; } }
        @media screen and (max-width: 640px) {
          .redes-sociais .row a .rede-block {
            background-size: 210%;
            max-height: none; } }
        @media (max-width: 850px) {
          .redes-sociais .row a .rede-block {
            max-height: 235px;
            margin-bottom: 20px;
            transition: all ease-in-out 0.2s; } }
        @media (min-width: 851px) and (max-width: 1280px) {
          .redes-sociais .row a .rede-block {
            max-height: 300px;
            transition: all ease-in-out 0.2s; } }
        .redes-sociais .row a .rede-block:hover {
          background-size: 137%; }
          @media (min-width: 1201px) and (max-width: 1367px) {
            .redes-sociais .row a .rede-block:hover {
              background-size: 210%; } }
          @media (min-width: 768px) and (max-width: 1200px) {
            .redes-sociais .row a .rede-block:hover {
              background-size: 150%; } }
          @media screen and (max-width: 1440px) {
            .redes-sociais .row a .rede-block:hover {
              background-size: 175%; } }
          @media (min-width: 1368px) and (max-width: 1680px) {
            .redes-sociais .row a .rede-block:hover {
              background-size: 165%; } }
          @media screen and (max-width: 640px) {
            .redes-sociais .row a .rede-block:hover {
              background-size: 230%;
              max-height: none;
              height: 370px; } }
          .redes-sociais .row a .rede-block:hover svg path {
            fill: #631F41; }
        .redes-sociais .row a .rede-block svg {
          width: 55px;
          margin-top: 15px; }
          .redes-sociais .row a .rede-block svg path {
            transition: all ease-in-out 0.2s; }

.related-block {
  background: #FFA890;
  height: 75%;
  padding-top: 50px;
  margin-bottom: 35px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .related-block {
      height: 55%; } }
  .related-block .col-12 {
    margin: 0 auto; }
    .related-block .col-12 .related-content {
      margin: 0 auto;
      text-align: center; }
      .related-block .col-12 .related-content h3 {
        margin-bottom: 35px;
        font-weight: 700; }
    .related-block .col-12 .slider_products {
      justify-content: space-between; }
      .related-block .col-12 .slider_products .each-product {
        transition: all .2s ease-in-out;
        margin: 20px 0;
        padding: 15px;
        position: relative;
        min-height: 450px;
        overflow: hidden; }
        .related-block .col-12 .slider_products .each-product .ribbon {
          font-family: Encode Sans Semi Condensed, sans-serif;
          position: absolute;
          text-align: center;
          color: #fff;
          font-weight: 700;
          width: 200px;
          height: 100px;
          font-size: 14px;
          background-color: #ffa890;
          right: -100px;
          top: -50px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(45deg);
          box-shadow: 0 1px 16px -4px #6d6d6d;
          display: flex;
          align-items: flex-end;
          justify-content: center;
          padding-bottom: 8px; }
        .related-block .col-12 .slider_products .each-product:hover {
          box-shadow: 0 9px 40px -10px #595959; }
        @media (min-width: 1900px) {
          .related-block .col-12 .slider_products .each-product {
            min-height: 430px; } }
        @media (min-width: 1201px) and (max-width: 1366px) {
          .related-block .col-12 .slider_products .each-product {
            min-height: 400px; } }
        @media (min-width: 1025px) and (max-width: 1200px) {
          .related-block .col-12 .slider_products .each-product {
            min-height: 370px; } }
        @media (min-width: 769px) and (max-width: 1024px) {
          .related-block .col-12 .slider_products .each-product {
            min-height: 350px; } }
        @media (min-width: 641px) and (max-width: 768px) {
          .related-block .col-12 .slider_products .each-product {
            min-height: 370px; } }
        @media (min-width: 321px) and (max-width: 640px) {
          .related-block .col-12 .slider_products .each-product {
            min-height: 370px; } }
        @media (min-width: 1px) and (max-width: 320px) {
          .related-block .col-12 .slider_products .each-product {
            min-height: 370px; } }
        .related-block .col-12 .slider_products .each-product img {
          max-width: 100%; }
        .related-block .col-12 .slider_products .each-product .each-content {
          position: absolute;
          bottom: 15px; }
        .related-block .col-12 .slider_products .each-product svg {
          width: 35px;
          position: absolute;
          top: 20px;
          left: 20px; }
        .related-block .col-12 .slider_products .each-product .product-title a {
          font-weight: 400;
          position: relative;
          text-decoration: none; }
          @media (max-width: 767px) {
            .related-block .col-12 .slider_products .each-product .product-title a {
              font-size: 16px; } }
          @media (min-width: 768px) and (max-width: 1440px) {
            .related-block .col-12 .slider_products .each-product .product-title a {
              font-size: 18px; } }
        .related-block .col-12 .slider_products .each-product a {
          text-decoration: none; }
          .related-block .col-12 .slider_products .each-product a .category {
            color: #d3c185;
            font-weight: 400; }
            .related-block .col-12 .slider_products .each-product a .category:hover {
              text-decoration: none; }
            @media (max-width: 767px) {
              .related-block .col-12 .slider_products .each-product a .category {
                font-size: 14px; } }
            @media (min-width: 768px) and (max-width: 1440px) {
              .related-block .col-12 .slider_products .each-product a .category {
                font-size: 16px; } }
        .related-block .col-12 .slider_products .each-product .row {
          padding: 0 15px;
          display: flex;
          justify-content: flex-start; }
          @media (max-width: 767px) {
            .related-block .col-12 .slider_products .each-product .row {
              flex-direction: column; } }
          .related-block .col-12 .slider_products .each-product .row .adicionar {
            margin-left: 15px; }
            @media (max-width: 767px) {
              .related-block .col-12 .slider_products .each-product .row .adicionar {
                margin-left: 0px;
                margin-bottom: 10px;
                padding: 0px 10px !important; } }
          .related-block .col-12 .slider_products .each-product .row .price {
            float: right;
            font-weight: 400;
            color: #d3c185; }
            @media (min-width: 768px) and (max-width: 1200px) {
              .related-block .col-12 .slider_products .each-product .row .price {
                font-size: 28px !important; } }
          .related-block .col-12 .slider_products .each-product .row .saber-mais {
            background-color: #631F41;
            border: none;
            border-radius: 5px;
            padding: 0px 10px;
            transition: all .3s ease-in-out;
            height: 28px;
            font-size: 12px; }
            @media (max-width: 767px) {
              .related-block .col-12 .slider_products .each-product .row .saber-mais {
                margin-right: 0; } }
            @media (max-width: 767px) {
              .related-block .col-12 .slider_products .each-product .row .saber-mais {
                margin-bottom: 10px;
                padding: 0px 10px; } }
            .related-block .col-12 .slider_products .each-product .row .saber-mais a {
              color: white;
              font-family: 'Encode Sans Semi Condensed', sans-serif;
              text-decoration: none; }
            .related-block .col-12 .slider_products .each-product .row .saber-mais:hover {
              background-color: #FFA890; }
          .related-block .col-12 .slider_products .each-product .row .adicionar {
            background-color: #FFA890;
            border: none;
            border-radius: 5px;
            padding: 0px 10px;
            transition: all .3s ease-in-out;
            height: 28px;
            font-size: 12px; }
            @media (max-width: 767px) {
              .related-block .col-12 .slider_products .each-product .row .adicionar {
                margin-right: 0;
                padding: 0 10px; } }
            .related-block .col-12 .slider_products .each-product .row .adicionar a {
              color: #fff;
              font-family: Encode Sans Semi Condensed, sans-serif;
              text-decoration: none;
              background: #ffa890;
              padding: 0;
              font-size: 12px;
              transition: all .3s ease-in-out;
              font-weight: 400; }
            .related-block .col-12 .slider_products .each-product .row .adicionar:hover {
              background-color: #631F41; }
              .related-block .col-12 .slider_products .each-product .row .adicionar:hover a {
                background: #631F41; }
          .related-block .col-12 .slider_products .each-product .row .price {
            justify-self: flex-end;
            font-weight: 400;
            color: #d3c185;
            font-size: 28px;
            letter-spacing: -.5px;
            margin-left: 15px;
            margin-bottom: 0;
            font-size: 16px;
            display: flex;
            align-items: center; }
            @media (min-width: 1900px) {
              .related-block .col-12 .slider_products .each-product .row .price {
                font-size: 18px; } }
            @media (max-width: 767px) {
              .related-block .col-12 .slider_products .each-product .row .price {
                margin: 0 auto;
                font-size: 19px;
                font-weight: 400;
                margin-bottom: 15px; } }

.beneficios {
  margin-top: 50px;
  padding: 25px 0;
  background-color: #FFA890; }
  .beneficios section {
    margin: 0 auto;
    text-align: center; }
    .beneficios section a {
      text-decoration: none; }
    .beneficios section h3 {
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-weight: 600; }
    .beneficios section .container {
      margin-bottom: 50px; }
    .beneficios section .listing {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .beneficios section .listing div p {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-size: 12px; }
      .beneficios section .listing div svg {
        margin-bottom: 25px;
        width: 85px; }
        @media (max-width: 768px) {
          .beneficios section .listing div svg {
            width: 60px; } }
        .beneficios section .listing div svg path {
          transition: all ease-in-out 0.3s; }
        .beneficios section .listing div svg:hover path {
          fill: #631F41; }
      .beneficios section .listing div h5 {
        font-weight: 400;
        font-size: 18px;
        color: #fff; }
        @media (max-width: 768px) {
          .beneficios section .listing div h5 {
            font-size: 14px; } }

.add_to_cart {
  cursor: pointer; }

.row-menu-bebe {
  background-color: #9ad9d3; }
  .row-menu-bebe .col-10 {
    padding: 20px 0;
    margin: 0 auto; }
  .row-menu-bebe ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .row-menu-bebe ul {
        flex-direction: column; } }
    .row-menu-bebe ul li {
      margin: 0 25px;
      display: inline-block;
      font-weight: 600; }
      @media (max-width: 768px) {
        .row-menu-bebe ul li {
          margin-bottom: 15px; } }
      .row-menu-bebe ul li a {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        transition: all ease-in-out 0.3s; }
        .row-menu-bebe ul li a:hover {
          color: #631F41; }

.skin-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  min-height: 485px;
  top: -77px; }
  .skin-container .heading {
    margin: 0 auto; }
    .skin-container .heading h1 {
      margin: 30px 0;
      margin-bottom: 0;
      text-align: center;
      color: #fff; }
    .skin-container .heading div {
      margin: 0 auto; }
      .skin-container .heading div p {
        font-weight: 400;
        color: #fff;
        letter-spacing: .05em;
        font-size: 14px;
        text-align: center;
        margin: 30px 0; }

#skin-analysis-form {
  background-position: center;
  background-size: cover;
  height: 350px;
  margin-right: 80px;
  margin-top: 40px; }

.skin-analysis-block {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  position: relative;
  justify-content: flex-end;
  padding-top: 0; }
  .skin-analysis-block .slider-skin {
    width: 100%;
    margin: 0 auto; }
    .skin-analysis-block .slider-skin .st0 {
      fill: #000 !important; }
    .skin-analysis-block .slider-skin .slick-list {
      padding: 0; }
    .skin-analysis-block .slider-skin .slide {
      min-height: 350px;
      background-size: cover; }
      @media (max-width: 767px) {
        .skin-analysis-block .slider-skin .slide {
          min-height: 250px; } }
    .skin-analysis-block .slider-skin .slick-prev {
      display: inline-block;
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      z-index: 2;
      width: 40px;
      cursor: pointer;
      left: 2%; }
      @media (min-width: 1281px) and (max-width: 1366px) {
        .skin-analysis-block .slider-skin .slick-prev {
          left: 50px; } }
      @media (max-width: 768px) {
        .skin-analysis-block .slider-skin .slick-prev {
          left: 0px; } }
      .skin-analysis-block .slider-skin .slick-prev path {
        transition: all ease-in-out 0.3s; }
      .skin-analysis-block .slider-skin .slick-prev:hover .esq {
        fill: #d3c185; }
      @media (max-width: 767px) {
        .skin-analysis-block .slider-skin .slick-prev {
          left: 0; } }
    .skin-analysis-block .slider-skin .slick-next {
      display: inline-block;
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      z-index: 2;
      right: 2%;
      width: 40px;
      cursor: pointer; }
      @media (min-width: 1281px) and (max-width: 1366px) {
        .skin-analysis-block .slider-skin .slick-next {
          right: 50px; } }
      @media (max-width: 768px) {
        .skin-analysis-block .slider-skin .slick-next {
          right: 0px; } }
      .skin-analysis-block .slider-skin .slick-next path {
        transition: all ease-in-out 0.3s; }
      .skin-analysis-block .slider-skin .slick-next:hover .dir {
        fill: #d3c185; }
      @media (max-width: 767px) {
        .skin-analysis-block .slider-skin .slick-next {
          right: 0; } }
  .skin-analysis-block .frm-forms form .frm_form_fields h3 {
    color: red !important; }
  .skin-analysis-block .frm-forms form .frm_form_fields .frm_form_field .frm_primary_label {
    font-family: Encode Sans Semi Condensed, sans-serif; }

.products-block {
  margin: 0 auto; }
  .products-block .each-product {
    transition: all .2s ease-in-out;
    margin: 20px 0;
    padding: 15px;
    position: relative;
    min-height: 450px;
    overflow: hidden; }
    .products-block .each-product .ribbon {
      font-family: Encode Sans Semi Condensed, sans-serif;
      position: absolute;
      text-align: center;
      color: #fff;
      font-weight: 700;
      width: 200px;
      height: 100px;
      font-size: 14px;
      background-color: #ffa890;
      right: -100px;
      top: -50px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(45deg);
      box-shadow: 0 1px 16px -4px #6d6d6d;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 8px; }
    .products-block .each-product:hover {
      box-shadow: 0 9px 40px -10px #595959; }
    @media (min-width: 1900px) {
      .products-block .each-product {
        min-height: 430px; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      .products-block .each-product {
        min-height: 400px; } }
    @media (min-width: 1025px) and (max-width: 1200px) {
      .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .products-block .each-product {
        min-height: 350px; } }
    @media (min-width: 641px) and (max-width: 768px) {
      .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 321px) and (max-width: 640px) {
      .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 1px) and (max-width: 320px) {
      .products-block .each-product {
        min-height: 370px; } }
    .products-block .each-product img {
      max-width: 100%; }
    .products-block .each-product .each-content {
      position: absolute;
      bottom: 15px; }
    .products-block .each-product svg {
      width: 35px;
      position: absolute;
      top: 20px;
      left: 20px; }
    .products-block .each-product .product-title a {
      font-weight: 400;
      position: relative;
      text-decoration: none; }
      @media (max-width: 767px) {
        .products-block .each-product .product-title a {
          font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 1440px) {
        .products-block .each-product .product-title a {
          font-size: 18px; } }
    .products-block .each-product a {
      text-decoration: none; }
      .products-block .each-product a .category {
        color: #d3c185;
        font-weight: 400; }
        .products-block .each-product a .category:hover {
          text-decoration: none; }
        @media (max-width: 767px) {
          .products-block .each-product a .category {
            font-size: 14px; } }
        @media (min-width: 768px) and (max-width: 1440px) {
          .products-block .each-product a .category {
            font-size: 16px; } }
    .products-block .each-product .row {
      padding: 0 15px;
      display: flex;
      justify-content: flex-start; }
      @media (max-width: 767px) {
        .products-block .each-product .row {
          flex-direction: column; } }
      .products-block .each-product .row .adicionar {
        margin-left: 15px; }
        @media (max-width: 767px) {
          .products-block .each-product .row .adicionar {
            margin-left: 0px;
            margin-bottom: 10px;
            padding: 0px 10px !important; } }
      .products-block .each-product .row .price {
        float: right;
        font-weight: 400;
        color: #d3c185; }
        @media (min-width: 768px) and (max-width: 1200px) {
          .products-block .each-product .row .price {
            font-size: 28px !important; } }
      .products-block .each-product .row .saber-mais {
        background-color: #631F41;
        border: none;
        border-radius: 5px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        height: 28px;
        font-size: 12px; }
        @media (max-width: 767px) {
          .products-block .each-product .row .saber-mais {
            margin-right: 0; } }
        @media (max-width: 767px) {
          .products-block .each-product .row .saber-mais {
            margin-bottom: 10px;
            padding: 0px 10px;
            height: 35px; } }
        .products-block .each-product .row .saber-mais a {
          color: white;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          text-decoration: none; }
        .products-block .each-product .row .saber-mais:hover {
          background-color: #FFA890; }
      .products-block .each-product .row .adicionar {
        background-color: #FFA890;
        border: none;
        border-radius: 5px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        height: 28px;
        font-size: 12px; }
        @media (max-width: 767px) {
          .products-block .each-product .row .adicionar {
            margin-right: 0;
            padding: 0 10px; } }
        .products-block .each-product .row .adicionar a {
          color: #fff;
          font-family: Encode Sans Semi Condensed, sans-serif;
          text-decoration: none;
          background: #ffa890;
          padding: 0;
          font-size: 12px;
          transition: all .3s ease-in-out;
          font-weight: 400; }
        .products-block .each-product .row .adicionar:hover {
          background-color: #631F41; }
          .products-block .each-product .row .adicionar:hover a {
            background: #631F41; }
      .products-block .each-product .row .price {
        justify-self: flex-end;
        font-weight: 400;
        color: #d3c185;
        font-size: 28px;
        letter-spacing: -.5px;
        margin-left: 15px;
        margin-bottom: 0;
        font-size: 16px;
        display: flex;
        align-items: center; }
        @media (min-width: 1900px) {
          .products-block .each-product .row .price {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .products-block .each-product .row .price {
            margin: 0 auto;
            font-size: 19px;
            font-weight: 400;
            margin-bottom: 15px; } }

#post-search {
  list-style: none;
  display: flex;
  margin-top: 20px;
  width: 100%; }
  #post-search a svg {
    height: 30px;
    display: inline; }
  #post-search .search-form {
    transition: width ease-in-out 0.8s;
    width: 100%; }
    #post-search .search-form label {
      width: 100%; }
    #post-search .search-form .search-field {
      font-size: 12px;
      padding: 0;
      margin-bottom: 7px;
      border-radius: 0;
      width: 100%;
      height: 30px;
      border: none;
      background-color: #f6f6f6;
      opacity: 1;
      padding-left: 5px;
      transition: all ease-in-out 0.7s; }
      @media screen and (max-width: 1440px) {
        #post-search .search-form .search-field {
          height: 30px;
          margin-bottom: 0; } }
      @media (max-width: 576px) {
        #post-search .search-form .search-field {
          padding: 4px 5px;
          margin-bottom: 7px;
          border-radius: 0;
          background-color: #f6f6f6;
          width: 100%;
          opacity: 1; } }
      @media (max-width: 767px) {
        #post-search .search-form .search-field {
          padding: 0 5px;
          height: 25px;
          margin-bottom: 7px;
          border-radius: 0;
          background-color: #f6f6f6;
          width: 97%;
          opacity: 1; } }
      #post-search .search-form .search-field::placeholder {
        font-size: 14px;
        color: #9D9DA0; }
      #post-search .search-form .search-field:focus {
        background-color: #ececec; }

.comment-list ol {
  list-style: none; }

.search-form label {
  font-weight: normal;
  width: 100%;
  margin-bottom: 8px; }

.main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .main {
      flex: 0 0 100%;
      max-width: 100%; }
      .sidebar-primary .main {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; } }

.sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .sidebar {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto; }

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem; }

  .alignright {
    float: right;
    margin-left: 0.5rem; } }
/* 
MEU

header {
background: #fff;
.center {
margin: 0 auto;
.left-navigation {
margin-bottom: 0;
li {
display: inline-block;
}
}
.right-navigation-block {
display: inline-flex;
justify-content: flex-end;
align-items: center;
ul {
margin: 0;
li {
display: inline-block;
}
}
}
.right-nav-icons {
display: inline-flex;
justify-content: flex-start;
align-items: center;
ul {
margin: 0;
li {
display: inline-block;
}
}
}
}
}

*/
body.admin-bar header {
  top: 30px; }

header {
  z-index: 33;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 2px 13px 0px rgba(99, 99, 99, 0.5);
  position: fixed;
  padding: 10px 0;
  width: 100%;
  top: 0;
  padding-top: 0px; }
  @media (max-width: 767px) {
    header {
      position: static; } }
  header .menu-princ {
    margin-top: 10px; }
  header .row-register {
    margin-bottom: 5px !important;
    padding: 5px 0;
    background: #d3c185;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 520px) {
      header .row-register {
        padding: 10px 20px;
        text-align: center; } }
    header .row-register a {
      text-decoration: none; }
    header .row-register h5 {
      font-size: 14px;
      text-transform: none;
      color: white;
      margin: 0;
      transition: all ease-in-out 0.3s; }
      header .row-register h5:hover {
        color: #631F41; }
      @media (max-width: 520px) {
        header .row-register h5 {
          font-size: 12px; } }
  header .row {
    margin: 0;
    overflow: visible !important; }
  header .text-menu,
  header .icons-menu {
    margin-bottom: 0; }
  header #secondary-menu {
    display: inline-block;
    font-size: 0;
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    header #secondary-menu li {
      display: inline-flex;
      vertical-align: top;
      padding: 0;
      align-items: center;
      justify-content: center; }
      header #secondary-menu li #submenu {
        transition: all ease-in-out 0.5s; }
      header #secondary-menu li a {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-weight: 700;
        color: #FFA890;
        font-size: 14px;
        text-decoration: none;
        transition: all ease-in-out 0.3s; }
        header #secondary-menu li a svg path {
          transition: all ease-in-out 0.3s; }
        header #secondary-menu li a:hover {
          color: #631F41;
          text-decoration: none; }
          header #secondary-menu li a:hover svg path {
            fill: #631F41; }
  header li.hovered #submenu {
    top: 11%;
    transition: all 0.5s ease-in-out 0.05s; }
  header .icons-menu {
    display: flex;
    align-items: center; }
    header .icons-menu .widget {
      margin-bottom: 3px;
      display: inline-block; }
      header .icons-menu .widget .wpml-ls-legacy-dropdown {
        width: auto;
        display: inline-block; }
        header .icons-menu .widget .wpml-ls-legacy-dropdown li a {
          width: 40px !important;
          padding-right: 15px;
          padding-left: 0;
          display: inline-block;
          border: none;
          background: none; }
          header .icons-menu .widget .wpml-ls-legacy-dropdown li a::after {
            right: 3px;
            font-size: 10px; }
          header .icons-menu .widget .wpml-ls-legacy-dropdown li a span {
            font-size: 12px;
            font-weight: 400; }
        header .icons-menu .widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
          border: none; }
    header .icons-menu li a::after {
      display: none; }
  header ul:not(.icons-menu) a {
    padding: 0 8px; }
  @media (max-width: 520px) {
    header #logo {
      margin-top: 5px; } }
  header #logo > div {
    padding: 0 0 0 10px; }
  header #logo a {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin-left: 25px; }
    @media (max-width: 767px) {
      header #logo a {
        margin-left: 0; } }
    @media (min-width: 1281px) and (max-width: 1366px) {
      header #logo a {
        max-width: 150px;
        margin-left: 30px; } }
    header #logo a svp path {
      fill: black; }
  header #primary-menu {
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    @media (max-width: 767px) {
      header #primary-menu {
        margin-top: 10px !important; } }
    header #primary-menu div {
      display: flex;
      justify-content: center; }
      @media (max-width: 767px) {
        header #primary-menu div {
          justify-content: space-between; }
          header #primary-menu div ul {
            margin-top: 25px !important;
            opacity: 0; } }
  header #mega-menu-wrap-primary_navigation {
    width: 100% !important;
    font-family: "Encode Sans Semi Condensed", sans-serif !important;
    position: relative !important;
    background: white; }
    @media (max-width: 767px) {
      header #mega-menu-wrap-primary_navigation {
        background: transparent; } }
    header #mega-menu-wrap-primary_navigation img {
      z-index: 999; }
      @media (max-width: 767px) {
        header #mega-menu-wrap-primary_navigation img {
          display: none; } }
    header #mega-menu-wrap-primary_navigation .mega-menu-flyout > ul {
      box-shadow: -1px 10px 13px -9px rgba(99, 99, 99, 0.6) !important; }
    @media (min-width: 768px) {
      header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between; } }
    header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > a {
      letter-spacing: 1.3px !important;
      font-family: "Encode Sans Semi Condensed", sans-serif !important;
      font-weight: 700 !important;
      color: #d3c185 !important;
      font-size: 12px !important;
      text-decoration: none !important;
      transition: all ease-in-out 0.3s !important;
      background: none !important;
      text-transform: uppercase !important;
      height: 35px !important; }
      @media screen and (max-width: 1440px) {
        header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > a {
          font-size: 10px !important;
          padding: 0 10px 0 0 !important; } }
      @media (min-width: 1441px) and (max-width: 1919px) {
        header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > a {
          font-size: 10px !important; } }
      @media (max-width: 767px) {
        header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > a {
          font-size: 12px !important; } }
      header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > a::before {
        content: '';
        display: block;
        height: 1px;
        width: 0;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
        margin: 0 !important;
        position: absolute !important;
        bottom: 5px !important;
        left: 0 !important; }
      header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > a::after {
        display: none !important; }
      header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > a:hover {
        color: #631F41 !important;
        text-decoration: none;
        background: white !important; }
        header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > a:hover::before {
          width: 100%;
          background: #d3c185; }
      header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > a:focus {
        font-weight: 700 !important; }
      header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > a .mega-sub-menu:first-of-type {
        box-shadow: -1px 10px 13px -9px rgba(99, 99, 99, 0.6) !important; }
    header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation .mega-current-menu-ancestor > a {
      font-weight: 700 !important;
      color: #631F41 !important; }
      header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation .mega-current-menu-ancestor > a::before {
        width: 100%;
        background: #FFA890; }
    header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li {
      position: initial !important; }
      @media (max-width: 767px) {
        header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li {
          margin-bottom: 10px !important; } }
      @media (min-width: 601px) and (max-width: 767px) {
        header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li {
          padding: 0 10px !important; } }
      header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li ul {
        display: inline-flex !important;
        background: white !important; }
        @media (max-width: 767px) {
          header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li ul {
            display: none !important; } }
        header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li ul li {
          color: #6a6a73; }
          header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li ul li a {
            background: white !important;
            color: #6a6a73 !important;
            letter-spacing: 0.8px;
            font-weight: 700 !important;
            transition: all ease-in-out 0.2s !important;
            font-size: 12px !important; }
            header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li ul li a::after {
              content: "" !important; }
            header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li ul li a:hover {
              color: #631F41 !important; }
          header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li ul li ul {
            flex-direction: column;
            position: absolute;
            z-index: 0 !important;
            padding-bottom: 20px; }
            header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li ul li ul li a {
              margin-bottom: 6px !important;
              font-size: 14px !important;
              color: #9D9DA0 !important;
              min-height: unset !important;
              transition: all ease-in-out 0.4s !important;
              font-weight: 400 !important; }
              header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li ul li ul li a:hover {
                color: #6a6a73 !important; }
  header .mega-menu-open .background-mobile {
    background: white;
    width: 100%;
    height: 515px; }
  header .mega-menu-open #mega-menu-primary_navigation {
    display: block !important; }
  header .mega-menu-toggle {
    position: absolute;
    right: -10px;
    top: -55px;
    background: none !important; }
    header .mega-menu-toggle .mega-toggle-block-1 {
      background: #d3c185 !important;
      margin: 0;
      border-radius: 5px;
      padding-right: 6px; }
      header .mega-menu-toggle .mega-toggle-block-1:before {
        font-size: 34px !important; }
      header .mega-menu-toggle .mega-toggle-block-1::after {
        content: "" !important; }
  @media (min-width: 768px) {
    header .icons-menu-mobile {
      display: none; } }
  header .icons-menu-mobile .search-icon {
    width: 100%; }
  header .icons-menu-mobile .icons-menu {
    padding: 0; }
  header .icons-menu-mobile .icons-menu a {
    float: left;
    display: inline-block;
    width: 35px;
    margin-left: 8px; }
    @media screen and (max-width: 1440px) {
      header .icons-menu-mobile .icons-menu a {
        width: 30px; } }
  header .icons-menu-mobile .icons-menu li {
    position: relative;
    display: inline-block; }
  header .icons-menu-mobile .cart-contents {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #26e20e;
    width: auto !important;
    border-radius: 50px;
    padding: 0px 5px;
    font-size: 10px;
    color: white; }
    header .icons-menu-mobile .cart-contents::after {
      height: 0; }
  header .mega-box ul:first-of-type {
    border: 2px solid black; }
  header .mega-toggle-on > .mega-menu-link {
    background: white !important; }
    header .mega-toggle-on > .mega-menu-link::before {
      width: 100% !important; }
  header .search-form.active .search-field {
    padding: 4px 5px;
    border-radius: 0;
    background-color: #f6f6f6;
    width: 200px;
    opacity: 1; }
    @media screen and (max-width: 1440px) {
      header .search-form.active .search-field {
        width: 100px;
        font-size: 10px;
        padding-top: 0;
        margin-bottom: 2px; } }
    header .search-form.active .search-field::placeholder {
      font-size: 12px;
      color: #9D9DA0; }
    header .search-form.active .search-field:focus {
      background-color: #f6f6f6; }
  header .search-form {
    transition: width ease-in-out 0.8s; }
    header .search-form .search-field {
      font-size: 10px;
      padding: 0;
      border-radius: 0;
      width: 0;
      height: 30px;
      border: none;
      background-color: #f6f6f6;
      opacity: 0;
      transition: all ease-in-out 0.7s; }
      @media screen and (max-width: 1440px) {
        header .search-form .search-field {
          height: 30px;
          margin-bottom: 0; } }
      @media (max-width: 576px) {
        header .search-form .search-field {
          padding: 4px 5px;
          border-radius: 0;
          background-color: #f6f6f6;
          width: 100%;
          opacity: 1; } }
      @media (max-width: 767px) {
        header .search-form .search-field {
          padding: 0 5px;
          height: 25px;
          border-radius: 0;
          background-color: #f6f6f6;
          width: 97%;
          opacity: 1; } }
      header .search-form .search-field::placeholder {
        font-size: 12px;
        color: #9D9DA0; }
      header .search-form .search-field:focus {
        background-color: #ececec; }
  header #menu-menu-secundario {
    margin-bottom: 0; }
  header #secondary-menu {
    text-align: right; }
    @media (max-width: 767px) {
      header #secondary-menu {
        display: none;
        visibility: hidden; } }
    header #secondary-menu > div {
      padding: 0 32px 0 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    header #secondary-menu .text-menu li {
      text-align: center; }
      header #secondary-menu .text-menu li a {
        padding: 0; }
    header #secondary-menu .icons-menu a {
      float: left;
      display: inline-block;
      width: 35px;
      margin-left: 8px; }
      @media screen and (max-width: 1440px) {
        header #secondary-menu .icons-menu a {
          width: 25px; } }
    header #secondary-menu .icons-menu li {
      position: relative; }
    header #secondary-menu .cart-contents {
      position: absolute;
      bottom: 0px;
      left: 0px;
      background-color: #26e20e;
      width: auto !important;
      border-radius: 50px;
      padding: 0px 5px;
      font-size: 10px;
      color: white; }
      @media screen and (max-width: 1440px) {
        header #secondary-menu .cart-contents {
          font-size: 8px;
          padding: 0 4px; } }
      header #secondary-menu .cart-contents::after {
        height: 0; }

#submenu {
  position: fixed;
  top: -36%;
  right: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.5s ease-in-out 0.3s; }
  #submenu .sub-content {
    background-color: #fff;
    padding: 25px 0;
    width: 80%;
    z-index: 22;
    padding-top: 10px; }
    #submenu .sub-content .content-rows {
      flex-direction: column; }
      #submenu .sub-content .content-rows p {
        margin-bottom: 0;
        display: block; }
  #submenu .grid[id^=slug-].visible {
    display: flex; }
  #submenu .submenu-image > div {
    position: relative;
    text-align: center; }
  #submenu .submenu-options a {
    color: #9D9DA0;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.4em; }
    #submenu .submenu-options a:hover {
      color: #FFA890; }
  #submenu .submenu-options p a {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #6a6a73; }
  #submenu .submenu-options ul {
    padding: 0; }
    #submenu .submenu-options ul li {
      list-style: none; }
      #submenu .submenu-options ul li a {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-weight: 400;
        font-size: 12px; }

.mega-menu-item-has-children .mega-sub-menu::before {
  display: block !important;
  content: "" !important;
  width: 0%;
  height: 0%;
  background: transparent !important;
  position: absolute !important;
  left: 0 !important;
  border: 2px solid transparent !important;
  z-index: 9 !important; }
.mega-menu-item-has-children .mega-sub-menu::after {
  display: block !important;
  content: "" !important;
  width: 0%;
  height: 0%;
  background: transparent !important;
  position: absolute !important;
  left: 0 !important;
  border: 2px solid transparent !important;
  z-index: 9 !important; }
.mega-menu-item-has-children .mega-sub-menu:hover::before {
  animation: animate1 3s linear forwards; }
@keyframes animate1 {
  0% {
    width: 0 !important;
    height: 0 !important;
    border-top-color: black !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important; }
  50% {
    width: 100% !important;
    height: 0 !important;
    border-top-color: black !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important; }
  100% {
    width: 100% !important;
    height: 100% !important;
    border-top-color: black !important;
    border-right-color: black !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important; } }
.mega-menu-item-has-children .mega-sub-menu:hover::after {
  animation: animate2 3s linear forwards; }
@keyframes animate2 {
  0% {
    width: 0 !important;
    height: 0 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: black !important;
    border-bottom-color: transparent !important; }
  50% {
    width: 100% !important;
    height: 0 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: black !important;
    border-bottom-color: transparent !important; }
  100% {
    width: 100% !important;
    height: 100% !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: black !important;
    border-bottom-color: black !important; } }
footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0; }
  footer .col-lg-10 {
    margin: 0 auto; }
  footer .menu-footer {
    margin-top: 50px;
    margin-bottom: 15px; }
    footer .menu-footer h5 {
      color: #d3c185;
      font-weight: 700;
      font-size: 16px;
      text-align: center;
      margin-bottom: 20px; }
    footer .menu-footer #menu-a-dermoteca {
      position: relative; }
    footer .menu-footer #menu-encomendar-online {
      position: relative; }
    footer .menu-footer ul {
      padding: 0;
      display: inline-block; }
      footer .menu-footer ul li {
        color: #6a6a73;
        font-size: 14px;
        list-style: none;
        text-align: center;
        margin: 5px 0; }
  footer .pme img {
    max-width: 450px; }
    @media screen and (max-width: 768px) {
      footer .pme img {
        max-width: 100%; } }
  footer .newsletter {
    padding-left: 50px; }
    @media (max-width: 767px) {
      footer .newsletter {
        padding: 10px; } }
    @media (min-width: 1281px) and (max-width: 1366px) {
      footer .newsletter {
        padding: 0 25px; } }
    footer .newsletter h5 {
      color: #d3c185;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 20px;
      text-align: left; }
    footer .newsletter #frm_field_15_container {
      margin-bottom: 0 !important; }
    footer .newsletter #field_qe8gz {
      border-radius: 0px;
      background-color: #f6f6f6;
      border: none; }
    footer .newsletter .frm_form_fields fieldset {
      padding-bottom: 0 !important; }
    footer .newsletter .frm_submit {
      display: inline-block;
      margin-top: 0px; }
      @media (max-width: 768px) {
        footer .newsletter .frm_submit {
          margin-top: 15px;
          float: right; }
          footer .newsletter .frm_submit button {
            width: 120px !important; } }
      footer .newsletter .frm_submit button {
        margin-top: 0 !important;
        padding: 7px 11px !important;
        background-color: #FFA890 !important;
        color: white !important;
        font-family: "Encode Sans Semi Condensed", sans-serif !important;
        font-weight: 700 !important;
        border-radius: 0px !important;
        border: none !important;
        transition: all ease-in 0.3s; }
        footer .newsletter .frm_submit button:hover {
          background-color: #631F41 !important; }
    footer .newsletter p {
      color: #9D9DA0;
      font-size: 12px;
      padding-right: 185px;
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-weight: 100;
      text-align: left; }
      @media (max-width: 767px) {
        footer .newsletter p {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 1280px) {
        footer .newsletter p {
          padding-right: 85px; } }
  footer .payments {
    text-align: center; }
    footer .payments h5 {
      text-align: center; }
    footer .payments .images-payments {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      margin: 20px 0; }
      footer .payments .images-payments svg {
        width: 80px;
        transition: all ease-in-out 0.2s; }
        @media (max-width: 520px) {
          footer .payments .images-payments svg {
            width: 60px;
            padding: 0 5px; } }
      footer .payments .images-payments #multibanco {
        width: 60px; }
  footer .powered-row {
    padding: 10px 0;
    background-color: #d3c185;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media (max-width: 767px) {
      footer .powered-row {
        display: inline-flex;
        justify-content: unset; } }
    footer .powered-row:hover .block p {
      color: #631f41; }
    footer .powered-row:hover .block svg path {
      fill: #631F41; }
    footer .powered-row:hover .block svg polygon {
      fill: #631F41; }
    footer .powered-row:hover .block svg circle {
      fill: #631F41; }
    @media (max-width: 767px) {
      footer .powered-row .powered-by {
        margin: 0 3%;
        margin: 0 auto; } }
    footer .powered-row .powered-by a {
      text-decoration: none;
      display: flex;
      align-items: center; }
    footer .powered-row div {
      display: flex;
      align-items: center;
      justify-content: center; }
      footer .powered-row div p {
        display: inline-block;
        margin-bottom: 0;
        margin: 0 10px;
        font-size: 12px;
        font-weight: 700;
        color: white; }
        @media (max-width: 767px) {
          footer .powered-row div p {
            font-size: 10px; } }
      footer .powered-row div svg {
        height: 25px; }
    @media (max-width: 767px) {
      footer .powered-row .block {
        margin: 0 auto; } }
    footer .powered-row .block p {
      transition: all ease-in-out 0.3s; }
    footer .powered-row .block a {
      display: flex; }
    footer .powered-row .block svg {
      height: 25px; }
      footer .powered-row .block svg path {
        transition: all ease-in-out 0.3s; }
      footer .powered-row .block svg polygon {
        transition: all ease-in-out 0.3s; }
      footer .powered-row .block svg circle {
        transition: all ease-in-out 0.3s; }

.home.page-template-default {
  font-family: 'Encode Sans', sans-serif;
  background-size: 70%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat; }
  .home.page-template-default .main {
    overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .home.page-template-default .skin-container {
      display: none; } }
  .home.page-template-default .carousel {
    width: 100%;
    margin: 0 auto;
    /*        .slide {
    			min-height: 750px;
    			@media (max-width: 767px) {
    				min-height: 480px;
    			}
    
    		}*/ }
    .home.page-template-default .carousel .st0 {
      fill: #000 !important; }
    .home.page-template-default .carousel .slick-list {
      padding: 0; }
    .home.page-template-default .carousel .slick-slide img {
      width: 100%;
      height: auto; }
    .home.page-template-default .carousel .slick-prev {
      display: inline-block;
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      z-index: 2;
      width: 40px;
      cursor: pointer;
      left: 100px; }
      @media (min-width: 1281px) and (max-width: 1366px) {
        .home.page-template-default .carousel .slick-prev {
          left: 50px; } }
      @media (max-width: 768px) {
        .home.page-template-default .carousel .slick-prev {
          left: 0px; } }
      .home.page-template-default .carousel .slick-prev path {
        transition: all ease-in-out 0.3s; }
      .home.page-template-default .carousel .slick-prev:hover .esq {
        fill: #d3c185; }
      @media (max-width: 767px) {
        .home.page-template-default .carousel .slick-prev {
          left: 0; } }
    .home.page-template-default .carousel .slick-next {
      display: inline-block;
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      z-index: 2;
      right: 100px;
      width: 40px;
      cursor: pointer; }
      @media (min-width: 1281px) and (max-width: 1366px) {
        .home.page-template-default .carousel .slick-next {
          right: 50px; } }
      @media (max-width: 768px) {
        .home.page-template-default .carousel .slick-next {
          right: 0px; } }
      .home.page-template-default .carousel .slick-next path {
        transition: all ease-in-out 0.3s; }
      .home.page-template-default .carousel .slick-next:hover .dir {
        fill: #d3c185; }
      @media (max-width: 767px) {
        .home.page-template-default .carousel .slick-next {
          right: 0; } }
  .home.page-template-default .carousel-small .slick-list {
    padding: 0; }
  .home.page-template-default .carousel-small .slide {
    min-height: 255px;
    background-position: center;
    background-size: cover; }
  .home.page-template-default .carousel-small .slick-prev {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    cursor: pointer;
    left: 20px; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .home.page-template-default .carousel-small .slick-prev {
        left: -20px; } }
    .home.page-template-default .carousel-small .slick-prev path {
      transition: all ease-in-out 0.3s; }
    .home.page-template-default .carousel-small .slick-prev:hover .esq {
      fill: #d3c185; }
  .home.page-template-default .carousel-small .slick-next {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    right: 0px;
    width: 40px;
    cursor: pointer; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .home.page-template-default .carousel-small .slick-next {
        right: -20px; } }
    .home.page-template-default .carousel-small .slick-next path {
      transition: all ease-in-out 0.3s; }
    .home.page-template-default .carousel-small .slick-next:hover .dir {
      fill: #d3c185; }
  .home.page-template-default .text-main-propaganda {
    text-align: center; }
  .home.page-template-default .best-seller-slide .slick-list {
    padding: 0 !important;
    max-height: 540px !important; }
  .home.page-template-default .best-seller-slide .slide {
    min-height: 750px; }
  .home.page-template-default .best-seller-slide .slick-prev {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    cursor: pointer;
    left: 0; }
    @media (max-width: 767px) {
      .home.page-template-default .best-seller-slide .slick-prev {
        left: 0; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .home.page-template-default .best-seller-slide .slick-prev {
        left: 0; } }
    @media (min-width: 1281px) and (max-width: 1366px) {
      .home.page-template-default .best-seller-slide .slick-prev {
        left: 0px; } }
    .home.page-template-default .best-seller-slide .slick-prev path {
      transition: all ease-in-out 0.3s; }
    .home.page-template-default .best-seller-slide .slick-prev:hover .esq {
      fill: #d3c185; }
  .home.page-template-default .best-seller-slide .slick-next {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    right: 0;
    width: 40px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .home.page-template-default .best-seller-slide .slick-next {
        right: 0; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .home.page-template-default .best-seller-slide .slick-next {
        right: 0; } }
    @media (min-width: 1281px) and (max-width: 1366px) {
      .home.page-template-default .best-seller-slide .slick-next {
        right: 0px; } }
    .home.page-template-default .best-seller-slide .slick-next path {
      transition: all ease-in-out 0.3s; }
    .home.page-template-default .best-seller-slide .slick-next:hover .dir {
      fill: #d3c185; }
  .home.page-template-default .category-slide .slick-list {
    padding: 0; }
  .home.page-template-default .category-slide .slide {
    min-height: 350px; }
  .home.page-template-default .category-slide .slick-prev {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    cursor: pointer;
    left: 100px; }
    @media (max-width: 767px) {
      .home.page-template-default .category-slide .slick-prev {
        left: 0; } }
    @media (min-width: 1281px) and (max-width: 1366px) {
      .home.page-template-default .category-slide .slick-prev {
        left: 50px; } }
    .home.page-template-default .category-slide .slick-prev path {
      transition: all ease-in-out 0.3s; }
    .home.page-template-default .category-slide .slick-prev:hover .esq {
      fill: #d3c185; }
  .home.page-template-default .category-slide .slick-next {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    right: 100px;
    width: 40px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .home.page-template-default .category-slide .slick-next {
        right: 0; } }
    @media (min-width: 1281px) and (max-width: 1366px) {
      .home.page-template-default .category-slide .slick-next {
        right: 50px; } }
    .home.page-template-default .category-slide .slick-next path {
      transition: all ease-in-out 0.3s; }
    .home.page-template-default .category-slide .slick-next:hover .dir {
      fill: #d3c185; }
  .home.page-template-default .result-product-slide .slick-list {
    padding: 0; }
  .home.page-template-default .result-product-slide .slide {
    min-height: 450px; }
  .home.page-template-default .result-product-slide .slick-prev {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    cursor: pointer;
    left: 100px; }
    @media (min-width: 1281px) and (max-width: 1366px) {
      .home.page-template-default .result-product-slide .slick-prev {
        left: 50px; } }
    .home.page-template-default .result-product-slide .slick-prev path {
      transition: all ease-in-out 0.3s; }
    .home.page-template-default .result-product-slide .slick-prev:hover .esq {
      fill: #d3c185; }
  .home.page-template-default .result-product-slide .slick-next {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    right: 100px;
    width: 40px;
    cursor: pointer; }
    @media (min-width: 1281px) and (max-width: 1366px) {
      .home.page-template-default .result-product-slide .slick-next {
        right: 50px; } }
    .home.page-template-default .result-product-slide .slick-next path {
      transition: all ease-in-out 0.3s; }
    .home.page-template-default .result-product-slide .slick-next:hover .dir {
      fill: #d3c185; }
  .home.page-template-default .row {
    position: relative;
    overflow: hidden; }
    .home.page-template-default .row .carousel .slide {
      display: flex;
      align-items: center;
      outline: none;
      background-size: cover; }
      @media (max-width: 1200px) {
        .home.page-template-default .row .carousel .slide {
          background-size: cover;
          background-position: center; } }
      .home.page-template-default .row .carousel .slide .content {
        position: absolute;
        left: 25%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        z-index: 9; }
        .home.page-template-default .row .carousel .slide .content .titles {
          background: rgba(255, 255, 255, 0.71);
          margin-bottom: 20px; }
        .home.page-template-default .row .carousel .slide .content h2 {
          font-size: 56px;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-weight: 900;
          color: inherit;
          letter-spacing: 0.05em;
          min-width: 825px;
          padding: 10px 20px;
          margin-bottom: 0;
          font-size: 42px; }
          @media (min-width: 768px) and (max-width: 1280px) {
            .home.page-template-default .row .carousel .slide .content h2 {
              font-size: 30px;
              min-width: 0; } }
          @media (max-width: 767px) {
            .home.page-template-default .row .carousel .slide .content h2 {
              min-width: 0;
              font-size: 22px; } }
        .home.page-template-default .row .carousel .slide .content h4 {
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-weight: 400;
          color: #6a6a73;
          letter-spacing: 0.05em;
          padding: 15px 20px; }
          @media (max-width: 767px) {
            .home.page-template-default .row .carousel .slide .content h4 {
              font-size: 20px;
              min-width: 0; } }
        .home.page-template-default .row .carousel .slide .content .adicionar {
          margin-top: 25px;
          margin-bottom: 35px;
          cursor: pointer;
          border: none;
          color: #fff;
          background: #6a6a73;
          border-radius: 5px;
          padding: 5px 10px;
          transition: all ease-in-out 0.3s; }
          .home.page-template-default .row .carousel .slide .content .adicionar p {
            margin: 0;
            border: none !important;
            padding: 0 !important; }
            .home.page-template-default .row .carousel .slide .content .adicionar p a {
              background: #6a6a73;
              color: white;
              font-weight: 400;
              padding: 0 15px;
              transition: all ease-in-out 0.3s; }
            .home.page-template-default .row .carousel .slide .content .adicionar p .added {
              display: none; }
          .home.page-template-default .row .carousel .slide .content .adicionar:hover {
            background-color: #d3c185;
            box-shadow: 0 5px 10px 2px rgba(50, 50, 50, 0.2); }
            .home.page-template-default .row .carousel .slide .content .adicionar:hover a {
              background-color: #d3c185; }
        .home.page-template-default .row .carousel .slide .content .link-produto {
          cursor: pointer; }
          .home.page-template-default .row .carousel .slide .content .link-produto:hover button {
            background-color: #6a6a73;
            box-shadow: 0 5px 10px 2px rgba(50, 50, 50, 0.2); }
          .home.page-template-default .row .carousel .slide .content .link-produto button {
            background-color: #d3c185;
            border: none;
            color: #fff;
            border-radius: 5px;
            padding: 5px 10px;
            transition: all ease-in-out 0.3s; }
            .home.page-template-default .row .carousel .slide .content .link-produto button p {
              margin: 0; }
    .home.page-template-default .row.quizz {
      padding-bottom: 30px; }
      .home.page-template-default .row.quizz .frm_opt_container {
        display: inline-block;
        width: 100%; }
      .home.page-template-default .row.quizz .frm_submit {
        margin-top: 15px; }
      .home.page-template-default .row.quizz .description {
        text-align: center;
        margin-top: 30px;
        color: white; }
        .home.page-template-default .row.quizz .description h3 {
          color: white; }
      .home.page-template-default .row.quizz .frm_primary_label {
        text-align: center; }
      .home.page-template-default .row.quizz .frm_radio {
        float: left;
        text-align: center;
        min-width: 20%;
        margin-top: 30px; }
        .home.page-template-default .row.quizz .frm_radio input {
          display: none; }
        .home.page-template-default .row.quizz .frm_radio label {
          color: #ffa890;
          height: 100px;
          margin: 0 auto 15px;
          cursor: pointer;
          padding-top: 150px;
          text-align: center;
          text-indent: 0;
          padding-left: 0;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          -ms-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out; }
      .home.page-template-default .row.quizz .gender .frm_radio {
        width: calc(100% / 2); }
        .home.page-template-default .row.quizz .gender .frm_radio:first-child label {
          background: url("../../assets/images/mulher.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .gender .frm_radio:last-child label {
          background: url("../../assets/images/homem.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .gender .frm_radio input {
          display: none; }
        .home.page-template-default .row.quizz .gender .frm_radio label {
          color: #ffa890;
          height: 150px;
          width: 150px;
          margin: 0 auto 15px;
          cursor: pointer;
          padding-top: 150px;
          text-align: center; }
        .home.page-template-default .row.quizz .gender .frm_radio:first-child label.selected {
          background: url("../../assets/images/mulher-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .gender .frm_radio:last-child label.selected {
          background: url("../../assets/images/homem-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .age input[type='number'] {
        width: 150px;
        font-size: 50px;
        height: 150px;
        text-align: center;
        margin: auto;
        display: block;
        margin-top: 30px; }
      .home.page-template-default .row.quizz .zone_1 .frm_radio {
        width: calc(100% / 5); }
        .home.page-template-default .row.quizz .zone_1 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/rosto.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_1 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/corpo.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_1 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/cabelo.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_1 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/dermite_da_fralda.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_1 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/nariz.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_1 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/rosto-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_1 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/corpo-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_1 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/cabelo-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_1 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/dermite_da_fralda-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_1 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/nariz-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .zone_2 .frm_radio {
        width: 20%; }
        .home.page-template-default .row.quizz .zone_2 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/rosto.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_2 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/corpo.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_2 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/cabelo.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_2 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/cuidado_intimo.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_2 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/nariz.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_2 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/rosto-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_2 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/corpo-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_2 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/cabelo-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_2 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/cuidado_intimo-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .zone_2 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/nariz-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .rosto_1 .frm_radio {
        width: calc(100% / 7); }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/acne_neonatal.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/varicela.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/crosta_lactea.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/outras_alteracoes_cutaneas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+7) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/acne_neonatal-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/varicela-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/crosta_lactea-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/outras_alteracoes_cutaneas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_1 .frm_radio:nth-child(0n+7) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .rosto_2 .frm_radio {
        width: calc(100% / 5); }
        .home.page-template-default .row.quizz .rosto_2 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/acne.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_2 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/varicela.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_2 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_2 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_2 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_2 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/acne-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_2 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/varicela-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_2 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_2 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_2 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .rosto_3 .frm_radio {
        width: calc(100% / 8); }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/acne.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/rosacea.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/manchas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/outras_alteracoes_cutaneas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+7) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+8) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/acne-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/rosacea-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/manchas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/outras_alteracoes_cutaneas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+7) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_3 .frm_radio:nth-child(0n+8) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .rosto_4 .frm_radio {
        width: calc(100% / 10); }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/acne.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/rosacea.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/rugas_e_antienvelhecimento.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/manchas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+7) label {
          background: url("../../assets/images/outras_alteracoes_cutaneas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+8) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+9) label {
          background: url("../../assets/images/gravidez.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+10) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/acne-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/rosacea-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/rugas_e_antienvelhecimento-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/manchas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+7) label.selected {
          background: url("../../assets/images/outras_alteracoes_cutaneas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+8) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+9) label.selected {
          background: url("../../assets/images/gravidez-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_4 .frm_radio:nth-child(0n+10) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .rosto_5 .frm_radio {
        width: calc(100% / 8); }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/rosacea.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/rugas_e_antienvelhecimento.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/manchas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+7) label {
          background: url("../../assets/images/menopausa.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+8) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/rosacea-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/rugas_e_antienvelhecimento-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/manchas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+7) label.selected {
          background: url("../../assets/images/menopausa-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_5 .frm_radio:nth-child(0n+8) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .rosto_6 .frm_radio {
        width: calc(100% / 9); }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/acne.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/rosacea.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/rugas_e_antienvelhecimento.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/manchas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+7) label {
          background: url("../../assets/images/outras_alteracoes_cutaneas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+8) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+9) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/acne-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/rosacea-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/rugas_e_antienvelhecimento-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/manchas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+7) label.selected {
          background: url("../../assets/images/outras_alteracoes_cutaneas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+8) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_6 .frm_radio:nth-child(0n+9) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .rosto_7 .frm_radio {
        width: calc(100% / 7); }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/rosacea.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/rugas_e_antienvelhecimento.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/manchas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+7) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/rosacea-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/rugas_e_antienvelhecimento-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/manchas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .rosto_7 .frm_radio:nth-child(0n+7) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .corpo_1 .frm_radio {
        width: calc(100% / 6); }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/varicela.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/dermite_da_fralda.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/outras_alteracoes_cutaneas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/varicela-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/dermite_da_fralda-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/outras_alteracoes_cutaneas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_1 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .corpo_2 .frm_radio {
        width: calc(100% / 4); }
        .home.page-template-default .row.quizz .corpo_2 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/varicela.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_2 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_2 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_2 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_2 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/varicela-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_2 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_2 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_2 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .corpo_3 .frm_radio {
        width: calc(100% / 8); }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/acne.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/manchas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/outras_alteracoes_cutaneas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+7) label {
          background: url("../../assets/images/transpiracao.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+8) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/acne-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/manchas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/outras_alteracoes_cutaneas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+7) label.selected {
          background: url("../../assets/images/transpiracao-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_3 .frm_radio:nth-child(0n+8) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .corpo_4 .frm_radio {
        width: calc(100% / 8); }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/acne.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/manchas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/gravidez.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+7) label {
          background: url("../../assets/images/trasnspiracao.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+8) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/acne-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/manchas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/gravidez-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+7) label.selected {
          background: url("../../assets/images/trasnspiracao-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_4 .frm_radio:nth-child(0n+8) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .corpo_5 .frm_radio {
        width: calc(100% / 7); }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/manchas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/menopausa.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/transpiracao.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+7) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/manchas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/menopausa-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/transpiracao-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_5 .frm_radio:nth-child(0n+7) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .corpo_6 .frm_radio {
        width: calc(100% / 8); }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/acne.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/manchas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/outras_alteracoes_cutaneas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+6) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+7) label {
          background: url("../../assets/images/transpiracao.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+8) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/acne-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/manchas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/outras_alteracoes_cutaneas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+6) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+7) label.selected {
          background: url("../../assets/images/transpiracao-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_6 .frm_radio:nth-child(0n+8) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .corpo_7 .frm_radio {
        width: calc(100% / 5); }
        .home.page-template-default .row.quizz .corpo_7 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/pele_atopica.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_7 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/manchas.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_7 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_7 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/protecao_solar.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_7 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_7 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/pele_atopica-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_7 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/manchas-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_7 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_7 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/protecao_solar-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .corpo_7 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .cabelo_1 .frm_radio {
        width: calc(100% / 2); }
        .home.page-template-default .row.quizz .cabelo_1 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/crosta_lactea.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_1 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_1 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/crosta_lactea-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_1 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .cabelo_2 .frm_radio {
        width: calc(100% / 2); }
        .home.page-template-default .row.quizz .cabelo_2 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/caspa.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_2 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_2 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/caspa-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_2 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .cabelo_3 .frm_radio {
        width: calc(100% / 4); }
        .home.page-template-default .row.quizz .cabelo_3 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/caspa.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_3 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_3 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/queda_de_cabelo.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_3 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_3 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/caspa-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_3 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_3 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/queda_de_cabelo-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_3 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .cabelo_4 .frm_radio {
        width: calc(100% / 5); }
        .home.page-template-default .row.quizz .cabelo_4 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/caspa.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_4 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_4 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/queda_de_cabelo.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_4 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/gravidez.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_4 .frm_radio:nth-child(0n+5) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_4 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/caspa-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_4 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_4 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/queda_de_cabelo-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_4 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/gravidez-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_4 .frm_radio:nth-child(0n+5) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .cabelo_5 .frm_radio {
        width: calc(100% / 4); }
        .home.page-template-default .row.quizz .cabelo_5 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/caspa.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_5 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_5 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/queda_de_cabelo.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_5 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_5 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/caspa-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_5 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_5 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/queda_de_cabelo-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_5 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .cabelo_6 .frm_radio {
        width: calc(100% / 4); }
        .home.page-template-default .row.quizz .cabelo_6 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/caspa.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_6 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/psoriase.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_6 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/queda_de_cabelo.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_6 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_6 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/caspa-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_6 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/psoriase-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_6 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/queda_de_cabelo-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo_6 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .intime_1 .frm_radio {
        width: calc(100% / 3); }
        .home.page-template-default .row.quizz .intime_1 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/irritacao_e_prurido.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_1 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/desporto.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_1 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_1 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/irritacao_e_prurido-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_1 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/desporto.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_1 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .intime_2 .frm_radio {
        width: calc(100% / 4); }
        .home.page-template-default .row.quizz .intime_2 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/irritacao_e_prurido.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_2 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/gravidez.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_2 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/desporto.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_2 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_2 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/irritacao_e_prurido-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_2 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/gravidez-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_2 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/desporto-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_2 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .intime_3 .frm_radio {
        width: calc(100% / 4); }
        .home.page-template-default .row.quizz .intime_3 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/irritacao_e_prurido.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_3 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/menopausa.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_3 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/desporto.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_3 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_3 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/irritacao_e_prurido-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_3 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/menopausa-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_3 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/desporto-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_3 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .intime_4 .frm_radio {
        width: calc(100% / 3); }
        .home.page-template-default .row.quizz .intime_4 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/irritacao_e_prurido.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_4 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/desporto.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_4 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/cuidado_quotidiano.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_4 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/irritacao_e_prurido-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_4 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/desporto-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_4 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/cuidado_quotidiano-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .nariz_1 .frm_radio {
        width: calc(100% / 1); }
        .home.page-template-default .row.quizz .nariz_1 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/nariz.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_1 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/nariz-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .nariz_2 .frm_radio {
        width: calc(100% / 3); }
        .home.page-template-default .row.quizz .nariz_2 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/nariz.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_2 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/garganta.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_2 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/ouvidos.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_2 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/nariz-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_2 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/garganta-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_2 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/ouvidos-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .intime_m_1 .frm_radio {
        width: calc(100% / 4); }
        .home.page-template-default .row.quizz .intime_m_1 .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/seca.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_m_1 .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/mista.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_m_1 .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/oleosa.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_m_1 .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/sensivel.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_m_1 .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/seca-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_m_1 .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/mista-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_m_1 .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/oleosa-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .intime_m_1 .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/sensivel-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .caspa .frm_radio {
        width: calc(100% / 2); }
        .home.page-template-default .row.quizz .caspa .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/seca.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .caspa .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/oleosa.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .caspa .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/seca-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .caspa .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/oleosa-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .cabelo .frm_radio {
        width: calc(100% / 4); }
        .home.page-template-default .row.quizz .cabelo .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/normal.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/seca.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/espigado.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo .frm_radio:nth-child(0n+4) label {
          background: url("../../assets/images/oleoso.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/normal-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/seca-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/espigado-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .cabelo .frm_radio:nth-child(0n+4) label.selected {
          background: url("../../assets/images/oleoso-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .simple .frm_radio {
        width: calc(100% / 2); }
        .home.page-template-default .row.quizz .simple .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/hidratacao.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .simple .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/higiene.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .simple .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/hidratacao-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .simple .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/higiene-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .complete .frm_radio {
        width: calc(100% / 3); }
        .home.page-template-default .row.quizz .complete .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/higiene.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .complete .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/hidratacao.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .complete .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/esfoliacao.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .complete .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/higiene-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .complete .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/hidratacao-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .complete .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/esfoliacao-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .nariz_cuidado .frm_radio {
        width: calc(100% / 3); }
        .home.page-template-default .row.quizz .nariz_cuidado .frm_radio:nth-child(0n+1) label {
          background: url("../../assets/images/higiene.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_cuidado .frm_radio:nth-child(0n+2) label {
          background: url("../../assets/images/hidratacao.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_cuidado .frm_radio:nth-child(0n+3) label {
          background: url("../../assets/images/descongestao_nasal.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_cuidado .frm_radio:nth-child(0n+1) label.selected {
          background: url("../../assets/images/higiene-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_cuidado .frm_radio:nth-child(0n+2) label.selected {
          background: url("../../assets/images/hidratacao-selected.svg") 50% no-repeat; }
        .home.page-template-default .row.quizz .nariz_cuidado .frm_radio:nth-child(0n+3) label.selected {
          background: url("../../assets/images/descongestao_nasal-selected.svg") 50% no-repeat; }
      .home.page-template-default .row.quizz .left {
        background-size: cover !important; }
      .home.page-template-default .row.quizz .right label {
        color: white; }
      .home.page-template-default .row.quizz .right .frm_primary_label {
        color: #FFA890; }
      .home.page-template-default .row.quizz .frm_rootline_group {
        margin-top: 0; }
        .home.page-template-default .row.quizz .frm_rootline_group li {
          height: 20px; }
          .home.page-template-default .row.quizz .frm_rootline_group li input {
            height: 20px; }
            .home.page-template-default .row.quizz .frm_rootline_group li input.frm_page_back {
              background-color: #FFA890;
              border-color: #FFA890; }
      .home.page-template-default .row.quizz button {
        border-color: transparent !important;
        background: transparent !important;
        box-shadow: none !important;
        color: white !important; }
        .home.page-template-default .row.quizz button.frm_button_submit {
          float: right; }
          .home.page-template-default .row.quizz button.frm_button_submit:after {
            content: " >"; }
        .home.page-template-default .row.quizz button.frm_prev_page:before {
          content: "< "; }
  .home.page-template-default .diagonal {
    height: 150px;
    width: 160%;
    position: absolute;
    overflow: hidden;
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
    top: -95px;
    z-index: 0;
    left: -200px; }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .home.page-template-default .diagonal {
        height: 150px;
        width: 131%;
        position: absolute;
        overflow: hidden;
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
        top: -105px;
        z-index: 0;
        left: -130px; } }
    @media (max-width: 767px) {
      .home.page-template-default .diagonal {
        left: -50px; } }
    .home.page-template-default .diagonal::before {
      content: "";
      display: block;
      height: 150px;
      width: 150%;
      background: #fff;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transform: rotate(-1.5deg);
      transform: rotate(-1.5deg); }
  .home.page-template-default .carousel-pequeno {
    max-height: 425px; }
    @media (min-width: 1281px) and (max-width: 1366px) {
      .home.page-template-default .carousel-pequeno {
        max-height: 285px; } }
  .home.page-template-default .row-small-carousel {
    position: relative; }
  .home.page-template-default .block-text-slider {
    margin: 0 !important;
    text-align: center;
    position: absolute;
    top: 35%; }
    @media (max-width: 521px) {
      .home.page-template-default .block-text-slider {
        position: relative;
        top: inherit; } }
    @media (min-width: 1281px) and (max-width: 1366px) {
      .home.page-template-default .block-text-slider {
        top: 25%; } }
    .home.page-template-default .block-text-slider .text-slider p {
      margin-top: 25px;
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-weight: 400;
      color: #3B4F60;
      letter-spacing: 0.05em;
      font-size: 14px; }
  .home.page-template-default .col-lg-10 {
    margin: 0 auto; }
    .home.page-template-default .col-lg-10 .row-small-carousel {
      min-height: 600px;
      top: -180px; }
      @media (min-width: 1281px) and (max-width: 1366px) {
        .home.page-template-default .col-lg-10 .row-small-carousel {
          min-height: 400px;
          top: -80px; } }
      @media (max-width: 768px) {
        .home.page-template-default .col-lg-10 .row-small-carousel {
          position: relative;
          top: auto;
          display: none; } }
      .home.page-template-default .col-lg-10 .row-small-carousel .col-lg-4 {
        position: absolute;
        right: 0px;
        z-index: 2; }
        @media (max-width: 767px) {
          .home.page-template-default .col-lg-10 .row-small-carousel .col-lg-4 {
            position: relative;
            bottom: 0; } }
        @media (min-width: 1281px) and (max-width: 1366px) {
          .home.page-template-default .col-lg-10 .row-small-carousel .col-lg-4 {
            top: -40px; } }
    .home.page-template-default .col-lg-10 .text-main-propaganda {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .home.page-template-default .col-lg-10 .text-main-propaganda h3 {
        font-weight: 600; }
      .home.page-template-default .col-lg-10 .text-main-propaganda p {
        margin-top: 25px;
        font-size: 14px; }
    @media (max-width: 767px) {
      .home.page-template-default .col-lg-10 .carousel-small .slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .home.page-template-default .col-lg-10 .carousel-small .slide img {
      max-width: 100%; }
    .home.page-template-default .col-lg-10 .carousel-small .slide .buttons {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      position: absolute;
      z-index: 9999;
      bottom: 50px;
      width: 100%; }
    .home.page-template-default .col-lg-10 .carousel-small .slide .adicionar {
      margin: 0;
      cursor: pointer;
      border: none;
      color: #fff;
      background: #6a6a73;
      border-radius: 5px;
      padding: 5px 10px;
      transition: all ease-in-out 0.3s; }
      .home.page-template-default .col-lg-10 .carousel-small .slide .adicionar p {
        margin: 0;
        border: none !important;
        padding: 0 !important; }
        .home.page-template-default .col-lg-10 .carousel-small .slide .adicionar p a {
          background: #6a6a73;
          color: white;
          font-weight: 400;
          padding: 0 15px;
          transition: all ease-in-out 0.3s; }
        .home.page-template-default .col-lg-10 .carousel-small .slide .adicionar p .added {
          display: none; }
      .home.page-template-default .col-lg-10 .carousel-small .slide .adicionar:hover {
        background-color: #d3c185;
        box-shadow: 0 5px 10px 2px rgba(50, 50, 50, 0.2); }
        .home.page-template-default .col-lg-10 .carousel-small .slide .adicionar:hover a {
          background-color: #d3c185; }
    .home.page-template-default .col-lg-10 .carousel-small .slide .link-produto {
      cursor: pointer;
      text-decoration: none;
      float: right; }
      @media (max-width: 767px) {
        .home.page-template-default .col-lg-10 .carousel-small .slide .link-produto {
          margin-right: 0; } }
      .home.page-template-default .col-lg-10 .carousel-small .slide .link-produto:hover button {
        background-color: #6a6a73;
        box-shadow: 0 5px 10px 2px rgba(50, 50, 50, 0.2); }
      .home.page-template-default .col-lg-10 .carousel-small .slide .link-produto button {
        background-color: #d3c185;
        border: none;
        color: #fff;
        border-radius: 5px;
        padding: 5px 10px;
        transition: all ease-in-out 0.3s; }
        .home.page-template-default .col-lg-10 .carousel-small .slide .link-produto button p {
          margin: 0; }
  .home.page-template-default .col-12 {
    margin: 0 auto; }
    .home.page-template-default .col-12 .best-seller-text {
      text-align: center; }
      .home.page-template-default .col-12 .best-seller-text h3 {
        margin-bottom: 20px;
        font-weight: 600; }
    .home.page-template-default .col-12 .best-seller-slide {
      margin-bottom: 60px; }
      @media (min-width: 1281px) and (max-width: 1366px) {
        .home.page-template-default .col-12 .best-seller-slide {
          margin-top: 35px; } }
      .home.page-template-default .col-12 .best-seller-slide .slick-track {
        padding-top: 20px;
        padding-bottom: 20px; }
      .home.page-template-default .col-12 .best-seller-slide .slick-center:hover {
        border: 1px solid white;
        background: white;
        border-color: #d3c185;
        bottom: 20px; }
        .home.page-template-default .col-12 .best-seller-slide .slick-center:hover .hover-block {
          background: #d3c185;
          box-shadow: 0 5px 10px 2px rgba(50, 50, 50, 0.2); }
      .home.page-template-default .col-12 .best-seller-slide .slick-center:focus {
        outline: none; }
      .home.page-template-default .col-12 .best-seller-slide .slide {
        padding: 20px 55px;
        min-height: 500px;
        background-position: center -150%;
        background-size: 75%;
        background-repeat: no-repeat;
        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-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        overflow: hidden;
        transition: all .2s ease-in-out;
        bottom: 0;
        				/* &:last-of-type {
        
        				@media (max-width: 767px) {
        				display: none;
        			}
        			}*/ }
        .home.page-template-default .col-12 .best-seller-slide .slide .ribbon {
          font-family: Encode Sans Semi Condensed, sans-serif;
          position: absolute;
          text-align: center;
          color: #fff;
          font-weight: 700;
          width: 200px;
          height: 100px;
          font-size: 14px;
          background-color: #ffa890;
          right: -100px;
          top: -50px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(45deg);
          box-shadow: 0 1px 16px -4px #6d6d6d;
          display: flex;
          align-items: flex-end;
          justify-content: center;
          padding-bottom: 8px; }
        @media (min-width: 1919px) {
          .home.page-template-default .col-12 .best-seller-slide .slide {
            min-width: 496px;
            max-height: 500px; } }
        .home.page-template-default .col-12 .best-seller-slide .slide a {
          text-decoration: none; }
        .home.page-template-default .col-12 .best-seller-slide .slide img {
          max-width: 100%;
          border-radius: 5px; }
        @media (max-width: 767px) {
          .home.page-template-default .col-12 .best-seller-slide .slide {
            padding: 18px;
            background-position: center; } }
        @media (min-width: 768px) and (max-width: 1280px) {
          .home.page-template-default .col-12 .best-seller-slide .slide {
            padding: 0 55px;
            background-position: center; } }
        .home.page-template-default .col-12 .best-seller-slide .slide .product-title {
          font-size: 1.2em;
          min-height: 45px; }
          @media (max-width: 767px) {
            .home.page-template-default .col-12 .best-seller-slide .slide .product-title {
              padding-top: 10px; } }
          .home.page-template-default .col-12 .best-seller-slide .slide .product-title a {
            font-weight: 700;
            position: relative;
            text-decoration: none;
            color: #6a6a73; }
        .home.page-template-default .col-12 .best-seller-slide .slide .category {
          color: #d3c185;
          font-weight: 400;
          font-size: 1em;
          height: 35px; }
        .home.page-template-default .col-12 .best-seller-slide .slide .row {
          display: flex;
          align-items: center;
          margin-left: 0;
          max-width: 602px;
          margin-bottom: 15px; }
          .home.page-template-default .col-12 .best-seller-slide .slide .row .saber-mais {
            margin-right: 15px;
            background-color: #631F41;
            border: none;
            border-radius: 5px;
            padding: 5px 10px;
            transition: all ease-in-out 0.3s;
            font-size: 14px; }
            .home.page-template-default .col-12 .best-seller-slide .slide .row .saber-mais a {
              color: white;
              font-family: 'Encode Sans Semi Condensed', sans-serif;
              text-decoration: none; }
            .home.page-template-default .col-12 .best-seller-slide .slide .row .saber-mais:hover {
              background-color: #FFA890; }
          .home.page-template-default .col-12 .best-seller-slide .slide .row .adicionar {
            margin-right: 15px;
            background-color: #FFA890;
            border: none;
            border-radius: 5px;
            padding: 5px 10px;
            transition: all ease-in-out 0.3s;
            font-size: 14px; }
            .home.page-template-default .col-12 .best-seller-slide .slide .row .adicionar a {
              color: white;
              font-family: 'Encode Sans Semi Condensed', sans-serif;
              text-decoration: none; }
            .home.page-template-default .col-12 .best-seller-slide .slide .row .adicionar .added {
              display: none; }
            .home.page-template-default .col-12 .best-seller-slide .slide .row .adicionar:hover {
              background-color: #631F41; }
          .home.page-template-default .col-12 .best-seller-slide .slide .row .price {
            justify-self: flex-end;
            font-weight: 400;
            color: #d3c185;
            font-size: 1.3em;
            letter-spacing: -.5px; }
            @media (max-width: 767px) {
              .home.page-template-default .col-12 .best-seller-slide .slide .row .price {
                font-size: 1.1em; } }
        .home.page-template-default .col-12 .best-seller-slide .slide .hover-block {
          height: 150px;
          position: absolute;
          bottom: -5%;
          left: -5%;
          width: 110%;
          z-index: -1;
          transition: background ease-in-out 0.4s; }
  .home.page-template-default .category-slide .slide {
    min-height: 550px;
    max-height: 550px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 155px;
    font-family: 'Encode Sans Semi Condensed', sans-serif; }
    @media (max-width: 767px) {
      .home.page-template-default .category-slide .slide {
        padding-right: 0;
        min-height: 350px; } }
    @media (min-width: 768px) and (max-width: 1280px) {
      .home.page-template-default .category-slide .slide {
        min-height: 375px; } }
    @media (max-width: 767px) {
      .home.page-template-default .category-slide .slide .col-8 {
        margin: 0 auto; } }
    .home.page-template-default .category-slide .slide .col-8 button {
      background-color: white;
      border: none;
      border-radius: 5px;
      padding: 5px 10px;
      transition: all ease-in-out 0.5s; }
      .home.page-template-default .category-slide .slide .col-8 button a {
        text-decoration: none; }
        .home.page-template-default .category-slide .slide .col-8 button a p {
          color: #631F41;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          margin-bottom: 0;
          font-weight: 400; }
      .home.page-template-default .category-slide .slide .col-8 button:hover {
        background-color: #631F41; }
        .home.page-template-default .category-slide .slide .col-8 button:hover p {
          color: white; }
  .home.page-template-default .beneficios {
    margin-top: 50px;
    padding: 25px 0;
    background-color: #FFA890; }
    .home.page-template-default .beneficios section {
      margin: 0 auto;
      text-align: center; }
      .home.page-template-default .beneficios section h3 {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-weight: 600; }
      .home.page-template-default .beneficios section .container {
        margin-bottom: 50px; }
      .home.page-template-default .beneficios section .listing {
        display: flex;
        align-items: center;
        justify-content: space-around; }
        .home.page-template-default .beneficios section .listing div p {
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-size: 12px; }
        .home.page-template-default .beneficios section .listing div svg {
          margin-bottom: 25px;
          width: 85px; }
          @media (max-width: 768px) {
            .home.page-template-default .beneficios section .listing div svg {
              width: 60px;
              margin-bottom: 5px; } }
          .home.page-template-default .beneficios section .listing div svg path {
            transition: all ease-in-out 0.3s; }
          .home.page-template-default .beneficios section .listing div svg:hover path {
            fill: #631F41; }
        .home.page-template-default .beneficios section .listing div h5 {
          font-weight: 400;
          font-size: 18px;
          color: #fff; }
          @media (max-width: 768px) {
            .home.page-template-default .beneficios section .listing div h5 {
              font-size: 14px; } }

/* D'aveia */
.page-template-template-daveia .main {
  overflow: hidden; }
.page-template-template-daveia .products-block {
  margin: 0 auto; }
.page-template-template-daveia .carousel {
  width: 100%;
  margin: 0 auto; }
  .page-template-template-daveia .carousel .st0 {
    fill: #000 !important; }
  .page-template-template-daveia .carousel .slick-list {
    padding: 0; }
  .page-template-template-daveia .carousel .slide {
    min-height: 580px; }
    @media (min-width: 768px) and (max-width: 1280px) {
      .page-template-template-daveia .carousel .slide {
        min-height: 580px; } }
    @media (max-width: 767px) {
      .page-template-template-daveia .carousel .slide {
        min-height: 220px; } }
  .page-template-template-daveia .carousel .slick-prev {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    cursor: pointer;
    left: 100px; }
    @media (max-width: 767px) {
      .page-template-template-daveia .carousel .slick-prev {
        left: 0px; } }
  .page-template-template-daveia .carousel .slick-next {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    right: 100px;
    width: 40px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .page-template-template-daveia .carousel .slick-next {
        right: 0; } }
.page-template-template-daveia .row {
  position: relative;
  overflow: hidden; }
  .page-template-template-daveia .row .carousel .slide {
    display: flex;
    align-items: center;
    outline: none;
    background-size: cover;
    background-position: center; }
    .page-template-template-daveia .row .carousel .slide div {
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .page-template-template-daveia .row .carousel .slide div h2 {
        font-size: 56px;
        font-family: Encode Sans Semi Condensed, sans-serif;
        font-weight: 900;
        color: #d3c185;
        letter-spacing: .05em; }
        .page-template-template-daveia .row .carousel .slide div h2 p {
          background: rgba(255, 255, 255, 0.8);
          max-width: 80%;
          padding: 20px;
          letter-spacing: 2.3px; }
          .page-template-template-daveia .row .carousel .slide div h2 p span {
            color: #d3c185; }
        @media (min-width: 768px) and (max-width: 1200px) {
          .page-template-template-daveia .row .carousel .slide div h2 {
            font-size: 30px; } }
        @media (max-width: 767px) {
          .page-template-template-daveia .row .carousel .slide div h2 {
            font-size: 24px; } }
      .page-template-template-daveia .row .carousel .slide div h4 {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-weight: 400;
        color: #6a6a73;
        letter-spacing: 0.05em; }
      .page-template-template-daveia .row .carousel .slide div .adicionar {
        margin-top: 25px;
        margin-bottom: 35px;
        cursor: pointer; }
        .page-template-template-daveia .row .carousel .slide div .adicionar:hover button {
          background-color: #d3c185;
          box-shadow: 0 5px 10px 2px rgba(50, 50, 50, 0.2); }
        .page-template-template-daveia .row .carousel .slide div .adicionar button {
          background-color: #6a6a73;
          border: none;
          color: #fff;
          border-radius: 5px;
          padding: 5px 10px;
          transition: all ease-in-out 0.3s; }
          .page-template-template-daveia .row .carousel .slide div .adicionar button p {
            margin: 0; }
      .page-template-template-daveia .row .carousel .slide div .link-produto {
        cursor: pointer; }
        .page-template-template-daveia .row .carousel .slide div .link-produto:hover button {
          background-color: #6a6a73;
          box-shadow: 0 5px 10px 2px rgba(50, 50, 50, 0.2); }
        .page-template-template-daveia .row .carousel .slide div .link-produto button {
          background-color: #d3c185;
          border: none;
          color: #fff;
          border-radius: 5px;
          padding: 5px 10px;
          transition: all ease-in-out 0.3s; }
          .page-template-template-daveia .row .carousel .slide div .link-produto button p {
            margin: 0; }
.page-template-template-daveia .carousel-pequeno {
  margin: 0 auto;
  margin-bottom: 50px; }
  .page-template-template-daveia .carousel-pequeno .diagonal {
    height: 150px;
    width: 171%;
    position: absolute;
    overflow: hidden;
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
    top: -90px;
    z-index: 0;
    left: -180px; }
    @media (max-width: 767px) {
      .page-template-template-daveia .carousel-pequeno .diagonal {
        display: none; } }
    .page-template-template-daveia .carousel-pequeno .diagonal::before {
      content: "";
      display: block;
      height: 150px;
      width: 110%;
      background: #fff;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transform: rotate(-1.5deg);
      transform: rotate(-1.5deg); }
.page-template-template-daveia .col-lg-10 {
  margin: 0 auto; }
  .page-template-template-daveia .col-lg-10 .row-small-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-template-template-daveia .col-lg-10 .row-small-carousel .col-lg-4 {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 2; }
  .page-template-template-daveia .col-lg-10 .text-main-propaganda {
    margin-top: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .page-template-template-daveia .col-lg-10 .text-main-propaganda p {
      margin-top: 25px;
      font-size: 14px; }
.page-template-template-daveia .products-block {
  margin: 0 auto; }
  .page-template-template-daveia .products-block .each-product {
    transition: all .2s ease-in-out;
    margin: 20px 0;
    padding: 15px;
    position: relative;
    min-height: 450px;
    overflow: hidden; }
    .page-template-template-daveia .products-block .each-product .ribbon {
      font-family: Encode Sans Semi Condensed, sans-serif;
      position: absolute;
      text-align: center;
      color: #fff;
      font-weight: 700;
      width: 200px;
      height: 100px;
      font-size: 14px;
      background-color: #ffa890;
      right: -100px;
      top: -50px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(45deg);
      box-shadow: 0 1px 16px -4px #6d6d6d;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 8px; }
    .page-template-template-daveia .products-block .each-product:hover {
      box-shadow: 0 9px 40px -10px #595959; }
    @media (min-width: 1900px) {
      .page-template-template-daveia .products-block .each-product {
        min-height: 430px; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      .page-template-template-daveia .products-block .each-product {
        min-height: 400px; } }
    @media (min-width: 1025px) and (max-width: 1200px) {
      .page-template-template-daveia .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .page-template-template-daveia .products-block .each-product {
        min-height: 350px; } }
    @media (min-width: 641px) and (max-width: 768px) {
      .page-template-template-daveia .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 321px) and (max-width: 640px) {
      .page-template-template-daveia .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 1px) and (max-width: 320px) {
      .page-template-template-daveia .products-block .each-product {
        min-height: 370px; } }
    .page-template-template-daveia .products-block .each-product img {
      max-width: 100%; }
    .page-template-template-daveia .products-block .each-product .each-content {
      position: absolute;
      bottom: 15px; }
    .page-template-template-daveia .products-block .each-product svg {
      width: 35px;
      position: absolute;
      top: 20px;
      left: 20px; }
    .page-template-template-daveia .products-block .each-product .product-title a {
      font-weight: 400;
      position: relative;
      text-decoration: none; }
      @media (max-width: 767px) {
        .page-template-template-daveia .products-block .each-product .product-title a {
          font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 1440px) {
        .page-template-template-daveia .products-block .each-product .product-title a {
          font-size: 18px; } }
    .page-template-template-daveia .products-block .each-product a {
      text-decoration: none; }
      .page-template-template-daveia .products-block .each-product a .category {
        color: #d3c185;
        font-weight: 400; }
        .page-template-template-daveia .products-block .each-product a .category:hover {
          text-decoration: none; }
        @media (max-width: 767px) {
          .page-template-template-daveia .products-block .each-product a .category {
            font-size: 14px; } }
        @media (min-width: 768px) and (max-width: 1440px) {
          .page-template-template-daveia .products-block .each-product a .category {
            font-size: 16px; } }
    .page-template-template-daveia .products-block .each-product .row {
      padding: 0 15px;
      display: flex;
      justify-content: flex-start; }
      @media (max-width: 767px) {
        .page-template-template-daveia .products-block .each-product .row {
          flex-direction: column; } }
      .page-template-template-daveia .products-block .each-product .row .adicionar {
        margin-left: 15px; }
        @media (max-width: 767px) {
          .page-template-template-daveia .products-block .each-product .row .adicionar {
            margin-left: 0px;
            margin-bottom: 10px;
            padding: 0px 10px !important; } }
      .page-template-template-daveia .products-block .each-product .row .price {
        float: right;
        font-weight: 400;
        color: #d3c185; }
        @media (min-width: 768px) and (max-width: 1200px) {
          .page-template-template-daveia .products-block .each-product .row .price {
            font-size: 28px !important; } }
      .page-template-template-daveia .products-block .each-product .row .saber-mais {
        background-color: #631F41;
        border: none;
        border-radius: 5px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        height: 28px;
        font-size: 12px; }
        @media (max-width: 767px) {
          .page-template-template-daveia .products-block .each-product .row .saber-mais {
            margin-right: 0; } }
        @media (max-width: 767px) {
          .page-template-template-daveia .products-block .each-product .row .saber-mais {
            margin-bottom: 10px;
            padding: 0px 10px; } }
        .page-template-template-daveia .products-block .each-product .row .saber-mais a {
          color: white;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          text-decoration: none; }
        .page-template-template-daveia .products-block .each-product .row .saber-mais:hover {
          background-color: #FFA890; }
      .page-template-template-daveia .products-block .each-product .row .adicionar {
        background-color: #FFA890;
        border: none;
        border-radius: 5px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        height: 28px;
        font-size: 12px; }
        @media (max-width: 767px) {
          .page-template-template-daveia .products-block .each-product .row .adicionar {
            margin-right: 0;
            padding: 0 10px; } }
        .page-template-template-daveia .products-block .each-product .row .adicionar a {
          color: #fff;
          font-family: Encode Sans Semi Condensed, sans-serif;
          text-decoration: none;
          background: #ffa890;
          padding: 0;
          font-size: 12px;
          transition: all .3s ease-in-out;
          font-weight: 400; }
        .page-template-template-daveia .products-block .each-product .row .adicionar:hover {
          background-color: #631F41; }
          .page-template-template-daveia .products-block .each-product .row .adicionar:hover a {
            background: #631F41; }
      .page-template-template-daveia .products-block .each-product .row .price {
        justify-self: flex-end;
        font-weight: 400;
        color: #d3c185;
        font-size: 28px;
        letter-spacing: -.5px;
        margin-left: 15px;
        margin-bottom: 0;
        font-size: 16px;
        display: flex;
        align-items: center; }
        @media (min-width: 1900px) {
          .page-template-template-daveia .products-block .each-product .row .price {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .page-template-template-daveia .products-block .each-product .row .price {
            margin: 0 auto;
            font-size: 19px;
            font-weight: 400;
            margin-bottom: 15px; } }
.page-template-template-daveia .col-10 {
  margin: 0 auto; }
.page-template-template-daveia .category-slide .slick-list {
  padding: 0; }
.page-template-template-daveia .category-slide .slide {
  min-height: 450px; }
.page-template-template-daveia .category-slide .slick-prev {
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  cursor: pointer;
  left: 100px; }
  @media (max-width: 1200px) {
    .page-template-template-daveia .category-slide .slick-prev {
      left: 0; } }
.page-template-template-daveia .category-slide .slick-next {
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  right: 100px;
  width: 40px;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .page-template-template-daveia .category-slide .slick-next {
      right: 0; } }
.page-template-template-daveia .category-slide .slide {
  min-height: 550px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 35px;
  font-family: 'Encode Sans Semi Condensed', sans-serif; }
  @media (min-width: 1440px) {
    .page-template-template-daveia .category-slide .slide {
      padding-right: 155px; } }
  .page-template-template-daveia .category-slide .slide h3 {
    color: white; }
    .page-template-template-daveia .category-slide .slide h3 span {
      color: #631F41; }
  .page-template-template-daveia .category-slide .slide p {
    color: white; }
  .page-template-template-daveia .category-slide .slide button {
    background-color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    transition: all ease-in-out 0.5s; }
    .page-template-template-daveia .category-slide .slide button a {
      text-decoration: none; }
      .page-template-template-daveia .category-slide .slide button a p {
        color: #631F41;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        margin-bottom: 0;
        font-weight: 400; }
    .page-template-template-daveia .category-slide .slide button:hover {
      background-color: #631F41; }
      .page-template-template-daveia .category-slide .slide button:hover p {
        color: white; }
.page-template-template-daveia .beneficios {
  margin-top: 50px;
  padding: 25px 0;
  background-color: #FFA890; }
  .page-template-template-daveia .beneficios section {
    margin: 0 auto;
    text-align: center; }
    .page-template-template-daveia .beneficios section h3 {
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-weight: 600; }
    .page-template-template-daveia .beneficios section .container {
      margin-bottom: 50px; }
    .page-template-template-daveia .beneficios section .listing {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .page-template-template-daveia .beneficios section .listing div p {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-size: 12px; }
      .page-template-template-daveia .beneficios section .listing div svg {
        margin-bottom: 25px;
        width: 85px; }
        @media (max-width: 768px) {
          .page-template-template-daveia .beneficios section .listing div svg {
            width: 60px; } }
        .page-template-template-daveia .beneficios section .listing div svg path {
          transition: all ease-in-out 0.3s; }
        .page-template-template-daveia .beneficios section .listing div svg:hover path {
          fill: #631F41; }
      .page-template-template-daveia .beneficios section .listing div h5 {
        font-weight: 400;
        font-size: 18px;
        color: #fff; }
        @media (max-width: 768px) {
          .page-template-template-daveia .beneficios section .listing div h5 {
            font-size: 14px; } }

/* Produtos DC */
@media (min-width: 768px) {
  .page-template-template-dc .wrapper {
    margin-top: 20px; } }
.page-template-template-dc .main {
  overflow: hidden; }
.page-template-template-dc .carousel {
  width: 100%;
  margin: 0 auto; }
  .page-template-template-dc .carousel .st0 {
    fill: #000 !important; }
  .page-template-template-dc .carousel .slick-list {
    padding: 0; }
  .page-template-template-dc .carousel .slide {
    min-height: 580px; }
    @media (max-width: 767px) {
      .page-template-template-dc .carousel .slide {
        min-height: 300px; } }
.page-template-template-dc .row {
  position: relative;
  overflow: hidden; }
  .page-template-template-dc .row .carousel .slide {
    display: flex;
    align-items: flex-start;
    outline: none;
    background-size: cover;
    background-position: center; }
    .page-template-template-dc .row .carousel .slide div {
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      margin-top: 35px;
      justify-content: center;
      align-items: center; }
      .page-template-template-dc .row .carousel .slide div h2 {
        font-size: 56px;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-weight: 900;
        color: #631F41;
        letter-spacing: 0.05em; }
        @media (min-width: 768px) and (max-width: 1200px) {
          .page-template-template-dc .row .carousel .slide div h2 {
            font-size: 40px; } }
        @media (max-width: 767px) {
          .page-template-template-dc .row .carousel .slide div h2 {
            font-size: 24px; } }
      .page-template-template-dc .row .carousel .slide div h4 {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-weight: 400;
        color: #6a6a73;
        letter-spacing: 0.05em; }
      .page-template-template-dc .row .carousel .slide div .adicionar {
        margin-top: 25px;
        margin-bottom: 35px;
        cursor: pointer; }
        .page-template-template-dc .row .carousel .slide div .adicionar:hover button {
          background-color: #d3c185;
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.4); }
        .page-template-template-dc .row .carousel .slide div .adicionar button {
          background-color: #6a6a73;
          border: none;
          color: #fff;
          border-radius: 5px;
          padding: 5px 10px;
          transition: all ease-in-out 0.3s; }
          .page-template-template-dc .row .carousel .slide div .adicionar button p {
            margin: 0; }
      .page-template-template-dc .row .carousel .slide div .link-produto {
        cursor: pointer; }
        .page-template-template-dc .row .carousel .slide div .link-produto:hover button {
          background-color: #6a6a73;
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.4); }
        .page-template-template-dc .row .carousel .slide div .link-produto button {
          background-color: #d3c185;
          border: none;
          color: #fff;
          border-radius: 5px;
          padding: 5px 10px;
          transition: all ease-in-out 0.3s; }
          .page-template-template-dc .row .carousel .slide div .link-produto button p {
            margin: 0; }
.page-template-template-dc .carousel-pequeno {
  margin: 0 auto;
  margin-bottom: 50px; }
  .page-template-template-dc .carousel-pequeno .diagonal {
    height: 150px;
    width: 110%;
    position: absolute;
    overflow: hidden;
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
    top: -70px;
    z-index: 0; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .page-template-template-dc .carousel-pequeno .diagonal {
        top: -130px; } }
    @media (max-width: 767px) {
      .page-template-template-dc .carousel-pequeno .diagonal {
        display: none; } }
    .page-template-template-dc .carousel-pequeno .diagonal::before {
      content: "";
      display: block;
      height: 150px;
      width: 110%;
      background: #fff;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transform: rotate(-1.5deg);
      transform: rotate(-1.5deg); }
.page-template-template-dc .col-lg-10 {
  margin: 0 auto; }
  .page-template-template-dc .col-lg-10 .row-small-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-template-template-dc .col-lg-10 .row-small-carousel .col-lg-4 {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 2; }
  .page-template-template-dc .col-lg-10 .text-main-propaganda {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .page-template-template-dc .col-lg-10 .text-main-propaganda p {
      margin-top: 25px;
      font-size: 14px; }
.page-template-template-dc .products-block {
  margin: 0 auto; }
  .page-template-template-dc .products-block .each-product {
    transition: all ease-in-out 0.2s;
    margin: 20px 0;
    padding: 25px;
    position: relative;
    min-height: 520px;
    overflow: hidden; }
    .page-template-template-dc .products-block .each-product .ribbon {
      font-family: Encode Sans Semi Condensed, sans-serif;
      position: absolute;
      text-align: center;
      color: #fff;
      font-weight: 700;
      width: 200px;
      height: 100px;
      font-size: 14px;
      background-color: #ffa890;
      right: -100px;
      top: -50px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(45deg);
      box-shadow: 0 1px 16px -4px #6d6d6d;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 8px; }
    .page-template-template-dc .products-block .each-product:hover {
      box-shadow: 0 9px 40px -10px #595959; }
    @media (min-width: 1900px) {
      .page-template-template-dc .products-block .each-product {
        min-height: 430px; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      .page-template-template-dc .products-block .each-product {
        min-height: 400px; } }
    @media (min-width: 1025px) and (max-width: 1200px) {
      .page-template-template-dc .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .page-template-template-dc .products-block .each-product {
        min-height: 350px; } }
    @media (min-width: 641px) and (max-width: 768px) {
      .page-template-template-dc .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 321px) and (max-width: 640px) {
      .page-template-template-dc .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 1px) and (max-width: 320px) {
      .page-template-template-dc .products-block .each-product {
        min-height: 370px; } }
    .page-template-template-dc .products-block .each-product img {
      max-width: 100%; }
    .page-template-template-dc .products-block .each-product .each-content {
      position: absolute;
      bottom: 15px; }
    .page-template-template-dc .products-block .each-product svg {
      width: 35px;
      position: absolute;
      top: 20px;
      left: 20px; }
    .page-template-template-dc .products-block .each-product .product-title a {
      font-weight: 400;
      position: relative;
      text-decoration: none; }
      @media (max-width: 767px) {
        .page-template-template-dc .products-block .each-product .product-title a {
          font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 1440px) {
        .page-template-template-dc .products-block .each-product .product-title a {
          font-size: 18px; } }
    .page-template-template-dc .products-block .each-product a {
      text-decoration: none; }
      .page-template-template-dc .products-block .each-product a .category {
        color: #d3c185;
        font-weight: 400;
        margin-bottom: 10px; }
        .page-template-template-dc .products-block .each-product a .category:hover {
          text-decoration: none; }
        @media (max-width: 767px) {
          .page-template-template-dc .products-block .each-product a .category {
            font-size: 14px; } }
        @media (min-width: 768px) and (max-width: 1440px) {
          .page-template-template-dc .products-block .each-product a .category {
            font-size: 16px; } }
    .page-template-template-dc .products-block .each-product .row {
      padding: 0 15px;
      display: flex;
      justify-content: flex-start; }
      @media (max-width: 767px) {
        .page-template-template-dc .products-block .each-product .row {
          flex-direction: column; } }
      .page-template-template-dc .products-block .each-product .row .adicionar {
        margin-left: 15px; }
        @media (max-width: 767px) {
          .page-template-template-dc .products-block .each-product .row .adicionar {
            margin-left: 0px;
            margin-bottom: 10px;
            padding: 0px 10px !important; } }
      .page-template-template-dc .products-block .each-product .row .price {
        float: right;
        font-weight: 400;
        color: #d3c185; }
        @media (min-width: 768px) and (max-width: 1200px) {
          .page-template-template-dc .products-block .each-product .row .price {
            font-size: 28px !important; } }
      .page-template-template-dc .products-block .each-product .row .saber-mais {
        background-color: #631F41;
        border: none;
        border-radius: 5px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        height: 28px;
        font-size: 12px; }
        @media (max-width: 767px) {
          .page-template-template-dc .products-block .each-product .row .saber-mais {
            margin-right: 0; } }
        @media (max-width: 767px) {
          .page-template-template-dc .products-block .each-product .row .saber-mais {
            margin-bottom: 10px;
            padding: 0px 10px; } }
        .page-template-template-dc .products-block .each-product .row .saber-mais a {
          color: white;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          text-decoration: none; }
        .page-template-template-dc .products-block .each-product .row .saber-mais:hover {
          background-color: #FFA890; }
      .page-template-template-dc .products-block .each-product .row .adicionar {
        background-color: #FFA890;
        border: none;
        border-radius: 5px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        height: 28px;
        font-size: 12px; }
        @media (max-width: 767px) {
          .page-template-template-dc .products-block .each-product .row .adicionar {
            margin-right: 0;
            padding: 0 10px; } }
        .page-template-template-dc .products-block .each-product .row .adicionar a {
          color: #fff;
          font-family: Encode Sans Semi Condensed, sans-serif;
          text-decoration: none;
          background: #ffa890;
          padding: 0;
          font-size: 12px;
          transition: all .3s ease-in-out;
          font-weight: 400; }
        .page-template-template-dc .products-block .each-product .row .adicionar:hover {
          background-color: #631F41; }
          .page-template-template-dc .products-block .each-product .row .adicionar:hover a {
            background: #631F41; }
      .page-template-template-dc .products-block .each-product .row .price {
        justify-self: flex-end;
        font-weight: 400;
        color: #d3c185;
        font-size: 28px;
        letter-spacing: -.5px;
        margin-left: 15px;
        margin-bottom: 0;
        font-size: 16px;
        display: flex;
        align-items: center; }
        @media (min-width: 1900px) {
          .page-template-template-dc .products-block .each-product .row .price {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .page-template-template-dc .products-block .each-product .row .price {
            margin: 0 auto;
            font-size: 19px;
            font-weight: 400;
            margin-bottom: 15px; } }
.page-template-template-dc .col-10 {
  margin: 0 auto; }
.page-template-template-dc .category-slide .slick-list {
  padding: 0; }
.page-template-template-dc .category-slide .slide {
  min-height: 450px; }
.page-template-template-dc .category-slide .slick-prev {
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  cursor: pointer;
  left: 100px; }
  @media (max-width: 1200px) {
    .page-template-template-dc .category-slide .slick-prev {
      left: 0; } }
.page-template-template-dc .category-slide .slick-next {
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  right: 100px;
  width: 40px;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .page-template-template-dc .category-slide .slick-next {
      right: 0; } }
.page-template-template-dc .category-slide .slide {
  min-height: 550px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 35px;
  font-family: 'Encode Sans Semi Condensed', sans-serif; }
  @media (min-width: 1440px) {
    .page-template-template-dc .category-slide .slide {
      padding-right: 155px; } }
  .page-template-template-dc .category-slide .slide h3 {
    color: white; }
    .page-template-template-dc .category-slide .slide h3 span {
      color: #631F41; }
  .page-template-template-dc .category-slide .slide p {
    color: white; }
  .page-template-template-dc .category-slide .slide button {
    background-color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    transition: all ease-in-out 0.5s; }
    .page-template-template-dc .category-slide .slide button a {
      text-decoration: none; }
      .page-template-template-dc .category-slide .slide button a p {
        color: #631F41;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        margin-bottom: 0;
        font-weight: 400; }
    .page-template-template-dc .category-slide .slide button:hover {
      background-color: #631F41; }
      .page-template-template-dc .category-slide .slide button:hover p {
        color: white; }
.page-template-template-dc .beneficios {
  margin-top: 50px;
  padding: 25px 0;
  background-color: #FFA890; }
  .page-template-template-dc .beneficios section {
    margin: 0 auto;
    text-align: center; }
    .page-template-template-dc .beneficios section h3 {
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-weight: 600; }
    .page-template-template-dc .beneficios section .container {
      margin-bottom: 50px; }
    .page-template-template-dc .beneficios section .listing {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .page-template-template-dc .beneficios section .listing div p {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-size: 12px; }
      .page-template-template-dc .beneficios section .listing div svg {
        margin-bottom: 25px;
        width: 85px; }
        @media (max-width: 768px) {
          .page-template-template-dc .beneficios section .listing div svg {
            width: 60px; } }
        .page-template-template-dc .beneficios section .listing div svg path {
          transition: all ease-in-out 0.3s; }
        .page-template-template-dc .beneficios section .listing div svg:hover path {
          fill: #631F41; }
      .page-template-template-dc .beneficios section .listing div h5 {
        font-weight: 400;
        text-transform: none;
        font-size: 18px;
        color: #fff; }
        @media (max-width: 768px) {
          .page-template-template-dc .beneficios section .listing div h5 {
            font-size: 14px; } }

/* Category CSS */
.tax-product_cat .wrapper,
.tax-product_tag .wrapper {
  margin-top: 80px; }
.tax-product_cat .col-12,
.tax-product_tag .col-12 {
  margin: 0 auto; }
.tax-product_cat .yith-wcwl-wishlistexistsbrowse.show a span.feedback,
.tax-product_tag .yith-wcwl-wishlistexistsbrowse.show a span.feedback {
  display: none; }
.tax-product_cat .block-text,
.tax-product_tag .block-text {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1279px) {
    .tax-product_cat .block-text,
    .tax-product_tag .block-text {
      margin-top: 10px; } }
  .tax-product_cat .block-text h3,
  .tax-product_tag .block-text h3 {
    margin-bottom: 30px;
    margin-top: 25px; }
  .tax-product_cat .block-text p,
  .tax-product_tag .block-text p {
    margin-bottom: 35px; }
.tax-product_cat .banner-img,
.tax-product_tag .banner-img {
  min-height: 500px;
  background-size: cover;
  background-position: center; }
.tax-product_cat .descricao-banner,
.tax-product_tag .descricao-banner {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 55px; }
.tax-product_cat .beneficios,
.tax-product_tag .beneficios {
  margin-top: 50px;
  padding: 25px 0;
  background-color: #FFA890; }
  .tax-product_cat .beneficios section,
  .tax-product_tag .beneficios section {
    margin: 0 auto;
    text-align: center; }
    .tax-product_cat .beneficios section h3,
    .tax-product_tag .beneficios section h3 {
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-weight: 600; }
    .tax-product_cat .beneficios section .container,
    .tax-product_tag .beneficios section .container {
      margin-bottom: 50px; }
    .tax-product_cat .beneficios section .listing,
    .tax-product_tag .beneficios section .listing {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .tax-product_cat .beneficios section .listing div p,
      .tax-product_tag .beneficios section .listing div p {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-size: 12px; }
      .tax-product_cat .beneficios section .listing div svg,
      .tax-product_tag .beneficios section .listing div svg {
        margin-bottom: 25px;
        width: 85px; }
        @media (max-width: 768px) {
          .tax-product_cat .beneficios section .listing div svg,
          .tax-product_tag .beneficios section .listing div svg {
            width: 60px; } }
        .tax-product_cat .beneficios section .listing div svg path,
        .tax-product_tag .beneficios section .listing div svg path {
          transition: all ease-in-out 0.3s; }
        .tax-product_cat .beneficios section .listing div svg:hover path,
        .tax-product_tag .beneficios section .listing div svg:hover path {
          fill: #631F41; }
      .tax-product_cat .beneficios section .listing div h5,
      .tax-product_tag .beneficios section .listing div h5 {
        font-weight: 400;
        font-size: 18px;
        color: #fff; }
        @media (max-width: 768px) {
          .tax-product_cat .beneficios section .listing div h5,
          .tax-product_tag .beneficios section .listing div h5 {
            font-size: 14px; } }
.tax-product_cat .products-block,
.tax-product_tag .products-block {
  margin: 0 auto; }
  .tax-product_cat .products-block .each-product,
  .tax-product_tag .products-block .each-product {
    transition: all ease-in-out 0.2s;
    padding: 15px;
    overflow: hidden;
    position: relative; }
    .tax-product_cat .products-block .each-product:hover,
    .tax-product_tag .products-block .each-product:hover {
      box-shadow: 0 9px 40px -10px #595959; }
    @media (min-width: 1900px) {
      .tax-product_cat .products-block .each-product,
      .tax-product_tag .products-block .each-product {
        min-height: 430px; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      .tax-product_cat .products-block .each-product,
      .tax-product_tag .products-block .each-product {
        min-height: 400px; } }
    @media (min-width: 1025px) and (max-width: 1200px) {
      .tax-product_cat .products-block .each-product,
      .tax-product_tag .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .tax-product_cat .products-block .each-product,
      .tax-product_tag .products-block .each-product {
        min-height: 350px; } }
    @media (min-width: 641px) and (max-width: 768px) {
      .tax-product_cat .products-block .each-product,
      .tax-product_tag .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 321px) and (max-width: 640px) {
      .tax-product_cat .products-block .each-product,
      .tax-product_tag .products-block .each-product {
        min-height: 370px; } }
    @media (min-width: 1px) and (max-width: 320px) {
      .tax-product_cat .products-block .each-product,
      .tax-product_tag .products-block .each-product {
        min-height: 370px; } }
    .tax-product_cat .products-block .each-product .ribbon,
    .tax-product_tag .products-block .each-product .ribbon {
      font-family: Encode Sans Semi Condensed, sans-serif;
      position: absolute;
      text-align: center;
      color: #fff;
      font-weight: 700;
      width: 200px;
      height: 100px;
      font-size: 14px;
      background-color: #ffa890;
      right: -100px;
      top: -50px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(45deg);
      box-shadow: 0 1px 16px -4px #6d6d6d;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 8px; }
    .tax-product_cat .products-block .each-product img,
    .tax-product_tag .products-block .each-product img {
      max-width: 100%; }
    .tax-product_cat .products-block .each-product svg,
    .tax-product_tag .products-block .each-product svg {
      width: 35px;
      position: absolute;
      top: 20px;
      left: 20px; }
    .tax-product_cat .products-block .each-product .each-content,
    .tax-product_tag .products-block .each-product .each-content {
      position: absolute;
      bottom: 15px; }
    .tax-product_cat .products-block .each-product .product-title a,
    .tax-product_tag .products-block .each-product .product-title a {
      font-weight: 400;
      position: relative;
      text-decoration: none; }
      @media (max-width: 767px) {
        .tax-product_cat .products-block .each-product .product-title a,
        .tax-product_tag .products-block .each-product .product-title a {
          font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 1440px) {
        .tax-product_cat .products-block .each-product .product-title a,
        .tax-product_tag .products-block .each-product .product-title a {
          font-size: 18px; } }
    .tax-product_cat .products-block .each-product a,
    .tax-product_tag .products-block .each-product a {
      text-decoration: none; }
      .tax-product_cat .products-block .each-product a .category,
      .tax-product_tag .products-block .each-product a .category {
        color: #d3c185;
        font-weight: 400; }
        .tax-product_cat .products-block .each-product a .category:hover,
        .tax-product_tag .products-block .each-product a .category:hover {
          text-decoration: none; }
        @media (max-width: 767px) {
          .tax-product_cat .products-block .each-product a .category,
          .tax-product_tag .products-block .each-product a .category {
            font-size: 14px; } }
        @media (min-width: 7px) and (max-width: 1440px) {
          .tax-product_cat .products-block .each-product a .category,
          .tax-product_tag .products-block .each-product a .category {
            font-size: 16px; } }
    .tax-product_cat .products-block .each-product .row,
    .tax-product_tag .products-block .each-product .row {
      padding: 0 15px;
      display: flex;
      justify-content: flex-start; }
      @media (max-width: 769px) {
        .tax-product_cat .products-block .each-product .row,
        .tax-product_tag .products-block .each-product .row {
          flex-direction: column; } }
      .tax-product_cat .products-block .each-product .row .adicionar,
      .tax-product_tag .products-block .each-product .row .adicionar {
        margin-left: 15px; }
        @media (max-width: 769px) {
          .tax-product_cat .products-block .each-product .row .adicionar,
          .tax-product_tag .products-block .each-product .row .adicionar {
            margin-left: 0px;
            margin-bottom: 10px;
            padding: 0px 10px !important; } }
      .tax-product_cat .products-block .each-product .row .price,
      .tax-product_tag .products-block .each-product .row .price {
        float: right;
        font-weight: 400;
        color: #d3c185; }
        @media (max-width: 769px) {
          .tax-product_cat .products-block .each-product .row .price,
          .tax-product_tag .products-block .each-product .row .price {
            justify-content: center; } }
        @media (min-width: 768px) and (max-width: 1200px) {
          .tax-product_cat .products-block .each-product .row .price,
          .tax-product_tag .products-block .each-product .row .price {
            font-size: 20px !important;
            margin-left: 0 !important;
            margin-top: 5px; } }
      .tax-product_cat .products-block .each-product .row .saber-mais,
      .tax-product_tag .products-block .each-product .row .saber-mais {
        background-color: #631F41;
        border: none;
        border-radius: 5px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        height: 28px;
        font-size: 12px; }
        @media (max-width: 767px) {
          .tax-product_cat .products-block .each-product .row .saber-mais,
          .tax-product_tag .products-block .each-product .row .saber-mais {
            margin-right: 0; } }
        @media (max-width: 767px) {
          .tax-product_cat .products-block .each-product .row .saber-mais,
          .tax-product_tag .products-block .each-product .row .saber-mais {
            margin-bottom: 10px;
            padding: 0px 10px; } }
        .tax-product_cat .products-block .each-product .row .saber-mais a,
        .tax-product_tag .products-block .each-product .row .saber-mais a {
          color: white;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          text-decoration: none; }
        .tax-product_cat .products-block .each-product .row .saber-mais:hover,
        .tax-product_tag .products-block .each-product .row .saber-mais:hover {
          background-color: #FFA890; }
      .tax-product_cat .products-block .each-product .row .adicionar,
      .tax-product_tag .products-block .each-product .row .adicionar {
        background-color: #FFA890;
        border: none;
        border-radius: 5px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        height: 28px;
        font-size: 12px; }
        @media (max-width: 767px) {
          .tax-product_cat .products-block .each-product .row .adicionar,
          .tax-product_tag .products-block .each-product .row .adicionar {
            margin-right: 0;
            padding: 0 10px; } }
        .tax-product_cat .products-block .each-product .row .adicionar a,
        .tax-product_tag .products-block .each-product .row .adicionar a {
          color: #fff;
          font-family: Encode Sans Semi Condensed, sans-serif;
          text-decoration: none;
          background: #ffa890;
          padding: 0;
          font-size: 12px;
          transition: all .3s ease-in-out;
          font-weight: 400; }
        .tax-product_cat .products-block .each-product .row .adicionar:hover,
        .tax-product_tag .products-block .each-product .row .adicionar:hover {
          background-color: #631F41; }
          .tax-product_cat .products-block .each-product .row .adicionar:hover a,
          .tax-product_tag .products-block .each-product .row .adicionar:hover a {
            background: #631F41; }
      .tax-product_cat .products-block .each-product .row .price,
      .tax-product_tag .products-block .each-product .row .price {
        justify-self: flex-end;
        font-weight: 400;
        color: #d3c185;
        font-size: 28px;
        letter-spacing: -.5px;
        margin-left: 15px;
        margin-bottom: 0;
        font-size: 16px;
        display: flex;
        align-items: center; }
        @media (min-width: 1900px) {
          .tax-product_cat .products-block .each-product .row .price,
          .tax-product_tag .products-block .each-product .row .price {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .tax-product_cat .products-block .each-product .row .price,
          .tax-product_tag .products-block .each-product .row .price {
            margin: 0 auto;
            font-size: 19px;
            font-weight: 400;
            margin-bottom: 15px; } }

/* Single Product */
.single-product .content {
  margin: 0 auto;
  margin-top: 120px; }
  @media (min-width: 992px) and (max-width: 1440px) {
    .single-product .content {
      margin-top: 100px; } }
  .single-product .content .single-product-item {
    padding-bottom: 40px; }
  .single-product .content .col-lg-10 {
    margin: 0 auto;
    margin-top: 20px; }
  @media (min-width: 1367px) and (max-width: 1700px) {
    .single-product .content .vale svg {
      width: 35px !important; } }
  .single-product .content .related-content {
    margin: 0 auto;
    text-align: center; }
  .single-product .content .yith-wcwl-wishlistexistsbrowse.show a {
    display: flex;
    align-items: center;
    justify-content: center; }
  .single-product .content .product-image {
    text-align: center;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1281px) and (max-width: 1366px) {
      .single-product .content .product-image {
        padding: 0 40px; } }
    @media (min-width: 1025px) and (max-width: 1280px) {
      .single-product .content .product-image {
        padding: 0 40px; } }
    .single-product .content .product-image .seller-image {
      min-height: 615px;
      max-width: 474px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      .single-product .content .product-image .seller-image .ribbon {
        font-family: Encode Sans Semi Condensed, sans-serif;
        position: absolute;
        text-align: center;
        color: #fff;
        font-weight: 700;
        width: 200px;
        height: 100px;
        font-size: 14px;
        background-color: #ffa890;
        right: -100px;
        top: -50px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(45deg);
        box-shadow: 0 1px 16px -4px #6d6d6d;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 8px; }
      @media (min-width: 321px) and (max-width: 640px) {
        .single-product .content .product-image .seller-image {
          min-height: 325px; } }
      @media (min-width: 1px) and (max-width: 320px) {
        .single-product .content .product-image .seller-image {
          min-height: 325px; } }
  .single-product .content .product-info {
    position: relative; }
    @media (min-width: 1px) and (max-width: 1440px) {
      .single-product .content .product-info {
        margin-top: 55px; } }
    @media (max-width: 767px) {
      .single-product .content .product-info .prod-title {
        position: relative;
        font-size: 18px; } }
    .single-product .content .product-info h1 {
      font-weight: 700; }
    .single-product .content .product-info .descritivo ul {
      padding: 0;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .single-product .content .product-info .descritivo ul {
          flex-direction: row; } }
      .single-product .content .product-info .descritivo ul li {
        text-align: center;
        list-style: none;
        text-decoration: none;
        white-space: nowrap;
        line-height: 1.4em;
        transition: all ease-in-out 0.3s;
        background: none;
        transition: all ease-in 0.3s; }
        @media (max-width: 767px) {
          .single-product .content .product-info .descritivo ul li {
            margin: 0; } }
        @media (min-width: 1020px) and (max-width: 1360px) {
          .single-product .content .product-info .descritivo ul li {
            display: flex;
            align-items: center;
            justify-content: center; } }
        .single-product .content .product-info .descritivo ul li:first-of-type {
          margin-left: 0; }
        .single-product .content .product-info .descritivo ul li:hover p {
          color: #631F41; }
          .single-product .content .product-info .descritivo ul li:hover p::before {
            width: 100%;
            background: #d3c185; }
        @media (max-width: 568px) {
          .single-product .content .product-info .descritivo ul li {
            padding: 0 10px;
            text-align: center; } }
        .single-product .content .product-info .descritivo ul li p {
          cursor: pointer;
          display: inline-block;
          text-transform: uppercase;
          color: #d3c185;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-size: 12px;
          position: relative;
          transition: all ease-in 0.3s;
          font-weight: 700;
          letter-spacing: 1.3px; }
          @media (max-width: 1366px) {
            .single-product .content .product-info .descritivo ul li p {
              font-size: 10px; } }
          .single-product .content .product-info .descritivo ul li p::before {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            background: transparent;
            transition: width .5s ease, background-color .5s ease;
            margin: 0 !important;
            position: absolute !important;
            bottom: -5px !important; }
        .single-product .content .product-info .descritivo ul li .active {
          color: #631F41;
          font-weight: 700; }
          .single-product .content .product-info .descritivo ul li .active::before {
            width: 100%;
            background: #d3c185; }
    .single-product .content .product-info .descritivo #descritivo-content {
      padding-bottom: 30px; }
      .single-product .content .product-info .descritivo #descritivo-content p {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-weight: 400;
        color: #3B4F60;
        letter-spacing: 0.05em;
        font-size: 14px;
        margin-bottom: 5px; }
    .single-product .content .product-info .descritivo .icons {
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .single-product .content .product-info .descritivo .icons .ver-favs a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #212529;
        text-decoration: none; }
        .single-product .content .product-info .descritivo .icons .ver-favs a svg path {
          fill: #FFA890; }
      .single-product .content .product-info .descritivo .icons .facebook-share {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 0; }
        @media (max-width: 767px) {
          .single-product .content .product-info .descritivo .icons .facebook-share {
            justify-content: flex-start;
            margin: 10px 0; } }
        .single-product .content .product-info .descritivo .icons .facebook-share p {
          margin-bottom: 0;
          margin-right: 10px; }
        .single-product .content .product-info .descritivo .icons .facebook-share svg {
          margin-right: 0; }
      .single-product .content .product-info .descritivo .icons .adicionar,
      .single-product .content .product-info .descritivo .icons .ver-favs {
        display: flex;
        align-items: center;
        margin-bottom: 15px; }
        .single-product .content .product-info .descritivo .icons .adicionar p,
        .single-product .content .product-info .descritivo .icons .ver-favs p {
          margin-bottom: 0; }
        .single-product .content .product-info .descritivo .icons .adicionar a svg path,
        .single-product .content .product-info .descritivo .icons .ver-favs a svg path {
          transition: all ease-in-out 0.4s; }
        .single-product .content .product-info .descritivo .icons .adicionar a svg:hover path,
        .single-product .content .product-info .descritivo .icons .ver-favs a svg:hover path {
          fill: #631F41; }
      .single-product .content .product-info .descritivo .icons .adicionar {
        margin-bottom: 10px; }
        .single-product .content .product-info .descritivo .icons .adicionar div a {
          text-decoration: none; }
          .single-product .content .product-info .descritivo .icons .adicionar div a .feedback {
            font-family: Encode Sans Semi Condensed, sans-serif;
            font-weight: 400;
            letter-spacing: .05em;
            font-size: 14px;
            color: #3b4f60; }
      .single-product .content .product-info .descritivo .icons svg {
        margin-right: 10px;
        width: 36px; }
        @media (min-width: 1281px) and (max-width: 1366px) {
          .single-product .content .product-info .descritivo .icons svg {
            width: 25px; } }
      .single-product .content .product-info .descritivo .icons p {
        display: inline-block; }
    .single-product .content .product-info .descritivo .divisor-border {
      border-bottom: 1px solid #FFA890;
      margin-top: 20px; }
      .single-product .content .product-info .descritivo .divisor-border div {
        display: flex;
        align-items: center;
        margin-bottom: 15px; }
        .single-product .content .product-info .descritivo .divisor-border div p {
          margin-bottom: 0;
          margin-left: 10px; }
      .single-product .content .product-info .descritivo .divisor-border svg {
        width: 36px; }
        @media (min-width: 1281px) and (max-width: 1366px) {
          .single-product .content .product-info .descritivo .divisor-border svg {
            width: 25px; } }
      .single-product .content .product-info .descritivo .divisor-border p {
        display: inline-block; }
      .single-product .content .product-info .descritivo .divisor-border .quantity-block {
        align-items: flex-end;
        justify-content: flex-end; }
        @media screen and (max-width: 1440px) {
          .single-product .content .product-info .descritivo .divisor-border .quantity-block {
            padding: 0; } }
        .single-product .content .product-info .descritivo .divisor-border .quantity-block .quantity-input {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          margin-bottom: 0; }
          .single-product .content .product-info .descritivo .divisor-border .quantity-block .quantity-input svg path {
            fill: #FFA890; }
          .single-product .content .product-info .descritivo .divisor-border .quantity-block .quantity-input .quantity {
            margin-bottom: 0; }
            .single-product .content .product-info .descritivo .divisor-border .quantity-block .quantity-input .quantity input[type=number]::-webkit-inner-spin-button,
            .single-product .content .product-info .descritivo .divisor-border .quantity-block .quantity-input .quantity input[type=number]::-webkit-outer-spin-button {
              -webkit-appearance: none;
              margin: 0; }
            .single-product .content .product-info .descritivo .divisor-border .quantity-block .quantity-input .quantity input {
              border: none;
              font-family: "Encode Sans Semi Condensed", sans-serif;
              color: #FFA890;
              font-size: 18px;
              font-weight: bold; }
    .single-product .content .product-info .descritivo .form-submit input {
      color: white !important;
      background-color: #d3c185 !important;
      transition: all ease-in-out 0.3s; }
      .single-product .content .product-info .descritivo .form-submit input:hover {
        background-color: #631F41 !important; }
    .single-product .content .product-info .descritivo .row-avaliacoes {
      display: flex;
      align-items: self-end;
      flex-direction: column; }
      .single-product .content .product-info .descritivo .row-avaliacoes .col-12 {
        padding-left: 0; }
      .single-product .content .product-info .descritivo .row-avaliacoes .star-rating span::before {
        color: #d3c185; }
      .single-product .content .product-info .descritivo .row-avaliacoes .comment-form-comment {
        display: none; }
      .single-product .content .product-info .descritivo .row-avaliacoes p {
        font-family: Encode Sans Semi Condensed, sans-serif;
        font-weight: 400;
        letter-spacing: .05em;
        font-size: 14px;
        margin-bottom: 5px; }
      .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond h3 {
        display: none; }
      .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .comment-notes,
      .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .comment-form-author,
      .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .comment-form-email,
      .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .comment-form-url {
        display: none; }
      .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .logged-in-as {
        display: none; }
      .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .form-submit {
        margin-top: 15px; }
      .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars {
        transition: all ease-in-out 0.3s;
        margin-bottom: 0; }
        .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars:hover span {
          display: flex;
          align-items: center; }
          .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars:hover span a {
            color: #d3c185;
            transition: all ease-in-out 0.3s; }
        .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars span {
          transition: all ease-in-out 0.3s; }
          .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars span a {
            position: relative;
            height: 35px;
            width: 35px;
            text-indent: -999em;
            display: inline-block;
            text-decoration: none;
            font-size: 25px;
            margin: 0 5px;
            border: 1px solid #d3c185;
            color: #d3c185;
            transition: all ease-in-out 0.3s; }
            @media (min-width: 1281px) and (max-width: 1366px) {
              .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars span a {
                position: relative;
                height: 1.5em;
                width: 1.5em;
                text-indent: -999em;
                display: inline-block;
                text-decoration: none;
                font-size: 17px;
                margin: 0 5px;
                border: 1px solid #d3c185;
                color: #d3c185;
                transition: all .3s ease-in-out; } }
            @media (min-width: 1025px) and (max-width: 1280px) {
              .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars span a {
                position: relative;
                height: 1.5em;
                width: 1.5em;
                text-indent: -999em;
                display: inline-block;
                text-decoration: none;
                font-size: 17px;
                margin: 0 5px;
                border: 1px solid #d3c185;
                color: #d3c185;
                transition: all .3s ease-in-out; } }
            @media (min-width: 769px) and (max-width: 1024px) {
              .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars span a {
                position: relative;
                height: 1.5em;
                width: 1.5em;
                text-indent: -999em;
                display: inline-block;
                text-decoration: none;
                font-size: 17px;
                margin: 0 2px;
                border: 1px solid #d3c185;
                color: #d3c185;
                transition: all .3s ease-in-out; } }
            @media (min-width: 641px) and (max-width: 768px) {
              .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars span a {
                position: relative;
                height: 1.5em;
                width: 1.5em;
                text-indent: -999em;
                display: inline-block;
                text-decoration: none;
                font-size: 24px;
                margin: 0 5px;
                border: 1px solid #d3c185;
                color: #d3c185;
                transition: all .3s ease-in-out; } }
            @media (min-width: 321px) and (max-width: 640px) {
              .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars span a {
                position: relative;
                height: 1.5em;
                width: 1.5em;
                text-indent: -999em;
                display: inline-block;
                text-decoration: none;
                font-size: 24px;
                margin: 0 5px;
                border: 1px solid #d3c185;
                color: #d3c185;
                transition: all .3s ease-in-out; } }
            @media (min-width: 1px) and (max-width: 320px) {
              .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars span a {
                position: relative;
                height: 1.5em;
                width: 1.5em;
                text-indent: -999em;
                display: inline-block;
                text-decoration: none;
                font-size: 17px;
                margin: 0 5px;
                border: 1px solid #d3c185;
                color: #d3c185;
                transition: all .3s ease-in-out; } }
            .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars span a:first-of-type {
              margin-left: 0; }
            .single-product .content .product-info .descritivo .row-avaliacoes #reviews #review_form_wrapper #review_form .comment-respond form .stars span a::before {
              position: absolute;
              top: 10%;
              left: 12%;
              transition: all ease-in-out 0.3s; }
    .single-product .content .product-info .trigger-hidden {
      margin-top: 25px;
      cursor: pointer; }
      .single-product .content .product-info .trigger-hidden svg {
        width: 35px; }
    .single-product .content .product-info .hidden-description {
      border: 2px solid transparent;
      padding: 5px 10px;
      margin: 0 15px;
      opacity: 0;
      transition: all ease-in-out 0.5s;
      position: absolute; }
    .single-product .content .product-info .hidden-description.active {
      border-color: #FFA890;
      opacity: 1;
      min-height: 125px; }
    .single-product .content .product-info .pricing {
      display: flex;
      align-items: center;
      float: right;
      flex-direction: column;
      margin-top: 15px; }
      .single-product .content .product-info .pricing .price {
        display: inline;
        margin-bottom: 30px;
        font-weight: 400;
        color: #d3c185;
        font-size: 36px;
        letter-spacing: -.5px; }
        @media (max-width: 1199px) {
          .single-product .content .product-info .pricing .price {
            margin-bottom: 10px; } }
      .single-product .content .product-info .pricing .adicionar {
        margin-right: auto;
        background-color: #FFA890;
        border: none;
        border-radius: 5px;
        padding: 10px 30px;
        transition: all ease-in-out 0.3s; }
        @media (max-width: 767px) {
          .single-product .content .product-info .pricing .adicionar {
            margin-right: 0; } }
        .single-product .content .product-info .pricing .adicionar p {
          border: none !important;
          padding: 0 !important;
          margin: 0 !important;
          display: block !important; }
        .single-product .content .product-info .pricing .adicionar a {
          color: white;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          text-decoration: none;
          padding: 0;
          background: none; }
        .single-product .content .product-info .pricing .adicionar:hover {
          background-color: #631F41; }
        .single-product .content .product-info .pricing .adicionar .quantity {
          display: none; }
        .single-product .content .product-info .pricing .adicionar .single_add_to_cart_button {
          background-color: transparent; }
.single-product .ingredient-text {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px; }
  .single-product .ingredient-text h2 {
    font-weight: 700;
    color: #631F41;
    font-family: 'Encode sans semi condensed', sans-serif; }
.single-product .related-block {
  background: #FFA890;
  height: 75%;
  padding-top: 50px;
  margin-bottom: 35px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .single-product .related-block {
      height: 55%; } }
  .single-product .related-block .col-12 {
    margin: 0 auto; }
    .single-product .related-block .col-12 .related-content {
      margin: 0 auto;
      text-align: center; }
      .single-product .related-block .col-12 .related-content h3 {
        margin-bottom: 35px;
        font-weight: 700; }
    .single-product .related-block .col-12 .slider_products {
      justify-content: space-between; }
      .single-product .related-block .col-12 .slider_products .type-product {
        background: #fff;
        max-width: 275px;
        margin: 0px 8px;
        transition: all ease-in-out 0.25s; }
        @media (min-width: 1919px) {
          .single-product .related-block .col-12 .slider_products .type-product {
            max-width: 355px;
            margin: 0 20px; } }
        .single-product .related-block .col-12 .slider_products .type-product:hover {
          box-shadow: 0 5px 10px 2px rgba(50, 50, 50, 0.2); }
        @media (max-width: 767px) {
          .single-product .related-block .col-12 .slider_products .type-product {
            padding: 0 20px;
            max-width: 215px;
            margin: 0;
            margin-bottom: 15px; } }
        @media (min-width: 1367px) and (max-width: 1440px) {
          .single-product .related-block .col-12 .slider_products .type-product {
            max-width: 265px;
            margin: 0 10px; } }
        @media (min-width: 1281px) and (max-width: 1366px) {
          .single-product .related-block .col-12 .slider_products .type-product {
            max-width: 245px; } }
        @media (min-width: 1025px) and (max-width: 1280px) {
          .single-product .related-block .col-12 .slider_products .type-product {
            max-width: 215px; } }
        @media (min-width: 769px) and (max-width: 1024px) {
          .single-product .related-block .col-12 .slider_products .type-product {
            max-width: 185px;
            margin: 0; } }
        @media (min-width: 641px) and (max-width: 768px) {
          .single-product .related-block .col-12 .slider_products .type-product {
            margin: 0 15px; } }
        .single-product .related-block .col-12 .slider_products .type-product .mask {
          position: absolute;
          top: 0;
          left: 0;
          width: 80%;
          height: 85%; }
        .single-product .related-block .col-12 .slider_products .type-product .add_to_cart_inline {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          flex-direction: row-reverse; }
          @media (max-width: 767px) {
            .single-product .related-block .col-12 .slider_products .type-product .add_to_cart_inline {
              justify-content: space-between; } }
          .single-product .related-block .col-12 .slider_products .type-product .add_to_cart_inline span {
            color: #d3c185;
            font-size: 24px;
            font-weight: 400;
            font-family: 'Encode sans semi condensed', sans-serif; }
            @media (max-width: 767px) {
              .single-product .related-block .col-12 .slider_products .type-product .add_to_cart_inline span {
                font-size: 18px; } }
          .single-product .related-block .col-12 .slider_products .type-product .add_to_cart_inline a {
            margin-right: 25px;
            color: white;
            background: #631F41;
            font-family: 'Encode sans semi condensed', sans-serif;
            font-size: 14px;
            border-radius: 5px;
            transition: all ease-in-out 0.3s; }
            .single-product .related-block .col-12 .slider_products .type-product .add_to_cart_inline a:hover {
              background: #d3c185; }
        .single-product .related-block .col-12 .slider_products .type-product h3 {
          min-height: 55px;
          color: #d3c185; }
        .single-product .related-block .col-12 .slider_products .type-product h4 {
          min-height: 45px;
          font-weight: 400;
          color: #6a6a73; }
        .single-product .related-block .col-12 .slider_products .type-product svg {
          width: 35px; }
          .single-product .related-block .col-12 .slider_products .type-product svg path {
            transition: all ease-in-out 0.3s; }
          .single-product .related-block .col-12 .slider_products .type-product svg:hover path {
            fill: #631F41; }
        .single-product .related-block .col-12 .slider_products .type-product .thumbnail-related {
          text-align: center; }
          .single-product .related-block .col-12 .slider_products .type-product .thumbnail-related img {
            max-width: 65%;
            width: auto;
            max-height: 206px; }
        .single-product .related-block .col-12 .slider_products .type-product .yith-wcwl-add-to-wishlist {
          text-align: right; }
          .single-product .related-block .col-12 .slider_products .type-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a {
            justify-content: flex-end; }
            .single-product .related-block .col-12 .slider_products .type-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a span {
              display: none; }
.single-product .related.products {
  display: flex;
  flex-direction: column;
  width: 100%; }
.single-product .slider {
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .single-product .slider {
      display: none; } }
.single-product .carousel-ingredient .col-md-7 {
  display: flex;
  align-items: center; }
  .single-product .carousel-ingredient .col-md-7 .ingrediente-texto h3 {
    font-weight: 700;
    letter-spacing: 0.5px; }
    .single-product .carousel-ingredient .col-md-7 .ingrediente-texto h3 p {
      color: #d3c185; }
.single-product .carousel-ingredient .ingredient-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 415px; }
.single-product .carousel-ingredient .slick-prev {
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  cursor: pointer;
  left: -10%; }
.single-product .carousel-ingredient .slick-next {
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  right: -10%;
  width: 40px;
  cursor: pointer; }
.single-product .col-10 {
  margin: 0 auto; }
.single-product .redes-sociais {
  margin-top: 40px; }
.single-product .beneficios {
  margin-top: 50px;
  padding: 25px 0;
  background-color: #FFA890; }
  .single-product .beneficios section {
    margin: 0 auto;
    text-align: center; }
    .single-product .beneficios section h3 {
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-weight: 600; }
    .single-product .beneficios section .container {
      margin-bottom: 50px; }
    .single-product .beneficios section .listing {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .single-product .beneficios section .listing div p {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-size: 12px; }
      .single-product .beneficios section .listing div svg {
        margin-bottom: 25px;
        width: 85px; }
        @media (max-width: 768px) {
          .single-product .beneficios section .listing div svg {
            width: 60px; } }
        .single-product .beneficios section .listing div svg path {
          transition: all ease-in-out 0.3s; }
        .single-product .beneficios section .listing div svg:hover path {
          fill: #631F41; }
      .single-product .beneficios section .listing div h5 {
        font-weight: 400;
        font-size: 18px;
        color: #fff; }
        @media (max-width: 768px) {
          .single-product .beneficios section .listing div h5 {
            font-size: 14px; } }

/* Wishlist */
.page-template-template-wishlist {
  font-family: 'Encode Sans Semi Condensed', sans-serif; }
  .page-template-template-wishlist .col-10 {
    margin: 0 auto;
    margin-top: 150px !important; }
    .page-template-template-wishlist .col-10 .yith-wcwl-share-title {
      font-size: 16px; }
    .page-template-template-wishlist .col-10 .wishlist_table {
      border-color: #d3c185; }
      .page-template-template-wishlist .col-10 .wishlist_table .product-thumbnail {
        width: 20%; }
        .page-template-template-wishlist .col-10 .wishlist_table .product-thumbnail a {
          max-width: 130px;
          margin: 0 auto; }
      @media screen and (max-width: 600px) {
        .page-template-template-wishlist .col-10 .wishlist_table thead tr {
          display: block; } }
      .page-template-template-wishlist .col-10 .wishlist_table thead th {
        border: none;
        text-align: center; }
      @media (min-width: 767px) and (max-width: 1366px) {
        .page-template-template-wishlist .col-10 .wishlist_table .product-name {
          width: 40%; } }
      @media screen and (max-width: 600px) {
        .page-template-template-wishlist .col-10 .wishlist_table .product-add-to-cart {
          display: block;
          width: 100%; } }
      @media screen and (max-width: 600px) {
        .page-template-template-wishlist .col-10 .wishlist_table tbody tr {
          display: block; } }
      .page-template-template-wishlist .col-10 .wishlist_table tbody tr td {
        border: none; }
      .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-remove a {
        cursor: pointer;
        margin-left: 35px;
        font-size: 30px;
        color: #631F41 !important;
        transition: all ease-in-out 0.3s; }
        .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-remove a:hover {
          color: #d3c185 !important;
          background-color: #631F41; }
      .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-thumbnail,
      .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-name,
      .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-price {
        position: relative; }
        .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-thumbnail::after,
        .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-name::after,
        .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-price::after {
          content: '';
          height: 50%;
          width: 1px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          background-color: #d3c185; }
      .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-name {
        text-align: center; }
        .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-name a {
          cursor: pointer;
          font-size: 19px;
          font-weight: 400;
          text-decoration: none;
          color: #631F41 !important;
          font-family: 'Encode Sans Semi Condensed', sans-serif; }
      .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-price span {
        font-size: 17px;
        font-weight: 400px;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        color: #631F41; }
      .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-add-to-cart a {
        margin: 0 auto;
        width: 50%;
        padding: 20px 0;
        background: #d3c185;
        color: white;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        box-shadow: inset 0 0 0 0 #d3c185;
        -webkit-transition: all ease 0.8s;
        -moz-transition: all ease 0.8s;
        transition: all ease 0.8s; }
        .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-add-to-cart a:hover {
          box-shadow: inset 200px 0 0 0 #631F41;
          color: #FFF; }
      .page-template-template-wishlist .col-10 .wishlist_table tbody tr .product-stock-status span {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        text-decoration: underline; }
      .page-template-template-wishlist .col-10 .wishlist_table tfoot tr td {
        border: none; }
  .page-template-template-wishlist footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center; }
    @media (max-width: 767px) {
      .page-template-template-wishlist footer {
        position: relative; } }

/* Cart */
.page-template-template-cart {
  font-family: 'Encode Sans Semi Condensed', sans-serif; }
  .page-template-template-cart .content {
    margin-top: 150px; }
    @media (max-width: 767px) {
      .page-template-template-cart .content {
        margin-top: 0; } }
  .page-template-template-cart .cross-sells {
    display: none !important; }
  @media (max-width: 767px) {
    .page-template-template-cart .product-quantity {
      display: flex !important;
      justify-content: space-evenly; } }
  .page-template-template-cart .product-quantity svg {
    width: 35px; }
  .page-template-template-cart .col-12 {
    margin: 0 auto; }
    .page-template-template-cart .col-12 .woocommerce-cart-form {
      margin-top: 50px; }
      .page-template-template-cart .col-12 .woocommerce-cart-form thead tr {
        background: #d3c185; }
        .page-template-template-cart .col-12 .woocommerce-cart-form thead tr th {
          text-align: center;
          color: white; }
      .page-template-template-cart .col-12 .woocommerce-cart-form tbody tr .product-quantity {
        display: flex;
        align-items: center;
        justify-content: center;
        /* position: absolute; */
        /* top: 25%; */
        padding-top: 25%; }
      .page-template-template-cart .col-12 .woocommerce-cart-form tbody tr td input[type="submit"] {
        background-color: #d3c185;
        border: none;
        color: #fff;
        border-radius: 5px;
        padding: 10px 15px;
        transition: all .3s ease-in-out; }
        .page-template-template-cart .col-12 .woocommerce-cart-form tbody tr td input[type="submit"]:hover {
          background-color: #6a6a73;
          box-shadow: 0 5px 10px 2px rgba(50, 50, 50, 0.2); }
      .page-template-template-cart .col-12 .woocommerce-cart-form tbody tr .actions {
        padding: 20px 30px; }
      .page-template-template-cart .col-12 .woocommerce-cart-form .product-thumbnail {
        text-align: center; }
        .page-template-template-cart .col-12 .woocommerce-cart-form .product-thumbnail img {
          width: 180px; }
      .page-template-template-cart .col-12 .woocommerce-cart-form .product-name {
        text-align: center; }
        .page-template-template-cart .col-12 .woocommerce-cart-form .product-name a {
          cursor: pointer;
          font-size: 19px;
          font-weight: 400;
          text-decoration: none;
          color: #631F41 !important;
          font-family: 'Encode Sans Semi Condensed', sans-serif; }
      .page-template-template-cart .col-12 .woocommerce-cart-form .product-remove a {
        cursor: pointer;
        margin-left: 35px;
        font-size: 30px;
        color: #631F41 !important;
        transition: all ease-in-out 0.3s; }
        .page-template-template-cart .col-12 .woocommerce-cart-form .product-remove a:hover {
          color: #d3c185 !important;
          background-color: #631F41; }
      .page-template-template-cart .col-12 .woocommerce-cart-form .product-price span {
        color: #d3c185; }
      .page-template-template-cart .col-12 .woocommerce-cart-form .product-subtotal span {
        color: #631F41; }
      @media (max-width: 767px) {
        .page-template-template-cart .col-12 .woocommerce-cart-form .cart input.button {
          margin-top: 5px;
          width: 100% !important; } }
      .page-template-template-cart .col-12 .woocommerce-cart-form #coupon_code {
        width: 50%;
        padding: 6px 6px 8px; }
        @media (max-width: 767px) {
          .page-template-template-cart .col-12 .woocommerce-cart-form #coupon_code {
            width: 100%; } }
    .page-template-template-cart .col-12 .return-to-shop a {
      color: white;
      background: #d3c185;
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      transition: all ease 0.5s; }
      .page-template-template-cart .col-12 .return-to-shop a:hover {
        background: #631F41; }
    .page-template-template-cart .col-12 .cart-collaterals {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .page-template-template-cart .col-12 .cart-collaterals .woocommerce-Price-amount {
        color: #d3c185; }
      .page-template-template-cart .col-12 .cart-collaterals .cart_totals table tbody tr {
        text-align: right; }
        .page-template-template-cart .col-12 .cart-collaterals .cart_totals table tbody tr th {
          text-align: right; }
      .page-template-template-cart .col-12 .cart-collaterals .cart_totals h2 {
        color: #631F41;
        font-weight: 700; }
      .page-template-template-cart .col-12 .cart-collaterals .order-total .woocommerce-Price-amount {
        color: #6a6a73; }
      .page-template-template-cart .col-12 .cart-collaterals .wc-proceed-to-checkout a {
        float: right;
        width: 50%;
        padding: 20px 0;
        background: #d3c185;
        color: white;
        border-radius: 5px;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        box-shadow: inset 0 0 0 0 #d3c185;
        -webkit-transition: all ease 0.8s;
        -moz-transition: all ease 0.8s;
        transition: all ease 0.8s; }
        @media (max-width: 767px) {
          .page-template-template-cart .col-12 .cart-collaterals .wc-proceed-to-checkout a {
            width: 100% !important; } }
        .page-template-template-cart .col-12 .cart-collaterals .wc-proceed-to-checkout a:hover {
          box-shadow: inset 400px 0 0 0 #631F41;
          color: #FFF; }
  .page-template-template-cart footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem 0;
    text-align: center; }
    @media (max-width: 767px) {
      .page-template-template-cart footer {
        position: relative; } }

/* Checkout */
.page-template-template-checkout {
  font-family: 'Encode Sans Semi Condensed', sans-serif; }
  @media (max-width: 991px) {
    .page-template-template-checkout .main-block {
      margin-top: 50px; } }
  .page-template-template-checkout .wrapper {
    padding-top: 25px; }
  .page-template-template-checkout .col-10 {
    margin: 0 auto; }
  .page-template-template-checkout .col-12 {
    margin: 0 auto; }
    @media (max-width: 520px) {
      .page-template-template-checkout .col-12 {
        padding: 0; } }
    .page-template-template-checkout .col-12 .acf-field {
      display: inline-block;
      border: none;
      width: 50%;
      margin-bottom: 25px; }
    .page-template-template-checkout .col-12 .acf-field-number {
      display: none; }
    .page-template-template-checkout .col-12 .woocommerce-invalid input {
      border-color: #631F41 !important;
      background: rgba(201, 0, 0, 0.35); }
    @media (max-width: 767px) {
      .page-template-template-checkout .col-12 .form-row {
        width: 100% !important; } }
    .page-template-template-checkout .col-12 input {
      padding: 5px 10px;
      border: 1px solid #d3c185; }
    .page-template-template-checkout .col-12 abbr.required {
      text-decoration: none !important;
      color: #631F41; }
    .page-template-template-checkout .col-12 .selection span {
      border-color: #d3c185; }
    .page-template-template-checkout .col-12 #order_review_heading {
      color: #6a6a73;
      font-weight: 700; }
    .page-template-template-checkout .col-12 .product-total {
      text-align: center; }
    .page-template-template-checkout .col-12 .cart_item {
      color: #631F41; }
    .page-template-template-checkout .col-12 tfoot {
      color: #631F41; }
      .page-template-template-checkout .col-12 tfoot td {
        text-align: center; }
      .page-template-template-checkout .col-12 tfoot .order-total .woocommerce-Price-amount {
        color: #d3c185; }
    .page-template-template-checkout .col-12 #order_review_heading {
      padding: 0 20px; }
    .page-template-template-checkout .col-12 #order_review {
      padding: 0 20px; }
    .page-template-template-checkout .col-12 .place-order .button {
      margin: 0 auto;
      width: 50%;
      padding: 20px 0;
      background: #d3c185;
      color: white;
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      box-shadow: inset 0 0 0 0 #d3c185;
      -webkit-transition: all ease 0.8s;
      -moz-transition: all ease 0.8s;
      transition: all ease 0.8s; }
      .page-template-template-checkout .col-12 .place-order .button:hover {
        box-shadow: inset 450px 0 0 0 #631F41;
        color: #FFF; }
  .page-template-template-checkout footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center; }
    @media (max-width: 767px) {
      .page-template-template-checkout footer {
        position: relative; } }

/* Account */
.page-template-template-account .col-10 {
  margin: 0 auto; }
.page-template-template-account .container {
  margin-top: 50px; }
  .page-template-template-account .container .page-header h1 {
    font-weight: 400; }
  .page-template-template-account .container .woocommerce-MyAccount-navigation ul {
    padding: 0; }
    .page-template-template-account .container .woocommerce-MyAccount-navigation ul li {
      padding: 5px 20px;
      padding-left: 20px;
      list-style: none;
      border: #d3c185 2px solid;
      margin: 5px 0;
      border-radius: 5px;
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      box-shadow: inset 0 0 0 0 #6a6a73;
      -webkit-transition: all ease 0.8s;
      -moz-transition: all ease 0.8s;
      transition: all ease 0.8s;
      background-color: rgba(59, 79, 96, 0.9); }
      .page-template-template-account .container .woocommerce-MyAccount-navigation ul li:hover {
        box-shadow: inset 450px 0 0 0 #631F41;
        color: #FFF; }
      .page-template-template-account .container .woocommerce-MyAccount-navigation ul li a {
        color: white;
        cursor: pointer;
        font-weight: 700;
        width: 100%;
        display: inline-block; }
        .page-template-template-account .container .woocommerce-MyAccount-navigation ul li a:hover {
          text-decoration: none; }
        @media (max-width: 520px) {
          .page-template-template-account .container .woocommerce-MyAccount-navigation ul li a {
            width: 100%;
            display: block; } }
  .page-template-template-account .container .woocommerce-MyAccount-content .addresses div .title {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px; }
  .page-template-template-account .container .woocommerce-MyAccount-content p {
    color: #6a6a73; }
    .page-template-template-account .container .woocommerce-MyAccount-content p a {
      color: #631F41;
      font-weight: 700; }
      .page-template-template-account .container .woocommerce-MyAccount-content p a:hover {
        text-decoration: none; }
  .page-template-template-account .container .woocommerce-MyAccount-content .account-points div {
    color: white;
    text-align: center;
    padding: 5px 20px;
    padding-left: 20px;
    list-style: none;
    border: #d3c185 2px solid;
    margin: 5px 0;
    border-radius: 5px;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    box-shadow: inset 0 0 0 0 #6a6a73;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    background-color: rgba(59, 79, 96, 0.9); }

/* Termos e condições */
.page-template-template-termos .col-8 {
  margin: 0 auto;
  margin-top: 25px; }

/* Sobre nós */
.page-template-template-sobre-nos .about-us-banner {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 728px) {
    .page-template-template-sobre-nos .about-us-banner {
      padding-top: 40px;
      min-height: 330px;
      margin-bottom: 20px; } }
  .page-template-template-sobre-nos .about-us-banner h2 {
    font-size: 56px;
    font-family: Encode Sans Semi Condensed, sans-serif;
    font-weight: 900;
    color: #d3c185;
    letter-spacing: .05em;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.62); }
.page-template-template-sobre-nos .diagonal {
  height: 150px;
  width: 101%;
  position: absolute;
  overflow: hidden;
  -webkit-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
  bottom: -70px;
  z-index: 0;
  left: 0; }
  .page-template-template-sobre-nos .diagonal::before {
    content: "";
    display: block;
    height: 150px;
    width: 150%;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg); }
.page-template-template-sobre-nos .origens {
  text-align: center; }
  .page-template-template-sobre-nos .origens .origens-content {
    display: flex;
    align-items: center;
    justify-content: center; }
.page-template-template-sobre-nos .content .col-12 {
  margin: 0 auto;
  margin-bottom: 35px; }
  .page-template-template-sobre-nos .content .col-12 h3 {
    margin-bottom: 30px; }
  .page-template-template-sobre-nos .content .col-12 .missao .missao-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    @media (max-width: 991px) {
      .page-template-template-sobre-nos .content .col-12 .missao .missao-text {
        text-align: center; } }
    @media (min-width: 1200px) {
      .page-template-template-sobre-nos .content .col-12 .missao .missao-text {
        padding-right: 60px; } }
  .page-template-template-sobre-nos .content .col-12 .missao .missao-img {
    min-height: 500px;
    background-size: cover;
    background-position: center; }
    @media (max-width: 1200px) {
      .page-template-template-sobre-nos .content .col-12 .missao .missao-img {
        height: 350px;
        min-height: 0; } }
@media (max-width: 991px) {
  .page-template-template-sobre-nos .content .marcas {
    text-align: center; } }
.page-template-template-sobre-nos .content .marcas-block {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .page-template-template-sobre-nos .content .marcas-block {
      text-align: center; } }
  .page-template-template-sobre-nos .content .marcas-block div img {
    max-width: 100%; }
@media (max-width: 991px) {
  .page-template-template-sobre-nos .content .conceito {
    text-align: center; } }
.page-template-template-sobre-nos .content .col-8 {
  margin: 0 auto;
  text-align: center; }
.page-template-template-sobre-nos .content .conceito-parallax {
  min-height: 450px;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 30px;
  background-position: right; }
@media (max-width: 991px) {
  .page-template-template-sobre-nos .content .parcerias section {
    text-align: center; } }
.page-template-template-sobre-nos .content .beneficios {
  margin-top: 50px;
  padding: 25px 0;
  background-color: #FFA890; }
  .page-template-template-sobre-nos .content .beneficios section {
    margin: 0 auto;
    text-align: center; }
    .page-template-template-sobre-nos .content .beneficios section h3 {
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-weight: 600; }
    .page-template-template-sobre-nos .content .beneficios section .container {
      margin-bottom: 50px; }
    .page-template-template-sobre-nos .content .beneficios section .listing {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .page-template-template-sobre-nos .content .beneficios section .listing div p {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-size: 12px; }
      .page-template-template-sobre-nos .content .beneficios section .listing div svg {
        margin-bottom: 25px;
        width: 85px; }
        @media (max-width: 768px) {
          .page-template-template-sobre-nos .content .beneficios section .listing div svg {
            width: 60px; } }
        .page-template-template-sobre-nos .content .beneficios section .listing div svg path {
          transition: all ease-in-out 0.3s; }
        .page-template-template-sobre-nos .content .beneficios section .listing div svg:hover path {
          fill: #631F41; }
      .page-template-template-sobre-nos .content .beneficios section .listing div h5 {
        font-weight: 400;
        font-size: 18px;
        color: #fff; }
        @media (max-width: 768px) {
          .page-template-template-sobre-nos .content .beneficios section .listing div h5 {
            font-size: 14px; } }

/* Landing Page */
.page-template-template-landing div[data-name="_post_content"] .wp-editor-tabs {
  display: none; }
.page-template-template-landing div[data-name="votos"] {
  display: none !important; }
@media (max-width: 768px) {
  .page-template-template-landing .main {
    overflow: hidden; } }
.page-template-template-landing .slide {
  padding: 0; }
  .page-template-template-landing .slide .seller-image {
    margin: 0;
    background-size: cover; }
.page-template-template-landing .background-row {
  padding-top: 60px; }
.page-template-template-landing .row-bebes {
  background-color: #9ad9d3; }
.page-template-template-landing .wrap .row {
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
.page-template-template-landing .content h1 {
  color: white; }
.page-template-template-landing .content img {
  max-width: 60%; }
  @media (max-width: 768px) {
    .page-template-template-landing .content img {
      max-width: 100%; } }
.page-template-template-landing .content .col-lg-4 {
  position: relative;
  padding-left: 0; }
  .page-template-template-landing .content .col-lg-4 .hashtag-block {
    position: absolute;
    /* top: 0; */
    right: -120px;
    transform: rotate(-5deg); }
  .page-template-template-landing .content .col-lg-4 .frame-hashtag {
    max-width: 375px; }
  .page-template-template-landing .content .col-lg-4 p {
    position: absolute;
    bottom: 12%;
    left: 18%;
    font-family: Encode Sans Semi Condensed, sans-serif;
    font-size: 26px;
    color: #009a93;
    font-weight: 900;
    letter-spacing: 2px; }
.page-template-template-landing .content .col-lg-12 {
  margin-top: 50px; }
  .page-template-template-landing .content .col-lg-12 .col-12 {
    margin: 0 auto; }
    .page-template-template-landing .content .col-lg-12 .col-12 h1 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 55px;
      font-family: 'Encode Sans Semi Condensed', sans-serif; }
    .page-template-template-landing .content .col-lg-12 .col-12 h3 {
      text-align: center;
      margin-bottom: 80px;
      color: #631F41;
      font-size: 40px;
      font-family: 'Encode Sans Semi Condensed', sans-serif; }
    .page-template-template-landing .content .col-lg-12 .col-12 p {
      font-size: 22px;
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      text-align: center;
      color: #631F41; }
.page-template-template-landing .form-container {
  margin: 0 auto; }
.page-template-template-landing .formulario {
  margin: 0 auto;
  position: relative; }
  .page-template-template-landing .formulario p {
    margin-left: 10px;
    font-size: 22px;
    font-family: Encode Sans Semi Condensed, sans-serif;
    text-align: center;
    color: #631f41 !important;
    margin-bottom: 20px; }
  .page-template-template-landing .formulario form {
    text-align: center;
    position: relative; }
    .page-template-template-landing .formulario form .acf-fields .acf-field {
      display: inline-block;
      border: none;
      width: 30%;
      margin-bottom: 25px; }
      @media (max-width: 768px) {
        .page-template-template-landing .formulario form .acf-fields .acf-field {
          width: 100%; } }
      .page-template-template-landing .formulario form .acf-fields .acf-field input {
        border: none;
        border-radius: 5px;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        color: #631F41; }
        @media (max-width: 768px) {
          .page-template-template-landing .formulario form .acf-fields .acf-field input {
            color: transparent; } }
        .page-template-template-landing .formulario form .acf-fields .acf-field input:focus {
          outline: none; }
      .page-template-template-landing .formulario form .acf-fields .acf-field:first-child {
        width: 60%; }
        @media (max-width: 768px) {
          .page-template-template-landing .formulario form .acf-fields .acf-field:first-child {
            width: 100%; } }
      .page-template-template-landing .formulario form .acf-fields .acf-field .acf-label {
        margin-bottom: 0; }
        .page-template-template-landing .formulario form .acf-fields .acf-field .acf-label label {
          text-align: left;
          margin: 0;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-size: 14px;
          color: #631F41; }
      .page-template-template-landing .formulario form .acf-fields .acf-field .acf-input .acf-image-uploader .hide-if-value p {
        color: transparent;
        font-size: 0px; }
        .page-template-template-landing .formulario form .acf-fields .acf-field .acf-input .acf-image-uploader .hide-if-value p a {
          display: inline-block;
          font-size: 16px;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-weight: 700;
          color: white;
          background: #FFA890;
          border: none;
          border-radius: 5px;
          padding: 5px 20px;
          cursor: pointer;
          text-decoration: none; }
    .page-template-template-landing .formulario form .acf-fields .acf-field-image {
      position: relative;
      bottom: 40px;
      margin-bottom: 0;
      float: left;
      margin-left: 55px; }
      @media (max-width: 768px) {
        .page-template-template-landing .formulario form .acf-fields .acf-field-image {
          margin: 0; } }
    .page-template-template-landing .formulario form .acf-fields .acf-field-true-false {
      width: 100%;
      position: relative;
      bottom: -5px;
      display: inline;
      left: 0; }
      @media (max-width: 768px) {
        .page-template-template-landing .formulario form .acf-fields .acf-field-true-false {
          width: 100%; } }
      @media (min-width: 1200px) and (max-width: 1919px) {
        .page-template-template-landing .formulario form .acf-fields .acf-field-true-false {
          left: 0; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .page-template-template-landing .formulario form .acf-fields .acf-field-true-false {
          width: 100%;
          position: relative;
          /* bottom: -5px; */
          /* display: inline; */
          left: 0; } }
      @media (max-width: 1065px) and (max-width: 992px) {
        .page-template-template-landing .formulario form .acf-fields .acf-field-true-false {
          width: 100%;
          /* bottom: -5px; */
          display: inline-flex;
          /* left: 0; */
          margin-bottom: 100px; } }
      @media (min-width: 1920px) {
        .page-template-template-landing .formulario form .acf-fields .acf-field-true-false {
          width: 100%;
          position: relative;
          bottom: -5px;
          display: inline;
          left: -17%; } }
      .page-template-template-landing .formulario form .acf-fields .acf-field-true-false .acf-label {
        display: inline-block; }
      .page-template-template-landing .formulario form .acf-fields .acf-field-true-false .acf-input {
        display: inline-block; }
        .page-template-template-landing .formulario form .acf-fields .acf-field-true-false .acf-input .acf-true-false label {
          margin: 0; }
    .page-template-template-landing .formulario form .acf-form-submit {
      display: inline-block;
      position: absolute;
      right: 11%;
      bottom: 10%; }
      @media (max-width: 768px) {
        .page-template-template-landing .formulario form .acf-form-submit {
          display: inline-block;
          position: relative;
          margin-bottom: 90px; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .page-template-template-landing .formulario form .acf-form-submit {
          display: inline-block;
          position: absolute;
          right: 11%;
          bottom: 0%; } }
      .page-template-template-landing .formulario form .acf-form-submit input {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-weight: 700;
        color: white;
        background: #FFA890;
        border: none;
        border-radius: 5px;
        padding: 5px 20px;
        cursor: pointer; }
  .page-template-template-landing .formulario .como-participar {
    position: relative;
    bottom: 40px;
    padding-left: 60px; }
    @media (min-width: 1025px) and (max-width: 1366px) {
      .page-template-template-landing .formulario .como-participar {
        bottom: 20px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .page-template-template-landing .formulario .como-participar {
        bottom: 0%; } }
    @media (max-width: 768px) {
      .page-template-template-landing .formulario .como-participar {
        padding: inherit; } }
    .page-template-template-landing .formulario .como-participar h4 {
      font-size: 16px;
      margin-bottom: 0; }
    .page-template-template-landing .formulario .como-participar ul {
      padding: 0;
      list-style: none;
      margin-bottom: 0; }
      .page-template-template-landing .formulario .como-participar ul li {
        line-height: 20px; }
.page-template-template-landing .row-menu-bebe {
  background-color: #9ad9d3; }
  .page-template-template-landing .row-menu-bebe .col-10 {
    padding: 20px 0;
    margin: 0 auto; }
  .page-template-template-landing .row-menu-bebe ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .page-template-template-landing .row-menu-bebe ul {
        flex-direction: column; } }
    .page-template-template-landing .row-menu-bebe ul li {
      margin: 0 25px;
      display: inline-block;
      font-weight: 600; }
      @media (max-width: 768px) {
        .page-template-template-landing .row-menu-bebe ul li {
          margin-bottom: 15px; } }
      .page-template-template-landing .row-menu-bebe ul li a {
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        transition: all ease-in-out 0.3s; }
        .page-template-template-landing .row-menu-bebe ul li a:hover {
          color: #631F41; }
@media (max-width: 768px) {
  .page-template-template-landing .row-bebes .slide .seller-image {
    min-height: 165px; } }

/* Bebés */
.page-template-template-bebes .main {
  padding: 0;
  overflow: hidden; }
.page-template-template-bebes .title {
  margin-bottom: 35px; }
  .page-template-template-bebes .title h1 {
    margin: 0 auto; }
.page-template-template-bebes .wrapper {
  background-color: #9ad9d3;
  padding-top: 85px; }
  .page-template-template-bebes .wrapper .col-10 {
    margin: 0 auto; }
    .page-template-template-bebes .wrapper .col-10 .bebe {
      min-height: 400px;
      padding: 20px;
      transition: all ease-in-out 0.3s;
      margin-bottom: 15px; }
      .page-template-template-bebes .wrapper .col-10 .bebe:hover {
        background: white;
        box-shadow: 0 5px 10px 2px rgba(50, 50, 50, 0.2); }
        .page-template-template-bebes .wrapper .col-10 .bebe:hover .overlay {
          height: 100%; }
        .page-template-template-bebes .wrapper .col-10 .bebe:hover svg path {
          fill: #9ad9d3; }
        .page-template-template-bebes .wrapper .col-10 .bebe:hover .referencia-bebe {
          color: #d3c185; }
      .page-template-template-bebes .wrapper .col-10 .bebe .seller-image {
        min-height: 300px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        background-color: white; }
      .page-template-template-bebes .wrapper .col-10 .bebe .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(99, 31, 65, 0.75);
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .4s ease;
        display: flex;
        align-items: center;
        justify-content: center; }
        .page-template-template-bebes .wrapper .col-10 .bebe .overlay svg {
          width: 35px; }
      .page-template-template-bebes .wrapper .col-10 .bebe .overlay-block {
        position: relative; }
      .page-template-template-bebes .wrapper .col-10 .bebe .overlay-block:hover .overlay {
        height: 100%; }
      .page-template-template-bebes .wrapper .col-10 .bebe .text {
        white-space: nowrap;
        color: white;
        font-size: 20px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .page-template-template-bebes .wrapper .col-10 .bebe .text h5 {
          margin-top: 35px;
          color: white; }
        .page-template-template-bebes .wrapper .col-10 .bebe .text svg path {
          fill: white; }
      .page-template-template-bebes .wrapper .col-10 .bebe .share-fb {
        display: inline-block;
        float: right;
        margin-right: 10px; }
      .page-template-template-bebes .wrapper .col-10 .bebe h4 {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        min-height: 20px; }
      .page-template-template-bebes .wrapper .col-10 .bebe .referencia-bebe {
        color: white;
        font-weight: 400;
        transition: .75s ease; }
      .page-template-template-bebes .wrapper .col-10 .bebe svg {
        width: 35px;
        float: right;
        cursor: pointer; }
        .page-template-template-bebes .wrapper .col-10 .bebe svg:hover path {
          fill: #631F41; }
        .page-template-template-bebes .wrapper .col-10 .bebe svg path {
          transition: all ease-in-out 0.3s; }

/* Regulamentos */
.regulamentos .main {
  padding-top: 85px;
  background-color: #009a93;
  color: white;
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-size: 16px; }
  .regulamentos .main .col-12 {
    margin: 0 auto; }
  .regulamentos .main h1 {
    color: white;
    margin-bottom: 35px;
    text-align: center; }
  .regulamentos .main h4 {
    text-align: center;
    color: white;
    margin-bottom: 15px; }
  .regulamentos .main h5 {
    text-align: center;
    color: white;
    margin: 15px 0; }
    .regulamentos .main h5:first-of-type {
      margin-top: 55px; }
  .regulamentos .main .row-menu-bebe {
    background-color: #9ad9d3; }
    .regulamentos .main .row-menu-bebe .col-10 {
      padding: 20px 0;
      margin: 0 auto; }
    .regulamentos .main .row-menu-bebe ul {
      list-style: none;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-around;
      margin-top: 20px; }
      .regulamentos .main .row-menu-bebe ul li {
        margin: 0 25px;
        display: inline-block;
        font-weight: 600; }
        .regulamentos .main .row-menu-bebe ul li a {
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          color: white;
          transition: all ease-in-out 0.3s; }
          .regulamentos .main .row-menu-bebe ul li a:hover {
            color: #631F41; }

/* Juri */
.page-template-template-juri .main,
.page-template-template-vencedores .main {
  padding-top: 115px;
  background-color: #9ad9d3;
  color: white;
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-size: 16px; }
  .page-template-template-juri .main .col-10,
  .page-template-template-vencedores .main .col-10 {
    margin: 0 auto; }
    .page-template-template-juri .main .col-10 h1,
    .page-template-template-vencedores .main .col-10 h1 {
      text-align: center;
      color: white;
      margin-bottom: 35px; }
  .page-template-template-juri .main .juri,
  .page-template-template-vencedores .main .juri {
    padding: 20px;
    transition: all ease-in-out 0.3s; }
    @media (min-width: 1200px) and (max-width: 1550px) {
      .page-template-template-juri .main .juri,
      .page-template-template-vencedores .main .juri {
        flex: 0 0 25% !important;
        max-width: 25% !important; } }
    .page-template-template-juri .main .juri:hover,
    .page-template-template-vencedores .main .juri:hover {
      background: white; }
    .page-template-template-juri .main .juri .imagem-juri,
    .page-template-template-vencedores .main .juri .imagem-juri {
      min-height: 250px;
      background-size: cover;
      transition: all ease-in 0.2s;
      background-position: center; }
    .page-template-template-juri .main .juri h3,
    .page-template-template-vencedores .main .juri h3 {
      margin-top: 10px;
      color: #631F41;
      font-size: 20px;
      font-weight: 700;
      text-align: left;
      position: relative;
      min-height: 45px;
      margin-bottom: 0; }
    .page-template-template-juri .main .juri h4,
    .page-template-template-vencedores .main .juri h4 {
      font-size: 14px;
      font-weight: 400;
      color: #631F41;
      text-align: left;
      position: relative; }
  .page-template-template-juri .main .row-menu-bebe,
  .page-template-template-vencedores .main .row-menu-bebe {
    background-color: #9ad9d3; }
    .page-template-template-juri .main .row-menu-bebe .col-10,
    .page-template-template-vencedores .main .row-menu-bebe .col-10 {
      padding: 20px 0;
      margin: 0 auto; }
    .page-template-template-juri .main .row-menu-bebe ul,
    .page-template-template-vencedores .main .row-menu-bebe ul {
      list-style: none;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-around;
      margin-top: 20px; }
      .page-template-template-juri .main .row-menu-bebe ul li,
      .page-template-template-vencedores .main .row-menu-bebe ul li {
        margin: 0 25px;
        display: inline-block;
        font-weight: 600; }
        .page-template-template-juri .main .row-menu-bebe ul li a,
        .page-template-template-vencedores .main .row-menu-bebe ul li a {
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          color: white;
          transition: all ease-in-out 0.3s; }
          .page-template-template-juri .main .row-menu-bebe ul li a:hover,
          .page-template-template-vencedores .main .row-menu-bebe ul li a:hover {
            color: #631F41; }

/* Account */
.page-template-template-account .wrapper .container {
  margin-top: 70px; }

/* Register */
.page-template-template-register-pro .main,
.page-template-template-register-client .main {
  margin-top: 120px; }
  .page-template-template-register-pro .main .login .col-10,
  .page-template-template-register-client .main .login .col-10 {
    margin: 0 auto; }
    .page-template-template-register-pro .main .login .col-10 form label,
    .page-template-template-register-client .main .login .col-10 form label {
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-size: 14px;
      margin-bottom: 0; }
    .page-template-template-register-pro .main .login .col-10 form .form-row,
    .page-template-template-register-client .main .login .col-10 form .form-row {
      display: flex;
      flex-direction: column;
      margin: 0 0 20px 0; }
      .page-template-template-register-pro .main .login .col-10 form .form-row select,
      .page-template-template-register-client .main .login .col-10 form .form-row select {
        background: #f6f6f6;
        border: 0.5px solid rgba(211, 193, 133, 0.2); }
        .page-template-template-register-pro .main .login .col-10 form .form-row select option,
        .page-template-template-register-client .main .login .col-10 form .form-row select option {
          background: #f2f2f2; }
      .page-template-template-register-pro .main .login .col-10 form .form-row input,
      .page-template-template-register-client .main .login .col-10 form .form-row input {
        border-radius: 5px;
        border: none;
        background: #f6f6f6;
        border: 0.5px solid rgba(211, 193, 133, 0.2); }
      .page-template-template-register-pro .main .login .col-10 form .form-row .input-text,
      .page-template-template-register-client .main .login .col-10 form .form-row .input-text {
        width: 40%; }
        @media (max-width: 768px) {
          .page-template-template-register-pro .main .login .col-10 form .form-row .input-text,
          .page-template-template-register-client .main .login .col-10 form .form-row .input-text {
            width: 100%; } }
      .page-template-template-register-pro .main .login .col-10 form .form-row .button,
      .page-template-template-register-client .main .login .col-10 form .form-row .button {
        width: 15%;
        padding: 5px 10px;
        background: #631F41;
        color: white;
        font-size: 16px;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        margin-bottom: 10px;
        transition: all ease-in-out 0.3s;
        cursor: pointer; }
        @media (max-width: 768px) {
          .page-template-template-register-pro .main .login .col-10 form .form-row .button,
          .page-template-template-register-client .main .login .col-10 form .form-row .button {
            width: 40%; } }
        .page-template-template-register-pro .main .login .col-10 form .form-row .button:hover,
        .page-template-template-register-client .main .login .col-10 form .form-row .button:hover {
          background: #FFA890; }
  .page-template-template-register-pro .main .content-register,
  .page-template-template-register-client .main .content-register {
    margin: 0 auto;
    text-align: center;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    margin-bottom: 30px; }
    .page-template-template-register-pro .main .content-register h3,
    .page-template-template-register-client .main .content-register h3 {
      margin-bottom: 40px;
      text-align: left; }
    .page-template-template-register-pro .main .content-register a,
    .page-template-template-register-client .main .content-register a {
      display: inline-block;
      text-transform: uppercase;
      color: #d3c185;
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-size: 12px;
      position: relative;
      transition: all ease-in 0.3s;
      font-weight: 700;
      letter-spacing: 1.3px;
      text-decoration: none; }
      @media (max-width: 1366px) {
        .page-template-template-register-pro .main .content-register a,
        .page-template-template-register-client .main .content-register a {
          font-size: 10px; } }
      .page-template-template-register-pro .main .content-register a:hover::before,
      .page-template-template-register-client .main .content-register a:hover::before {
        background: #d3c185;
        width: 100%; }
      .page-template-template-register-pro .main .content-register a::before,
      .page-template-template-register-client .main .content-register a::before {
        content: '';
        display: block;
        height: 1px;
        width: 0;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
        margin: 0 !important;
        position: absolute !important;
        bottom: 0px !important; }
    .page-template-template-register-pro .main .content-register .active,
    .page-template-template-register-client .main .content-register .active {
      color: #631F41;
      font-weight: 700; }
      .page-template-template-register-pro .main .content-register .active::before,
      .page-template-template-register-client .main .content-register .active::before {
        width: 100%;
        background: #d3c185; }
    .page-template-template-register-pro .main .content-register .active,
    .page-template-template-register-client .main .content-register .active {
      color: #631F41;
      font-weight: 700; }
      .page-template-template-register-pro .main .content-register .active:hover::before,
      .page-template-template-register-client .main .content-register .active:hover::before {
        background: #d3c185; }
      .page-template-template-register-pro .main .content-register .active::before,
      .page-template-template-register-client .main .content-register .active::before {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        background: #d3c185;
        transition: width .5s ease, background-color .5s ease;
        margin: 0 !important;
        position: absolute;
        bottom: 0; }
    .page-template-template-register-pro .main .content-register .row,
    .page-template-template-register-client .main .content-register .row {
      margin-top: 35px; }
  .page-template-template-register-pro .main .row,
  .page-template-template-register-client .main .row {
    align-items: center; }
  .page-template-template-register-pro .main #register-form,
  .page-template-template-register-client .main #register-form {
    margin: 0 auto; }
    .page-template-template-register-pro .main #register-form p label,
    .page-template-template-register-client .main #register-form p label {
      font-family: 'Encode Sans Semi Condensed', sans-serif;
      font-size: 14px;
      margin-bottom: 0; }
    .page-template-template-register-pro .main #register-form form .form-row,
    .page-template-template-register-client .main #register-form form .form-row {
      margin: 0 0 20px 0; }
      .page-template-template-register-pro .main #register-form form .form-row select,
      .page-template-template-register-client .main #register-form form .form-row select {
        background: #f6f6f6;
        border: 0.5px solid rgba(211, 193, 133, 0.2); }
        .page-template-template-register-pro .main #register-form form .form-row select option,
        .page-template-template-register-client .main #register-form form .form-row select option {
          background: #f2f2f2; }
      .page-template-template-register-pro .main #register-form form .form-row input,
      .page-template-template-register-client .main #register-form form .form-row input {
        border-radius: 5px;
        border: none;
        background: #f6f6f6;
        border: 0.5px solid rgba(211, 193, 133, 0.2); }
    .page-template-template-register-pro .main #register-form form .form-row-checkbox,
    .page-template-template-register-client .main #register-form form .form-row-checkbox {
      margin: 0; }
    .page-template-template-register-pro .main #register-form .button-div,
    .page-template-template-register-client .main #register-form .button-div {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .page-template-template-register-pro .main #register-form .signup-submit,
    .page-template-template-register-client .main #register-form .signup-submit {
      margin-bottom: 0;
      margin-left: 15px; }
      .page-template-template-register-pro .main #register-form .signup-submit input,
      .page-template-template-register-client .main #register-form .signup-submit input {
        cursor: pointer;
        background-color: #631f41;
        border: none;
        border-radius: 5px;
        padding: 8px 25px;
        transition: all .3s ease-in-out;
        font-size: 16px;
        color: #fff;
        font-family: Encode Sans Semi Condensed, sans-serif;
        text-decoration: none; }
        .page-template-template-register-pro .main #register-form .signup-submit input:hover,
        .page-template-template-register-client .main #register-form .signup-submit input:hover {
          background-color: #FFA890; }

/* Prémios */
.page-template-template-premios .main {
  padding-top: 120px; }
  .page-template-template-premios .main h1 {
    text-align: center;
    margin-bottom: 35px; }
  .page-template-template-premios .main .col-12 {
    margin: 0 auto; }
    .page-template-template-premios .main .col-12 h4 {
      text-align: center;
      margin-bottom: 25px; }
    .page-template-template-premios .main .col-12 .table thead th {
      border-bottom: none;
      color: #d3c185;
      font-family: Encode Sans Semi Condensed, sans-serif; }
    .page-template-template-premios .main .col-12 .table thead th p {
      font-weight: 400;
      font-size: 16px; }
    .page-template-template-premios .main .col-12 table {
      margin-bottom: 30px; }
      .page-template-template-premios .main .col-12 table tbody tr td {
        color: #d3c185;
        font-family: Encode Sans Semi Condensed, sans-serif; }
      .page-template-template-premios .main .col-12 table tfoot tr td {
        color: #d3c185;
        font-family: Encode Sans Semi Condensed, sans-serif; }
  .page-template-template-premios .main .row-menu-bebe {
    background-color: #9ad9d3; }
    .page-template-template-premios .main .row-menu-bebe .col-10 {
      padding: 20px 0;
      margin: 0 auto; }
    .page-template-template-premios .main .row-menu-bebe ul {
      list-style: none;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-around;
      margin-top: 20px; }
      .page-template-template-premios .main .row-menu-bebe ul li {
        margin: 0 25px;
        display: inline-block;
        font-weight: 600; }
        .page-template-template-premios .main .row-menu-bebe ul li a {
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          color: white;
          transition: all ease-in-out 0.3s; }
          .page-template-template-premios .main .row-menu-bebe ul li a:hover {
            color: #631F41; }

/* Search */
.post-type-archive-product {
  padding-top: 75px; }
  .post-type-archive-product .col-10 {
    margin: 0 auto; }
  .post-type-archive-product .each-product {
    transition: all ease-in-out 0.2s;
    padding: 15px;
    position: relative;
    min-height: 520px; }
    .post-type-archive-product .each-product .yith-wcwl-wishlistexistsbrowse a span {
      display: none !important; }
    .post-type-archive-product .each-product:hover {
      box-shadow: 0 9px 40px -10px #595959; }
    @media (min-width: 1900px) {
      .post-type-archive-product .each-product {
        min-height: 430px; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      .post-type-archive-product .each-product {
        min-height: 400px; } }
    @media (min-width: 1025px) and (max-width: 1200px) {
      .post-type-archive-product .each-product {
        min-height: 370px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .post-type-archive-product .each-product {
        min-height: 350px; } }
    @media (min-width: 641px) and (max-width: 768px) {
      .post-type-archive-product .each-product {
        min-height: 370px; } }
    @media (min-width: 321px) and (max-width: 640px) {
      .post-type-archive-product .each-product {
        min-height: 370px; } }
    @media (min-width: 1px) and (max-width: 320px) {
      .post-type-archive-product .each-product {
        min-height: 370px; } }
    .post-type-archive-product .each-product img {
      max-width: 100%; }
    .post-type-archive-product .each-product svg {
      width: 35px;
      position: absolute;
      top: 20px;
      left: 20px; }
    .post-type-archive-product .each-product .each-content {
      position: absolute;
      bottom: 15px; }
    .post-type-archive-product .each-product .product-title a {
      font-weight: 400;
      position: relative;
      text-decoration: none; }
      @media (max-width: 767px) {
        .post-type-archive-product .each-product .product-title a {
          font-size: 20px; } }
      @media (min-width: 768px) and (max-width: 1440px) {
        .post-type-archive-product .each-product .product-title a {
          font-size: 18px; } }
    .post-type-archive-product .each-product a {
      text-decoration: none; }
      .post-type-archive-product .each-product a .category {
        color: #d3c185;
        font-weight: 400; }
        .post-type-archive-product .each-product a .category:hover {
          text-decoration: none; }
        @media (max-width: 767px) {
          .post-type-archive-product .each-product a .category {
            font-size: 18px; } }
        @media (min-width: 768px) and (max-width: 1440px) {
          .post-type-archive-product .each-product a .category {
            font-size: 16px; } }
    .post-type-archive-product .each-product .row {
      padding: 0 15px;
      display: flex;
      justify-content: flex-start; }
      .post-type-archive-product .each-product .row .adicionar {
        margin-left: 15px; }
        @media (max-width: 767px) {
          .post-type-archive-product .each-product .row .adicionar {
            margin-left: 0px;
            margin-bottom: 10px;
            padding: 0px 10px !important; } }
      .post-type-archive-product .each-product .row .price {
        float: right;
        font-weight: 400;
        color: #d3c185; }
        @media (min-width: 768px) and (max-width: 1200px) {
          .post-type-archive-product .each-product .row .price {
            font-size: 28px !important; } }
      .post-type-archive-product .each-product .row .saber-mais {
        background-color: #631F41;
        border: none;
        border-radius: 5px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        height: 28px;
        font-size: 12px; }
        @media (max-width: 767px) {
          .post-type-archive-product .each-product .row .saber-mais {
            margin-right: 0; } }
        @media (max-width: 767px) {
          .post-type-archive-product .each-product .row .saber-mais {
            margin-bottom: 10px;
            padding: 0px 10px; } }
        .post-type-archive-product .each-product .row .saber-mais a {
          color: white;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          text-decoration: none; }
        .post-type-archive-product .each-product .row .saber-mais:hover {
          background-color: #FFA890; }
      .post-type-archive-product .each-product .row .adicionar {
        background-color: #FFA890;
        border: none;
        border-radius: 5px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        height: 28px;
        font-size: 12px; }
        @media (max-width: 767px) {
          .post-type-archive-product .each-product .row .adicionar {
            margin-right: 0;
            padding: 0 10px;
            margin-left: 10px; } }
        .post-type-archive-product .each-product .row .adicionar a {
          color: #fff;
          font-family: Encode Sans Semi Condensed, sans-serif;
          text-decoration: none;
          background: #ffa890;
          padding: 0;
          font-size: 14px;
          transition: all .3s ease-in-out;
          font-weight: 400; }
        .post-type-archive-product .each-product .row .adicionar:hover {
          background-color: #631F41; }
          .post-type-archive-product .each-product .row .adicionar:hover a {
            background: #631F41; }
      .post-type-archive-product .each-product .row .price {
        justify-self: flex-end;
        font-weight: 400;
        color: #d3c185;
        font-size: 28px;
        letter-spacing: -.5px;
        margin-left: 15px;
        margin-bottom: 0;
        font-size: 16px;
        display: flex;
        align-items: center; }
        @media (min-width: 1900px) {
          .post-type-archive-product .each-product .row .price {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .post-type-archive-product .each-product .row .price {
            margin: 0 auto;
            margin: 0 auto;
            font-size: 19px;
            font-weight: 400;
            margin-bottom: 15px; } }

/* Termos e condições */
.termos-condicoes .wrapper {
  padding-top: 120px; }
.termos-condicoes .col-12,
.termos-condicoes .col-xl-8 {
  margin: 0 auto; }

/* Contactos */
.page-template-template-contactos .wrapper {
  margin-top: 25px; }
  @media (min-width: 769px) and (max-width: 1200px) {
    .page-template-template-contactos .wrapper {
      margin-top: 105px; } }
  .page-template-template-contactos .wrapper .center {
    margin: 0 auto; }
    .page-template-template-contactos .wrapper .center .row-contactos {
      flex-direction: column; }
      .page-template-template-contactos .wrapper .center .row-contactos h3 {
        text-align: center;
        margin-bottom: 5px;
        margin-top: 35px; }
      .page-template-template-contactos .wrapper .center .row-contactos .telefones {
        margin-top: 15px; }
      .page-template-template-contactos .wrapper .center .row-contactos p {
        text-align: center;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-weight: 400;
        color: #3B4F60 !important;
        letter-spacing: 0.05em;
        font-size: 16px; }
        @media (max-width: 768px) {
          .page-template-template-contactos .wrapper .center .row-contactos p {
            font-size: 12px; } }
      .page-template-template-contactos .wrapper .center .row-contactos ul {
        padding: 0;
        list-style: none; }
        .page-template-template-contactos .wrapper .center .row-contactos ul li {
          text-align: center;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-weight: 400;
          color: #3B4F60 !important;
          letter-spacing: 0.05em;
          font-size: 16px; }
          @media (max-width: 768px) {
            .page-template-template-contactos .wrapper .center .row-contactos ul li {
              font-size: 12px;
              text-align: center; } }
    .page-template-template-contactos .wrapper .center .row-mails {
      flex-direction: column; }
      .page-template-template-contactos .wrapper .center .row-mails h3 {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px; }
      @media (max-width: 768px) {
        .page-template-template-contactos .wrapper .center .row-mails .contacto {
          border-bottom: 1px solid #ffa890;
          margin-bottom: 10px;
          width: 65%;
          margin: 10px auto; } }
      .page-template-template-contactos .wrapper .center .row-mails .link-paragraph {
        text-align: left; }
        @media (max-width: 768px) {
          .page-template-template-contactos .wrapper .center .row-mails .link-paragraph {
            font-size: 12px;
            text-align: center; } }
      .page-template-template-contactos .wrapper .center .row-mails p {
        text-align: right;
        font-family: 'Encode Sans Semi Condensed', sans-serif;
        font-weight: 400;
        color: #3B4F60 !important;
        letter-spacing: 0.05em;
        font-size: 16px; }
        @media (max-width: 768px) {
          .page-template-template-contactos .wrapper .center .row-mails p {
            font-size: 12px;
            text-align: center; } }

/* FAQ's */
.page-template-template-faqs .title-row {
  justify-content: center;
  align-items: center;
  margin-top: 80px; }
.page-template-template-faqs .accordeon {
  position: relative;
  top: 50px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 85px; }
.page-template-template-faqs .item {
  position: relative;
  width: 100%;
  min-height: 40px;
  margin: 2px 0; }
.page-template-template-faqs input[type="radio"],
.page-template-template-faqs input[type="radio"] + label {
  position: absolute;
  width: 100%;
  height: 40px; }
.page-template-template-faqs input[type="radio"] {
  opacity: 0;
  z-index: 9;
  cursor: pointer; }
.page-template-template-faqs input[type="radio"] + label {
  background: white;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding: 2px 15px 0 15px;
  font-size: 1.4rem;
  color: #d3c185;
  z-index: 8;
  font-family: 'Encode Sans Semi Condensed', sans-serif; }
.page-template-template-faqs article[id^="content-"] {
  /* more or individual styling can be applied by using id$="number" */
  position: relative;
  width: 100%;
  padding: 0px 15px 0px 15px;
  height: auto;
  max-height: 0px;
  background: white;
  overflow: hidden;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
.page-template-template-faqs article p {
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-weight: 400;
  color: #3B4F60 !important;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 0 !important; }
.page-template-template-faqs article ol li {
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-weight: 400;
  color: #3B4F60 !important;
  letter-spacing: 0.05em;
  font-size: 14px; }
.page-template-template-faqs article table tr td {
  padding: 0; }
  .page-template-template-faqs article table tr td p {
    text-align: center !important; }
    @media (max-width: 768px) {
      .page-template-template-faqs article table tr td p {
        font-size: 12px; } }
.page-template-template-faqs article[id^="content-"]:before {
  content: '';
  position: absolute;
  top: 60px;
  left: 15px;
  width: 0;
  height: 1px;
  background: #d3c185;
  -webkit-transition: width 0s;
  -moz-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s; }
.page-template-template-faqs input[type="radio"]:hover + label {
  background: #F2F2F2;
  background-repeat: no-repeat;
  background-position: 100% 0%; }
.page-template-template-faqs input[type="radio"]:checked + label {
  border-bottom: 1px solid #d3c185;
  transition: all ease-in-out 0.3s; }
.page-template-template-faqs input[type="radio"]:checked ~ article[id^="content-"] {
  height: auto;
  max-height: 850px;
  padding: 75px 15px 15px;
  -webkit-transition: all .25s .25s;
  -moz-transition: all .25s .25s;
  -o-transition: all .25s .25s;
  transition: all .25s .25s;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .page-template-template-faqs input[type="radio"]:checked ~ article[id^="content-"] {
      max-height: 1500px; } }
.page-template-template-faqs input[type="radio"]:checked ~ article[id^="content-"]:before {
  width: 50px;
  transition: width .5s .5s; }
.page-template-template-faqs em {
  font-weight: 300;
  font-style: normal;
  color: #6a6a73; }

/* Recrutamento */
.page-template-template-recrutamento .wrapper {
  margin-top: 120px; }
  .page-template-template-recrutamento .wrapper .content-row {
    text-align: center;
    margin-bottom: 350px; }
    .page-template-template-recrutamento .wrapper .content-row p {
      margin-top: 20px; }
  .page-template-template-recrutamento .wrapper .frm_submit {
    display: inline-block;
    float: right;
    position: relative;
    bottom: 70px; }
    .page-template-template-recrutamento .wrapper .frm_submit button {
      padding: 10px 50px;
      background: #631F41;
      color: white;
      transition: all ease-in-out 0.3s; }
      .page-template-template-recrutamento .wrapper .frm_submit button:hover {
        background: #FFA890;
        color: white; }
  .page-template-template-recrutamento .wrapper .frm_form_field label {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #631F41; }
  .page-template-template-recrutamento .wrapper .frm_dropzone.dz-clickable {
    /* min-height: 150px; */
    border: 2px dashed #dfdfdf;
    background: #ffffff;
    padding: 0px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
    line-height: 1.42857143; }

/* Produtos Analysis */
.page-template-template-produtos-analysis .main {
  padding: 0; }
.page-template-template-produtos-analysis .carousel-pequeno {
  margin: 0 auto;
  margin-top: 100px; }
  .page-template-template-produtos-analysis .carousel-pequeno h4 {
    text-align: center; }
.page-template-template-produtos-analysis .related-block .col-12 .slider_products {
  justify-content: space-evenly; }
  .page-template-template-produtos-analysis .related-block .col-12 .slider_products .each-product {
    background: white;
    max-width: 355px;
    margin: 0;
    margin-bottom: 35px; }

/* Single post */
.single-post .about-us-banner {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 728px) {
    .single-post .about-us-banner {
      padding-top: 40px;
      min-height: 330px;
      margin-bottom: 20px; } }
  .single-post .about-us-banner h2 {
    font-size: 56px;
    font-family: Encode Sans Semi Condensed, sans-serif;
    font-weight: 900;
    color: #d3c185;
    letter-spacing: .05em;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.62); }
.single-post .diagonal {
  height: 150px;
  width: 101%;
  position: absolute;
  overflow: hidden;
  -webkit-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
  bottom: -70px;
  z-index: 0;
  left: 0; }
  .single-post .diagonal::before {
    content: "";
    display: block;
    height: 150px;
    width: 150%;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg); }
.single-post .coluna-breadcrumbs {
  text-align: center; }
.single-post .origens .post-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto; }
  .single-post .origens .post-content h1 {
    text-align: center;
    margin-bottom: 4%; }
  .single-post .origens .post-content p,
  .single-post .origens .post-content li {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 400;
    color: #3B4F60 !important;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: left; }
  .single-post .origens .post-content ul {
    padding-left: 15px; }
  .single-post .origens .post-content h5 {
    text-transform: capitalize; }
  .single-post .origens .post-content strong {
    color: #3b4f60; }
  .single-post .origens .post-content li {
    padding-left: 1em;
    text-indent: -.7em;
    list-style: none;
    font-size: 14px; }
  .single-post .origens .post-content li::before {
    content: "▪";
    color: #d3c185;
    /* or whatever color you prefer */
    margin-right: 5px; }
  .single-post .origens .post-content a {
    color: #d3c185;
    font-weight: 600;
    text-decoration: none; }
  .single-post .origens .post-content blockquote {
    border-left: 2px solid #631F41;
    display: block;
    background: #fff;
    padding: 25px 20px 15px 65px;
    margin: 0 0 20px;
    position: relative;
    font-style: italic;
    /*Font*/
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2;
    color: #9D9DA0;
    text-align: justify; }
    .single-post .origens .post-content blockquote h6 {
      line-height: 22px; }
  .single-post .origens .post-content blockquote::before {
    content: "\201C";
    /*Unicode for Left Double Quote*/
    /*Font*/
    font-family: Georgia, serif;
    font-size: 90px;
    font-weight: bold;
    color: #d3c185;
    /*Positioning*/
    position: absolute;
    left: 10px;
    top: -15%; }
    @media screen and (max-width: 740px) {
      .single-post .origens .post-content blockquote::before {
        top: -5%; } }
  .single-post .origens .post-content .post-meta {
    padding: 20px;
    margin: 3% 0;
    box-shadow: 0 2px 2px -2px #FFA890, 0 -2px 2px -2px #FFA890; }
    .single-post .origens .post-content .post-meta i {
      display: inline-block !important;
      font: normal normal normal 14px/1 FontAwesome !important;
      font-size: inherit !important;
      text-rendering: auto !important;
      -webkit-font-smoothing: antialiased !important; }
    @media screen and (max-width: 991px) {
      .single-post .origens .post-content .post-meta .links {
        order: 2;
        margin-bottom: 10px; } }
    .single-post .origens .post-content .post-meta .links a {
      background-color: #631f41;
      border: none;
      border-radius: 5px;
      padding: 5px 15px;
      transition: all .3s ease-in-out;
      min-height: 30px;
      font-size: 14px;
      display: flex;
      align-items: center;
      color: white;
      text-transform: capitalize;
      transition: all ease-in-out 0.2s; }
      @media screen and (max-width: 740px) {
        .single-post .origens .post-content .post-meta .links a {
          font-size: 12px; } }
      .single-post .origens .post-content .post-meta .links a:hover {
        background: #FFA890; }
    .single-post .origens .post-content .post-meta .links.prev a::before {
      font-family: FontAwesome;
      content: "\f104";
      margin-right: 5px;
      font-size: 20px; }
    .single-post .origens .post-content .post-meta .links.next a::after {
      font-family: FontAwesome;
      content: "\f105";
      margin-left: 5px;
      font-size: 20px; }
    .single-post .origens .post-content .post-meta div {
      display: flex;
      justify-content: center;
      align-items: center; }
    .single-post .origens .post-content .post-meta .post-content {
      flex-direction: column;
      padding: 0; }
      .single-post .origens .post-content .post-meta .post-content li {
        margin: 0;
        margin-right: 15px;
        text-transform: capitalize;
        font-size: 12px; }
        .single-post .origens .post-content .post-meta .post-content li i {
          color: #d3c185; }
      .single-post .origens .post-content .post-meta .post-content .texts {
        margin-top: 10px;
        display: flex; }
        @media screen and (max-width: 1200px) {
          .single-post .origens .post-content .post-meta .post-content .texts {
            flex-direction: column;
            margin: 20px 0; } }
        .single-post .origens .post-content .post-meta .post-content .texts li::before {
          display: none; }
        .single-post .origens .post-content .post-meta .post-content .texts a {
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-weight: 400;
          color: #3B4F60 !important;
          letter-spacing: 0.05em;
          font-size: 12px;
          text-align: left; }
      .single-post .origens .post-content .post-meta .post-content .inicial-autor {
        background: #d3c185;
        border-radius: 150px;
        color: #fff;
        font-weight: 800;
        padding: 10px 17px;
        display: flex;
        align-items: center;
        justify-content: center; }
  .single-post .origens .post-content form .form-group p, .single-post .origens .post-content form .comment-form p p, .comment-form .single-post .origens .post-content form p p, .single-post .origens .post-content form .search-form label p, .search-form .single-post .origens .post-content form label p {
    margin: 0; }
  .single-post .origens .post-content form #author,
  .single-post .origens .post-content form #email {
    border: 1px solid #d3c185;
    transition: all ease-in-out 0.3s; }
    .single-post .origens .post-content form #author:active, .single-post .origens .post-content form #author:focus,
    .single-post .origens .post-content form #email:active,
    .single-post .origens .post-content form #email:focus {
      border: 1px solid #631F41; }
  .single-post .origens .post-content form #comment {
    resize: vertical;
    min-height: 175px;
    border: 1px solid #d3c185; }
    .single-post .origens .post-content form #comment:active, .single-post .origens .post-content form #comment:focus {
      border: 1px solid #631F41; }
  .single-post .origens .post-content form #submit {
    background: #FFA890;
    margin: 0 auto;
    border: none; }
    @media screen and (max-width: 768px) {
      .single-post .origens .post-content form #submit {
        background: #ffa890;
        margin: 0 auto;
        border: none;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 10px 10px;
        width: 100%;
        font-size: 12px; } }
  .single-post .origens .post-content .comment-respond {
    margin-top: 15px; }
  .single-post .origens .post-content #reply-title {
    color: #631f41; }
  .single-post .origens .post-content ol.children {
    box-shadow: none !important; }
  .single-post .origens .post-content #comments ol {
    padding-bottom: 15px;
    box-shadow: 0 2px 2px -2px #ffa890; }
    .single-post .origens .post-content #comments ol li {
      text-indent: 0;
      padding: 0;
      margin-top: 10px; }
      .single-post .origens .post-content #comments ol li::before {
        display: none; }
      .single-post .origens .post-content #comments ol li article footer {
        text-align: left; }
        .single-post .origens .post-content #comments ol li article footer .comment-metadata i {
          color: #d3c185; }
        .single-post .origens .post-content #comments ol li article footer .comment-metadata a {
          color: #3b4f60; }
          .single-post .origens .post-content #comments ol li article footer .comment-metadata a time {
            font-size: 12px;
            font-weight: 400; }
        .single-post .origens .post-content #comments ol li article footer .comment-author {
          margin-bottom: 20px;
          font-size: 12px; }
          .single-post .origens .post-content #comments ol li article footer .comment-author a {
            color: #3b4f60;
            font-weight: 400; }
          .single-post .origens .post-content #comments ol li article footer .comment-author i {
            color: #d3c185; }
          .single-post .origens .post-content #comments ol li article footer .comment-author img {
            display: none; }
      .single-post .origens .post-content #comments ol li article .reply {
        display: inline-block; }
        .single-post .origens .post-content #comments ol li article .reply a {
          background-color: #631f41;
          border: none;
          border-radius: 5px;
          padding: 5px 15px;
          transition: all .3s ease-in-out;
          min-height: 30px;
          font-size: 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #fff;
          text-transform: capitalize;
          transition: all .2s ease-in-out; }
          .single-post .origens .post-content #comments ol li article .reply a:hover {
            background-color: #FFA890; }
  .single-post .origens .post-content .share-block {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center; }
    .single-post .origens .post-content .share-block h4 {
      text-align: center; }
      @media screen and (max-width: 740px) {
        .single-post .origens .post-content .share-block h4 {
          font-size: 20px; } }
    .single-post .origens .post-content .share-block li {
      text-align: center;
      list-style: none;
      padding: 0; }
      @media screen and (max-width: 1200px) {
        .single-post .origens .post-content .share-block li {
          padding: 0; } }
      .single-post .origens .post-content .share-block li:before {
        content: "";
        display: block; }
      .single-post .origens .post-content .share-block li a svg {
        max-width: 40px;
        margin-top: 10px; }
        .single-post .origens .post-content .share-block li a svg path {
          transition: all ease-in-out 0.3s; }
        .single-post .origens .post-content .share-block li a svg:hover path {
          fill: #631F41; }

/* Blog */
.page-template-template-blog .blog-title {
  flex-direction: column;
  margin-top: 145px;
  text-align: center;
  justify-content: center;
  align-items: center; }
  .page-template-template-blog .blog-title h1 {
    margin: 0 auto;
    margin-bottom: 30px; }
  .page-template-template-blog .blog-title p {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 400;
    color: #3B4F60 !important;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center; }
.page-template-template-blog .coluna-breadcrumbs {
  padding: 0; }
.page-template-template-blog .carousel-pequeno {
  margin: 30px auto;
  margin-bottom: 50px; }
  .page-template-template-blog .carousel-pequeno .row-small-carousel {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda {
      flex-direction: column;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li {
        background: #d3c185;
        border: 1px solid white;
        padding: 5px 15px;
        border-bottom: none;
        border-top: none;
        text-align: center;
        list-style: none;
        text-decoration: none;
        white-space: nowrap;
        line-height: 1.4em;
        transition: all ease-in-out 0.3s; }
        @media (max-width: 767px) {
          .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li {
            margin-top: 2px; } }
        @media (min-width: 1020px) and (max-width: 1360px) {
          .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li {
            display: flex;
            align-items: center;
            justify-content: center; } }
        .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li.active {
          background: #631F41; }
        .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover a {
          text-decoration: none;
          color: #631F41; }
          .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover a::before {
            width: 100%;
            background: #d3c185; }
        .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover .active {
          color: white; }
          .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover .active::before {
            width: 0; }
        @media (max-width: 568px) {
          .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li {
            padding: 0 10px;
            text-align: center; } }
        .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li a {
          cursor: pointer;
          display: inline-block;
          text-transform: uppercase;
          color: white;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-size: 12px;
          position: relative;
          transition: all ease-in 0.3s; }
          @media (max-width: 1366px) {
            .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li a {
              font-size: 10px; } }
          .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li a::before {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            background: transparent;
            transition: width .5s ease, background-color .5s ease;
            margin: 0 !important;
            position: absolute !important;
            bottom: -5px !important; }
        .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li .active {
          background: #631F41;
          color: white;
          font-weight: 700;
          font-size: 14px; }
          .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li .active::before {
            width: 0;
            background: #d3c185; }
          .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li .active:hover {
            color: white; }
            .page-template-template-blog .carousel-pequeno .row-small-carousel .text-main-propaganda li .active:hover::before {
              width: 0; }
.page-template-template-blog .products-block .each-product .row {
  justify-content: flex-start; }
.page-template-template-blog .products-block .each-product .post-content {
  padding: 0; }
  .page-template-template-blog .products-block .each-product .post-content .texts {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    padding: 0; }
    @media screen and (max-width: 1430px) {
      .page-template-template-blog .products-block .each-product .post-content .texts {
        flex-direction: column;
        float: none; }
        .page-template-template-blog .products-block .each-product .post-content .texts li {
          margin: 0; } }
    .page-template-template-blog .products-block .each-product .post-content .texts li {
      font-size: 12px;
      color: #afafaf;
      margin-bottom: 0;
      padding: 0;
      list-style: none; }
      .page-template-template-blog .products-block .each-product .post-content .texts li i {
        color: #d3c185;
        margin-left: 10px; }
      .page-template-template-blog .products-block .each-product .post-content .texts li a {
        color: #afafaf; }
.page-template-template-blog .products-block .each-product .container-content h3 a {
  font-family: Encode Sans Semi Condensed, sans-serif;
  color: #631f41;
  letter-spacing: .05em;
  font-weight: 600; }

/* Category */
.archive.category .coluna-breadcrumbs {
  margin: 0 auto; }
.archive.category .blog-title {
  flex-direction: column;
  margin-top: 145px;
  text-align: center;
  justify-content: center;
  align-items: center; }
  .archive.category .blog-title h1 {
    margin: 0 auto;
    margin-bottom: 30px; }
  .archive.category .blog-title p {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 400;
    color: #3B4F60 !important;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    text-transform: none; }
.archive.category .coluna-breadcrumbs {
  padding: 0; }
.archive.category .carousel-pequeno {
  margin: 30px auto;
  margin-bottom: 50px; }
  .archive.category .carousel-pequeno .row-small-carousel {
    margin: 0 auto; }
    .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda {
      flex-direction: column;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li {
        background: #d3c185;
        border: 1px solid white;
        padding: 5px 15px;
        border-bottom: none;
        border-top: none;
        text-align: center;
        list-style: none;
        text-decoration: none;
        white-space: nowrap;
        line-height: 1.4em;
        transition: all ease-in-out 0.3s; }
        @media (max-width: 767px) {
          .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li {
            margin-top: 2px; } }
        @media (min-width: 1020px) and (max-width: 1360px) {
          .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li {
            display: flex;
            align-items: center;
            justify-content: center; } }
        .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li.active {
          background: #631F41; }
        .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover a {
          text-decoration: none;
          color: #631F41; }
          .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover a::before {
            width: 100%;
            background: #d3c185; }
        .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover .active {
          color: white; }
          .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover .active::before {
            width: 0; }
        @media (max-width: 568px) {
          .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li {
            padding: 0 10px;
            text-align: center; } }
        .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li a {
          cursor: pointer;
          display: inline-block;
          text-transform: uppercase;
          color: white;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-size: 13px;
          position: relative;
          transition: all ease-in 0.3s; }
          @media (max-width: 1366px) {
            .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li a {
              font-size: 10px; } }
          .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li a::before {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            background: transparent;
            transition: width .5s ease, background-color .5s ease;
            margin: 0 !important;
            position: absolute !important;
            bottom: -5px !important; }
        .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li .active {
          background: #631F41;
          color: white;
          font-weight: 700;
          font-size: 14px; }
          .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li .active::before {
            width: 0;
            background: #d3c185; }
          .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li .active:hover {
            color: white; }
            .archive.category .carousel-pequeno .row-small-carousel .text-main-propaganda li .active:hover::before {
              width: 0; }
.archive.category .products-block .each-product {
  text-transform: none; }
  .archive.category .products-block .each-product .row {
    justify-content: space-between; }
  .archive.category .products-block .each-product .post-content {
    padding: 0; }
    .archive.category .products-block .each-product .post-content .texts {
      display: flex;
      margin-bottom: 10px;
      flex-wrap: wrap;
      padding: 0; }
      @media screen and (max-width: 1430px) {
        .archive.category .products-block .each-product .post-content .texts {
          flex-direction: column;
          float: none; }
          .archive.category .products-block .each-product .post-content .texts li {
            margin: 0; } }
      .archive.category .products-block .each-product .post-content .texts li {
        font-size: 12px;
        color: #afafaf;
        margin-bottom: 0;
        padding: 0;
        list-style: none; }
        .archive.category .products-block .each-product .post-content .texts li i {
          color: #d3c185;
          margin-left: 10px; }
        .archive.category .products-block .each-product .post-content .texts li a {
          color: #afafaf; }
  .archive.category .products-block .each-product .container-content h3 a {
    font-family: Encode Sans Semi Condensed, sans-serif;
    color: #631f41;
    letter-spacing: .05em;
    font-weight: 600; }

/* Pagination */
.pagination {
  clear: both;
  position: relative;
  font-size: 11px;
  /* Pagination text size */
  line-height: 13px;
  float: right;
  /* Pagination float direction */ }

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  /* Pagination text color */
  background: #555;
  /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out; }

.pagination a:hover {
  color: #fff;
  background: #6AAC70;
  /* Pagination background on hover */ }

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #6AAC70;
  /* Current page background */
  color: #fff; }

/* Pagination */
.pagination {
  clear: both;
  position: relative;
  font-size: 11px;
  /* Pagination text size */
  line-height: 13px;
  float: right;
  /* Pagination float direction */
  display: block; }

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  /* Pagination text color */
  background: #555;
  /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out; }

.pagination a:hover {
  color: #fff;
  background: #6AAC70;
  /* Pagination background on hover */ }

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #6AAC70;
  /* Current page background */
  color: #fff; }

/* Search */
.search .coluna-breadcrumbs {
  margin: 0 auto; }
.search .blog-title {
  flex-direction: column;
  margin-top: 145px;
  text-align: center;
  justify-content: center;
  align-items: center; }
  .search .blog-title h1 {
    margin: 0 auto;
    margin-bottom: 30px; }
  .search .blog-title p {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 400;
    color: #3B4F60 !important;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    text-transform: none; }
.search .coluna-breadcrumbs {
  padding: 0; }
.search .carousel-pequeno {
  margin: 30px auto;
  margin-bottom: 50px; }
  .search .carousel-pequeno .row-small-carousel {
    margin: 0 auto; }
    .search .carousel-pequeno .row-small-carousel .text-main-propaganda {
      flex-direction: column;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      .search .carousel-pequeno .row-small-carousel .text-main-propaganda li {
        background: #d3c185;
        border: 1px solid white;
        padding: 5px 15px;
        border-bottom: none;
        border-top: none;
        text-align: center;
        list-style: none;
        text-decoration: none;
        white-space: nowrap;
        line-height: 1.4em;
        transition: all ease-in-out 0.3s; }
        @media (max-width: 767px) {
          .search .carousel-pequeno .row-small-carousel .text-main-propaganda li {
            margin-top: 2px; } }
        @media (min-width: 1020px) and (max-width: 1360px) {
          .search .carousel-pequeno .row-small-carousel .text-main-propaganda li {
            display: flex;
            align-items: center;
            justify-content: center; } }
        .search .carousel-pequeno .row-small-carousel .text-main-propaganda li.active {
          background: #631F41; }
        .search .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover a {
          text-decoration: none;
          color: #631F41; }
          .search .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover a::before {
            width: 100%;
            background: #d3c185; }
        .search .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover .active {
          color: white; }
          .search .carousel-pequeno .row-small-carousel .text-main-propaganda li:hover .active::before {
            width: 0; }
        @media (max-width: 568px) {
          .search .carousel-pequeno .row-small-carousel .text-main-propaganda li {
            padding: 0 10px;
            text-align: center; } }
        .search .carousel-pequeno .row-small-carousel .text-main-propaganda li a {
          cursor: pointer;
          display: inline-block;
          text-transform: uppercase;
          color: white;
          font-family: 'Encode Sans Semi Condensed', sans-serif;
          font-size: 13px;
          position: relative;
          transition: all ease-in 0.3s; }
          @media (max-width: 1366px) {
            .search .carousel-pequeno .row-small-carousel .text-main-propaganda li a {
              font-size: 10px; } }
          .search .carousel-pequeno .row-small-carousel .text-main-propaganda li a::before {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            background: transparent;
            transition: width .5s ease, background-color .5s ease;
            margin: 0 !important;
            position: absolute !important;
            bottom: -5px !important; }
        .search .carousel-pequeno .row-small-carousel .text-main-propaganda li .active {
          background: #631F41;
          color: white;
          font-weight: 700;
          font-size: 14px; }
          .search .carousel-pequeno .row-small-carousel .text-main-propaganda li .active::before {
            width: 0;
            background: #d3c185; }
          .search .carousel-pequeno .row-small-carousel .text-main-propaganda li .active:hover {
            color: white; }
            .search .carousel-pequeno .row-small-carousel .text-main-propaganda li .active:hover::before {
              width: 0; }
      .search .carousel-pequeno .row-small-carousel .text-main-propaganda .row {
        align-items: center; }
.search .products-block .each-product .row {
  justify-content: space-between; }
.search .products-block .each-product .post-content {
  padding: 0; }
  .search .products-block .each-product .post-content .texts {
    display: flex;
    margin-top: 10px;
    float: right; }
    @media screen and (max-width: 1430px) {
      .search .products-block .each-product .post-content .texts {
        flex-direction: column;
        float: none; }
        .search .products-block .each-product .post-content .texts p {
          margin: 0; } }
    .search .products-block .each-product .post-content .texts p {
      font-size: 12px;
      color: #afafaf; }
      .search .products-block .each-product .post-content .texts p i {
        color: #d3c185; }
      .search .products-block .each-product .post-content .texts p a {
        color: #afafaf; }
.search .products-block .each-product .container-content h3 a {
  font-family: Encode Sans Semi Condensed, sans-serif;
  color: #631f41;
  letter-spacing: .05em;
  font-weight: 600; }

.page-template-template-vencedores h3 {
  text-align: center; }
.page-template-template-vencedores h4 span {
  font-weight: 600; }
.page-template-template-vencedores .col-10 {
  margin: 30px auto !important; }
.page-template-template-vencedores .juris {
  justify-content: space-around; }
.page-template-template-vencedores .juris.names .juri {
  padding: 0; }
  .page-template-template-vencedores .juris.names .juri:hover {
    background: none; }
  .page-template-template-vencedores .juris.names .juri .content h4 {
    text-align: center; }

body#tinymce {
  margin: 12px !important; }

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