: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;
  scroll-behavior: smooth;
}

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"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[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;
  -webkit-appearance: none;
}

[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_calendar {
  width: 100%;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container_calendar {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container_calendar {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container_calendar {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container_calendar {
    max-width: 1200px;
  }
}
.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;
}
.align-items-center {
  align-items: 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;
}

.ingressos-fit {
  text-align: center;
  font-size: 20px;
}

.text-center-scrool1 {
  margin-right: -7%;
}

.text-center {
  text-align: center !important;
}

#imgV2 {
  /* width: 80% !important; */
  max-width: 1024px;
  width: 100%;
  padding: 25px;
}

.text-vidutus {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin: 0px auto;
  /* display: flex; */
  max-width: 1024px;
  width: 100%;
  padding: 5px 25px 5px 25px;
}

.botao-ingresso {
  margin-top: 2%;
}

@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 screen and (max-width: 991px) {
  .text-primary-fit-mobile {
    text-align: center;
    font-weight: 600 !important;
    font-size: 30px !important;
  }
  .fit-content-center-mobile {
    background-color: #fff8e6;
    width: 91% !important;
    height: 250px !important;
    margin-left: 5% !important;
    margin-top: 2% !important;
    border-radius: 21px !important;
    display: initial;
  }
  .botaoverde-fit-mobile {
    margin-left: 16%;
  }
}

@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-bottom: 10px;
  color: #fff;
  background-color: rgba(1, 1, 1, 0.8);
  z-index: 50;
}

@media (max-width: 576px) {
  #main-header {
    text-align: center;
    padding: 0 !important;
    color: #fff;
    background-color: rgba(1, 1, 1, 0.8);
    z-index: 50;
  }
}

#main-header hr {
  border-color: hsla(0, 0%, 100%, 0.3);
  margin: 15px -2000px;
}

#main-logo-v2 {
  max-width: 200px;
  display: block;
  margin: 15px auto;
  max-height: auto !important;
  height: auto !important;
}

#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: 18px;
}

.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-black .title-duvidas {
  /* background-color: #f7f7f7; */
  /* border-radius: 8px; */
  padding-left: 3px !important;
  padding: 20px;
  color: #767676 !important;
  border-bottom: 1px solid #c1c1c1;
  background-color: #313131;
}

section#duvidas .title-duvidas-black {
  padding-left: 3px !important;
  padding: 20px;
  color: #ececec !important;
  border-bottom: 1px solid #c1c1c1;
}

.hfooter li {
  color: #fff !important;
}

section#duvidas .title-duvidas {
  /* background-color: #f7f7f7; */
  /* border-radius: 8px; */
  padding-left: 3px !important;
  padding: 20px;
  color: #767676 !important;
  border-bottom: 1px solid #c1c1c1;
}

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;
}

@media screen and (max-width: 576px) {
  .footer-black {
    background: #181818 !important;
    color: #fff !important;
  }
}

.footer-black.padding {
  padding: 4rem 0 !important;
}

.footer-black a,
.footer-black a:hover {
  color: #fff !important;
  text-transform: uppercase !important;
}

.footer-black {
  background: #000 !important;
  color: #fff !important;
}

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-v2 {
    max-width: 100%;
    margin: 0 auto;
  }
  .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;
  }
  section.padding-top-evento-fit {
    padding-top: 20px;
  }
}

.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: inline-block;
  font-size: 18px;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 0px;
}

#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;
}

.titulopreto-black {
  color: #ececec !important;
}

.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;
  }
  .price-card .price .value {
    font-size: 36px;
    letter-spacing: -0.04em;
  }
  .ajust-box-value {
    padding-left: 5px !important;
  }
}

.compra-total-fit {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 4% !important;
}

.outras-informacoes-fit {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 35px;
  color: #333333;
  margin: 60px 0px 40px 0px;
}

#color-fit {
  color: #34ab32;
  margin-left: 3px;
}

@media screen and (min-width: 1080px) {
  .botaoverde-fit {
    margin-top: 60px;
  }
}

#anchordiv1 {
  height: 10px;
  width: 100%;
}

.botaoverde-fit {
  background-color: #03c100 !important;
  color: #fff;
  width: 250px;
  height: auto;
  padding: 10px;
  font-size: 24px;
  margin-top: 10px;
  font-size: 20px;
}

.fit-number-cont {
  font-size: 24px;
  font-weight: 500;
  margin: 0px auto 0px auto;
  border-radius: 7px;
  border: none;
  width: 56px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.desconto-porcentagem {
  border: 1px solid #f31111;
  color: #f31111;
  border-radius: 8px;
}

.font-text-fit {
  font-size: 22px;
}

.fit-button-right,
.fit-button-right:focus {
  border: none;
  padding: 1px 11px 2px 13px;
  position: relative;
  top: 2px;
  left: 33px;
  border-radius: 50%;
  font-weight: 500;
  color: white;
  text-shadow: 0.1px 0.1px #000;
  background-color: #6c757d;
  font-size: 30px;
  outline: 0;
  cursor: pointer;
}

.fit-button-left,
.fit-button-left:focus {
  border: none;
  padding: 1px 16px 2px 16px;
  position: relative;
  top: 2px;
  left: -33px;
  border-radius: 50%;
  font-weight: 500;
  color: white;
  text-shadow: 0.1px 0.1px #000;
  background-color: #6c757d;
  font-size: 30px;
  outline: 0;
  cursor: pointer;
}

.revisado-title {
  font-size: 14px;
  display: block;
  color: #7b7b7b;
  margin: 8px;
  font-style: italic;
  text-align: center;
  font: italic normal normal 13px/27px Roboto;
  letter-spacing: 0px;
  color: #7e7e7e;
}

.margin-fit {
  margin-top: 5%;
}

.price-total-2 {
  font-size: 28px;
  font-weight: 500;
  display: inline;
}

h5 .price-total-2 {
  display: inline;
}

.text-fit {
  font-size: 17px;
  font-weight: 400;
}

.botaoverde {
  background-color: #03c100 !important;
  color: #fff;
  width: 316px;
  height: 72px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .fit-content-center {
    background: transparent
      radial-gradient(closest-side at 50% 50%, #d8edf6 0%, #d8edf6 100%) 0% 0%
      no-repeat padding-box;
    border-radius: 20px;
    width: 96%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 10px 10px 0px 10px;
  }
}

@media screen and (min-width: 769px) {
  .fit-content-center {
    background: transparent
      radial-gradient(closest-side at 50% 50%, #d8edf6 0%, #d8edf6 100%) 0% 0%
      no-repeat padding-box;
    border-radius: 20px;
    width: 90%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 5px 5px 5px 20px;
  }
}

.max15 {
  display: none;
  border-radius: 5px;
  margin: 20px 5px;
  padding: 10px;
  width: auto;
  background-color: #ffffff;
  border-left: 4px solid #ff9417;
}

@media screen and (min-width: 1193px) {
  .icon-info-max {
    width: 32px;
    height: 32px;
  }
}

.icon-align {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 0px;
}

@media screen and (max-width: 1192px) {
  .icon-info-max {
    width: 32px;
    height: 32px;
  }
}

.title-max15 {
  color: #484848;
  font-size: 14px;
  font-weight: 600;
}

.fit {
  background-color: #646464;
  width: 50%;
  height: 200px;
  border-radius: 31px;
  margin-top: 36px;
  margin-left: 30%;
  padding: 10px;
}

@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;
  }
}

@media screen and (min-width: 992px) {
  #social-menu-header {
    margin-right: 15px !important;
  }
  .text-fit-curtir {
    font-size: 17px;
    font-weight: 400;
    margin: 10px;
  }
}

@media screen and (max-width: 991px) {
  #social-menu-header {
    margin-right: 0 !important;
  }
  .text-fit-curtir {
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0px;
    padding: 10px 0px;
  }
}

@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: 20px;
  }
}

@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;
}

.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%);
}

@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 {
  margin: 0 auto !important;
  text-align: center;
}

@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;
  }
  .botao-horror-verde {
    margin-bottom: 35px;
  }
}

@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 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: right;
  z-index: 70;
  background-image: linear-gradient(
    to right,
    rgb(243, 188, 7),
    rgba(241, 199, 60, 0.959)
  );
}

.esconder {
  margin-right: 2%;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .aviso-mobile {
    z-index: 70;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: right;
    background-image: linear-gradient(
      to right,
      rgb(243, 188, 7),
      rgba(241, 199, 60, 0.959)
    );
    display: block !;
  }
  .aviso-desk {
    display: none;
  }
}

