:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #295695;
  --pink: #ff0087;
  --red: #8b0000;
  --orange: #fe7c43;
  --yellow: #cfc80e;
  --teal: #45aade;
  --cyan: #6d3bff;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --tangerine: #c54f0b;
  --primary: #33afcc;
  --secondary: #6c757d;
  --success: #03c100;
  --info: #6d3bff;
  --warning: #cfc80e;
  --danger: #8b0000;
  --light: #f8f9fa;
  --dark: #343a40;
  --green: #03c100;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dl,
ul {
  margin-bottom: 1rem;
}

dl,
ul {
  margin-top: 0;
}

ul ul {
  margin-bottom: 0;
}

b {
  font-weight: bolder;
}

a {
  color: #33afcc;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #247b8f;
  text-decoration: underline;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

img {
  border-style: none;
  height: 100%;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.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-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-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-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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1,
.col-auto {
  -webkit-box-flex: 0;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-2,
.col-3 {
  -webkit-box-flex: 0;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-4,
.col-5 {
  -webkit-box-flex: 0;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-6,
.col-7 {
  -webkit-box-flex: 0;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-8,
.col-9 {
  -webkit-box-flex: 0;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-10,
.col-11 {
  -webkit-box-flex: 0;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 175, 204, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #33afcc;
  border-color: #33afcc;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2b95ad;
  border-color: #298ca3;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 187, 212, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #33afcc;
  border-color: #33afcc;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #298ca3;
  border-color: #268399;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 187, 212, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #6d3bff;
  border-color: #6d3bff;
}

.btn-info:hover {
  color: #fff;
  background-color: #5115ff;
  border-color: #4708ff;
}

.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(131, 88, 255, 0.5);
}

.btn-info:disabled {
  color: #fff;
  background-color: #6d3bff;
  border-color: #6d3bff;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #4708ff;
  border-color: #4000fa;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(131, 88, 255, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #03c100;
  border-color: #03c100;
}

.btn-green:hover {
  color: #fff;
  background-color: #029b00;
  border-color: #028e00;
}

.btn-green:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 202, 38, 0.5);
}

.btn-green:disabled {
  color: #fff;
  background-color: #03c100;
  border-color: #03c100;
}

.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #028e00;
  border-color: #028100;
}

.btn-green:not(:disabled):not(.disabled).active:focus,
.btn-green:not(:disabled):not(.disabled):active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 202, 38, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #33afcc;
  text-decoration: none;
}

.btn-link:hover {
  color: #247b8f;
  text-decoration: underline;
}

.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: rgba(1, 1, 1, 0.9);
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #33afcc;
}

.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #fff;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split:after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.navbar {
  position: relative;
  padding: 0 1rem;
}

.navbar,
.navbar > .container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-sm > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-md > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.navbar-expand > .container {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: hsla(0, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text,
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #33afcc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #247b8f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 175, 204, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  flex: 1;
}

.carousel {
  position: relative;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.ajuste-login {
  margin-right: 6px;
}

.bg-primary {
  background-color: #33afcc !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #298ca3 !important;
}

.bg-info {
  background-color: #6d3bff !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #4708ff !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-green {
  background-color: #03c100 !important;
}

a.bg-green:focus,
a.bg-green:hover,
button.bg-green:focus,
button.bg-green:hover {
  background-color: #028e00 !important;
}

.bg-white {
  background-color: #fff !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #33afcc !important;
}

.border-info {
  border-color: #6d3bff !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-green {
  border-color: #03c100 !important;
}

.border-white {
  border-color: #fff !important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  flex-direction: row !important;
}

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.vw-100 {
  width: 100vw !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.6rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mx-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
  color: #fff;
}

/* bolinha carrinho */

span.count-cart {
  padding: 0px 5px 0px 5px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(255 255 255);
  position: absolute;
  margin: -31px 5px 5px 13px;
  font-family: Roboto Black, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
  border: 1px solid #33cd67;
  border-radius: 28px;
  background-color: #33cd67;
}

@media screen and (max-width: 991px) {
  span.count-cart {
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    font-weight: bold;
    color: rgb(255 255 255);
    position: absolute;
    margin: -28px 0px 0px calc((100% + -27px) / 2);
    font-family: Roboto Black, -apple-system, BlinkMacSystemFont, Segoe UI,
      Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
  }
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
    display: block;
  }
}

@media screen and (max-width: 360px) {
  span.count-cart {
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    font-weight: bold;
    color: rgb(255 255 255);
    position: absolute;
    margin: -28px 0px 0px 46%;
    font-family: Roboto Black, -apple-system, BlinkMacSystemFont, Segoe UI,
      Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
  }
}

@media screen and (max-width: 320px) {
  span.count-cart {
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    font-weight: bold;
    color: rgb(255 255 255);
    position: absolute;
    margin: -28px 0px 0px 31%;
    font-family: Roboto Black, -apple-system, BlinkMacSystemFont, Segoe UI,
      Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
  }
}

/* fim bolinha carrinho */

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #33afcc !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #247b8f !important;
}

.text-info {
  color: #6d3bff !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #3d00ee !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}

.text-green {
  color: #03c100 !important;
}

a.text-green:focus,
a.text-green:hover {
  color: #027500 !important;
}

.text-body {
  color: #212529 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

.visible {
  visibility: visible !important;
}

@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}

.relative {
  position: relative;
}

.calendar .month-days .day span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hora-horror {
  background-color: #8b0000 !important;
}

.hopi-pride {
  background-color: #ff0087 !important;
}

.hopi-verani {
  background-color: #45aade !important;
}

.parque-fechado {
  background-color: #cacaca;
}

.black-friday {
  background-color: #9fbc00;
}

h1 {
  font-size: 42px;
}

h1,
h2 {
  color: #767676;
  font-weight: 900;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
  color: #767676;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
  letter-spacing: -1.2px;
}

.chamada,
h4 {
  color: #33afcc;
}

.chamada {
  font-size: 28px;
  margin-bottom: 2rem;
}

body,
html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.no-pad-rl {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#main-header {
  text-align: center;
  padding: 0 0 10px 0;
  color: #fff;
  background-color: rgba(1, 1, 1, 0.8);
  z-index: 1000;
}
@media (max-width: 576px) {
  #main-header {
    text-align: center;
    padding: 0 !important;
    color: #fff;
    background-color: rgba(1, 1, 1, 0.8);
    z-index: 1000;
  }
}

