@import url("/css/font-awesome/css/font-awesome.min.css");

:root {
  --primary: #ffffff;
  --secondary: #888888;
  --accent: #2563eb;
  --background: #000000;
  --surface: #111111;
  --border: #333333;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::after,
::before {
  --tw-content: "";
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}


.fancybox-content {
  padding: 30px;
}

.fancybox-content h2 {
  color: #fff;
  font-weight: 600;
  padding: 20px 0;
}

.fancybox-content p {
  color: #fff;
  margin: 10px 0;
}



hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

[role="button"],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.z-\[100\] {
  z-index: 100;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-40 {
  z-index: 40;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.view-car.fancybox-content {
  display: flex !important;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}

.aspect-\[3\/1\] {
  aspect-ratio: 3/1;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-12 {
  height: 3rem;
}

.h-full {
  height: 100%;
}

.h-16 {
  height: 4rem;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-24 {
  height: 6rem;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-12 {
  width: 3rem;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-24 {
  width: 6rem;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-4xl {
  max-width: 56rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

.-top-1 {
  top: -0.25rem;
}

.-right-1 {
  right: -0.25rem;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.truncate-modal {
  white-space: break-spaces !important;
}

.label-sale {
    padding: 5px;
    background-color: #dc3545 !important;
    font-size: 13px;
    line-height: 15px;
    width: auto;
    height: auto;
    left: .7rem;
    top: 0.8rem;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/90 {
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.to-teal-500 {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-0\.6 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding: 0.75rem 10px;
  /* padding-top: ;
    padding-bottom: 0.75rem */
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.text-center {
  text-align: center;
}

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

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

[class*="produto-"] p {
  margin: 0px !important;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.fancybox-is-open .fancybox-bg {
    opacity: .8;
}

.uk-open {
  z-index: 100000;
}

.comprar-produtos {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0px !important;
}

.comprar-produtos h2 {
  padding: 0px;
}

.modal-item-comprar {
  padding: 30px !important;
}

.modal-comprar-kit {
  padding: 20px;
}

.modal-comprar-kit p {
  margin: 0px !important; 
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1)) !important;
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1)) !important;
}

.opacity-0 {
  opacity: 0;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800\/50:hover {
  background-color: rgb(30 64 175 / 0.5);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
  color: #fff;
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.is-touched .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.is-touched .group-hover\:opacity-100 {
  opacity: 1;
}

.will-change-transform {
  will-change: transform;
}

.group:hover .group-hover\:translate-y-0,
.group:focus .group-hover\:translate-y-0 {
  pointer-events: none;
}

.uk-slidenav {
  color: #fff;
}

.uk-slidenav:hover {
  color: #fff;
}
.uk-slidenav {
  width: 60px;
  height: 60px;
  padding: 0;
}

.uk-slidenav > svg {
  width: 40px;
  height: 40px;
}

@media (min-width: 640px) {
  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:aspect-\[3\/1\] {
    aspect-ratio: 3/1;
  }

  .md\:aspect-\[4\/1\] {
    aspect-ratio: 4/1;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[420px\] {
    max-width: 420px;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

/* Modal Botões Comprar */
.glass-effect {
  background: rgba(17, 17, 17, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
}
.scrollbar-thin::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollbar-thin::-webkit-scrollbar-track {
  background: transparent;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: var(--border);
  border-radius: 20px;
  border: 3px solid transparent;
}
/* Modal Botões Comprar */

/* Slick carrossel */
.slick-next {
  right: 40px;
}

.slick-prev {
  left: 30px;
}

.slick-slide {
  height: 504px; /* altura fixa */
  position: relative; /* referência para o absolute */
  overflow: hidden; /* evita que a imagem vaze */
}

.slick-slide img {
  position: absolute;
  top: 50%; /* joga para o meio */
  left: 50%; /* joga para o meio */
  transform: translate(-50%, -50%); /* centraliza exatamente */
  max-height: none;
  max-width: 100%;
  object-fit: contain; /* mantém proporção */
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  color: rgb(0 0 0 / 0.5);
}

.slick-dots {
  bottom: 10px;
}

.slick-dots li button:before {
  color: white;
  font-size: 10px;
}

.slick-prev,
.slick-next {
  z-index: 10;
}
/*FIM Slick carrossel */

/* lightbox */
.uk-button {
  padding: 0px;
}
.uk-button-default {
  background-color: transparent;
  color: white;
  border: none;
}
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #fff;
  text-decoration: none;
}
/* FIM lightbox */

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-one-container {
  max-width: 1260px;
}

.footer-one-copyright-block {
  border-top: 1px solid #787e85;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-one-copyright-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-one-copyright-sub-one {
  grid-column-gap: 15px;
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-one-copyright-sub-two {
  grid-column-gap: 5px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body-font-5 {
  color: #5b6b7b;
  letter-spacing: 0.015px;
  height: auto;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.color-white {
  color: #fff;
  column-count: auto;
}

.color-white p b {
  color: #fff;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.scroll-to-top {
  --tw-bg-opacity: 1;
  z-index: 4;
  color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  position: fixed;
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: 4.5rem;
  right: 0.6rem;
}

.is-hovered {
  color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.fa-search:hover {
  cursor: pointer;
}

.is-opened {
  display: block;
}

.is-close {
  display: none;
}

.dropdn-content {
  position: absolute;
  top: -1000px;
  min-width: 125px;
  padding: 13px 19px 9px;
  transition: transform 0.2s;
  transform: translateY(20px);
  pointer-events: none;
  opacity: 0;
  color: #282828;
  background-color: #000;
  box-shadow: 0 30px 35px rgba(0, 0, 0, 0.07);
}

.dropdn-content {
  left: 0;
  width: 100%;
  padding: 45px 0;
}

.dropdn-content {
  padding: 10px 0;
}

.dropdn-content {
  top: 30px;
  transform: translate3d(0, 0, 0);
  pointer-events: all;
  opacity: 1;
}

.search-close {
  color: #fff;
}

.search-close:hover {
  color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.container {
  max-width: 100%;
}

.search-off-popular {
  margin: 20px 0;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 50px 0 0;
}

.search-input[type] {
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 30px 0 10px;
  transition: 0.2s;
  vertical-align: top;
  color: #fff;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e8e8e8;
  background-color: transparent;
}

.search-button {
  font-size: 20px;
}

.search-button-submit {
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  top: 15px;
  right: 50px;
  display: block;
  width: 30px;
  padding: 0;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  border: 0;
  background-color: transparent;
  color: #fff;
}

.search-close-submit {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 25px;
}

:focus-visible {
  outline: none;
}

.fancybox-close-small, .fancybox-button--close {
  top: 20px !important;
}

.view-car {
  padding: 10px !important;
}

.max-w-md {
  max-width: 30rem;
}

.p-6 {
  padding: 1.5rem;
}

.overflow-y-auto {
  overflow-y: auto;
}

.max-h-60vh {
    max-height: 60vh;
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.mt-3 {
  margin-top: 0.75rem;
}

.min-w-\[2ch\] {
  min-width: 2ch;
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


.scrollbar-track-transparent .transition-all:hover,
.scrollbar-track-transparent .transition-all:active {
  transform: scale(1.05) !important;
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.fill-current {
  --tw-text-opacity: 1;
  fill: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

@media (max-width: 992px) {
  .search-off-popular {
    padding: 0px;
  }

  .search-button-submit {
    right: 0px;
  }
}

@media (max-width: 820px) {
  .slick-slide {
    height: 400px; /* altura fixa */
  }
}

@media (max-width: 768px) {
  .slick-slide {
    height: 300px; /* altura fixa */
  }
}

.rounded-2xl {
  border-radius: 1rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

.max-h-64 {
  max-height: 16rem;
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  color: #fff !important;
}

.mt-6 {
  margin-top: 1.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(240 5.9% 10% / 0.9);
  background-color: hsl(var(--primary) / 0.9);
}

.botao-decrementa,
.botao-incrementa {
  color: #fff !important;
}

/* Finalização do pedido */

.radio-inline {
  margin: 0px;
  border: 1px solid #ebeaee;
  padding: 1em;
  display: block;
}

.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;
  }

  .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: -ms-flexbox !important;
    display: flex !important;
  }

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

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1860px) {
  .container {
    max-width: 1800px;
  }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  min-width: 100%;
}

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

.breadcrumbs-wrap {
  background-color: #fff;
}

.holder {
  margin-top: 0px !important;
}

.breadcrumbs-wrap {
  margin-bottom: 30px;
}

.breadcrumbs {
  margin-bottom: 0;
}

.breadcrumbs {
  padding: 8px 0;
  list-style: none;
  color: #282828;
}

.breadcrumbs li {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.breadcrumbs li:first-child {
  padding-left: 0;
}

.breadcrumbs li {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.breadcrumbs li a {
  --tw-bg-opacity: 1;
  color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  text-decoration: underline;
  font-weight: 600;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:active {
  text-decoration: underline;
  color: #282828;
}

.active {
  font-weight: 600;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #d0d0d0 !important;
    opacity: 1;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.identificacao {
  font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
}

#login a {
  color: #fff !important;
}

.swal2-container {
    z-index: 99999 !important;
}

#login a:hover {
  text-decoration: underline;
}

.breadcrumbs li:after {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  margin-right: -8px;
  padding-right: 12px;
  padding-left: 8px;
  content: " > ";
  vertical-align: bottom;
  color: #282828;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.panel-group--style1 .panel {
  background: transparent;
}

.panel-group--style1 .panel {
  border: 0;
  box-shadow: none !important;
}

.panel-group--style1 .panel-heading {
  padding: 0;
  border-bottom: 0;
  border-radius: 0;
}

.panel-group--style1 .panel > .panel-heading {
  position: relative;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
  background-color: rgb(0 0 0 / 0.8);
}

.panel-group--style1 .panel:first-child > .panel-heading {
  border-top: 0;
}

.panel-group--style1 .panel-title,
.panel-group--style1 .panel-heading,
.panel-group--style1 .panel-group .panel {
  border-radius: 0;
}

.panel-group--style1 .panel-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 10px 0;
}

.panel-group--style1 .panel-title a {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.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-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-17,
.col-xxl-18,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.page-title-bg {
  font-size: 15px;
  line-height: 1.8em;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-title-bg {
    font-size: 14px;
  }

  .aside:not(.filter-col) + .aside {
    margin-top: 35px;
  }
}
.page-title-bg p:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .page-title-bg p:not(:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .page-title-bg p:not(:first-child) {
    margin-top: 15px;
  }
}
.page-title-bg h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 50px;
  color: #fff;
}
@media (max-width: 1860px) {
  .page-title-bg h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .page-title-bg h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-title-bg h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.page-title-bg blockquote,
.page-title-bg .blockquote {
  font-size: 13px;
  font-style: italic;
  line-height: 22px;
  position: relative;
  padding: 20px 25px;
  color: #757575;
  background-color: #fff;
}
.page-title-bg blockquote:after,
.page-title-bg .blockquote:after {
  font-family: "icon-foxic";
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: -4px;
  right: 8px;
  color: #282828;
}
.page-title-bg .blockquote-author {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.69em;

  text-align: right;
  color: #282828;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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 {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  height: 61px;
  padding: 20px 20px 20px;
  color: #282828;
  border-color: transparent;
  border-radius: 0;
  background-color: #f7f7f8;
  box-shadow: none !important;
}

.form-control,
.form-control:focus {
  color: #282828;
  border-width: 1px;
  border-style: solid;
  outline: 0 none;
  background-color: #f7f7f8;
  box-shadow: none !important;
}

.form-control--sm {
  font-size: 14px;
  line-height: 20px;
  height: 50px;
  padding: 15px 20px;
}

.form-control,
.form-control:focus {
  background-color: #f7f7f8 !important;
  border: 1px solid;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin: 10px 0px !important;
}

.form-group:only-child,
.form-flex:only-child {
  margin-bottom: 0;
}

.form-group:last-child,
.form-flex:last-child {
  margin-bottom: 0;
}

.title-client {
  padding-bottom: 40px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.select-wrapper select,
.select-wrapper-sm select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

.table {
  color: #fff;
}

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

.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(179, 169, 169, 0.461);
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table > thead > tr > th {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #eee;
  border-color: #f4f4f4;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
  border-top: 1px solid #f4f4f4;
}

th {
  text-align: left;
}

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

label {
  font-size: 15px;
  font-weight: inherit;
  line-height: 21px;
  margin-bottom: 5px;
  color: #fff;
}

.control-label {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

#form-personalizacao {
  margin-bottom: 20px;
}

.area-selecionar-fretes {
  font-size: 14px;
  border: 1px dashed #fff;
  font-weight: initial;
  padding: 5px;
  margin: 10px 0px;
}

.form-control--sm {
  font-size: 14px;
  line-height: 20px;
  height: 50px;
  padding: 15px 20px;
}

.btn {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin: 10px 0;
}

.btn-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(200 24 24 / var(--tw-bg-opacity, 1)) !important;
  border-color:  rgb(200 24 24 / var(--tw-bg-opacity, 1)) !important;
}

.custom-color {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
}

.cart-table {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f4f4f4;
}

.cart-table-prd {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 0;
  padding-right: 0 !important;
  padding-left: 0 !important;

  -ms-flex-align: center;
  align-items: center;
}
.cart-table-prd:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f4f4f4;
}

.link-inicial:hover {
  text-decoration: underline;
}



@media (max-width: 991px) {
  .cart-table-prd {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cart-table-prd > * {
  padding: 0 15px;
}
.cart-table-prd > *:first-child {
  padding-left: 0;
}
.cart-table-prd > *:last-child {
  padding-right: 0;
}

.cart-table-prd-options {
  margin-top: 5px;
}

.cart-table-prd-image {
  max-width: 160px;

  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}

.prd-img img {
  width: 100%;
  transition: opacity 0.2s;
}

.cart-table-prd-image img {
  width: 100%;
}

.fade-up.lazyloaded {
  opacity: 1;
}

.prd-img {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

body.equal-height .prd-img:not(.prd-img--noequal) {
  overflow: hidden;
  height: 0;
  padding-bottom: 128.48% !important;
}

body.equal-height .prd-img:not(.prd-img--noequal) {
  padding-bottom: 100% !important;
}

body.equal-height .prd-img:not(.prd-img--noequal) img {
  position: absolute;
  right: 0;
  left: 0;
  width: auto;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

body.equal-height .prd-img:not(.prd-img--noequal) img {
  height: 100%;
}

.btn-success {
  display: table;
}

.text-success {
  color: #4ade80;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
  font-size: calc(27px * 0.8);
  color: #fff;
  font-weight: 600;
}

.btn-sm {
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  border-radius: 0.18rem;
  text-align: center;
  vertical-align: middle;
}

.btn-block {
  display: block;
  width: 100%;
}

@media (max-width: 1860px) {
  .cart-table-prd-image {
    max-width: 120px;

    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
@media (max-width: 1199px) {
  .cart-table-prd-image {
    max-width: 100px;

    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
@media (max-width: 991px) {
  .cart-table-prd-image {
    max-width: 100px;

    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
@media (max-width: 575px) {
  .cart-table-prd-image {
    max-width: 80px;

    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}

.cart-table-prd-info {
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.cart-table-prd-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0;
}
.cart-table-prd-name:not(:first-child) {
  margin-top: 7px;
}
@media (max-width: 991px) {
  .cart-table-prd-name {
    font-size: 16px;
  }
}

.cart-table-prd-subname {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;

  margin-bottom: 0;
}
.cart-table-prd-subname:not(:first-child) {
  margin-top: 6px;
}
@media (max-width: 991px) {
  .cart-table-prd-subname {
    font-size: 14px;
  }
}

.cart-table-prd-qty {
  max-width: 160px;
  text-align: center;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
@media (max-width: 1199px) {
  .cart-table-prd-qty {
    max-width: 120px;

    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
@media (max-width: 767px) {
  .cart-table-prd-qty {
    max-width: 120px;

    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
@media (max-width: 575px) {
  .cart-table-prd-qty {
    max-width: 80px;

    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}
.cart-table-prd-qty .qty {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cart-table-prd-price {
  max-width: 230px;

  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}
@media (max-width: 1860px) {
  .cart-table-prd-price {
    max-width: 160px;

    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
}
@media (max-width: 1199px) {
  .cart-table-prd-price {
    max-width: 100px;

    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.cart-table-prd--head {
  font-size: 15px;
  font-weight: 500;
}

.cart-table-prd-price-total {
  font-weight: 600;
  font-size: 26px;
  line-height: 1em;
  max-width: 230px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}

.cart-total-sm {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.cart-total-sm > * {
  padding: 0 10px;
}

.holder .mt-2 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .aside {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) {
  .aside--left {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 768px) {
  .aside {
    -ms-flex-order: 1;
    order: 1;
  }
  .aside--left {
    -ms-flex-order: 0;
    order: 0;
  }
  .aside--right {
    -ms-flex-order: 2;
    order: 2;
  }
  .off-sidebar {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .off-sidebar.on-grid .aside--content {
    width: 100%;
    max-width: 100%;

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .prd-block-three-column .prd-block_links {
    margin-right: -10px;
    margin-left: -10px;
  }
  .prd-block-three-column .prd-block_links li {
    margin: 0 10px;
  }
  .prd-block-three-column .aside--left {
    padding-right: 15px;
  }
  .prd-block-three-column .prd-reviews h2:first-child {
    margin-top: -5px;
  }
  .prd-block-three-column .prd-block-prevnext {
    top: 0;
  }
}

@media (min-width: 1025px) {
  .filter-col.filter-col--opened-desktop {
    left: 0 !important;

    margin-left: 0;
  }
  .filter-col.filter-col--opened-desktop + .filter-toggle {
    display: none;
  }
  .filter-col--opened-desktop.aside--left {
    padding-right: 15px;
  }
}

@media (max-width: 1860px) {
  .cart-table-prd-price-total {
    font-size: 22px;

    max-width: 160px;

    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
}
@media (max-width: 1199px) {
  .cart-table-prd-price-total {
    font-size: 18px;

    max-width: 100px;

    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.cart-table-prd-action {
  max-width: 70px;

  text-align: center;

  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}
@media (max-width: 767px) {
  .cart-table-prd-action {
    position: absolute;
    top: 30px;
    right: 0;
  }
}

.cart-table-prd-remove {
  font-size: 20px;
}
.cart-table-prd-remove [class*="icon"] {
  transition: 0.2s;

  color: #f12b2b;
}
.cart-table-prd-remove:hover {
  text-decoration: none;
}
.cart-table-prd-remove:hover [class*="icon"] {
  color: #282828;
}

.cart-table-prd-content-wrap .cart-table-prd-price {
  margin-top: 0 !important;

  -ms-flex-pack: center;
  justify-content: center;
}

.cart-table-prd-price {
  display: -ms-inline-flexbox;
  display: inline-flex;

  margin-right: -5px;
  margin-left: -5px;

  -ms-flex-align: baseline;
  align-items: baseline;
}
.cart-table-prd-price:not(:first-child) {
  margin-top: 10px;
}
.cart-table-prd-price > * {
  margin: 0 5px;
}
.cart-table-prd-price .price-old {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;

  text-decoration: line-through;
}
@media (max-width: 991px) {
  .cart-table-prd-price .price-old {
    font-size: 14px;
  }
}
.cart-table-prd-price .price-new {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;

  color: #282828;
}
@media (max-width: 991px) {
  .cart-table-prd-price .price-new {
    font-size: 18px;
  }
}

.card-text-info {
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}
.card-text-info h4,
.card-text-info h5,
.card-text-info h6 {
  margin-bottom: 5px;
}
.card-text-info p:not(:first-child) {
  margin-top: 5px;
}
.card-text-info b {
  font-size: 15px;
}

.cart-table-prd-content-wrap {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
}
.cart-table-prd-content-wrap > * {
  padding: 0 15px;
  color: #fff;
}
.cart-table-prd-content-wrap > *:first-child {
  padding-left: 0;
}
.cart-table-prd-content-wrap > *:last-child {
  padding-right: 0;
}

.cart-table--sm .cart-table-prd-price-total {
  font-size: 20px;
}

.cart-table--sm .cart-table-prd-price,
.cart-table--sm .cart-table-prd-price-total {
  -ms-flex: 1;
  flex: 1;
}

.alert {
  margin: 0;
  padding: 13px 15px;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin: 15px 0;
}

.alert:not(:first-child) {
  margin-top: 10px;
}

.alert-success {
  background-color: #77b900;
}

.alert-info {
  background-color: #27c7d8;
}

.alert-warning {
  background-color: #efa300;
}

.alert-danger {
  background-color: #fb317d;
}

.page-content p b {
  color: #282828;
}

.color-white p b {
  color: #fff;
}

.color-white .custom-color {
  margin-top: 20px;
  margin-bottom: 10px;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

input,
textarea {
  border-radius: 0;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: initial;
  margin-right: 10px;
}

.form .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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 .form-control {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  height: 61px;
  padding: 20px 20px 20px;
  color: #282828;
  border-color: transparent;
  border-radius: 0;
  background-color: #f7f7f8;
  box-shadow: none !important;
}

.form .form-control,
.form .form-control:focus {
  color: #282828;
  border-width: 1px;
  border-style: solid;
  outline: 0 none;
  background-color: #f7f7f8;
  box-shadow: none !important;
}

.form .form-control,
.form .form-control:focus {
  background-color: #f7f7f8 !important;
  border: 1px solid;
}

.form .form-control {
  height: 30px;
  padding: 10px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.select-wrapper select,
.select-wrapper-sm select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 991px) {
  .cart-table-prd-content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cart-table-prd-content-wrap {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}

@media (max-width: 767px) {
  .cart-table-prd-info,
  .cart-table-prd-price-total,
  .cart-table-prd-qty {
    width: 100%;
    max-width: 100%;
    padding: 0;

    text-align: left;

    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cart-table-prd-price {
    max-width: calc(100% - 50px);
    padding-right: 50px;
  }
  .cart-table-prd-info,
  .cart-table-prd-qty {
    margin: 0 0 15px;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1860px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1800px;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-13 {
    -ms-flex: 0 0 72.222222%;
    flex: 0 0 72.222222%;
    max-width: 72.222222%;
  }

  .col-md-14 {
    -ms-flex: 0 0 77.777778%;
    flex: 0 0 77.777778%;
    max-width: 77.777778%;
  }

  .col-md-15 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-16 {
    -ms-flex: 0 0 88.888889%;
    flex: 0 0 88.888889%;
    max-width: 88.888889%;
  }

  .col-md-17 {
    -ms-flex: 0 0 94.444444%;
    flex: 0 0 94.444444%;
    max-width: 94.444444%;
  }

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

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

  .order-md-last {
    -ms-flex-order: 19;
    order: 19;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-md-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-md-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-md-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-md-18 {
    -ms-flex-order: 18;
    order: 18;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 61.111111%;
  }

  .offset-md-12 {
    margin-left: 66.666667%;
  }

  .offset-md-13 {
    margin-left: 72.222222%;
  }

  .offset-md-14 {
    margin-left: 77.777778%;
  }

  .offset-md-15 {
    margin-left: 83.333333%;
  }

  .offset-md-16 {
    margin-left: 88.888889%;
  }

  .offset-md-17 {
    margin-left: 94.444444%;
  }

  .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: 10px !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }

  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important;
  }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }

  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important;
  }

  .m-md-2 {
    margin: 20px !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
  }

  .m-md-3 {
    margin: 30px !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
  }

  .m-md-4 {
    margin: 40px !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important;
  }

  .m-md-5 {
    margin: 50px !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important;
  }

  .m-md-6 {
    margin: 60px !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important;
  }

  .m-md-7 {
    margin: 70px !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important;
  }

  .m-md-8 {
    margin: 80px !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important;
  }

  .m-md-9 {
    margin: 90px !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 90px !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 90px !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 90px !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 90px !important;
  }

  .m-md-10 {
    margin: 100px !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 100px !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 100px !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 100px !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 100px !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: 10px !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }

  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important;
  }

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }

  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important;
  }

  .p-md-2 {
    padding: 20px !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important;
  }

  .p-md-3 {
    padding: 30px !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important;
  }

  .p-md-4 {
    padding: 40px !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important;
  }

  .p-md-5 {
    padding: 50px !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important;
  }

  .p-md-6 {
    padding: 60px !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important;
  }

  .p-md-7 {
    padding: 70px !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important;
  }

  .p-md-8 {
    padding: 80px !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important;
  }

  .p-md-9 {
    padding: 90px !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 90px !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 90px !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 90px !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 90px !important;
  }

  .p-md-10 {
    padding: 100px !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 100px !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 100px !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 100px !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 100px !important;
  }

  .m-md-n1 {
    margin: -10px !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important;
  }

  .m-md-n15 {
    margin: -15px !important;
  }

  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important;
  }

  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important;
  }

  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important;
  }

  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important;
  }

  .m-md-n2 {
    margin: -20px !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important;
  }

  .m-md-n3 {
    margin: -30px !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important;
  }

  .m-md-n4 {
    margin: -40px !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important;
  }

  .m-md-n5 {
    margin: -50px !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important;
  }

  .m-md-n6 {
    margin: -60px !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -60px !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -60px !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -60px !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -60px !important;
  }

  .m-md-n7 {
    margin: -70px !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -70px !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -70px !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -70px !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -70px !important;
  }

  .m-md-n8 {
    margin: -80px !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -80px !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -80px !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -80px !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -80px !important;
  }

  .m-md-n9 {
    margin: -90px !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -90px !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -90px !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -90px !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -90px !important;
  }

  .m-md-n10 {
    margin: -100px !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -100px !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -100px !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -100px !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -100px !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: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-13 {
    -ms-flex: 0 0 72.222222%;
    flex: 0 0 72.222222%;
    max-width: 72.222222%;
  }

  .col-sm-14 {
    -ms-flex: 0 0 77.777778%;
    flex: 0 0 77.777778%;
    max-width: 77.777778%;
  }

  .col-sm-15 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-16 {
    -ms-flex: 0 0 88.888889%;
    flex: 0 0 88.888889%;
    max-width: 88.888889%;
  }

  .col-sm-17 {
    -ms-flex: 0 0 94.444444%;
    flex: 0 0 94.444444%;
    max-width: 94.444444%;
  }

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

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

  .order-sm-last {
    -ms-flex-order: 19;
    order: 19;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-sm-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-sm-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-sm-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-sm-18 {
    -ms-flex-order: 18;
    order: 18;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 61.111111%;
  }

  .offset-sm-12 {
    margin-left: 66.666667%;
  }

  .offset-sm-13 {
    margin-left: 72.222222%;
  }

  .offset-sm-14 {
    margin-left: 77.777778%;
  }

  .offset-sm-15 {
    margin-left: 83.333333%;
  }

  .offset-sm-16 {
    margin-left: 88.888889%;
  }

  .offset-sm-17 {
    margin-left: 94.444444%;
  }
}

@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: 10px !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
  }

  .m-lg-15 {
    margin: 15px !important;
  }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important;
  }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important;
  }

  .m-lg-2 {
    margin: 20px !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
  }

  .m-lg-3 {
    margin: 30px !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
  }

  .m-lg-4 {
    margin: 40px !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important;
  }

  .m-lg-5 {
    margin: 50px !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important;
  }

  .m-lg-6 {
    margin: 60px !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important;
  }

  .m-lg-7 {
    margin: 70px !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important;
  }

  .m-lg-8 {
    margin: 80px !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important;
  }

  .m-lg-9 {
    margin: 90px !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 90px !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 90px !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 90px !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 90px !important;
  }

  .m-lg-10 {
    margin: 100px !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 100px !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 100px !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 100px !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 100px !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: 10px !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }

  .p-lg-2 {
    padding: 20px !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
  }

  .p-lg-3 {
    padding: 30px !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
  }

  .p-lg-4 {
    padding: 40px !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important;
  }

  .p-lg-5 {
    padding: 50px !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important;
  }

  .p-lg-6 {
    padding: 60px !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important;
  }

  .p-lg-7 {
    padding: 70px !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important;
  }

  .p-lg-8 {
    padding: 80px !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important;
  }

  .p-lg-9 {
    padding: 90px !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 90px !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 90px !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 90px !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 90px !important;
  }

  .p-lg-10 {
    padding: 100px !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 100px !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 100px !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 100px !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 100px !important;
  }

  .m-lg-n1 {
    margin: -10px !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important;
  }

  .m-lg-n15 {
    margin: -15px !important;
  }

  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important;
  }

  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important;
  }

  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important;
  }

  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important;
  }

  .m-lg-n2 {
    margin: -20px !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important;
  }

  .m-lg-n3 {
    margin: -30px !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important;
  }

  .m-lg-n4 {
    margin: -40px !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important;
  }

  .m-lg-n5 {
    margin: -50px !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important;
  }

  .m-lg-n6 {
    margin: -60px !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -60px !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -60px !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -60px !important;
  }

  .m-lg-n7 {
    margin: -70px !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !important;
  }

  .m-lg-n8 {
    margin: -80px !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -80px !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -80px !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -80px !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -80px !important;
  }

  .m-lg-n9 {
    margin: -90px !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -90px !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -90px !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -90px !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -90px !important;
  }

  .m-lg-n10 {
    margin: -100px !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -100px !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -100px !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -100px !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -100px !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;
  }

  .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: 10px !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
  }

  .m-lg-15 {
    margin: 15px !important;
  }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important;
  }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important;
  }

  .m-lg-2 {
    margin: 20px !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
  }

  .m-lg-3 {
    margin: 30px !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
  }

  .m-lg-4 {
    margin: 40px !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important;
  }

  .m-lg-5 {
    margin: 50px !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important;
  }

  .m-lg-6 {
    margin: 60px !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important;
  }

  .m-lg-7 {
    margin: 70px !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important;
  }

  .m-lg-8 {
    margin: 80px !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important;
  }

  .m-lg-9 {
    margin: 90px !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 90px !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 90px !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 90px !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 90px !important;
  }

  .m-lg-10 {
    margin: 100px !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 100px !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 100px !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 100px !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 100px !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: 10px !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }

  .p-lg-2 {
    padding: 20px !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
  }

  .p-lg-3 {
    padding: 30px !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
  }

  .p-lg-4 {
    padding: 40px !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important;
  }

  .p-lg-5 {
    padding: 50px !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important;
  }

  .p-lg-6 {
    padding: 60px !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important;
  }

  .p-lg-7 {
    padding: 70px !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important;
  }

  .p-lg-8 {
    padding: 80px !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important;
  }

  .p-lg-9 {
    padding: 90px !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 90px !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 90px !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 90px !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 90px !important;
  }

  .p-lg-10 {
    padding: 100px !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 100px !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 100px !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 100px !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 100px !important;
  }

  .m-lg-n1 {
    margin: -10px !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important;
  }

  .m-lg-n15 {
    margin: -15px !important;
  }

  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important;
  }

  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important;
  }

  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important;
  }

  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important;
  }

  .m-lg-n2 {
    margin: -20px !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important;
  }

  .m-lg-n3 {
    margin: -30px !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important;
  }

  .m-lg-n4 {
    margin: -40px !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important;
  }

  .m-lg-n5 {
    margin: -50px !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important;
  }

  .m-lg-n6 {
    margin: -60px !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -60px !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -60px !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -60px !important;
  }

  .m-lg-n7 {
    margin: -70px !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !important;
  }

  .m-lg-n8 {
    margin: -80px !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -80px !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -80px !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -80px !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -80px !important;
  }

  .m-lg-n9 {
    margin: -90px !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -90px !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -90px !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -90px !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -90px !important;
  }

  .m-lg-n10 {
    margin: -100px !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -100px !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -100px !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -100px !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -100px !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;
  }
}

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

.list-group {
    padding: 0;
    border-color: #f4f4f4;
    border-radius: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item {
    font-weight: 600;
    padding: 8px 15px;
    color: #fff;
    border-color: #f4f4f4;
    border-radius: 0 !important;
    background-color: transparent;
}

.list-group-item:hover {
    text-decoration: underline;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item.active {
    color: #fff;
    border-color: #17c6aa;
    background-color: #17c6aa;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-item.active {
    color: #fff;
    border-color: #17c6aa;
    background-color: #17c6aa;
}
/* FIM - Finalização do pedido */

@media (max-width: 480px) {
  .footer-one-copyright-main {
    display: inline-block;
    width: 100%;
  }

  .footer-one-copyright-sub-two {
    justify-content: center;
  }

  .body-font-5 {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
  }
}

@media (max-width: 395px) {
  .text-sm {
    font-size: 0.775rem;
  }
}