.text-aviso-mobile {
  font-size: 20px;
  padding: 0 5px 0 5px;
}

.title-aviso-mobile {
  font-size: 36px;
  font-weight: 600;
  margin-top: -26px;
}

.card-body-aviso {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding-bottom: 20px !important;
}

.text-aviso-desk {
  font-size: 20px;
  padding: 0 5px 0 5px;
}

.text-primary-fit {
  margin-top: 3%;
  font-weight: 700;
  justify-content: center;
  display: flex;
  font-size: 43px;
}

#v2-horror {
  width: 100%;
  min-height: 300px;
  height: auto;
  background: #fdeded;
}

.title-aviso-desk {
  font-size: 40px;
  font-weight: 600;
  margin-top: -26px;
}

@media (max-width: 576px) {
  #imgHorrorV2 {
    padding: 20px !important;
  }
}

#imgHorrorV2 {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 35px;
  margin: 20px auto 45px auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-content: center;
  padding: 5px;
}

#banner {
  background-image: url(https://i0.statig.com.br/hopihari/img/Desk-COMP-Horror.jpg);
}

fieldset {
  padding: 1rem;
  border: none;
}

label {
  display: inline-block;
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: right;
  font-weight: 700;
  font-size: 12px;
  width: 100px;
}

input,
select {
  padding: 0.25rem;
  width: 100px;
}

input {
  text-align: center;
  width: 65px;
}

#calendar {
  width: 500px;
  margin: 2rem auto;
}

.labels,
.dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: right;
  grid-gap: 4px;
}

.dates span {
  height: 50px;
  font-size: 16px;
  letter-spacing: -1px;
  border: 1px solid #7a7a7a;
  background-color: #fff;
  padding-right: 4px;
  font-weight: 700;
}

.labels span {
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.5rem;
  opacity: 0.6;
}

#calendario {
  background-color: #fff8e6;
}

.quadrado {
  width: 15px;
  height: 15px;
}

.aberto {
  background: #25da15;
}

.esgotado {
  background: #a7a8a7;
}

.selecionado {
  background: #0185c2;
}

.fechado {
  background: #d60505;
}

span#data-value {
  font-size: 1.5em;
}

.calendar {
  width: 362px;
  height: 516px;
  border-radius: 15px;
  background-color: #e4e4e4;
}

.month {
  width: 100%;
  height: 100px;
  background-color: #2898c4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.month i {
  font-size: 2.5rem;
  cursor: pointer;
}

.month h1 {
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
  color: #fff !important;
}

.month p {
  font-size: 1.6rem;
}

.weekdays {
  width: 100%;
  height: 5rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
}

.weekdays div {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  width: calc(44.2rem / 7);
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1.2rem;
}

.days div {
  font-size: 20px;
  margin: 2px;
  width: 42px;
  height: 43px;
  border: 2px solid #4a4a4a;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 50%);
  transition: background-color 0.2s;
}

.days div:hover:not(.today) {
  background-color: #aaaaaa;
  border: 0.2rem solid #777;
  cursor: pointer;
}

.prev-date,
.next-date {
  opacity: 0.5;
}

.today {
  background-color: #54bedf;
}

@media screen and (min-width: 992px) {
  .col-botao {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
  }
  .col-botao-curtir {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
  }
  #venha-curtir {
    width: 100%;
    /* min-height: 450px; */
    height: auto;
    margin: 0px 0px 80px 0px;
  }
  .containers {
    width: 100%;
    height: 350px;
    color: #000;
    display: flex;
    margin: 140px 0px 0px 0px;
    justify-content: center;
    /* align-items: center; */
  }
  .containers-rbd {
    width: 100%;
    height: auto;
    color: #000;
    display: flex;
    margin: 140px 0px 0px 0px;
    justify-content: center;
    /* align-items: center; */
  }
}

@media screen and (max-width: 768px) {
  .margin-s-1 {
    margin: 2px;
  }
  #banner {
    background-image: url(https://i0.statig.com.br/hopihari/img/Mob-COMP-Horror-.jpg);
  }
  #banner-natalMagiko {
    background-image: url(https://i0.statig.com.br/hopihari/img/bg_mobile_natalMagiko.png) !important;
  }
}

@media screen and (max-width: 991px) {
  .col-botao {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .col-botao-curtir {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 100% !important;
  }
  #venha-curtir {
    width: 100%;
    /* min-height: 450px; */
    height: auto;
    margin: 50px 0px 80px 0px;
  }
  .containers {
    width: 100%;
    height: 480px;
    color: #000;
    display: flex;
    justify-content: center;
  }
  .containers-rbd {
    width: 100%;
    height: auto;
    color: #000;
    display: flex;
    justify-content: center;
  }
}

html body [data-ca3_iconfont="ETmodules"]::before {
  font-family: "ETmodules";
}

[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
  background-image: url(https://i0.statig.com.br/hopihari/img/down-arrow-horror.png);
  background-size: contain;
  color: #000 !important;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor: pointer;
  height: 40px;
  width: 80px;
  margin: 0px 0 15px 0px;
  line-height: 60px;
  left: 50%;
  bottom: 0px;
  color: #fff;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/

@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

#sectionCalendario {
  /* background-color: #f8edf6f3; */
}

.text-data {
  padding-top: 15px !important;
  color: #222222 !important;
  text-transform: unset !important;
}

section.padding-top-horror {
  padding-top: 60px;
}

@media (min-width: 991px) {
  section.padding-top-horror {
    padding-top: 268px;
  }
  .btn-incrivel {
    float: left;
    margin-top: 30px;
  }
}

@media (max-width: 990px) {
  .btn-incrivel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
  }
  .text-data {
    padding-bottom: 20px !important;
  }
}