#main-header hr {
  border-color: hsla(0, 0%, 100%, 0.3);
  margin: 15px -2000px;
}

#main-logo {
  max-width: 200px;
  display: block;
  margin: 15px auto;
  max-height: auto !important;
  height: auto !important;
}

#social-menu-header {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 0;
}

#social-menu-header li {
  display: inline-block;
}

#social-menu-header a {
  display: inline-block;
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.3);
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#social-menu-header a:hover {
  background-color: #555;
}

#social-menu {
  list-style-type: none;
  padding: 6px;
  margin: 20px 0 0;
}

#social-menu a,
#social-menu li {
  display: inline-block;
}

#social-menu a {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.3);
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#social-menu a:hover {
  background-color: #555;
}

#main-nav .nav-item a:not(.btn) {
  text-transform: uppercase;
  border-radius: 5px;
}

#main-nav .nav-item a:not(.btn):hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

#main-nav .login-button {
  text-transform: uppercase;
}

.navbar-toggler {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  color: hsla(0, 0%, 100%, 0.3);
  position: absolute;
  top: 22px;
  right: calc(0% + 30px);
}

@media screen and (min-width: 992px) {
  nav.navbar.navbar-expand-lg.navbar-dark {
    margin-left: -100px;
  }
}

.slick-carousel .slide {
  display: none;
}

.slick-carousel .slide:focus {
  outline: 0;
}

.slick-carousel .slide.slick-slide,
.slick-carousel .slide:first-child {
  display: block;
}

.swipe-helper {
  border: 1px solid rgba(1, 1, 1, 0.5);
  color: rgba(1, 1, 1, 0.5);
  padding: 0.5rem 1rem;
  display: table;
  margin: 1rem auto;
  border-radius: 1000px;
}

.swipe-helper.light {
  border-color: hsla(0, 0%, 100%, 0.5);
  color: hsla(0, 0%, 100%, 0.5);
}

.swipe-helper-black {
  border: 1px solid #000;
  color: #000;
  padding: 0.5rem 1rem;
  display: table;
  margin: 1rem auto;
  border-radius: 1000px;
}

.swipe-helper-black.light {
  border-color: #000;
  color: #000 !important;
}

section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

section.padding {
  padding: 6rem 0;
}

@media screen and (max-width: 576px) {
  section.padding {
    padding: 1rem 0;
  }
}

section.padding-4 {
  padding: 6rem 0;
}

section.padding-top-evento {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .padding-section-cart-mobile {
    padding-top: 30px !important;
  }
}

#slider-calendarios .slide {
  padding: 0 1rem;
}

.calendar {
  max-width: 500px;
  margin-bottom: 2rem;
  display: block;
}

.calendar.center {
  margin-left: auto;
  margin-right: auto;
}

.calendar .month {
  font-size: 32px;
  letter-spacing: -0.02em;
  border-bottom: 2px solid #adadad;
  line-height: 64px;
}

.calendar .month,
.calendar .week-days > div {
  color: #adadad;
  text-transform: uppercase;
  font-weight: 900;
}

.calendar .week-days > div {
  display: inline-block;
  width: 14.1%;
  margin-right: -4px;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
}

.calendar .month-days {
  line-height: 0;
}

.calendar .month-days > div {
  display: inline-block;
  width: 14.1%;
  margin-right: -4px;
  padding: 2px;
  vertical-align: middle;
}

.calendar .month-days .day {
  width: 100%;
  padding-top: 100%;
  display: block;
  background-color: #cacaca;
  border-radius: 1000px;
  position: relative;
}

.calendar .month-days .day span {
  display: block;
  font-size: 18px;
  color: #fff;
}

.calendar .month-days a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.calendar .month-days a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.legenda-calendarios {
  font-weight: 700;
  font-size: 17px;
  margin-top: 2rem;
  padding: 0 0 0 20px;
}

.legenda-calendarios .item {
  margin-bottom: 1rem;
  white-space: nowrap;
}

.legenda-calendarios * {
  vertical-align: middle;
}

.legenda-calendarios i {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 1000px;
  margin-right: 2px;
}

.price-card {
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 320px;
  background-color: #fff;
  text-align: center;
  color: #919090;
  line-height: 1.2;
}

.price-card.center {
  margin-left: auto;
  margin-right: auto;
}

.price-card.shadow {
  box-shadow: 3px 3px 3px rgba(1, 1, 1, 0.5);
}

.price-card .header-image {
  width: 100%;
  display: block;
}

.price-card .content {
  padding: 2rem;
  border-top: 7px solid #f60;
  position: relative;
}

.price-card .content:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-top-color: #ccc;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
}