.horror-h3 {
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal 900 40px/45px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.desc-horror {
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal normal 20px/26px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.infos-horror {
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal medium 18px/26px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

@media (max-width: 550px) {
  .infos-horror {
    font-size: 16.5px !important;
    padding-top: 0px !important;
  }
  section.padding-top-horror {
    padding-top: 10px !important;
  }
  .legenda-calendario {
    text-align: center !important;
  }
  #padding-top-bullet {
    margin-top: -15px !important;
  }
}

.botao-first-section {
  margin-bottom: 15px;
}
.botao-first-section-bf {
  margin-bottom: 45px;
}
.horror-titulo {
  color: #383838;
  font-weight: 500;
}

.img-parque {
  border-radius: 20px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.ajust-box-mais {
  margin: 20px 0px 5px 0px;
  padding: 0px 0px 15px 0px !important;
  border-right: 3px dotted #656565;
}

.ajust-box-mais .aa,
.ajust-box-mais .bb,
.ajust-box-mais .cc {
  display: block;
}

.ajust-box-mais .bb {
  font-size: 26px;
  color: #00d0ff;
  margin-top: 0px;
  font-weight: 500;
}

.ajust-box-mais .aa,
.ajust-box-mais .cc {
  display: block;
  font-size: 16px;
  margin: 2px;
  font-weight: 600;
}

.box-mais {
  margin: 20px 0px 5px 0px;
}

.qtd-title-soma {
  width: 100%;
  margin: 10px 0px;
  font-weight: 600;
}

.qtd-span-soma {
  margin: 0px 5px;
}

.linha-uni {
  box-shadow: 0.8px 0.8px 0.8px #656565;
  font-weight: 100;
  width: 86%;
  height: 1px;
  margin: 0px auto 10px auto;
}

.linha-soma {
  box-shadow: 0.5px 0.5px 0.5px #656565;
  font-weight: 100;
  width: 100%;
  height: 1px;
  margin: 10px 0px;
}

@media (max-width: 991px) {
  .ajust-box-mais {
    border: none !important;
  }
}

@media (max-width: 991px) {
  .div1 .containers {
    height: 275px;
    margin-top: 55px;
  }
  .div1 .containers-rbd {
    height: auto;
    margin-top: 55px;
  }
}

@media (max-width: 991px) {
  .div1 {
    grid-area: 1 / 1 / 2 / 2;
    background-color: #f5f5f5;
    border-radius: 20px;
    margin-bottom: 60px;
  }
  .div2 {
    grid-area: 1 / 2 / 2 / 3;
    background-color: #f5f5f5;
    border-radius: 20px;
  }
  .number-1 {
    width: 58px;
    height: 58px;
    border: 3px solid var(--unnamed-color-02c100);
    background: #02c100 0% 0% no-repeat padding-box;
    border: 3px solid #02c100;
    opacity: 1;
    margin: 0 auto;
    position: relative;
    top: -26px;
    border-radius: 50%;
  }
  .number-1-t {
    margin: 12px 18px 0px 18px;
    /* width: 58px; */
    text-align: center;
    font: normal normal bold 25px/27px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    position: absolute;
  }
  .number-2 {
    width: 58px;
    height: 58px;
    border: 3px solid var(--unnamed-color-02c100);
    background: #c3c4c3 0% 0% no-repeat padding-box;
    border: 3px solid #c3c4c3;
    opacity: 1;
    margin: 0 auto;
    position: relative;
    top: -26px;
    border-radius: 50%;
  }
  .number-2-t {
    margin: 12px 18px 0px 18px;
    /* width: 58px; */
    text-align: center;
    font: normal normal bold 25px/27px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    position: absolute;
  }
  .mob-pad-marg {
    margin: 150px 0px 20px 0px;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .banner-horror-s1 {
    /* max-width: fit-content!important; */
  }
  .legenda-calendario {
    margin: 80px auto 10px auto !important;
  }
}

/*ajuste tablet*/

@media screen and (max-width: 1100px) and (min-width: 760px) {
  .banner-horror-s1 {
    max-width: fit-content;
    object-fit: cover;
    display: flex;
    position: relative;
    left: -130px;
  }
  section.padding-top-horror {
    margin-bottom: 90px;
  }
}

.crianca-1m {
  text-align: center;
  font: normal normal medium 14px/17px Roboto;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 500;
  max-width: 300px;
  margin: 10px auto;
}

.desconto {
  display: inline;
  background-color: #33afcc;
  text-align: center;
  font: normal normal bold 13px/27px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  background: #33afcc 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 4px 6px 4px 6px;
  margin: 0px 0px 0px 10px;
  position: relative;
  top: -5px;
}

@media (min-width: 992px) {
  .div1 {
    grid-area: 1 / 1 / 2 / 2;
    background-color: #f5f5f5;
    border-radius: 20px;
    margin: 0px 20px;
  }
  .div2 {
    grid-area: 1 / 2 / 2 / 3;
    background-color: #f5f5f5;
    border-radius: 20px;
    margin: 0px 20px;
  }
  .mob-pad-marg {
    display: -webkit-box !important;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    /* margin-left: 50px; */
  }
  .number-1 {
    width: 58px;
    height: 58px;
    border: 3px solid var(--unnamed-color-02c100);
    background: #02c100 0% 0% no-repeat padding-box;
    border: 3px solid #02c100;
    opacity: 1;
    margin: 0 auto;
    position: relative;
    top: -26px;
    border-radius: 50%;
  }
  .number-1-t {
    margin: 12px 18px 0px 18px;
    /* width: 58px; */
    text-align: center;
    font: normal normal bold 25px/27px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    position: absolute;
  }
  .number-2 {
    width: 58px;
    height: 58px;
    border: 3px solid var(--unnamed-color-02c100);
    background: #c3c4c3 0% 0% no-repeat padding-box;
    border: 3px solid #c3c4c3;
    opacity: 1;
    margin: 0 auto;
    position: relative;
    top: -26px;
    border-radius: 50%;
  }
  .number-2-t {
    margin: 12px 18px 0px 18px;
    /* width: 58px; */
    text-align: center;
    font: normal normal bold 25px/27px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    position: absolute;
  }

  .img-viking {
    border-radius: 15px;
    opacity: 1;
    height: 414px;
    width: auto;
    display: block;
    background-repeat: no-repeat;
    object-fit: fill;
    background-image: url(https://i0.statig.com.br/hopihari/img/castelo-hopi-hari.png);
  }
  .img-circle-bandeira {
    height: 154px;
    width: 154px;
  }
  .circle-bandeira {
    height: 240px;
    width: 240px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: white;
    position: relative;
    /* top: 140px; */
  }
  .circle-white-bandeira {
    position: absolute;
    left: -108px;
    top: 139px;
  }
  .c-viking {
    margin: 20px 0px !important;
  }
  .banner-horror-s1 {
    max-width: fit-content !important;
  }
}

.price-card-btn {
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 320px;
  background-color: transparent !important;
  text-align: center;
  color: #161616;
}

.price-card-txt {
  margin-bottom: 25px;
  border-radius: 20px;
  margin: 20px auto !important;
  overflow: hidden;
  max-width: 320px;
  background-color: transparent !important;
  text-align: center;
  color: #161616;
}

.decoration-t {
  text-transform: unset !important;
}

.botaoverde-fit-2 {
  background-color: #02c100 !important;
  color: #fff;
  width: 250px;
  height: auto;
  padding: 10px;
  font-size: 24px;
  margin-top: 30px;
  font-size: 20px;
  display: inline-block;
}

.legenda-calendario span {
  font-size: 12.5px;
  /* display: inline-block; */
  color: #1c1c1c;
}

.legenda-calendario {
  max-width: 330px;
  height: auto;
  margin: 50px auto 0 auto;
  background-color: white;
  border-radius: 8px;
  padding: 7px;
  position: relative;
}

.b-verde {
  width: 15px;
  margin: 0px 5px 0px 0px;
  height: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  /* position: absolute; */
  border-radius: 50%;
  background-color: #00b909;
}

.b-azul {
  width: 15px;
  margin: 0px 5px 0px 0px;
  height: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  /* position: absolute; */
  border-radius: 50%;
  background-color: #0089ff;
}

.b-laranja {
  width: 15px;
  margin: 0px 5px 0px 0px;
  height: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  /* position: absolute; */
  border-radius: 50%;
  background-color: #ff9800;
}
.b-cinza {
  width: 15px;
  margin: 0px 5px 0px 0px;
  height: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  /* position: absolute; */
  border-radius: 50%;
  background-color: #adadad;
}

.b-adotaki {
  width: 15px;
  margin: 0px 5px 0px 0px;
  height: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  /* position: absolute; */
  border-radius: 50%;
  background-color: #f33354;
}

#horror-mapa {
  margin-top: 100px;
  border-radius: 5px;
  padding: 10px;
}

.title-mapa {
  color: #1b1b1b !important;
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin: 0px 20px 30px 20px;
}

.fa.fa-calendar {
  margin-right: 10px;
}

.fa.fa-check {
  margin-right: 10px;
  color: #fff;
  background-color: #03c100;
  border-radius: 50%;
  padding: 3px;
}

.fa.fa-clock-o {
  margin-right: 10px;
  color: #03c100;
  padding: 3px;
}

.fa.fa-chevron-circle-right {
  margin-right: 10px;
}

.container-horror-info {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.p-info {
  margin: 15px 0px;
}

.linha-vertical {
  height: 688px;
  /* border-left: 2px solid rgb(208 208 208); */
  margin-left: -10px;
  margin-top: 40px;
  width: 10px;
}

.seta-numbers {
  width: 75px;
  height: 75px;
  z-index: 99999999;
  position: absolute;
  border-radius: 50%;
  margin: 27px 0px 0px -28px;
  background: #ffffff 0% 0% no-repeat padding-box;
}

.seta-right-calend {
  position: absolute;
  margin: 20px 0px 0px 28px;
}

#mapa {
  margin: 90px;
}

.hyperlink-kaminda-desk {
  display: none;
}
#kamindaBoulevard-banner-header {
  background-image: url(https://i0.statig.com.br/hopihari/img/cima-boulevard.png?r);
  height: 100vh;
  width: 100vw;
  background-size: 100% 100%;
  margin-bottom: -7px;
}

#kamindaBoulevard-banner-header-mobile {
  background-image: url(https://i0.statig.com.br/hopihari/img/Carrossel-Mobile-1125.png);
  height: 80vh;
}

@media screen and (max-width: 1100px) and (min-width: 760px) {
  #kamindaBoulevard-banner-header-mobile.padding-top-horror {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1280px) {
  .hyperlink-kaminda-desk {
    display: inline-block;
  }
  #kamindaBoulevard-banner-header-mobile {
    display: none;
  }
}

.container-checks {
  position: absolute;
  bottom: 156px;
}

#kamindaBoulevard-banner-header-mobile div a {
  color: #2e4552;
  background-color: white;
}

#historia-kaminda-mobile {
  background-color: #000000;
}

.kaminda-title {
  color: #ffffff !important;
  font-size: 45px;
  font-weight: bold;
  width: 100%;
}
#historia-kaminda-mobile .historia-kaminda {
  text-align: center;
  max-width: 458px;
}

#historia-kaminda-mobile div p {
  color: #ffffff;
}
.container-historia {
  display: flex;
  flex-direction: column-reverse;
}

#historia-kaminda-desk {
  display: none;
}

@media screen and (min-width: 1280px) {
  #historia-kaminda-mobile {
    display: none;
  }
  #historia-kaminda-desk {
    display: block;
    background-color: #000;
    color: #fff;
    padding-top: 90px;
  }
  .container-historia {
    display: flex;
    flex-direction: row;
  }
  .historia-kaminda {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .historia-kaminda p {
    text-align: center;
  }
}
.container-historia img {
  margin-bottom: 15px;
}
#kamindaBoulevard-banner-section {
  background-image: url("https://i0.statig.com.br/hopihari/img/LineUp2%20-%20mobile-1128.png");
  height: 930px;
  background-color: #000510;
}

@media screen and (min-width: 1280px) {
  #kamindaBoulevard-banner-section {
    background-image: url("https://i0.statig.com.br/hopihari/img/LineUp1.png");
    background-size: 60% 100%;
    height: 890px;
  }
}

#kamindaBoulevard-gastronomia {
  background-color: #000000;
  color: white;
  padding: 40px;
}
#kamindaBoulevard-gastronomia div p {
  font-size: 18px;
}
.kaminda-menu {
  align-items: baseline;
}
@media screen and (min-width: 400px) {
  .kaminda-menu {
    align-items: center;
  }
}
.gastronomia-aviso {
  color: white;
}

#kamindaBoulevard-entrada {
  background-color: #000000;
  color: white;
}
@media screen and (max-width: 490px) {
  #kamindaBoulevard-entrada h4 {
    font-size: 25px;
  }
}
.kaminda-line {
  height: 3px;
  border-radius: 15px;
  margin-bottom: 15px;
}
#kamindaBoulevard-entrada div h4 i {
  position: absolute;
  right: 0;
  top: 5px;
}
#kamindaBoulevard-entrada div p {
  text-align: center;
  font-size: 18px;
  padding: 25px 0 50px 0;
  margin-bottom: 0;
}
#kaminda-parcerias {
  background-color: #000000;
  background-image: url(https://i0.statig.com.br/hopihari/img/Final-807.png);
  background-size: 60% 80%;
  height: 75vh;
}
@media screen and (min-width: 530px) {
  #kaminda-parcerias {
    background-size: 60% 80%;
  }
}
@media screen and (min-width: 780px) {
  #kaminda-parcerias {
    background-size: 40% 80%;
  }
}
@media screen and (min-width: 1280px) {
  #kaminda-parcerias {
    background-image: url(https://i0.statig.com.br/hopihari/img/Final.png);
    background-size: 50% 84%;
    height: 30vh;
  }
}

/* @media (min-width:992px) {
    .img-parque {
        border-radius: 20px;
        display: block;
        min-width: 550px;
    }
} */
section#mapa.mapa-bf {
  margin-top: 40px !important;
}

@media (max-width: 991px) {
  .linha-vertical {
    display: none;
  }
  .seta-right-calend {
    display: none;
  }
  .seta-numbers {
    display: none;
  }
  .linha-pass {
    border: none;
  }
  .data-s {
    padding-bottom: 30px;
  }
  #mapa {
    margin: 15px;
  }

  .img-viking {
    border-radius: 15px;
    opacity: 1;
    height: 400px;
    background-repeat: no-repeat;
    object-fit: cover;
    background-image: url(https://i0.statig.com.br/hopihari/img/Vula-Viking-mobile.png);
  }
  .img-circle-bandeira {
    height: 194px;
    width: 194px;
  }
  .circle-bandeira {
    height: 280px;
    width: 280px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: white;
    position: relative;
    /* top: 140px; */
  }
  .circle-white-bandeira {
    width: 100%;
    margin: -140px ​auto 0 auto !important;
    display: flex;
    justify-content: center;
    /* position: absolute; */
  }
  .c-viking {
    margin: 20px 0px !important;
  }
}

.c-viking {
  margin: 0px 0px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #480000;
  background-color: #e8cccc;
  border-color: #dfb8b8;
}

.alert-danger hr {
  border-top-color: #d7a6a6;
}

.alert-danger .alert-link {
  color: #150000;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

@media screen and(max-width: 700px) {
  #ui-datepicker-div {
    font-size: 20px;
  }
}

a.click-card-link-p1 {
  z-index: 10 !important;
}

#ui-datepicker-div {
  z-index: 99999 !important;
}

.btn-produto {
  background-color: #03c101 !important;
}

.content,
.content:before {
  border-top-color: #000000 !important;
}

.price,
.fa-user,
.fa-car,
.fa-calendar,
.title {
  color: #000000 !important;
}

.hopi-drive p.description {
  color: #000000;
}

#Data {
  background: white !important;
}

.text-title-footer {
  max-width: 430px;
  padding-bottom: 30px;
  text-align: left;
  margin-top: 30px;
  font: normal normal 900 40px/45px Roboto;
  letter-spacing: 0px;
  color: #004c94;
  text-transform: uppercase;
}

.text-left {
  text-align: left;
  font: normal normal medium 18px/26px Roboto;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.interno {
  background-color: coral;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.fa-calendar {
  color: #028e00 !important;
}

.fa-clock {
  color: #028e00 !important;
}

.price-card-qtd {
  margin: 35px auto 20px auto;
  padding: 0px 1px 0px 1px;
  border-radius: 39px;
  border: 1px solid #ccc;
  overflow: hidden;
  height: 52px;
  max-width: 225px;
  background-color: #fff;
  text-align: center;
}

.text-faq:hover {
  text-decoration: none;
}

.check {
  display: inline !important;
  font-weight: 700;
  font-size: 14px;
  width: 250px !important;
  margin-left: -23px;
}

.seloEntrada {
  position: absolute;
  /* max-width: 61%; */
  width: auto;
  height: 200px;
  margin-top: 320px;
  margin-left: 240px;
}

@media (max-width: 769px) {
  .seloEntrada {
    position: absolute;
    /* max-width: 61%; */
    width: auto !important;
    height: 154px !important;
    margin-top: 41px !important;
    margin-left: -323px !important;
  }
}

@media (max-width: 985px) {
  #anchordiv1 {
    margin-top: -100px !important;
    width: 100%;
    height: 10px;
  }
  #anchorstep2 {
    width: 100%;
    height: 10px;
    position: relative;
    top: -140px !important;
  }
}

.seloEntradaCard {
  position: absolute;
  /* max-width: 61%; */
  width: auto;
  height: 150px;
  margin-top: -100px;
  margin-left: 175px;
}

@media (max-width: 769px) {
  .seloEntradaCard {
    position: absolute;
    /* max-width: 61%; */
    width: auto !important;
    height: 80px !important;
    margin-top: -50px !important;
    margin-left: 205px !important;
  }
}

.seloEntradaCard2 {
  position: absolute;
  /* max-width: 61%; */
  width: auto;
  height: 150px;
  margin-top: -140px;
  margin-left: 370px;
}

@media (max-width: 769px) {
  .seloEntradaCard2 {
    position: relative;
    float: right;
    left: -50px;
    height: 130px !important;
  }
}

.aviso-desconto {
  margin-top: 6px;
  height: auto;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  text-align: center !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.arrow-desconto {
  background-color: #03C101;
  font-size: 21px !important;
  margin-right: 5px !important;
  border-radius: 50% !important;
  height: 23px !important;
  width: 23px !important;
  color: #fff !important;
  font-weight: bold !important;
  margin-top: 4px !important;
}

.texto-verde{
  color: #03C101;
  font-weight: bold;
}

.texto-laranja {
  color: #e4860d;
  font-weight: bold;
}

.text-desconto-aviso {
  padding-bottom: 5px !important;
}

.sem-selecao-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 550px) {
  .legenda-calendario {
    text-align: left !important;
  }
  .text-hh {
    font-size: 18px !important;
  }
  .legenda-calendario span {
    font-size: 13.5px !important;
  }
}

.text-hh {
  font-size: 21px !important;
}

@media (min-width: 960px) {
  .titulo-dobra-1 {
    width: 850px;
  }
}