.price-card .meta {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.price-card .title {
  font-size: 26px;
  font-weight: 900;
}

.price-card .description {
  font-size: 20px;
}

.price-card .price {
  font-weight: 900;
  margin-bottom: 5px;
}

.price-card .price .symbol {
  font-size: 24px;
}

.price-card .price .value {
  font-size: 47px;
  letter-spacing: -0.04em;
}

.price-card .price .cents {
  font-size: 16px;
}

.price-card i {
  font-size: 28px;
  margin-right: 5px;
  margin-top: 30px;
}

.price-card .btn {
  color: #fff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.price-card .btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.price-card.green .price,
.price-card.green a.title,
.price-card.green i {
  color: #03c100;
}

.price-card.green .btn {
  background-color: #03c100;
}

.price-card.green .content,
.price-card.green .content:before {
  border-top-color: #03c100;
}

.price-card.green-2 .price,
.price-card.green-2 a.title,
.price-card.green-2 i {
  color: #aec92d;
}

.price-card.green-2 .btn {
  background-color: #aec92d;
}

.price-card.green-2 .content,
.price-card.green-2 .content:before {
  border-top-color: #aec92d;
}

.price-card.green-3 .price,
.price-card.green-3 a.title,
.price-card.green-3 i {
  color: #3ecc56;
}

.price-card.green-3 .btn {
  background-color: #3ecc56;
}

.price-card.green-3 .content,
.price-card.green-3 .content:before {
  border-top-color: #3ecc56;
}

.price-card.red-2 .price,
.price-card.red-2 a.title,
.price-card.red-2 i {
  color: #cc366c;
}

.price-card.red-2 .btn {
  background-color: #cc366c;
}

.price-card.red-2 .content,
.price-card.red-2 .content:before {
  border-top-color: #cc366c;
}

.price-card.black-friday .price,
.price-card.black-friday a.title,
.price-card.black-friday i {
  color: #9fbc00;
}

.price-card.black-friday .btn {
  background-color: #9fbc00;
}

.price-card.black-friday .content,
.price-card.black-friday .content:before {
  border-top-color: #9fbc00;
}

.price-card.verani .price,
.price-card.verani a.title,
.price-card.verani i {
  color: #fea40f;
}

.price-card.verani .btn {
  background-color: #fea40f;
}

.price-card.verani .content,
.price-card.verani .content:before {
  border-top-color: #fea40f;
}

.price-card.red .price,
.price-card.red a.title,
.price-card.red i {
  color: #8b0000;
}

.price-card.red .btn {
  background-color: #8b0000;
}

.price-card.red .content,
.price-card.red .content:before {
  border-top-color: #8b0000;
}

section#blog .title {
  color: #000;
  font-family: Roboto #000, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 20px;
  text-align: justify;
}

section .btn-produto {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #fff;
  width: 100%;
}

section#hopi-pride .btn-produto {
  background-color: #36b0cc;
}

section#hopi-pride .btn:hover {
  color: #fff !important;
}

section#anuali .btn-produto {
  background-color: #3ecc56;
}

section#anuali .btn:hover {
  color: #fff !important;
}

section#duvidas .title-duvidas {
  background-color: #f1efef;
  border-radius: 5px;
  padding: 10px;
  color: #767676 !important;
}

section#info-evento {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.2em;
  text-align: justify;
  font-size: 14px;
}

footer {
  background: #004c94;
  color: #fff;
}

footer.padding {
  padding: 4rem 0;
}

footer a,
footer a:hover {
  color: #fff;
  text-transform: uppercase;
}

section#login h3:after {
  content: "";
  background: #33afcc;
  width: 100%;
  height: 2px;
  display: block;
}

section#login h3 {
  font-size: 24px;
}

section#carrinho h3:after {
  content: "";
  background: #33afcc;
  width: 100%;
  height: 2px;
  display: block;
}

.btn-cart {
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 52px;
  }
  h2,
  h3 {
    font-family: Roboto #000, -apple-system, BlinkMacSystemFont, Segoe UI,
      Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: #767676;
    font-weight: 900;
    letter-spacing: -0.02em;
  }
  h3 {
    font-size: 32px;
  }
  #main-logo {
    max-width: 100%;
    margin: 0 auto;
    padding: 5px;
  }
  .swipe-helper,
  .swipe-helper-black {
    display: none;
  }
  .item {
    background-color: transparent !important;
  }
  a:after {
    display: none;
  }
  .calendar .month {
    font-size: 52px;
  }
  .calendar .month-days .day span {
    font-size: 26px;
  }
  section#blog .title {
    color: #000;
    font-family: Roboto #000, -apple-system, BlinkMacSystemFont, Segoe UI,
      Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 22px;
    text-align: justify;
  }
  section#info-evento {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI,
      Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    text-align: justify;
  }
  section#info-evento {
    line-height: 1.2em;
    font-size: 20px;
  }
  section#anuali.padding-top-evento {
    padding-top: 220px;
  }
  section .btn-produto {
    width: 50% !important;
  }
  .btn-cart {
    width: 25%;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 52px;
  }
  h2,
  h3 {
    font-family: Roboto #000, -apple-system, BlinkMacSystemFont, Segoe UI,
      Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: #767676;
    font-weight: 900;
    letter-spacing: -0.02em;
  }
  h3 {
    font-size: 32px;
  }
  #main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .swipe-helper,
  .swipe-helper-black {
    display: none;
  }
  #main-nav .cart-button,
  #main-nav .login-button {
    margin-left: 50px;
  }
  section#faixa-karta a:hover {
    text-decoration: none;
  }
  section#info-evento {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI,
      Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.2em;
    text-align: justify;
    font-size: 20px;
  }
  section.padding-top-evento {
    padding-top: 220px;
  }
}

.price-card.hopi-drive {
  color: #000 !important;
}

.hopi-drive p.description {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 10px;
}

.hopi-drive p.description1 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.hopi-drive .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
}

.price-sum {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 650;
  margin-bottom: 16px;
  font-family: arial;
}

#calendarios {
  display: none !important;
}

.chevron-down-position {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -70px;
  height: 40px;
  text-decoration: none !important;
}

i.fa.fas-chevron-down {
  color: #fff;
  font-size: 26px;
  font-family: FontAwesome;
  content: "\f078";
}