@media (max-width: 430px) {
  .titulo-dobra-1 {
    padding-right: 0 !important;
    text-align: center !important;
    font-size: 29px;
  }
  .padding-top-bullet {
    margin-top: -15px !important;
  }
  .desc-horror {
    text-align: center !important;
  }
  .infos-horror-desk {
    display: none;
  }
  .infos-horror-mobile {
    font-size: 16.5px !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 430px) {
  .infos-horror-mobile {
    display: none !important;
  }
}

#banner-horaHorror {
  background-image: url(https://i0.statig.com.br/hopihari/img/Vendas_Desktop_1900x900px_MUGSHOT.jpg);
}

#banner-semanaMaes {
  background-image: url(https://i0.statig.com.br/hopihari/img/dia-das-maes-2022-bg.jpeg);
}

#banner-hopiVerani {
  background-image: url(https://i0.statig.com.br/hopihari/img/Hopi-Verani-Desk-Compra.jpg);
}

#banner-hopinight {
  background-image: url(https://i0.statig.com.br/hopihari/img/BckAtlantis.jpg);
}
#banner-DiaDosNamorados {
  background-image: url(https://i0.statig.com.br/hopihari/img/BG-Compras-Desk.jpg);
}

#banner-blackfriday {
  background-image: url(https://i0.statig.com.br/hopihari/img/Background-Externo-5000x3000-px-Black-Friday.jpg);
}

#banner-natalMagiko {
  background-image: url(https://i0.statig.com.br/hopihari/img/bg-natal-2021.png);
}

#banner-Gaming {
  background-image: url(https://i0.statig.com.br/hopihari/img/Vendas_Desktop_1900x900px.png);
}

#banner-RBD {
  background-image: url(https://i0.statig.com.br/hopihari/img/bg-meLeva-desk.jpg);
}

#banner-Adotaki {
  background-image: url(https://i0.statig.com.br/hopihari/img/Carrossel-Desktop-1900x900-px-Adotakí-Sem-Preço.jpg);
}

#banner-consumidor {
  background-image: url(https://i0.statig.com.br/hopihari/img/Carrossel-Desktop-Semana-do-Consumidor-BG.jpg);
}

#banner-hopiPride2022 {
  background-image: url(https://i0.statig.com.br/hopihari/img/Mobile-Compras-Mobile.jpg);
  background-size: 100% 100%;
}

#banner-summerPride2023 {
  background-image: url(https://i0.statig.com.br/hopihari/img/Compras-Mobile-576x940.png);
  background-size: 100% 100%;
}

#banner-kamindaBoulevard2023 {
  background-image: url(https://i0.statig.com.br/hopihari/img/mob_kb_lpage2.png);
  background-size: 100% 100%;
}

#banner-hopiPride2024 {
  background-image: url(https://i0.statig.com.br/hopihari/img/2024-04-20-HopiPride753.png);
  background-size: cover;
  background-color: black;
  min-height: calc(70vh - 80px);
}

#banner-esquentaBlackFriday2023 {
  background-image: url(https://i0.statig.com.br/hopihari/img/Compras-Mobile-v2-576x940px.png);
  background-size: 100% 100%;
}

#banner-blackFriday2023 {
  background-image: url(https://i0.statig.com.br/hopihari/img/Compras-Mobile-v2-576x940px.png);
  background-size: 100% 100%;
}

#banner-hopiPascoa2024 {
  background-image: url(https://i0.statig.com.br/hopihari/img/P%C3%A1scoa-Hopi-Hari--2024-Carrossel-sem-valo-Mobiler-.jpg);
  background-size: 100% 100%;
  min-height: 38rem;
  display: flex;
  align-items: flex-end;
}

#banner-semanaConsumidor {
  background-image: url(https://i0.statig.com.br/hopihari/img/Semana-do-Consumidor-Hopi-Hari-2024-Carrossel-mobile-sem-pre%C3%A7o.jpg);
  background-size: 100% 100%;
  min-height: 38rem;
  display: flex;
  align-items: flex-end;
}

#banner-escolar{
  background-image: url(https://i0.statig.com.br/hopihari/img/BG-Site-m-2024.png);
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10rem;
}

.container-infoPreVenda-hopiPride24{
  max-width: 90%;
  margin: 15px auto 0 auto;
}

@media screen and (min-width: 991px) {
  section.container-apresentacao-hopiPride24 {
    padding: 35px 0 !important;
  }

  .container-infoPreVenda-hopiPride24 {
    max-width: 750px;
    margin: initial;
    margin-left: 5rem;
  }

  #banner-hopiPride2022 {
    background-image: url(https://i0.statig.com.br/hopihari/img/Desktop-Compras.jpg);
  }

  #banner-summerPride2023 {
    background-image: url(https://i0.statig.com.br/hopihari/img/Compras-Desktop%201900x900px.png);
  }

  #banner-hopiPride2024 {
    background-image: url(https://i0.statig.com.br/hopihari/img/2024-04-20-HopiPride753.png);
    background-size: 100% 100%;
    min-height: 700px;
  }

  #banner-esquentaBlackFriday2023 {
    background-image: url(https://i0.statig.com.br/hopihari/img/Compras-Desktop-Esquenta-1900x900px.png);
  }

  #banner-blackFriday2023 {
    background-image: url(https://i0.statig.com.br/hopihari/img/Compras-Desktop-1900x900px2.png);
  }

  #banner-hopiPascoa2024 {
    background-image: url(https://i0.statig.com.br/hopihari/img/P%C3%A1scoa-Hopi-Hari--2024-Carrossel-sem-valor-Desktop-.jpg);
    display: block;
  }
  #banner-semanaConsumidor {
    background-image: url(https://i0.statig.com.br/hopihari/img/Semana-do-Consumidor-Hopi-Hari-2024-Carrossel-Desktop-sem-pre%C3%A7o-.jpg);
    display: block;
  }

  #banner-escolar {
    background-image: url(https://i0.statig.com.br/hopihari/img/BG-Site24.png);
    min-height: 800px;
    position: relative;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .infos-mobile {
    margin-top: 1rem !important;
  }

  #banner-hopiPascoa2024 h3.titulo-dobra-1, #banner-hopiPascoa2024 h5.desc-horror{
    display: none;
  }
}

.img-seta-down {
  margin-bottom: -50px;
  margin-left: 200px;
  width: 109px;
  height: 109px;
}

@media (max-width: 991px) {
  .img-seta-down {
    display: none !important;
  }
  .bg-black-2022-detail {
    background-image: url(https://i0.statig.com.br/hopihari/img/Mobile-Compras-Mobile-576x940-blackfriday-2022.png) !important;
  }
}

.mtb-3 {
  margin-bottom: 1rem !important;
}

.seloEntrada-verani {
  position: absolute;
  /* max-width: 61%; */
  width: auto;
  height: 200px;
  margin-top: -100px;
  margin-left: 830px;
  z-index: 99;
}

.seloEntrada-adotaki {
  position: absolute;
  /* max-width: 61%; */
  width: auto;
  height: 200px;
  margin-top: -100px;
  margin-left: 630px;
}

@media (max-width: 430px) {
  .padding-top-bullet {
    margin-top: -15px !important;
  }
}

@media (min-width: 991px) {
  .img-parque {
    height: auto;
    margin-top: 25px;
  }
}

@media (max-width: 430px) {
  #main-logo-v2-mobile {
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  #main-logo-v2 {
    display: none !important;
  }
}

@media (min-width: 430px) {
  #main-logo-v2-mobile {
    display: none !important;
  }
  #main-logo-v2 {
    display: block !important;
  }
}

.img-rbd {
  border-radius: 30px !important;
  height: 170px !important;
  padding-top: -100px;
}

.img-gaming {
  border-radius: 30px !important;
  height: 125px !important;
  margin-top: -20px;
  padding-top: -120px;
}

.container-rbd {
  margin: 76px 0px 40px 0px !important;
}

.bottom-rbd {
  padding-bottom: 10px;
}

@media (min-width: 991px) {
  section.padding-top-rbd {
    padding-top: 345px !important;
  }
  .btn-rbd {
    margin-bottom: 70px !important;
  }
  .title-rbd {
    margin-top: -50px;
  }
}

.aproveite-hopihari {
  display: block;
  font-size: 22px !important;
  font-weight: 700;
  margin: 20px 0px;
}

.img-livro-hopihari {
  width: 80%;
  margin: 10px auto;
  display: block;
  margin: 30px auto 20px auto;
}

.nao-add-livro-btn:hover {
  transform: scale(1.1);
}

.add-livro-btn:hover {
  transform: scale(1.1);
}

.nao-add-livro-btn {
  margin: 5px;
  padding: 8px;
  display: inline-block;
  border-radius: 6px;
  border: none;
  color: white;
  background-color: #d32f2f;
  cursor: pointer;
}

.livro-hopihari {
  margin-top: 118px;
}

.add-livro-btn {
  margin: 5px;
  padding: 8px;
  display: inline-block;
  border-radius: 6px;
  border: none;
  color: white;
  background-color: #02c100;
  cursor: pointer;
}

.span-termo {
  display: none;
  text-align: left;
  margin: 0px 78px;
  font-size: 14px;
  font-weight: 700;
  color: red;
}

.bloqueio-calendario {
  position: absolute;
  height: 300px;
  width: 100%;
  background-color: transparent;
  z-index: 99999999999999999999;
  display: none;
}

.blackfridaybtn:hover {
  background-color: #000000 !important;
}

.blackfridaybtn {
  cursor: pointer;
}

@media (min-width: 576px) {
  .ancora-step1 {
    margin-top: 40px;
  }
}

.alerta-hopinight {
  font-size: 17px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0.5px 0.5px 3px #000000;
  /* background: #1947ba; */
  border: solid 4px #210137;
  box-shadow: 1px 1px 3px #404040;
  margin: 20px 5px 5px 5px;
  padding: 8px;
  border-radius: 11px;
  background: rgb(23, 0, 48);
  background: linear-gradient(
    90deg,
    rgba(23, 0, 48, 1) 0%,
    rgba(121, 9, 115, 1) 61%,
    rgba(0, 212, 255, 1) 100%
  );
}