i.fa.fas-chevron-down:before {
  content: "\f078";
}

a.chevron-down-position:focus {
  text-decoration: none !important;
  border: none;
  outline: 0 !important;
  box-shadow: none !important;
}

@keyframes fas-chevron-down {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

.fa.fas-chevron-down {
  -webkit-animation: fas-chevron-down 0.75s linear infinite;
  -moz-animation: fas-chevron-down 0.75s linear infinite;
  -ms-animation: fas-chevron-down 0.75s linear infinite;
  -o-animation: fas-chevron-down 0.75s linear infinite;
  animation: fas-chevron-down 0.75s linear infinite;
}

.linhapreto .fa.fa-calendar,
.titulopreto {
  color: #131313 !important;
}

.linhapreto,
.linhapreto:before {
  border-top-color: #131313 !important;
}

.botaopreto {
  background-color: #131313 !important;
}

.pessoapreto {
  color: #131313 !important;
}

.linhapreto .fa.fa-calendar,
.titulopreto {
  color: #131313 !important;
}

.linhamaluka .fa.fa-calendar,
.titulomaluka {
  color: #0fa4e6 !important;
}

.pessoamaluka {
  color: #0fa4e6 !important;
}

.linhamaluka,
.linhamaluka:before {
  border-top-color: #0fa4e6 !important;
  margin-bottom: 1px;
}

.botaomaluka {
  background-color: #0fa4e6 !important;
}

.margin-parque {
  margin-top: 18px;
}

a.click-card-link {
  height: 514px;
  background-color: transparent;
  position: absolute;
  z-index: 99999;
  border-radius: 20px;
}

a.click-card-link-p1 {
  height: 518px;
  background-color: transparent;
  position: absolute;
  z-index: 99999;
  border-radius: 20px;
}

a.click-card-link-p2 {
  height: 518px;
  background-color: transparent;
  position: absolute;
  z-index: 99999;
  border-radius: 20px;
}

a.click-card-link-p3 {
  height: 514px;
  background-color: transparent;
  position: absolute;
  z-index: 99999;
  border-radius: 20px;
}

a.click-card-link-p4 {
  height: 514px;
  background-color: transparent;
  position: absolute;
  z-index: 99999;
  border-radius: 20px;
}

a.click-card-link-p5 {
  height: 514px;
  background-color: transparent;
  position: absolute;
  z-index: 99999;
  border-radius: 20px;
}

a.click-card-link-p6 {
  height: 514px;
  background-color: transparent;
  position: absolute;
  z-index: 99999;
  border-radius: 20px;
}

a.click-card-link-p1:focus,
a.click-card-link-p2:focus,
a.click-card-link-p3:focus,
a.click-card-link-p4:focus,
a.click-card-link-p5:focus,
a.click-card-link-p6:focus,
a.click-card-link-p7:focus,
a.click-card-link-p8:focus,
a.click-card-link-p9:focus,
a.click-card-link:focus {
  border: none;
  text-decoration: none;
  outline-offset: 0 !important;
  outline: 0 !important;
}

@media screen and (min-width: 1200px) {
  a.click-card-link,
  a.click-card-link-p1,
  a.click-card-link-p2,
  a.click-card-link-p3,
  a.click-card-link-p4,
  a.click-card-link-p5,
  a.click-card-link-p6,
  a.click-card-link-p7,
  a.click-card-link-p8,
  a.click-card-link-p9 {
    width: 320px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  a.click-card-link,
  a.click-card-link-p1,
  a.click-card-link-p2,
  a.click-card-link-p3,
  a.click-card-link-p4,
  a.click-card-link-p5,
  a.click-card-link-p6 {
    width: 309px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 992px) {
  a.click-card-link,
  a.click-card-link-p1,
  a.click-card-link-p2,
  a.click-card-link-p3,
  a.click-card-link-p4,
  a.click-card-link-p5,
  a.click-card-link-p6 {
    height: 514px;
    width: 320px;
    margin-left: 320px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  a.click-card-link,
  a.click-card-link-p1,
  a.click-card-link-p2,
  a.click-card-link-p3,
  a.click-card-link-p4,
  a.click-card-link-p5,
  a.click-card-link-p6 {
    width: 320px;
    margin-left: 185px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  a.click-card-link,
  a.click-card-link-p1,
  a.click-card-link-p2,
  a.click-card-link-p3,
  a.click-card-link-p4,
  a.click-card-link-p5,
  a.click-card-link-p6 {
    width: 320px;
    margin-left: 95px;
  }
}

@media screen and (max-width: 575px) {
  a.click-card-link,
  a.click-card-link-p1,
  a.click-card-link-p3,
  a.click-card-link-p4,
  a.click-card-link-p5,
  a.click-card-link-p6 {
    width: 320px;
  }
  a.click-card-link-p2 {
    width: calc((11% / 2) + 198px);
  }
  a.click-card-link {
    margin-left: calc(4% - 168px);
  }
  a.click-card-link-p1 {
    margin-left: calc(51% - 165px);
  }
  a.click-card-link-p2 {
    margin-left: calc(7% - 96px);
  }
  a.click-card-link-p3 {
    margin-left: calc(7% - 155px);
  }
  a.click-card-link-p4 {
    margin-left: calc(7% - 155px);
  }
  a.click-card-link-p5 {
    margin-left: calc(4% - 135px);
  }
  a.click-card-link-p6 {
    margin-left: calc(4% - 168px);
  }
}

.altura-eletric {
  height: 528px !important;
}

.altura-drive {
  height: 514px !important;
}

.altura-hopiwet {
  height: 526px !important;
}

.altura-rbd {
  height: 557px !important;
}

.altura-pride {
  height: 487px !important;
}

.altura-anuali {
  height: 527px !important;
}

.altura-dj {
  height: 551px !important;
}

.prod-promo-eletric {
  font-size: 18px !important;
}

.price-card .content.black {
  border-top: 7px solid #000 !important;
}

.price-card .content.black::before {
  border-top: 7px solid #000 !important;
}

@media screen and (min-width: 991px) {
  .ctr-margin {
    margin-top: -100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 990px) {
  .ctr-margin {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .bg-mobile {
    display: block;
  }
  .bg-desktop {
    display: none;
  }
}

@media screen and (min-width: 577px) {
  /* .bg-eletric {
        background-image: url(https://i0.statig.com.br/hopihari/img/Background-Electric-Drive.jpg)
    }
    .bg-promo-eletric {
        background-image: url(https://i0.statig.com.br/hopihari/img/Background-HDT-+-Electric.jpg)
    }
    .bg-horror-drive {
        background-image: url(https://i0.statig.com.br/hopihari/img/background_drive.jpg)
    }
    .bg-carro-cheio-drive {
        background-image: url(https://i0.statig.com.br/hopihari/img/Bn_PSP.jpg)
    }
    .bg-rbd {
        background-image: url(https://i0.statig.com.br/hopihari/img/background_rdb.png)
    }
    .bg-pride {
        background-image: url(https://i0.statig.com.br/hopihari/img/background_hopipride.jpg)
    }
    .bg-Sextamaluka {
        background-image: url(https://i0.statig.com.br/hopihari/img/background-sexta-maluka.jpg)
    }
    .bg-Hopidark {
        background-image: url(https://i0.statig.com.br/hopihari/img/BACKGROUND.jpg)
    }
    .bg-black {
        background-image: url(https://i0.statig.com.br/hopihari/img/BG_Site_Black-Friday-Esquenta.jpg)
    }
    .bg-anuali {
        background-image: url(https://i0.statig.com.br/hopihari/img/bg_anuali_new.jpg)
    }
    .bg-Relampago {
        background-image: url(https://i0.statig.com.br/hopihari/img/Background_relampago.jpg)
    }
    .bg-ToDeVolta {
        background-image: url(https://i0.statig.com.br/hopihari/img/bg-devoltaN.jpg)
    }
    .bg-PascoaSolidaria {
        background-image: url(https://i0.statig.com.br/hopihari/img/Background--Páscoa-Solidário.jpg)
    }
    .bg-HoraHorror2021 {
        background-image: url(https://i0.statig.com.br/hopihari/img/BgHorraHorror.jpg)
    }
    .bg-MesDasMaes {
        background-image: url('https://i0.statig.com.br/hopihari/img/Background-Mês-das-Mães.jpg');
    }
    .bg-combosHopi {
        background-image: url('https://i0.statig.com.br/hopihari/img/BackgroundCombos.jpg');
    }
    .bg-mesNamorados {
        background-image: url('https://i0.statig.com.br/hopihari/img/Background-Mês-dos-Namorados.jpg');
    }
    .bg-Feriadao {
        background-image: url('https://i0.statig.com.br/hopihari/img/Background--Feriadão.jpg');
    }
    .bg-Ferias {
        background-image: url('https://i0.statig.com.br/hopihari/img/Alice-Background.jpg');
    }
    .bg-alice2 {
        background-image: url('https://i0.statig.com.br/hopihari/img/Alice-Background-2.jpg');
    } */
}

@media screen and (max-width: 576px) {
  /* .bg-eletric {
        background-image: url(https://i0.statig.com.br/hopihari/mobile/Background-Electric-Drive.png)
    }
    .bg-promo-eletric {
        background-image: url(https://i0.statig.com.br/hopihari/mobile/Background-HDT-+-Electric.png)
    }
    .bg-horror-drive {
        background-image: url(https://i0.statig.com.br/hopihari/mobile/background_drive.png)
    }
    .bg-carro-cheio-drive {
        background-image: url(https://i0.statig.com.br/hopihari/mobile/Bn_PSP.png)
    }
    .bg-rbd {
        background-image: url(https://i0.statig.com.br/hopihari/mobile/background_rdb.png)
    }
    .bg-pride {
        background-image: url(https://i0.statig.com.br/hopihari/mobile/background_hopipride.png)
    }
    .bg-Sextamaluka {
        background-image: url(https://i0.statig.com.br/hopihari/img/background-sexta-maluka.jpg)
    }
    .bg-Hopidark {
        background-image: url(https://i0.statig.com.br/hopihari/mobile/BACKGROUND_mob.jpg)
    }
    .bg-black {
        background-image: url(https://i0.statig.com.br/hopihari/img/BG_Site_Black-Friday-Esquenta.jpg)
    }
    .bg-anuali {
        background-image: url(https://i0.statig.com.br/hopihari/img/bg_anuali_new.jpg)
    }
    .bg-Relampago {
        background-image: url(https://i0.statig.com.br/hopihari/img/Background_relampago.jpg)
    }
    .bg-ToDeVolta {
        background-image: url(https://i0.statig.com.br/hopihari/img/bg-devoltaN.jpg)
    }
    .bg-PascoaSolidaria {
        background-image: url(https://i0.statig.com.br/hopihari/img/Background--Páscoa-Solidário.jpg)
    }
    .bg-HoraHorror2021 {
        background-image: url(https://i0.statig.com.br/hopihari/img/BgHorraHorror.jpg)
    }
    .bg-MesDasMaes {
        background-image: url('https://i0.statig.com.br/hopihari/img/Background-Mês-das-Mães.jpg');
    }
    .bg-combosHopi {
        background-image: url('https://i0.statig.com.br/hopihari/img/BackgroundCombos.jpg');
    }
    .bg-mesNamorados {
        background-image: url('https://i0.statig.com.br/hopihari/img/Background-Mês-dos-Namorados.jpg');
    }
    .bg-Feriadao {
        background-image: url('https://i0.statig.com.br/hopihari/img/Background--Feriadão.jpg');
    }
    .bg-Ferias {
        background-image: url('https://i0.statig.com.br/hopihari/img/Alice-Background.jpg');
    }
    .bg-alice2 {
        background-image: url('https://i0.statig.com.br/hopihari/img/Alice-Background-2.jpg');
    } */
}

@media screen and (max-width: 576px) {
  .ControladorBannerDesk {
    display: none;
  }
  .ControladorBannerMobile {
    display: block;
    min-height: 100%;
  }
}

@media screen and (min-width: 577px) {
  .ControladorBannerDesk {
    display: block;
    min-height: 100%;
  }
  .ControladorBannerMobile {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

.botao-scroll-down {
  position: absolute;
  bottom: -6px;
  left: 42%;
  z-index: 1;
  height: 60px;
  display: flex;
  width: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
}
.botao-scroll-down a i {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 414px) and (min-height: 896px) {
  .botao-scroll-down {
    bottom: 151px;
  }
}

@media screen and (min-width: 1024px) {
  .botao-scroll-down {
    bottom: 10px;
    left: 50%;
  }
}

@media screen and (min-width: 992px) {
  #social-menu-header {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  #social-menu-header {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .card-color {
    background-color: #a5c958 !important;
    border-radius: 39px 39px 0 0 !important;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    font-family: Roboto, "segoe ui", Arial, sans-serif;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .data-maluka {
    margin-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .ajuste-padding-maluka {
    padding-top: 300px !important;
  }
  .card-color {
    background-color: #a5c958 !important;
    border-radius: 39px 39px 0 0 !important;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: Roboto, "segoe ui", Arial, sans-serif;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    width: 100%;
  }
}

.dark-title {
  color: #fff !important;
}

.titulo-dark {
  text-transform: uppercase;
  font-size: 35px !important;
}

.titulo-dark-inline {
  text-transform: uppercase;
  font-size: 30px !important;
}

@media screen and (min-width: 577px) {
  .top-100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  a.click-card-link-p1 {
    margin-left: 310px !important;
  }
}

@media screen and (min-width: 1200px) {
  a.click-card-link-p1 {
    margin-left: 400px !important;
  }
}

a.click-card-link-black {
  background-color: transparent;
  height: 484px;
  position: absolute;
  z-index: 999999100041;
  border-radius: 20px;
}

@media screen and (min-width: 992px) {
  a.click-card-link-black {
    width: 320px !important;
    margin-left: 396px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  a.click-card-link-black {
    width: 320px !important;
    margin-left: 306px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  a.click-card-link-black {
    width: 320px !important;
    margin-left: 185px !important;
  }
}

@media screen and (max-width: 575px) {
  a.click-card-link-black {
    margin-left: calc(51% - 179px);
    width: 320px;
  }
}

.tituloAnuali {
  color: #343152 !important;
}

::-webkit-scrollbar {
  width: 7px;
  border: 1px solid #d5d5d5;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #b0b0b0;
}

button.mais {
  font-size: 26px;
  font-weight: 900;
  margin-top: -8px;
  text-shadow: 0.4px 0.4px 0.8px #6b6b6b;
  border: none;
  background: #fff;
}

button.mais:focus {
  outline: 0;
}

@media screen and (min-width: 1079px) {
  .cart-price-u {
    margin: 18px 0 0 18px;
  }
  .cart-price-u {
    min-width: 113px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-price-u {
    margin: 32px 0 0 0;
    min-width: 140px;
    padding: 0 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .cart-price-u {
    margin: 18px 0 0 0;
    min-width: 140px;
    padding: 0 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .img-cart {
    min-width: 75px;
    padding: 6px 2px;
    margin: 0 3px 0 13px;
    display: inline-flex;
    height: 100%;
    align-items: center;
    align-self: center;
  }
  .title-produto {
    display: inline-flex;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .title-produto {
    display: flex;
    align-self: center;
  }
  .cart-price-u {
    display: flex;
    align-self: center;
    margin: 7px 0 0 0;
  }
  .item-carrinho-hopi {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #d2d2d2a3;
    padding: 2px 4px 0 4px !important;
    margin: 8px 3% !important;
    width: 94%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .cart-price-u {
    margin: 18px 10px 0 0;
    min-width: 160px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .img-pass-cart-u {
    padding: 0 0 8px 15px;
  }
  .cart-price-u {
    margin: 18px 5px 5px 5px;
  }
}

.img-cart img {
  border-radius: 4px;
  box-shadow: 0.5px 0.5px 2.8px #989898;
  margin: 8px 4px 0 8px;
  display: flex;
  align-items: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .btn-carrinho {
    margin-top: 20px !important;
  }
}

.btn-carrinho {
  background: #03c101 !important;
  border: 0;
  font-size: 1.6em;
  text-shadow: 0 0.1px 0.2px #525252;
  padding: 8px 15px 8px 15px;
  min-width: 300px;
  margin-top: 20px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 401px) {
  #title-top {
    font-size: 30px;
  }
}

.login-barra a {
  min-width: 90px;
  margin: 5px 5px 5px 30px;
  background-color: #fff !important;
  color: #202d20 !important;
  font-weight: 600;
  text-shadow: 0 0 0 #cccccca1;
  transition: all 180ms !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 15px 30px 12px;
}

.ajuste-login i.fa.fa-user {
  display: none;
}

a.nav-link.ajuste-login.mobile-login {
  background-color: #fff;
  max-width: 60px;
  font-size: 1rem;
  font-weight: 500;
  min-width: 90px;
  margin: 5px 5px 5px 30px;
  background-color: #fff !important;
  color: #202d20 !important;
  display: inline-block;
  margin: 0 auto;
}

a.btn.btn-red {
  font-weight: 500;
  background-color: red !important;
  color: #fff !important;
}

a.btn.btn-red:hover {
  color: #000 !important;
}

@media screen and (min-width: 991px) {
  .mobile-login {
    display: none !important;
  }
  #main-nav .login-button-1 {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .size-t-p {
    font-size: 13px;
    line-height: 28px;
  }
}

@media screen and (min-width: 991px) {
  .size-t-p {
    line-height: 28px;
  }
}

.row-p {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 576px) {
  .calendario-desk {
    display: none !important;
  }
  .calendario-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 577px) {
  .calendario-desk {
    display: block !important;
  }
  .calendario-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .container {
    width: 100%;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 575px) {
  .container {
    width: 100%;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 501px) {
  .faixa-karta-mobile {
    display: block !important;
  }
  .faixa-karta-desk {
    display: none !important;
  }
}

@media screen and (min-width: 502px) {
  .faixa-karta-mobile {
    display: none !important;
  }
  .faixa-karta-desk {
    display: block !important;
  }
}

span.span-total-cart {
  font-size: 24px;
  color: #969696;
  font-weight: 600;
}

.t-c-1 {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #403f3f;
}

.t-c-2 {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #403f3f;
}

.t-c-3 {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #403f3f;
}

.t-c-4 {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #403f3f;
}

.t-c-5 {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #403f3f;
}

.t-c-6 {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #403f3f;
}

i.fas.fa-user-friends-hopi:before {
  content: "\f500" !important;
}

.font-size-carrinho {
  font-size: 16px !important;
}

.r-t-1 {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #403f3f;
  padding: 0 5px 5px 5px;
}

.r-t-2 {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #403f3f;
  padding: 0 5px 5px 5px;
}

@media screen and (max-width: 576px) {
  .text-mobile {
    display: none;
  }
}

#slider-banners .slick-arrow.slick-next {
  right: 70px;
}

.slick-carousel .slick-arrow.slick-next {
  right: 40px;
  width: 60px;
  height: 60px;
}

.slick-carousel .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
}

.slick-carousel .slick-arrow {
  font-size: 0;
  color: #595959;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  z-index: 60;
  border: 0;
  background-color: rgba(1, 1, 1, 0.6);
  width: 35px;
  height: 35px;
  border-radius: 1000px;
}

#slider-banners .slick-arrow.slick-prev {
  left: 70px;
}

.slick-carousel .slick-arrow.slick-prev {
  left: 50px;
  width: 60px;
  height: 60px;
}

.slick-carousel .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 1024px) and (min-width: 343px) {
  .slick-carousel .slick-arrow.slick-next {
    right: calc(50% - 155px) !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 343px) {
  .slick-carousel .slick-arrow.slick-prev {
    left: calc(50% - 155px) !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 343px) {
  .slick-carousel .slick-arrow.slick-prev {
    left: calc(50% - 155px) !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 343px) {
  .slick-carousel .slick-arrow.slick-next {
    right: calc(50% - 155px) !important;
  }
}

.centralizar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.linhaMesMaes {
  color: #ee3793 !important;
}

.linhaMesMaes,
.linhaMesMaes:before {
  border-top-color: #ee3793 !important;
}

.botaoMaes {
  background-color: #ee3793 !important;
}

/* navegador IE*/

.container-browsers-header {
  min-height: 275px;
  width: 100%;
  background-color: #1c1c1c;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%), 0 6px 10px 0 rgb(0 0 0 / 10%);
  /* margin: 100px; */
}

@media screen and (min-width: 991px) {
  .container-browsers {
    margin: 0px 100px 0px 100px;
    padding: 20px 50px 20px 50px;
  }
}

@media screen and (max-width: 990px) {
  .container-browsers {
    margin: 0px 40px 0px 40px;
    padding: 20px 15px 20px 15px;
  }
}

.container-browsers {
  position: relative;
  top: -120px;
  margin-top: -50px;
  min-height: 300px;
  height: auto;
  min-width: 300px;
  width: auto;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%), 0 6px 10px 0 rgb(0 0 0 / 10%);
  background-color: #ffffff;
}

.logo-navegador img {
  width: 100%;
  padding: 20px;
}

.body-navegador {
  background-color: #cecece;
}

.logo-navegador {
  margin: 0 auto;
}

#main-logo-navegador {
  max-width: 250px;
  display: block;
  margin: 0 auto 15px auto;
}

.padding-5 {
  padding: 5rem 0;
}

.title-navegador h2 {
  padding: 20px;
  margin: 0px 0px 0px 15px;
  text-align: center;
  font-size: 1.8em;
  color: #444343;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-family: Roboto, Arial;
}

.title-navegador h3 {
  padding: 20px;
  margin: 0px 0px 20px 15px;
  font-size: 1.3em;
  color: #444343;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-family: Roboto, Arial;
  text-transform: unset;
}

.row-navegador {
  padding: 10px 0px;
  margin: 0 auto !important;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.row-navegador img {
  /* display: inline-block; */
  margin: 0 auto !important;
  text-align: center;
  /* width: 85px; */
  /* height: 85px; */
}

@media screen and (max-width: 991px) {
  .nome-browser {
    font-size: 12px;
  }
}

.nome-browser {
  margin: 0 auto;
  padding: 10px 0px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  /* justify-content: flex-start; */
}

@media screen and (min-width: 991px) {
  .n-align {
    /* padding: 10px 50px; */
  }
}

.n-align {
  width: auto;
  margin: 0 auto;
  /* display: inline-flex; */
}

.row.n-align div {
  /* margin-bottom: 18px; */
}

.coluna-IE {
  /* display: table-cell; */
  /* float: left; */
  /* flex-wrap: wrap; */
}

.col-IE {
  width: 100%;
  max-width: 635px;
  padding: 15px 15px 5px 15px;
  margin: 0 auto;
}

.col-IE-full {
  width: 100%;
}

.row-IE {
  width: 100%;
  /* display: inline-block; */
}

.col-IE-70 {
  width: 70%;
  margin: 0 auto;
}

/* FIM navegador IE*/

.dropdownLogin {
  /* background-color: #03c100 !important; */
  border-radius: 5px !important;
}

@media screen and (max-width: 991px) {
  .login-t {
    margin: 0 0px 0 5px;
    top: 3px;
    left: 3px;
  }
}

@media screen and (min-width: 992px) {
  .login-t {
    top: 3px;
    left: -5px;
  }
}

.login-t {
  display: inline;
  position: relative;
}

.login-t a {
  color: white;
}

.login-t a:hover {
  color: white;
  text-decoration: none;
  background-color: transparent !important;
}

.dropdown-login {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.9) !important;
  background-clip: padding-box;
  border: 1px solid rgb(173, 173, 173);
  border-radius: 0.25rem;
}

.login-icon-a {
  padding: 11px 5px 9px 12px;
  background-color: transparent !important;
  display: inline;
  position: relative;
  top: 4px;
}

.textLogin {
  color: #292929 !important;
  font-weight: 600 !important;
  display: block;
  padding: 0.5rem 1rem;
}

.textLogout {
  color: #f51212 !important;
  font-weight: 650 !important;
}

.textLogin:hover {
  background-color: #0000003d !important;
}

.textLogout:hover {
  background-color: #0000003d !important;
}

#textLogin {
  color: #292929 !important;
  font-weight: 600 !important;
}

@media screen and (min-width: 991px) {
  .mobileLogin {
    display: none !important;
  }
  .user-svg-login {
    fill: white;
    height: 22px;
    width: 22px;
    padding: 0;
    margin: 0 0 0 0px;
    position: relative;
    top: 4px;
  }
}

@media screen and (max-width: 991px) {
  .deskLogin {
    display: none !important;
  }
  .user-svg-login {
    fill: white;
    height: 22px;
    width: 22px;
    padding: 0;
    top: 4px;
    margin: 0 0 0 0px;
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .bg-lazy {
    width: 100%;
    height: 100%;
    min-height: 940px;
    margin: 0px auto;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    /* margin-top: -200px; */
  }
  .bg-lazy:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(200, 200, 200, 0.5);
    transition: opacity 0.3s ease;
  }
}

@media screen and (min-width: 577px) and (max-width: 991px) {
  .bg-lazy {
    width: 100%;
    height: 950px;
    margin: 0px auto;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    /* margin-top: -200px; */
  }
  .bg-lazy:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(200, 200, 200, 0.5);
    transition: opacity 0.3s ease;
  }
}

@media screen and (max-width: 576px) {
  .bg-lazy {
    width: 100%;
    height: 950px;
    margin: 0px auto;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    /* margin-top: -200px; */
  }
  .bg-lazy:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(200, 200, 200, 0.5);
    transition: opacity 0.3s ease;
  }
}

.bg-lazy.loaded:after {
  opacity: 0;
}

@media screen and (min-width: 502px) {
  .bg-faixa {
    width: 100vw;
    max-height: 300px;
    height: 100%;
    margin: -68px auto;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
  }
  .link-karta {
    width: 100vw !important;
    max-height: 300px;
    height: 300px;
    margin: 23px 0 -82px 0;
    z-index: 1;
  }
}

@media screen and (max-width: 501px) {
  .bg-faixa {
    width: 100vw;
    max-height: 300px;
    height: 100%;
    /* margin: -68px auto; */
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
  }
  .link-karta {
    width: 100vw !important;
    max-height: 300px;
    height: 300px;
    margin: 30px 0 -48px 0;
    z-index: 1;
    padding: 0px !important;
  }
}

.bg-faixa:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(200, 200, 200, 0.5);
  transition: opacity 0.3s ease;
}

.bg-faixa.loaded:after {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  #grid-parque {
    margin-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  #grid-parque {
    margin-top: 60px;
  }
}

@media screen and (max-width: 576px) {
  section.padding-home {
    padding: 2rem 0 0rem 0 !important;
  }
}

@media screen and (min-width: 577px) and (max-width: 991px) {
  section.padding-home {
    padding: 4rem 0 3rem 0 !important;
  }
}

@media screen and (min-width: 992px) {
  section.padding-home {
    padding: 3rem 0 3rem 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .price-card .header-image {
    width: 100%;
    display: block;
    min-height: 150px !important;
  }
}

.aviso-mobile {
  display: none;
}
.aviso-desk {
  left: 0;
  width: 100%;
  color: #fff;
  text-align: right;
  z-index: 70;
  background-color: #2e69ca;
}

.esconder {
  margin-right: 2%;
  font-size: 17px;
  font-weight: 600;
}

.title-aviso-mobile {
  font-size: 36px;
  font-weight: 600;
  margin-top: -10px;
}

.card-body-aviso {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding-bottom: 20px !important;
}

.text-aviso-desk {
  font-size: 16px;
  padding: 0 5px 0 5px;
  margin-top: -10px;
}

.title-aviso-desk {
  font-weight: 600;
}

@media screen and (min-width: 815px) {
  .aviso-desk {
    height: 35px !important;
    margin-bottom: 5px !important;
  }

  .text-aviso-desk {
    font-size: 16px;
    padding: 0 5px 0 5px;
    margin-top: -21px;
  }
}
.atracoes-img{
  min-width: 300px;
}
@media screen and (max-width: 700px) {
.container-fluid.calendario-mob {
    padding: 3px !important;
}
}

.append-datepicker{
  padding: 0px;
}