.btn-nao {
  padding: 10px;
  background: #450450;
  text-shadow: 0.5px 0.5px 3px #404040;
  text-transform: uppercase;
  font-size: 15px;
  max-width: 70px;
  margin: 25px auto;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
.btn-sim {
  padding: 10px;
  background: #02c100;
  text-shadow: 0.5px 0.5px 3px #404040;
  text-transform: uppercase;
  font-size: 15px;
  max-width: 70px;
  margin: 25px auto;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.flip-box {
  /* background-color: transparent; */
  /* width: 300px; */
  /* height: 200px; */
  /* border: 1px solid #f1f1f1; */
  /* perspective: 1000px; */
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  /* text-align: center; */
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/*   
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
   */
.flip-box-front,
.flip-box-back {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  /* background-color: #bbb; */
  /* color: black; */
}

.flip-box-back {
  /* background-color: #555; */
  top: 0;
  position: absolute;
  /* color: white; */
  transform: rotateY(180deg);
}

.a-h {
  transition: visibility 0s, opacity 0.5s linear;
}
.btn-finish {
  /* display: none; */
  display: block;
  transition: opacity 1s ease-out;
  /* opacity: 0; */
  opacity: 1;
}
.btn-finish-night {
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;

  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.div2 .flip-box-back {
  background-image: url(https://i0.statig.com.br/hopihari/img/bg-hopinight-modal.jpg);
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
  width: calc(100% + 30px);
  margin-left: -15px;
  border-radius: 20px;
  border: 2px solid #02234c;
  box-shadow: 2px 2px 6px #323232;
  height: auto;
  min-height: calc(100% + 25px);
}

.header-night {
  margin: 0 auto;
  text-align: center;
}
.header-night h2 {
  color: white;
  font-size: 40px;
  text-shadow: 0px 0px 8px #000;
}
.total-night {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;
  padding: 15px 5px 15px 37px;
  text-shadow: 0px 0px 1px #000;
}

@media screen and (min-width: 390px) and (max-width: 520px) {
  .produtos-adicionados-night {
    width: 95% !important;
  }

  .calendario-hopinight {
    width: 95% !important;
  }
  .resumo-horror {
    width: calc(100% - 30px) !important;
  }
  .resumo-night {
    width: calc(100% - 30px) !important;
  }
  .header-night h2 {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 389px) {
  .produtos-adicionados-night {
    width: 100% !important;
  }

  .calendario-hopinight {
    width: 100% !important;
  }
  .resumo-horror {
    width: calc(100% - 30px) !important;
  }
  .resumo-night {
    width: calc(100% - 30px) !important;
  }
  .img-horror_1 {
    width: 50px !important;
  }
  .img-night_1 {
    width: 50px !important;
  }
  .promocao-horror_1 {
    padding: 1px 0px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
  }
  .header-night h2 {
    font-size: 24px !important;
  }
  .data-promo {
    margin-top: -35px !important;
    margin-right: 2px !important;
    font-size: 16px !important;
  }
  .title-horror_1 {
    font-size: 14px !important;
    margin-top: 8px !important;
    margin-left: 8px !important;
  }
  .title-night_1 {
    font-size: 14px !important;
    margin-top: 8px !important;
    margin-left: 8px !important;
  }
}
.mais-night {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  height: 70px;
  align-items: center;
  align-self: center;
  align-content: center;
  font-size: 28px;
}

.produtos-adicionados-night {
  width: 95%;
  min-height: 140px;
  height: auto;
  background-color: white;
  border-radius: 15px;
  margin: 20px auto;
}
.calendario-hopinight {
  width: 95%;
  min-height: 300px;
  height: auto;
  background-color: transparent;
  border-radius: 15px;
  margin: 20px auto;
}

.resumo-horror {
  width: calc(100% - 30px);
  height: 70px;
  /* border: 1px solid #605f5e; */
  position: relative;
  top: 20px;
  margin: 15px auto;
  padding: 5px;
  background-color: #f3f1ff;
  border-radius: 12px;
  box-shadow: 1px 1px 1px #ccc;
}
.resumo-night {
  width: calc(100% - 30px);
  height: 70px;
  /* border: 1px solid #605f5e; */
  position: relative;
  top: 0px;
  margin: 0px auto;
  padding: 5px;
  background-color: #f3f1ff;
  border-radius: 12px;
  box-shadow: 1px 1px 1px #ccc;
}

.revisado-title-night {
  font-size: 14px;
  display: block;
  margin: 8px;
  font-style: italic;
  text-align: center;
  font: italic normal normal 13px/27px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #000;
}

.titulopreto-night {
  color: #fff !important;
}

.img-horror_1 img {
  border-radius: 5px;
}
.img-night_1 img {
  border-radius: 5px;
}
.img-horror_1 {
  width: 70px;
  height: auto;
  margin: 3px;
  display: inline-block;
  margin-left: 16px;
}
.img-night_1 {
  width: 70px;
  height: auto;
  margin: 3px;
  display: inline-block;
  margin-left: 16px;
}

.data-promo {
  display: flex;
  flex-direction: column-reverse;
  float: right;
  margin-top: -39px;
  margin-right: 15px;
  font-size: 18px;
}
.title-night_1 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 2px;
  margin-left: 8px;
  text-transform: uppercase;
}
.title-horror_1 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 2px;
  margin-left: 8px;
}
.qtd-night_1 {
  display: flex;
  width: 50%;
  height: 24px;
  font-weight: 900;
  font-size: 22px;
  color: #000000;
  text-shadow: 0px 0px 0.5px #5a5a5a;
  margin-top: -50px;
  justify-content: flex-end;
  flex-direction: row;
  align-content: stretch;
  align-items: center;
}
span.total-night-span {
  color: #5775db;
  font-size: 28px;
  text-shadow: none;
}
.qtd-horror_1 {
  display: flex;
  width: 50%;
  height: 24px;
  font-weight: 900;
  font-size: 22px;
  color: #000000;
  text-shadow: 0px 0px 0.5px #5a5a5a;
  margin-top: -50px;
  justify-content: flex-end;
  flex-direction: row;
  align-content: stretch;
  align-items: center;
}
.data-night_1 {
  padding-top: 7px;
  font-weight: 600;
}
.data-horror_1 {
  padding-top: 7px;
  font-weight: 600;
}
.promocao-horror_1 {
  background-color: #ffd402;
  padding: 1px 4px;
  font-weight: 800;
  font-size: 14px;
  position: relative;
  margin-top: 3px;
  text-align: center;
  border-radius: 7px;
  color: #000000;
  box-shadow: 1px 1px 2px #9d9d9d;
}

.title-night_1 {
}
.qtd-night_1 {
}
.data-night_1 {
  padding-top: 16px;
  font-weight: 600;
}

.datepickernight-promo {
  margin: 70px 0px 0 !important;
}

@media screen and (min-width: 501px) {
  .datepickernight-promo .ui-widget.ui-widget-content {
    transform: scale(1.1) !important;
  }
}

@media screen and (min-width: 385px) and (max-width: 500px) {
  .datepickernight-promo .ui-widget.ui-widget-content {
    transform: scale(1) !important;
  }
}
@media screen and (min-width: 336px) and (max-width: 384px) {
  .datepickernight-promo .ui-widget.ui-widget-content {
    transform: scale(1) !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 335px) {
  .datepickernight-promo .ui-widget.ui-widget-content {
    transform: scale(0.9) !important;
  }
}

.datepickernight-promo .ui-widget.ui-widget-content {
  border: 0 !important;
  background: #fff !important;
  border-radius: 18px !important;
}
.calendario-hopinight {
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
}

.c-final-semana {
}

#backStep i {
  margin: -1px 0px 0px 0px;
  font-size: 29px;
  height: 50px;
  display: flex;
  width: 50px;
  color: #24498e;
  position: absolute;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  #backStep {
    top: 26px !important;
    left: 52px !important;
    margin: 0px 0px 0px -45px !important;
  }
}

#backStep {
  cursor: pointer;
  width: 50px;
  top: 26px;
  left: 65px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 99999999999999;
  margin: 0px 0px 0px -45px;
}

/* .calendario-hopinight .ui-datepicker-current-day .ui-state-default,.calendario-hopinight .ui-state-default {
    background-color: #4f42a7!important;
}
.calendario-hopinight .ui-state-default.ui-state-active .ui-button.ui-state-active:hover,.calendario-hopinight .ui-state-default.ui-state-active ,.calendario-hopinight .ui-widget-content .ui-state-active{
    background: #0089ff!important;
} */

.img-hopi-gaming {
  border-radius: 20px;
}

@media (min-width: 991px) {
  .img-hopi-gaming {
    height: auto;
    margin-top: 25px;
  }
}

.text-li {
  font-weight: bold;
  font-size: 21px;
}

.text-black {
  color: #000 !important;
}

.append-datepicker {
  padding: 0px;
}

/* hopi pride summer*/

.pride-flip-box {
  /* background-color: transparent; */
  /* width: 300px; */
  /* height: 200px; */
  /* border: 1px solid #f1f1f1; */
  /* perspective: 1000px; */
  min-height: 745px;
}

.pride-flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  /* text-align: center; */
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/*   
  .pride-flip-box:hover .pride-flip-box-inner {
    transform: rotateY(180deg);
  }
   */
.pride-flip-box-front,
.pride-flip-box-back {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pride-flip-box-front {
  /* background-color: #bbb; */
  /* color: black; */
}
.title-resumo-summer {
  font-size: 22px;
  color: #1c1c1c;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
}

.qtd-prod-sum-uni {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  height: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.qtd-prod-sum {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-prod-sum img {
  border-radius: 4px;
}

.img-prod-sum {
  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;
}

.price-prod-sum {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  justify-content: center;
  display: flex;
}
.price-prod-sum-uni-pride,
.price-prod-sum-uni-summer {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  height: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.total-prod-sum {
  margin: 10px 0px;
  float: right;
  padding: 10px;
}

.total-summer {
  font-size: 26px;
  color: #1e1e1e;
  font-weight: 700;
  display: inline;
}

.cifrao-summer {
  font-size: 26px;
  color: #00879d;
  font-weight: 700;
  display: inline;
}

.value-summer {
  font-size: 26px;
  color: #00879d;
  font-weight: 700;
  display: inline;
}

.content-summer-flip {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 10% 0% 5% 0%;
  border-radius: 23px;
  background-color: white;
}

.pride-flip-box-back {
  top: -2px;
  left: -12px;
  width: 108%;
  height: 108%;
  min-height: 750px;
  padding: 85px 20px 0 20px;
  margin: 0;
  border-radius: 23px;
  background-size: cover;
  position: absolute;
  transform: rotateY(180deg);
  background-image: url(https://i0.statig.com.br/hopihari/img/flip-summer.png);
  border: solid 4px #210137;
  box-shadow: 1px 1px 3px #404040;
}
.pride-back {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 9999999;
  display: none;
}
.pride-back svg {
}

/* fim hopi pride summer*/
#container-summer {
  margin: 6% 5% 5% 5%;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  #container-button-confirm {
    bottom: 10px !important;
  }
}

#container-summer .container-summer-info {
  border: 3px solid black;
  background: linear-gradient(
    90deg,
    #893326,
    #fe89c4 33%,
    rgba(0, 185, 170, 1)
  );
  color: white;
  padding: 14px 10px 10px 10px;
  text-align: center;
  border-radius: 23px;
}

.container-summer-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}

.container-summer-buttons button {
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 7px;
  font-weight: bold;
}
.container-summer-buttons button:hover {
  filter: brightness(0.8);
}

.container-summer-buttons .container-summer-confirm {
  background: rgba(0, 185, 170, 1);
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 62px;
  border-radius: 5px;
  font-size: 15px;
  color: white;
  cursor: pointer;
}

.container-summer-buttons .container-summer-dontConfirm {
  background: #893326;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 62px;
  border-radius: 5px;
  font-size: 15px;
  color: white;
  cursor: pointer;
}

.black-friday-box-mais {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aviso-maiorIdade {
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 5px;
  background-color: #c9c8c8;
  border: 2px solid #363636;
  border-radius: 8px;
  height: auto;
  width: 100%;
  box-shadow: 0.3px 0.3px 5px #ababab;
}
.aviso-maiorIdade svg {
  height: 30px;
  width: 30px;
  padding: 0px;
  top: 5px;
  left: -5px;
  position: relative;
}

.title-maiorIdade {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -5px;
}

footer {
  background: #004c94;
  color: #fff;
}

.exit-intent-modal{
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  display: none;
}

.exit-intent-modal_container{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exit-intent-modal-ancor{
  position: relative;
  cursor: pointer;
}

.exit-intent-modal-ancor button{
  position: absolute;
  top: -10px;
  right: -9px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
  width: 26px;
  height: 26px;
}

.exit-intent-modal-ancor button:hover{
  filter:brightness(0.5);
  cursor: pointer;
}

.banner-igPromotion{
  background-image: url("https://i0.statig.com.br/hopihari/img/Compras-Mobile-576x940-igPromotion.png") !important;
}

@media screen and (min-width: 500px){
  .banner-igPromotion{
    background-image: url("https://i0.statig.com.br/hopihari/img/Compras-Desktop-1900x900px-igPromotion.png") !important;
  }
}

.promotion-percent{
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-semana-consumidor2023{
  background-image: url("https://i0.statig.com.br/hopihari/img/Carrossel-Mobile-Background---Semana-do-Consumidor-0.1.jpg") !important;
}

@media screen and (min-width: 1200px){
  .banner-semana-consumidor2023{
    background-image: url("https://i0.statig.com.br/hopihari/img/Background-Externo-Semana-do-Consumidor--2023.jpg") !important;
  }
}

#banner-hopiPride2024 .compras-item{
  color: #68f6ae !important;
}

#banner-hopiPride2024 .check-item{
  background-color: #68f6ae !important;
  border-color: #68f6ae !important;
}

.saiba-mais{
  font-size: 12px;
  color: #002C55;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  cursor: pointer;
  margin-right: 5rem;
}

.saiba-mais_container{
  position: absolute;
  bottom: -25px;
  width: 100%;
}

.tooltip{
  display: none;
  position: absolute;
  width: 354px;
  background: white;
  padding: 15px;
  right: 59px;
  top: 44px;
  font-size: 14px;
  transition: all 1s;
  z-index: 999999999;
}

.tooltip:after{
  content: "";
  position: absolute;
  left: 80%;
  bottom: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

@media screen and (max-width: 1200px){
  .tooltip{
    right: -24px;
  }

  .saiba-mais {
    margin-right: 2.4rem;
  }

  .tooltip:after{
    content: "";
    position: absolute;
    left: 67%;
    bottom: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
  }
  
}

.container-hopiPride24{
  padding-top: 234px;
}

.container-title-hopiPride24{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.container-title-hopiPride24 img{
  width: 600px;
}

.container-title-hopiPride24 h3{
  color: #fff;
  text-shadow: 0px 3px 6px #000000CC;
  border-top: 3px solid white;
  padding: 16px 20px;
  margin-top: 25px;
}

.container-info-hopiPride24{
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.container-info-hopiPride24 a {
  background-color: #E345A1;
  color: #fff;
  width: 250px;
  height: auto;
  padding: 10px;
  margin-top: 10px;
  font-size: 27px;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.container-info-hopiPride24 a:hover{
  text-decoration: none;
  filter: brightness(0.8);
}
.container-redesSociaisMobile-hopiPride24{
  display: none;
}
.container-redesSociais-hopiPride24{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
  gap: 23px;
}

.container-redesSociais-hopiPride24 a{
  color: #000000 !important;
  background-color: #E345A1;
  font-weight: bold;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 33px;
  letter-spacing: -2px;
  cursor: pointer;
}

.container-redesSociais-hopiPride24 a:hover{
  text-decoration: none;
  filter: brightness(0.8);
}

a.nossasRedes-hopiPride24{
  height: 58px;
  cursor: pointer;
}

section.container-apresentacao-hopiPride24 {
  background-color: #000000;
  display: flex;
  justify-content: center;
  padding: 35px 0 125px 0;
  flex-direction: column;
  align-items: center;
}

.apresentacao-hopiPride24{
  width: 95%;
  display: flex;
  border-radius: 30px;
  background: #E345A1;
  color: white;
  justify-content: space-between;
  max-width: 1400px;
}

.apresentacao-hopiPride24 img{
  max-width: 770px;
}

.apresentacao-hopiPride24 .apresentacao-descricacaoEvento-hopiPride24{
  padding: 35px;
}

.apresentacao-hopiPride24 .apresentacao-descricacaoEvento-hopiPride24 h1{
  color: white;
}

.apresentacao-hopiPride24 .apresentacao-descricacaoEvento-hopiPride24 p{
  font-size: 29px;
  margin: 0;
  margin-top: 35px;
}

.container-nomes-hopiPride24{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}

.container-produtos-hopiPride24{
  background-color: #000000;
  background-image: url(https://i0.statig.com.br/hopihari/img/BG_ComprakiDesk.svg);
  padding-bottom: 65px;
  border-radius: 0px;
}

.container-produtos-hopiPride24 .produtos-title-hopiPride24 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 65px 0 40px 0;
  font: normal normal 900 56px / 49px Montserrat;
}

.produtos-card-hopiPride24{
  background-color: #00170C;
  border: 1px solid #E345A1;  
}

.produtos-escolha-hopiPride24 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.produtos-escolha-hopiPride24 h3, .produtos-escolha-hopiPride24 h1{
  color: #fff;
  text-transform: unset !important;
  margin: 0;
}

.produtos-escolha-hopiPride24 h1 {
  font-size: 52px;
}

.produtos-cardImage-hopiPride24 {
  border: 1px solid #E345A1; 
}

.produto-numero-hopiPride24{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #E345A1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 46px;
  font-weight: bold;
  position: absolute;
  left: 43%;
  top: -28px;
}

.container-infoValores-hopiPride24 .infoValores-passaporti-hopiPride24{
  margin: 0;
  color: black;
  text-transform: unset;
  padding: 5px 0;
}

.container-infoValores-hopiPride24 .linha-soma{
  margin: 0;
}

.container-infoValores-hopiPride24 .container-titulo-evento{
  font-size: 28px;
}

.container-detalhesCompra-hopiPride24 {
  display: flex;
  margin-top: 15px;
}

.container-detalhesCompra-hopiPride24 .container-titulo-evento{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-titulo-evento .titulo-evento {
  margin: 0;
  color: black;
  text-transform: unset;
  
}

.container-detalhesCompra-hopiPride24 .container-valor-evento{
  width: 50%;
}

.container-detalhesCompra-hopiPride24 .container-valor-evento .symbol, .container-detalhesCompra-hopiPride24 .container-valor-evento .price-sum{
  font-size: 14px;
}

.container-detalhesCompra-hopiPride24 .container-valor-evento .value{
  font-size: 32px;
}

.container-infoValores-hopiPride24 .price-card{
  max-width: initial;
  border-radius: 47px;
}

.container-quantidadePassaporti-hopiPride24 .fit-button-left, .container-quantidadePassaporti-hopiPride24 .fit-button-right{
  background-color: #E345A1;
}

.container-quantidadePassaporti-hopiPride24 .fit-number-cont{
  font-weight: bold;
}

.container-buyNow-hopiPride24{
  color: white;
}

.container-buyNow-hopiPride24 .price-total-2{
  font-weight: bold;
}

.container-buyNow-hopiPride24 .botaoverde-fit-2{
  background: #E345A1 !important;
  font-weight: bold;
}

.container-buyNow-hopiPride24 a{
  color: #E345A1;
}

.container-duvidas-hopiPride24{
  background-color: #000000;
  color: white;
  padding-bottom: 60px;
  box-shadow: -10px 12px 22px 6px rgba(0,0,0,0.91);
}

.container-duvidas-hopiPride24 h1{
  color: white;
  text-align: center;
}

section.container-duvidas-hopiPride24 h4.title-duvidas-hopiPride24{
  color: white !important;
  border-bottom: 1px solid white !important;
  padding: 20px;
}

section.container-duvidas-hopiPride24 .panel-body{
  color: white !important;
}

section.container-duvidas-hopiPride24 .first-faq-hopiPride24{
  border-top: 1px solid white !important;
}

.container-empresas-hopiPride24 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.container-empresas-hopiPride24 picture{
  max-width: 80%;
}

@media screen and (max-width: 990px){
  
  .container-hopiPride24 {
    padding-top: 65px;
  }
  .container-info-hopiPride24, .container-info-hopiPride24 a {
    margin: 0;
  }

  .container-title-hopiPride24 img{
    width: 250px;
  }

  .container-redesSociais-hopiPride24{
    display: none;
  }

  .container-redesSociaisMobile-hopiPride24{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 51px;
    gap: 23px;
  }

  .container-redesSociaisMobile-hopiPride24 a{
    color: #000000 !important;
    background-color: #E345A1;
    font-weight: bold;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-size: 33px;
    letter-spacing: -2px;
    cursor: pointer;
    width: 194px;
    justify-content: center;
  }
  
  .container-redesSociaisMobile-hopiPride24 a:hover{
    text-decoration: none;
    filter: brightness(0.8);
  }
  
  a.nossasRedes-hopiPride24{
    height: 58px;
    cursor: pointer;
  }

  .apresentacao-hopiPride24{
    width: 100%;
  }

  .container-apresentacao-hopiPride24{
    padding-bottom: 10rem;
  }

  .container-nomes-hopiPride24{
    gap: 0;
  }

  .container-produtos-hopiPride24 {
    background-image: url(https://i0.statig.com.br/hopihari/img/BG_ComprakiMobile24.svg);
    background-size: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .container-produtos-hopiPride24 .mob-pad-marg {
    margin: 59px 0px 20px 0px;
  }

  .container-produtos-hopiPride24 .produtos-title-hopiPride24 {
    padding: 0;
    padding-top: 40px;
  }

  .container-duvidas-hopiPride24{
    margin-top: -1px;
  }

  .apresentacao-hopiPride24 .apresentacao-descricacaoEvento-hopiPride24 p{
    font-size: 25px;
  }

  .container-nomes-hopiPride24 picture{
    max-width: none;
  }

  .apresentacao-hopiPride24{
    flex-direction: column;
  }

}

.container-coupon {
  display: flex;
  justify-content: center;
  background: #1D6FEF;
  color: white;
  font-weight: bold;
  font-size: 19px;
  padding: 10px 10px 10px 20px;
}

.container-total-products {
  display: flex;
  justify-content: flex-end;
}

h1.coupon-key{
  border-bottom: 1px solid lightgray;
  padding-bottom: 4px;
}

.coupon-key .coupon-value{
  font-size: 20px !important;
}

.coupon-hidden{
  display: none;
}
@media screen and (max-width: 990px){
  .container-total-products:not(.coupon-hidden) {
    display: flex;  
    justify-content: center;
    padding-left: 2.5rem;
  }
  
  .coupon-key, .container-resume-values h1{
    display: flex;
    justify-content: space-between;
  }
  
  .container-resume-values{
    width: 100%;
  }
}
